{"info":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","description":"<html><head></head><body><p>Element451 API allows developers to discover, test and integrate with all Element451 features.</p>\n<h2 id=\"quick-install\">Quick install</h2>\n<p>Just click the <strong>Run in Postman</strong> button. You're all set!</p>\n<p>This documentation assumes you're using Postman to make requests, but all variables and requests can easily be recreated in your preferred development enviornment.</p>\n<h2 id=\"element451-api-environments\">Element451 API Environments</h2>\n<p>These are the different Element451 API environments available, each environment is completely isolated from the other. Unless directed otherwise, clients should primarily use the production envirment.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>production</code></td>\n<td>api.451.io</td>\n</tr>\n<tr>\n<td><code>test</code></td>\n<td>development.dev.451.io</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"authentication-methods\">Authentication Methods</h2>\n<p>The Element451 API supports several authentication methods. This documentation assumes you're using Bearer method.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>bearer</code></td>\n<td>RECOMMENDED.  <br>Bearer authentication using a generated API bearer key.</td>\n<td>Bearer  <br>E451.kLG0CmYyUZRgFJINSAM</td>\n</tr>\n<tr>\n<td><code>locker</code></td>\n<td>Login locker token</td>\n<td>A3p8l9GTKA</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"feature-tokens\">Feature Tokens</h2>\n<p>Feature tokens control access to certain Element451 features, such as the Import + Export feature or Appointments feature. When creating an API key (documentation below), you'll find a general Feature token that can access most features. When making a request, you may encounter an \"not accessible to feature\" error that indicates your feature token cannot access the feature. Please contact Element451 support for assistance.</p>\n<h2 id=\"analytics-tokens\">Analytics Tokens</h2>\n<p>The analytics token on the request is used to track analytics and relate those analytics to an specific analytics token.</p>\n<p>This token is optional on most of the endpoints and when required it will be specified on the request.</p>\n<h2 id=\"environment-variables\">Environment Variables</h2>\n<p>This collection includes environment variables that are needed to authenticate each request. You will need to add values to each variable when creating your enviornment in Postman.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>api</code></td>\n<td>URL of the API to access (See API Environments)</td>\n</tr>\n<tr>\n<td><code>client</code></td>\n<td>Client token (subdomain) which is the unique client identifier</td>\n</tr>\n<tr>\n<td><code>token</code></td>\n<td>Your Access token (deprecated)</td>\n</tr>\n<tr>\n<td><code>analytics</code></td>\n<td>Your Analytics token (optional)</td>\n</tr>\n<tr>\n<td><code>feature</code></td>\n<td>Your Feature token</td>\n</tr>\n<tr>\n<td><code>auth_token</code></td>\n<td>Your Authentication token (See Authentication Methods)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Follow <a href=\"https://integrations.element451.com/api-key-196\">these steps</a> to generate an API key and find tokens.</p>\n<p>To add these values to your Postman environment:</p>\n<ol>\n<li><p>Select the ⚙️ icon next to the <strong>Element451 Development</strong> environment name.</p>\n</li>\n<li><p>Click <strong>Element451 Development</strong>.</p>\n</li>\n<li><p>For each variable, add the values provide per key in the <strong>Current value</strong> column.</p>\n</li>\n<li><p>When you're done adding all values, click <strong>Update</strong>.</p>\n</li>\n</ol>\n<p>Postman will set up your requests to be authenticated using the Authentication provided on Environment and the Feature, Access and Analytics tokens.</p>\n<h2 id=\"support-options\">Support Options</h2>\n<p>Use these support options for additional help using the Element451 API.</p>\n<ul>\n<li><p><a href=\"https://integrations.element451.com/\"><b>Integrations Guide</b></a>: Review this guide for information about building API Integrations.</p>\n</li>\n<li><p><strong>Element451 User Commuinity</strong>: Join the Element451 user community to ask questions and network with other Element451 users. Ask your on-campus Element451 Captian, or Element451 account manager for details.</p>\n</li>\n<li><p><strong>Element451 Live Support</strong>: Message Element451 Live Support within Element451 to chat with a live agent.</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5400413","collectionId":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","publishedId":"T1LTfjgB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2025-01-24T16:21:26.000Z"},"item":[{"name":"Admins","item":[{"name":"API Keys","item":[{"name":"{item_id}","item":[{"name":"Update API Key","id":"385f8f6e-c5e5-4f11-8666-39c29ea3c67d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"API Key Updated Name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/admins/apikeys/:item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Update name for an API key. No other properties can be updated. {{item_id}} available from GET. Identifies the array object.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","admins","apikeys",":item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the API key item. Found with GET to /v2/admins/apikeys.</p>\n","type":"text/plain"},"type":"any","value":"","key":"item_id"}]}},"response":[{"id":"a1635fd3-7b2a-4b76-a31a-69871973832c","name":"Update Api Key","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"name\": \"API Key Updated Name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/admins/apikeys/{{item_id}}?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","admins","apikeys","{{item_id}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 16:54:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"item_id\": \"XQS5Y9M\",\n        \"name\": \"API Key Updated Name\",\n        \"key_id\": \"8stynYzxJ4pzDVwIms\",\n        \"created_at\": \"2025-01-24T16:46:39+00:00\"\n    }\n}"}],"_postman_id":"385f8f6e-c5e5-4f11-8666-39c29ea3c67d"},{"name":"Delete API Key","id":"654c1e6f-f07b-48d8-9381-48b6c25f3b06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/admins/apikeys/:item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Delete API key. {{item_id}} available from GET. Identifies the array object.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","admins","apikeys",":item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the API key item. Found with GET to /v2/admins/apikeys.</p>\n","type":"text/plain"},"type":"any","value":"","key":"item_id"}]}},"response":[{"id":"6ad2ceab-925b-4e7f-aa5a-0181e7c31fbc","name":"Delete API Key","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}","disabled":true}],"url":{"raw":"https://{{client}}.{{api}}/v2/admins/apikeys/XQS5Y69M?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","admins","apikeys","XQS5Y69M"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional"},{"key":"feature","value":"{{feature}}","description":"Required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 17:02:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": []\n}"}],"_postman_id":"654c1e6f-f07b-48d8-9381-48b6c25f3b06"}],"id":"7bf90284-fbd6-48d5-a7f3-5a440abfcd1f","description":"<p>Manage API key by it's item ID.</p>\n","_postman_id":"7bf90284-fbd6-48d5-a7f3-5a440abfcd1f","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get API Keys","id":"6848cc6b-3ef0-43c4-ae21-b9534070d9aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/admins/apikeys?analytics={{analytics}}&feature={{feature}}","description":"<p>Get an array of objects representing API Keys. Each object includes identifier for the key, identifier for the array item, name for the key, created and last used dates. Does not include API key secret. Secret can only be retrived upon creation.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","admins","apikeys"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"67672175-ada7-4aea-a44f-f06410b3eee0","name":"Get Api Keys","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","disabled":true}],"url":{"raw":"https://{{client}}.{{api}}/v2/admins/apikeys?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","admins","apikeys"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional"},{"key":"feature","value":"{{feature}}","description":"Required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 16:20:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"item_id\": \"5BRPHE4A\",\n            \"name\": \"Example API Key\",\n            \"key_id\": \"1ffVB2EDgFev7weQ5Y\",\n            \"created_at\": \"2024-10-29T21:29:10+00:00\",\n            \"last_usage_at\": \"2025-01-24T16:20:09+00:00\"\n        }\n    ]\n}"}],"_postman_id":"6848cc6b-3ef0-43c4-ae21-b9534070d9aa"},{"name":"Create API Key","id":"51037359-bf8b-4183-9a5e-1da089bd0869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example API Key\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/admins/apikeys?analytics={{analytics}}&feature={{feature}}","description":"<p>Create an API key. Response includes key secret, which must be saved immediately. Key secret cannot be retrieved after creation.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","admins","apikeys"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"8655cbc2-4a08-41a2-b269-0773f2a40ea7","name":"Create Api Key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example API Key\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/admins/apikeys?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","admins","apikeys"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional"},{"key":"feature","value":"{{feature}}","description":"Required"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 16:46:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"item_id\": \"XQS59M\",\n        \"name\": \"Example API Key\",\n        \"key_id\": \"kgnYzxJ4pzDVwIms\",\n        \"key_secret\": \"E451.*****\",\n        \"created_at\": \"2025-01-24T16:46:39+00:00\"\n    }\n}"}],"_postman_id":"51037359-bf8b-4183-9a5e-1da089bd0869"}],"id":"f7ea9e2f-3ea0-4648-adf2-9d3d7541af5a","description":"<p>Access and manage API keys.</p>\n","_postman_id":"f7ea9e2f-3ea0-4648-adf2-9d3d7541af5a","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{user_id}","item":[{"name":"Get Internal User","id":"660e5c0a-84c4-4128-8c07-0dd978d360e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/admins/:user_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Get internal user by their user ID. ID is found with GET to v2/admins.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","admins",":user_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"id":"c59f955e-1f7b-4cc5-9971-4a1dc846ab77","description":{"content":"<p>Unique identifier for the internal user that will log in and use Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"660e5c0a-84c4-4128-8c07-0dd978d360e0"},{"name":"Update Internal User","id":"39496c64-eda7-46b3-bec6-70148af79d21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"email\": \"hello@example.com\",\n        \"first_name\": \"Element451\",\n        \"middle_name\": null,\n        \"last_name\": \"Support\",\n        \"title\": \"451\",\n        \"primary_team\": \"6500f815cc7e8230f99ed\",\n        \"dashboard_start_page\": \"/start\",\n        \"allow_direct_network_conn_messages\": true,\n        \"office_building\": \"Main\",\n        \"office_room\": \"100\",\n        \"phone\": []\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/admins/:user_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Update internal user by their user ID. ID is found with GET to v2/admins.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","admins",":user_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the internal user that will log in and use Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"39496c64-eda7-46b3-bec6-70148af79d21"},{"name":"Delete Internal User","id":"a6fb39f2-2281-4265-bb54-7406cdca19ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/admins/:user_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Delete internal user by their user ID. ID is found with GET to v2/admins.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","admins",":user_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"id":"6b3741b1-38d8-413f-9d0f-b426a36fe476","description":{"content":"<p>Unique identifier for the internal user that will log in and use Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"a6fb39f2-2281-4265-bb54-7406cdca19ff"}],"id":"f53f4abb-630b-4993-a788-46a7173d39f6","description":"<p>Manage Internal Users.</p>\n","_postman_id":"f53f4abb-630b-4993-a788-46a7173d39f6","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Internal Users","id":"60c28daf-6721-4356-aa4d-545b79fbc254","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/admins/?analytics={{analytics}}&feature={{feature}}&limit=5&offset","description":"<p>Get a list of internal users.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","admins",""],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Limit items returned.</p>\n","type":"text/plain"},"key":"limit","value":"5"},{"description":{"content":"<p>Offset items returned.</p>\n","type":"text/plain"},"key":"offset","value":null}],"variable":[]}},"response":[{"id":"48708439-377a-4717-822f-27c62815701d","name":"Get Internal Users","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"{{auth_token}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/admins/?analytics={{analytics}}&feature={{feature}}&limit=2&offset","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","admins",""],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"limit","value":"2","description":"Limit items returned."},{"key":"offset","value":null,"description":"Offset items returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Oct 2025 13:45:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"60dc6743a1191a7f236394e5\",\n            \"first_name\": \"First\",\n            \"middle_name\": null,\n            \"last_name\": \"Last\",\n            \"email\": \"example@element451.com\",\n            \"title\": \"Director of Admissions\",\n            \"user_relationships\": [],\n            \"active\": false,\n            \"creation_type\": \"invite\",\n            \"invitation\": {\n                \"send\": true,\n                \"send_at\": \"2021-06-30T12:44:51+00:00\",\n                \"completed\": false,\n                \"completed_at\": null\n            },\n            \"restrict_people\": true,\n            \"restrict_documents\": null,\n            \"restrict_campaigns\": null,\n            \"visibility_groups\": [\n                \"all\"\n            ],\n            \"avatar\": {\n                \"guid\": \"instance.files.6701015\",\n                \"url\": \"https://image.png\",\n                \"transformations\": {\n                    \"image_500x500_fit\": {\n                        \"url\": \"https://image.png\"\n                    },\n                    \"image_32x32_fit\": {\n                        \"url\": \"https://image.png\"\n                    }\n                }\n            },\n            \"dashboard_start_page\": null,\n            \"phone\": [],\n            \"office_building\": \"Main Building\",\n            \"office_room\": \"101\",\n            \"allow_direct_network_conn_messages\": true,\n            \"groups\": [\n                {\n                    \"_id\": \"53344e71a6b86117040041a7\",\n                    \"name\": \"Element451 Administrator\",\n                    \"id\": \"53344e71a6b86117040041a7\"\n                },\n                {\n                    \"_id\": \"560ef85e6aa39f19498b54a7\",\n                    \"name\": \"App451 User\",\n                    \"id\": \"560ef85e6aa39f19498b54a7\"\n                },\n                {\n                    \"_id\": \"568c47b01d74dae73f8b6bc7\",\n                    \"name\": \"App451 Administrator\",\n                    \"id\": \"568c47b01d74dae73f8b6bc7\"\n                },\n                {\n                    \"_id\": \"568c47bf1d74da18368b6dad\",\n                    \"name\": \"Event451 Administrator\",\n                    \"id\": \"568c47bf1d74da18368b6dad\"\n                },\n                {\n                    \"_id\": \"568c47b91d74dab0348b6ec1\",\n                    \"name\": \"Event451 User\",\n                    \"id\": \"568c47b91d74dab0348b6ec1\"\n                },\n                {\n                    \"_id\": \"57cedb86a0ee053e355728d3\",\n                    \"name\": \"Data Manager\",\n                    \"id\": \"57cedb86a0ee053e355728d3\"\n                },\n                {\n                    \"_id\": \"5888fabe9cfc9105116322b2\",\n                    \"name\": \"Site451 Administrator\",\n                    \"id\": \"5888fabe9cfc9105116322b2\"\n                },\n                {\n                    \"_id\": \"595504ddb2ae292de8ff2240\",\n                    \"name\": \"Campaigns451 User\",\n                    \"id\": \"595504ddb2ae292de8ff2240\"\n                },\n                {\n                    \"_id\": \"595504ffb2ae292de8ff2241\",\n                    \"name\": \"Campaign451 Administrator\",\n                    \"id\": \"595504ffb2ae292de8ff2241\"\n                },\n                {\n                    \"_id\": \"5995ce1bc54d04730c51b752\",\n                    \"name\": \"Conversations Administrator\",\n                    \"id\": \"5995ce1bc54d04730c51b752\"\n                },\n                {\n                    \"_id\": \"5995cf93c54d04730c51b754\",\n                    \"name\": \"Conversations User\",\n                    \"id\": \"5995cf93c54d04730c51b754\"\n                },\n                {\n                    \"_id\": \"59ee70a4dbc9ee1affcb8ad9\",\n                    \"name\": \"Labels Manager\",\n                    \"id\": \"59ee70a4dbc9ee1affcb8ad9\"\n                },\n                {\n                    \"_id\": \"5a7c8e0215ee514ac649500e\",\n                    \"name\": \"Prospect451 Administrator\",\n                    \"id\": \"5a7c8e0215ee514ac649500e\"\n                },\n                {\n                    \"_id\": \"5a9d3b46197a258c48857890\",\n                    \"name\": \"Developer Features\",\n                    \"id\": \"5a9d3b46197a258c48857890\"\n                },\n                {\n                    \"_id\": \"5ad5f6aa40d80b03ff97fb11\",\n                    \"name\": \"Page451 Administrator\",\n                    \"id\": \"5ad5f6aa40d80b03ff97fb11\"\n                },\n                {\n                    \"_id\": \"5af4b8cb1feebe0406de0791\",\n                    \"name\": \"Custom Fields Manager\",\n                    \"id\": \"5af4b8cb1feebe0406de0791\"\n                },\n                {\n                    \"_id\": \"5b0ffa768fe75103a29fdc7b\",\n                    \"name\": \"Decision451 Administrator\",\n                    \"id\": \"5b0ffa768fe75103a29fdc7b\"\n                },\n                {\n                    \"_id\": \"5bb3bb759360c8046a710ce9\",\n                    \"name\": \"Decision451 User\",\n                    \"id\": \"5bb3bb759360c8046a710ce9\"\n                },\n                {\n                    \"_id\": \"5bb3bbd69360c8046a710cec\",\n                    \"name\": \"Decision451 Reports User\",\n                    \"id\": \"5bb3bbd69360c8046a710cec\"\n                },\n                {\n                    \"_id\": \"5bca15f108cbbe084fa41170\",\n                    \"name\": \"Segments Administrator\",\n                    \"id\": \"5bca15f108cbbe084fa41170\"\n                },\n                {\n                    \"_id\": \"5c20fd01f3b640463f302309\",\n                    \"name\": \"Internal Users\",\n                    \"id\": \"5c20fd01f3b640463f302309\"\n                },\n                {\n                    \"_id\": \"5c5c76b2e7c45f0646ac9f5c\",\n                    \"name\": \"Manage Profiles\",\n                    \"id\": \"5c5c76b2e7c45f0646ac9f5c\"\n                },\n                {\n                    \"_id\": \"5fcfa6195ffde803f03aaaab\",\n                    \"name\": \"Special group \",\n                    \"id\": \"5fcfa6195ffde803f03aaaab\"\n                },\n                {\n                    \"_id\": \"6046620763dbd525a2824574\",\n                    \"name\": \"Api451 User\",\n                    \"id\": \"6046620763dbd525a2824574\"\n                },\n                {\n                    \"_id\": \"611293374e6dbd7130f634d6\",\n                    \"name\": \"Surveys Administrator\",\n                    \"id\": \"611293374e6dbd7130f634d6\"\n                }\n            ],\n            \"last_login\": \"2024-02-27T10:09:59+00:00\",\n            \"created_at\": \"2021-06-30T12:44:51+00:00\",\n            \"updated_at\": \"2024-07-31T02:48:40+00:00\"\n        },\n        {\n            \"_id\": \"649c46db456e151dde034a52\",\n            \"first_name\": \"First1\",\n            \"middle_name\": \"M\",\n            \"last_name\": \"Last1\",\n            \"email\": \"Example1@element451.com\",\n            \"title\": \"Admissions Technology Specialist\",\n            \"user_relationships\": [],\n            \"active\": true,\n            \"creation_type\": \"invite\",\n            \"invitation\": {\n                \"send\": true,\n                \"send_at\": \"2023-06-28T14:42:35+00:00\",\n                \"completed\": false,\n                \"completed_at\": null\n            },\n            \"restrict_people\": false,\n            \"restrict_documents\": false,\n            \"restrict_campaigns\": null,\n            \"visibility_groups\": [\n                \"all\"\n            ],\n            \"avatar\": {\n                \"guid\": \"instance.files.6701015\",\n                \"url\": \"https://image.png\",\n                \"transformations\": {\n                    \"image_500x500_fit\": {\n                        \"url\": \"https://image.png\"\n                    },\n                    \"image_32x32_fit\": {\n                        \"url\": \"https://image.png\"\n                    }\n                }\n            },\n            \"dashboard_start_page\": null,\n            \"phone\": [],\n            \"office_building\": null,\n            \"office_room\": null,\n            \"allow_direct_network_conn_messages\": null,\n            \"groups\": [\n                {\n                    \"_id\": \"53344e71a6b86117040041a7\",\n                    \"name\": \"Element451 Administrator\",\n                    \"id\": \"53344e71a6b86117040041a7\"\n                },\n                {\n                    \"_id\": \"560ef85e6aa39f19498b54a7\",\n                    \"name\": \"App451 User\",\n                    \"id\": \"560ef85e6aa39f19498b54a7\"\n                },\n                {\n                    \"_id\": \"568c47b01d74dae73f8b6bc7\",\n                    \"name\": \"App451 Administrator\",\n                    \"id\": \"568c47b01d74dae73f8b6bc7\"\n                },\n                {\n                    \"_id\": \"568c47bf1d74da18368b6dad\",\n                    \"name\": \"Event451 Administrator\",\n                    \"id\": \"568c47bf1d74da18368b6dad\"\n                },\n                {\n                    \"_id\": \"568c47b91d74dab0348b6ec1\",\n                    \"name\": \"Event451 User\",\n                    \"id\": \"568c47b91d74dab0348b6ec1\"\n                },\n                {\n                    \"_id\": \"57cedb86a0ee053e355728d3\",\n                    \"name\": \"Data Manager\",\n                    \"id\": \"57cedb86a0ee053e355728d3\"\n                },\n                {\n                    \"_id\": \"5888fabe9cfc9105116322b2\",\n                    \"name\": \"Site451 Administrator\",\n                    \"id\": \"5888fabe9cfc9105116322b2\"\n                },\n                {\n                    \"_id\": \"595504ddb2ae292de8ff2240\",\n                    \"name\": \"Campaigns451 User\",\n                    \"id\": \"595504ddb2ae292de8ff2240\"\n                },\n                {\n                    \"_id\": \"595504ffb2ae292de8ff2241\",\n                    \"name\": \"Campaign451 Administrator\",\n                    \"id\": \"595504ffb2ae292de8ff2241\"\n                },\n                {\n                    \"_id\": \"5995ce1bc54d04730c51b752\",\n                    \"name\": \"Conversations Administrator\",\n                    \"id\": \"5995ce1bc54d04730c51b752\"\n                },\n                {\n                    \"_id\": \"5995cf93c54d04730c51b754\",\n                    \"name\": \"Conversations User\",\n                    \"id\": \"5995cf93c54d04730c51b754\"\n                },\n                {\n                    \"_id\": \"59ee70a4dbc9ee1affcb8ad9\",\n                    \"name\": \"Labels Manager\",\n                    \"id\": \"59ee70a4dbc9ee1affcb8ad9\"\n                },\n                {\n                    \"_id\": \"5a7c8e0215ee514ac649500e\",\n                    \"name\": \"Prospect451 Administrator\",\n                    \"id\": \"5a7c8e0215ee514ac649500e\"\n                },\n                {\n                    \"_id\": \"5ad5f6aa40d80b03ff97fb11\",\n                    \"name\": \"Page451 Administrator\",\n                    \"id\": \"5ad5f6aa40d80b03ff97fb11\"\n                },\n                {\n                    \"_id\": \"5af4b8cb1feebe0406de0791\",\n                    \"name\": \"Custom Fields Manager\",\n                    \"id\": \"5af4b8cb1feebe0406de0791\"\n                },\n                {\n                    \"_id\": \"5b0ffa768fe75103a29fdc7b\",\n                    \"name\": \"Decision451 Administrator\",\n                    \"id\": \"5b0ffa768fe75103a29fdc7b\"\n                },\n                {\n                    \"_id\": \"5bb3bb759360c8046a710ce9\",\n                    \"name\": \"Decision451 User\",\n                    \"id\": \"5bb3bb759360c8046a710ce9\"\n                },\n                {\n                    \"_id\": \"5bb3bbd69360c8046a710cec\",\n                    \"name\": \"Decision451 Reports User\",\n                    \"id\": \"5bb3bbd69360c8046a710cec\"\n                },\n                {\n                    \"_id\": \"5bca15f108cbbe084fa41170\",\n                    \"name\": \"Segments Administrator\",\n                    \"id\": \"5bca15f108cbbe084fa41170\"\n                },\n                {\n                    \"_id\": \"5c20fd01f3b640463f302309\",\n                    \"name\": \"Internal Users\",\n                    \"id\": \"5c20fd01f3b640463f302309\"\n                },\n                {\n                    \"_id\": \"5c5c76b2e7c45f0646ac9f5c\",\n                    \"name\": \"Manage Profiles\",\n                    \"id\": \"5c5c76b2e7c45f0646ac9f5c\"\n                },\n                {\n                    \"_id\": \"5fcfa6195ffde803f03aaaab\",\n                    \"name\": \"Special group \",\n                    \"id\": \"5fcfa6195ffde803f03aaaab\"\n                },\n                {\n                    \"_id\": \"6046620763dbd525a2824574\",\n                    \"name\": \"Api451 User\",\n                    \"id\": \"6046620763dbd525a2824574\"\n                },\n                {\n                    \"_id\": \"611293374e6dbd7130f634d6\",\n                    \"name\": \"Surveys Administrator\",\n                    \"id\": \"611293374e6dbd7130f634d6\"\n                },\n                {\n                    \"_id\": \"6197fc50590b3e31554ce73e\",\n                    \"name\": \"Testing\",\n                    \"id\": \"6197fc50590b3e31554ce73e\"\n                },\n                {\n                    \"_id\": \"6202abedf29a667da77282b2\",\n                    \"name\": \"Documents Test\",\n                    \"id\": \"6202abedf29a667da77282b2\"\n                },\n                {\n                    \"_id\": \"621389032060091f8a56345f\",\n                    \"name\": \"Your system ones were not enough\",\n                    \"id\": \"621389032060091f8a56345f\"\n                },\n                {\n                    \"_id\": \"62228d6b79a4a5541e477262\",\n                    \"name\": \"Test for Studee\",\n                    \"id\": \"62228d6b79a4a5541e477262\"\n                },\n                {\n                    \"_id\": \"6234c58a3176174310780e0b\",\n                    \"name\": \"Data Group\",\n                    \"id\": \"6234c58a3176174310780e0b\"\n                },\n                {\n                    \"_id\": \"62701f62b32f0175ec5e99b2\",\n                    \"name\": \"Admission Counselor TEST\",\n                    \"id\": \"62701f62b32f0175ec5e99b2\"\n                },\n                {\n                    \"_id\": \"62b4d372513c91146b2a0a23\",\n                    \"name\": \"Journeys Administrator\",\n                    \"id\": \"62b4d372513c91146b2a0a23\"\n                },\n                {\n                    \"_id\": \"62b4d37a513c91146b2a0a24\",\n                    \"name\": \"Journeys User\",\n                    \"id\": \"62b4d37a513c91146b2a0a24\"\n                },\n                {\n                    \"_id\": \"62faa2b09bd52639203c7952\",\n                    \"name\": \"Testing Import/Export View\",\n                    \"id\": \"62faa2b09bd52639203c7952\"\n                },\n                {\n                    \"_id\": \"6304eda86c499a64bd6ffc03\",\n                    \"name\": \"View Only\",\n                    \"id\": \"6304eda86c499a64bd6ffc03\"\n                },\n                {\n                    \"_id\": \"635925836a95a683db028ed3\",\n                    \"name\": \"Change User Password\",\n                    \"id\": \"635925836a95a683db028ed3\"\n                },\n                {\n                    \"_id\": \"636b345f70e77e0b05888eff\",\n                    \"name\": \"Insights Access All Dashboards\",\n                    \"id\": \"636b345f70e77e0b05888eff\"\n                },\n                {\n                    \"_id\": \"6390a9c229aa4505240389f2\",\n                    \"name\": \"Consultant\",\n                    \"id\": \"6390a9c229aa4505240389f2\"\n                },\n                {\n                    \"_id\": \"63989426009cf9852d0be543\",\n                    \"name\": \"FSCJ Password Reset Testing\",\n                    \"id\": \"63989426009cf9852d0be543\"\n                },\n                {\n                    \"_id\": \"63cef26136739a1754029252\",\n                    \"name\": \"King Testing\",\n                    \"id\": \"63cef26136739a1754029252\"\n                },\n                {\n                    \"_id\": \"63e256b415cc932e2005c7b3\",\n                    \"name\": \"Only Waivers\",\n                    \"id\": \"63e256b415cc932e2005c7b3\"\n                },\n                {\n                    \"_id\": \"642328aba15e84d6170b1f37\",\n                    \"name\": \"Megan Testing Segment Permissions\",\n                    \"id\": \"642328aba15e84d6170b1f37\"\n                },\n                {\n                    \"_id\": \"64233dbe73f8aa5313016b57\",\n                    \"name\": \"Limited Segments\",\n                    \"id\": \"64233dbe73f8aa5313016b57\"\n                }\n            ],\n            \"last_login\": \"2025-09-24T19:24:55+00:00\",\n            \"created_at\": \"2023-06-28T14:42:35+00:00\",\n            \"updated_at\": \"2025-10-02T15:16:09+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 157\n    }\n}"}],"_postman_id":"60c28daf-6721-4356-aa4d-545b79fbc254"},{"name":"Create Internal User","id":"199ae9fb-912e-44af-bbfd-eec411c6fd7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"creation_type\": \"manual\",\n        \"email\": \"{{EMAIL ADDRESS}}\",\n        \"dashboard_start_page\": \"/start\",\n        \"primary_team\": \"{{PRIMARY TEAM ID}}\",\n        \"first_name\": \"{{FIRST NAME}}\",\n        \"middle_name\": \"\",\n        \"last_name\": \"{{LAST NAME}}\",\n        \"title\": \"{{TITLE}}\",\n        \"ask_for_password\": false,\n        \"office_building\": \"\",\n        \"office_room\": \"\",\n        \"allow_direct_network_conn_messages\": false,\n        \"password\": null,\n        \"password_confirmation\": null,\n        \"groups\": [\n            \"{{PERMISSION GROUP ID}}\"\n        ],\n        \"restrict_people\": false,\n        \"visibility_groups\": []\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/admins/?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","admins",""],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"199ae9fb-912e-44af-bbfd-eec411c6fd7f"}],"id":"b6bd5706-70cf-4e63-86b8-8b6d14e53b61","description":"<p>Manage admin settings, such as API Keys to access the Element451 API.</p>\n","_postman_id":"b6bd5706-70cf-4e63-86b8-8b6d14e53b61","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Applications","item":[{"name":"Supplemental Forms","item":[{"name":"Save Supplemental Form Answer","id":"06e1ecc1-6bc1-4770-bee7-22c9a86a8666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"values\": {\n        \"fields\": [\n            {\n                \"name\": \"first_name\",\n                \"value\": \"tet\"\n            },\n            {\n                \"name\": \"last_name\",\n                \"value\": \"test\"\n            },\n            {\n                \"name\": \"email\",\n                \"value\": \"tester@element451.com\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/applications/{{REGISTRATION_ID}}/supplementalforms/{{ITEM_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","applications","{{REGISTRATION_ID}}","supplementalforms","{{ITEM_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"06e1ecc1-6bc1-4770-bee7-22c9a86a8666"},{"name":"Get All Supplemental Forms","id":"6892aa33-bf4b-42dd-9fdf-8146d43522e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"values\": {\n        \"fields\": [\n            {\n                \"name\": \"first_name\",\n                \"value\": \"tet\"\n            },\n            {\n                \"name\": \"last_name\",\n                \"value\": \"test\"\n            },\n            {\n                \"name\": \"email\",\n                \"value\": \"tester@element451.com\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/applications/{{REGISTRATION_ID}}/supplementalforms/?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","applications","{{REGISTRATION_ID}}","supplementalforms",""],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"6892aa33-bf4b-42dd-9fdf-8146d43522e7"},{"name":"Get Single Supplemental Form","id":"8a6e9447-69cb-462c-9906-3ea0d42f73b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"values\": {\n        \"fields\": [\n            {\n                \"name\": \"first_name\",\n                \"value\": \"tet\"\n            },\n            {\n                \"name\": \"last_name\",\n                \"value\": \"test\"\n            },\n            {\n                \"name\": \"email\",\n                \"value\": \"tester@element451.com\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/applications/{{REGISTRATION_ID}}/supplementalforms/{{ITEM_ID}}/?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","applications","{{REGISTRATION_ID}}","supplementalforms","{{ITEM_ID}}",""],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"8a6e9447-69cb-462c-9906-3ea0d42f73b9"}],"id":"553a385f-fec2-47df-9359-a00e1a2f0857","description":"<p>Manage Supplemental Forms, including metadata, association with applications and order in which the forms are ordered in the application. Supplemental Form assets are topical forms associated with applications. Unlike standard application steps and fields, supplemental forms can be completed after application submission. A common use case is a residency form.</p>\n","_postman_id":"553a385f-fec2-47df-9359-a00e1a2f0857","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{application_guid}","item":[{"name":"Steps","item":[{"name":"{step_id}","item":[{"name":"Sections","item":[{"name":"{section_id}","item":[{"name":"Update Application Step Section","id":"ee7052b3-9cb4-40fa-bb7d-5cd75b5293c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"segment\": {{NEW_POSITION_INDEX_INTERGER}},\n        \"name\": \"Updated Step Section Name\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/applications/{{APPLICATION_GUID}}/steps/{{STEP_ID}}/sections/{{SECTION_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>If you send \"segment\" integer in item object, the step section will be moved to the position indicated by the index, other step sections are ordered accordingly.</p>\n<p>There 2 type of sections, and the contents are different for those:</p>\n<p>Regular section item:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"name\": \"New Regular Section\",\n    \"repeater\": false\n}\n</code></pre><p>Repeater section item:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"name\":\"New Required Infinite Repeater Section\",\n    \"repeater\":true,\n    \"title\":\"Repeater Item\",\n    \"min\":0,\n    \"max\":2\n}\n</code></pre><ul>\n<li>title: is the title of a single item on that repeater.</li>\n<li>max: means infinite items when set to 0.</li>\n<li>min: means no required when set to 0.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications","{{APPLICATION_GUID}}","steps","{{STEP_ID}}","sections","{{SECTION_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"ee7052b3-9cb4-40fa-bb7d-5cd75b5293c9"},{"name":"Delete Application Step Section","id":"54e9e460-55bb-4ee8-a966-c55c896e304f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/applications/{{APPLICATION_GUID}}/steps/{{STEP_ID}}/sections/{{SECTION_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications","{{APPLICATION_GUID}}","steps","{{STEP_ID}}","sections","{{SECTION_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"54e9e460-55bb-4ee8-a966-c55c896e304f"}],"id":"112797e5-fdc6-46ca-b808-c8b4d8a16e5c","_postman_id":"112797e5-fdc6-46ca-b808-c8b4d8a16e5c","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Add Application Step Section","id":"052c99ef-137d-46eb-83d2-b093de764467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"New Regular Section\",\n        \"repeater\": false\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/applications/{{APPLICATION_GUID}}/steps/{{STEP_ID}}/sections?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>There 2 type of sections, and the contents are different for those:</p>\n<p>Regular section item:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"name\": \"New Regular Section\",\n    \"repeater\": false\n}\n</code></pre><p>Repeater section item:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"name\":\"New Required Infinite Repeater Section\",\n    \"repeater\":true,\n    \"title\":\"Repeater Item\",\n    \"min\":0,\n    \"max\":2\n}\n</code></pre><ul>\n<li>title: is the title of a single item on that repeater.</li>\n<li>max: means infinite items when set to 0.</li>\n<li>min: means no required when set to 0.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications","{{APPLICATION_GUID}}","steps","{{STEP_ID}}","sections"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"052c99ef-137d-46eb-83d2-b093de764467"}],"id":"2a335a33-1132-46a1-9be7-5697a551f544","_postman_id":"2a335a33-1132-46a1-9be7-5697a551f544","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Update Application Step","id":"fcf0ddee-9462-4e77-b8af-5f3bb7ed2883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n    \t\"segment\": {{NEW_POSITION_INDEX_INTERGER}},\n        \"name\": \"Updated Step Name\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/applications/{{APPLICATION_GUID}}/steps/{{STEP_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Application Step by Guid.</p>\n<p>If you send \"segment\" integer in item object, the step will be moved to the position indicated by the index, other steps are ordered accordingly.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications","{{APPLICATION_GUID}}","steps","{{STEP_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"fcf0ddee-9462-4e77-b8af-5f3bb7ed2883"},{"name":"Delete Application Step","id":"33600b01-cb8b-49be-b684-0e1ab36968f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/applications/{{APPLICATION_GUID}}/steps/{{STEP_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications","{{APPLICATION_GUID}}","steps","{{STEP_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"33600b01-cb8b-49be-b684-0e1ab36968f0"}],"id":"008010df-63d2-49b2-a327-7e49e43fd9fc","_postman_id":"008010df-63d2-49b2-a327-7e49e43fd9fc","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Add Application Step","id":"facd8221-74dc-4183-87df-6a4540550ceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"New Step\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/applications/{{APPLICATION_GUID}}/steps?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications","{{APPLICATION_GUID}}","steps"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"facd8221-74dc-4183-87df-6a4540550ceb"}],"id":"01393275-06b5-49ea-96b2-fc03ce06d45e","_postman_id":"01393275-06b5-49ea-96b2-fc03ce06d45e","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Payment","item":[{"name":"Pay Application with Waiver","id":"4daa4bee-cf2e-46fe-a573-3748765c01d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"item","value":"{\"fields\":[{\"name\":\"waiver_code\",\"value\":\"free\"}]}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/applications/{{APPLICATION_GUID}}/payment/waiver?registration_id={{REGISTRATION_ID}}&token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Applications.payment.do.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications","{{APPLICATION_GUID}}","payment","waiver"],"host":["{{client}}","{{api}}"],"query":[{"key":"registration_id","value":"{{REGISTRATION_ID}}"},{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"4daa4bee-cf2e-46fe-a573-3748765c01d3"}],"id":"d54af998-e671-456e-b05a-6b21f28c149d","_postman_id":"d54af998-e671-456e-b05a-6b21f28c149d","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Preview","item":[{"name":"Generate HTML App Preview","id":"d77965af-7095-4f44-bdc1-96240766cebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"2zBkxP87S5v0rsHQrHtbcYrnnd7x6320HKb9SFNj","type":"text"}],"url":"https://{{client}}.{{api}}/v2/applications/{{APP_GUID}}/preview?registration_id={{REGISTRATION_ID}}&output=html&token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Applications.preview.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications","{{APP_GUID}}","preview"],"host":["{{client}}","{{api}}"],"query":[{"key":"registration_id","value":"{{REGISTRATION_ID}}"},{"key":"output","value":"html"},{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"d77965af-7095-4f44-bdc1-96240766cebd"}],"id":"6066b762-f453-438a-a6e1-e8b22adcd62d","_postman_id":"6066b762-f453-438a-a6e1-e8b22adcd62d","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Private","item":[{"name":"Get Application Private","id":"64005e47-91df-4cb2-a92e-c5a3e3bd0392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/applications/private/:applicaiton_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications","private",":applicaiton_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the application type. Found with GET to v2/applications.</p>\n","type":"text/plain"},"type":"any","value":"","key":"applicaiton_guid"}]}},"response":[],"_postman_id":"64005e47-91df-4cb2-a92e-c5a3e3bd0392"}],"id":"7f47ef82-5ef3-4b10-bd1b-e3983fdb07a6","_postman_id":"7f47ef82-5ef3-4b10-bd1b-e3983fdb07a6","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Settings","item":[{"name":"Get Application Autoresponders","id":"5da85d07-3d12-4c27-a62e-587e1ae3e30e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/applications/settings/autoresponders/:application_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications","settings","autoresponders",":application_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the application type. Found with GET to v2/applications.</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_guid"}]}},"response":[],"_postman_id":"5da85d07-3d12-4c27-a62e-587e1ae3e30e"}],"id":"678e0082-c079-47ee-8a25-f37ae7788e9e","_postman_id":"678e0082-c079-47ee-8a25-f37ae7788e9e","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Unsubscribe","item":[{"name":"Delete User Application","id":"5ac2ce37-49e2-45b7-a0bc-37c94d603404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/applications/:application_guid/unsubscribe/:user_id?analytics={{analytics}}&feature={{feature}}&registration_id=","description":"<p>Delete a User's application. Will cascade delete their Decision with the same registration ID.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications",":application_guid","unsubscribe",":user_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Unique identifier for the user's application, found with GET to v2/users/:user_id</p>\n","type":"text/plain"},"key":"registration_id","value":""}],"variable":[{"description":{"content":"<p>Unique identifier for the applicaiton type, found with GET to v2/applications.</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_guid"},{"description":{"content":"<p>Unique identifier for the user, found with GET to v2/users.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"5ac2ce37-49e2-45b7-a0bc-37c94d603404"}],"id":"d3b00d84-9205-4ca6-b9f4-4b966f4924ef","_postman_id":"d3b00d84-9205-4ca6-b9f4-4b966f4924ef","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Supplemental Forms","item":[{"name":"{item_id}","item":[{"name":"Update Supplemental Form","id":"f2078b61-86e3-4ffd-bd59-f5bad41c74d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"supplemental_form_guid\": \"tu.supplementalforms.451\",\n    \"title\": \"Residency Verification\",\n    \"description\": \"Please provide your residency documents\",\n    \"description_optional\": \"\",\n    \"sidebar_content\": {\n        \"section_title\": \"Info Title\",\n        \"info_blocks\": [\n            {\n                \"title\": \"Hello\",\n                \"description\": \"Please fill the form\"\n            }\n        ]\n    },\n    \"conditions_operator\": \"and\",\n    \"conditions_belonging_operator\": \"in\",\n    \"conditions\": [\n        {\n            \"type\": \"user_segment\",\n            \"content\": {\n                \"users\": {\n                    \"filters\": {\n                        \"operator\": \"$or\",\n                        \"conditions\": [\n                            {\n                                \"type\": \"filter\",\n                                \"target\": \"<mapping:user-email-address>\",\n                                \"operator\": \"$exists\",\n                                \"value\": true\n                            }\n                        ]\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"user_segment_ref\",\n            \"content\": {\n                \"segment_guid\": \"tu.segments.451\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/applications/:application_guid/supplementalforms/:item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Update metadata asociated with the supplemental form's association with the application, such as description, title, and visibility conditions.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications",":application_guid","supplementalforms",":item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the application type. Found with GET to v2/applications.</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_guid"},{"description":{"content":"<p>Identifier for the supplemental form item associated with the application.</p>\n","type":"text/plain"},"type":"any","value":"","key":"item_id"}]}},"response":[],"_postman_id":"f2078b61-86e3-4ffd-bd59-f5bad41c74d0"},{"name":"Reorder Supplemental Form","id":"7654243f-502c-40d1-9b7b-15d057780d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/applications/:application_guid/supplementalforms/:item_id/reorder/:position_index?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications",":application_guid","supplementalforms",":item_id","reorder",":position_index"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the application type. Found with GET to v2/applications.</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_guid"},{"description":{"content":"<p>Identifier for the supplemental form item associated with the application.</p>\n","type":"text/plain"},"type":"any","value":"","key":"item_id"},{"description":{"content":"<p>Integer starting at 1 for the position in which the supplemental form will be shown in the list.</p>\n","type":"text/plain"},"type":"any","value":"","key":"position_index"}]}},"response":[],"_postman_id":"7654243f-502c-40d1-9b7b-15d057780d13"},{"name":"Detach Supplemental Form","id":"015478e7-a0f3-4dd4-b6bb-457a36b4b6b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/applications/:application_guid/supplementalforms/:item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Detach a supplemental form from an application. The supplemental form and application will still exist independantly.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications",":application_guid","supplementalforms",":item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the application type. Found with GET to v2/applications.</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_guid"},{"description":{"content":"<p>Identifier for the supplemental form item associated with the application.</p>\n","type":"text/plain"},"type":"any","value":"","key":"item_id"}]}},"response":[],"_postman_id":"015478e7-a0f3-4dd4-b6bb-457a36b4b6b9"}],"id":"1151bc6e-a17c-4fc3-920c-b9093737d585","description":"<p>Access and manage supplemental forms associated with an application.</p>\n","_postman_id":"1151bc6e-a17c-4fc3-920c-b9093737d585","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Attach Supplemental Form","id":"4aee55d7-28e0-4f8a-82e5-0b15c7d06683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"supplemental_form_guid\": \"tu.supplementalforms.451\",\n    \"title\": \"Residency Verification\",\n    \"description\": \"Please provide your residency documents\",\n    \"description_optional\": \"\",\n    \"sidebar_content\": {\n        \"section_title\": \"Info Title\",\n        \"info_blocks\": [\n            {\n                \"title\": \"Hello\",\n                \"description\": \"Please fill the form\"\n            }\n        ]\n    },\n    \"conditions_operator\": \"and\",\n    \"conditions_belonging_operator\": \"in\",\n    \"conditions\": [\n        {\n            \"type\": \"user_segment\",\n            \"content\": {\n                \"users\": {\n                    \"filters\": {\n                        \"operator\": \"$or\",\n                        \"conditions\": [\n                            {\n                                \"type\": \"filter\",\n                                \"target\": \"<mapping:user-email-address>\",\n                                \"operator\": \"$exists\",\n                                \"value\": true\n                            }\n                        ]\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"user_segment_ref\",\n            \"content\": {\n                \"segment_guid\": \"tu.segments.451\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/applications/:application_guid/supplementalforms?analytics={{analytics}}&feature={{feature}}","description":"<p>Attach a Supplemental Form to an Application. This will allow the user to submit the supplemental form when submitting the application.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications",":application_guid","supplementalforms"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the application type. Found with GET to v2/applications.</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_guid"}]}},"response":[],"_postman_id":"4aee55d7-28e0-4f8a-82e5-0b15c7d06683"}],"id":"1bc33766-1933-442e-980d-a80146228138","_postman_id":"1bc33766-1933-442e-980d-a80146228138","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Update Application","id":"22e723e3-4349-469a-bf3d-8de0d8f4c3f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n    \t\"active\": true,\n        \"name\": \"Application Documenter\",\n        \"description\": \"This is an application created via postman doc.\",\n        \"snap_app\": true,\n        \"default_view_app\": \"full\",\n        \"completed_alert\": true,\n        \"deposit\": {\n            \"_id\": \"GSDTJ6EM\"\n        },\n        \"payment\": {\n            \"active\": true,\n            \"amount\": 1,\n            \"currency\": \"USD\",\n            \"required_to_submit\": true,\n            \"payable_to\": \"BankAcc\",\n            \"account\": \"BankAcc\",\n            \"methods\": [\n                \"credit_card\",\n                \"check\",\n                \"waiver\",\n                \"paypal_sb\"\n            ],\n            \"address\": \"New USA address\"\n        },\n        \"icon\": \"second-degree\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/applications/:application_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications",":application_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the application type. Found with GET to v2/applications.</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_guid"}]}},"response":[],"_postman_id":"22e723e3-4349-469a-bf3d-8de0d8f4c3f4"},{"name":"Generate Zip Application Download","id":"86d95e67-352c-497e-a787-b3bbac57e8f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"}],"url":"http://{{client}}.{{api}}/v2/applications/{{APPLICATION_GUID}}/user/{{USER_ID}}/download?registration_id={{REGISTRATION_ID}}&token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Applications.zip.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","applications","{{APPLICATION_GUID}}","user","{{USER_ID}}","download"],"host":["{{client}}","{{api}}"],"query":[{"key":"registration_id","value":"{{REGISTRATION_ID}}"},{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"86d95e67-352c-497e-a787-b3bbac57e8f2"},{"name":"Validate User App Registration","id":"a22ccf95-b981-43a4-8d71-32e74f53983a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"item","value":"{\"fields\":[{\"slug\":\"user-email-address\",\"name\":\"email\",\"value\":\"kjackson+app@element451.com\"}]}","type":"text","disabled":true},{"key":"item","value":"{\"fields\":[{\"slug\":\"user-email-address\",\"name\":\"email\",\"value\":\"test00001031@spark451.com\"}]}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/users/register/{{APP_GUID}}?validateOnly=1&part=1&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","register","{{APP_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"validateOnly","value":"1"},{"key":"part","value":"1"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"a22ccf95-b981-43a4-8d71-32e74f53983a"}],"id":"ddf9dd45-739e-4cce-8b01-5bf970967537","_postman_id":"ddf9dd45-739e-4cce-8b01-5bf970967537","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Applications","id":"acbf888d-c718-467c-9bb3-19639b5c8125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/applications?analytics={{analytics}}&feature={{feature}}&embed[list]=1","description":"<p>Returns the list of all Applications.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"key":"embed[list]","value":"1"}],"variable":[]}},"response":[{"id":"05329234-2a9e-4d93-b659-397767dbc00d","name":"Get Applications","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/applications?analytics={{analytics}}&feature={{feature}}&embed[list]=1","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","applications"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"embed[list]","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 17:01:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"guid\": \"instance.applications.351774\",\n            \"name\": \"Graduate Application\",\n            \"description\": \"\",\n            \"active\": true,\n            \"index_weight\": 1,\n            \"created_at\": \"Fri May 02 15:19:15 +0000 2025\",\n            \"updated_at\": \"Fri May 02 15:21:01 +0000 2025\"\n        },\n        {\n            \"guid\": \"instance.applications.351966\",\n            \"name\": \"Undergraduate Application\",\n            \"description\": \"\",\n            \"active\": true,\n            \"index_weight\": 2,\n            \"created_at\": \"Fri May 16 08:25:04 +0000 2025\",\n            \"updated_at\": \"Fri May 16 08:27:40 +0000 2025\"\n        },\n        {\n            \"guid\": \"instance.applications.352093\",\n            \"name\": \"International Application\",\n            \"description\": \"\",\n            \"active\": false,\n            \"index_weight\": 3,\n            \"created_at\": \"Tue May 27 19:46:43 +0000 2025\",\n            \"updated_at\": \"Tue May 27 19:46:52 +0000 2025\"\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"available_total\": 3,\n            \"filtered_total\": 3,\n            \"offset\": 0,\n            \"limit\": null\n        }\n    }\n}"}],"_postman_id":"acbf888d-c718-467c-9bb3-19639b5c8125"},{"name":"Create Application","id":"56c53b4f-4904-4c44-a505-76de2b13551a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Application Documenter\",\n        \"description\": \"This is an application created via postman doc.\",\n        \"snap_app\": true,\n        \"default_view_app\": \"full\",\n        \"completed_alert\": true,\n        \"deposit\": {\n            \"_id\": \"{{DEPOSIT_ID}}\"\n        },\n        \"payment\": {\n            \"active\": true,\n            \"methods\": [\n                \"credit_card\",\n                \"paypal_sb\",\n                \"check\",\n                \"waiver\"\n            ],\n            \"amount\": 1,\n            \"currency\": \"USD\",\n            \"account\": \"BankAcc\",\n            \"required_to_submit\": true,\n            \"address\": \"400 de la rue\",\n            \"payable_to\": \"BankAcc\"\n        },\n        \"icon\": \"second-degree\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/applications?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","applications"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"56c53b4f-4904-4c44-a505-76de2b13551a"}],"id":"7ccd8755-4eb2-470c-a740-e82761d6cb9b","description":"<p>Manage Applications, including metadata, steps, and autoresponses. Application assets are the set of steps, fields and documents that potential students provide to the institution to apply. Applications can then be made available on an application site and accessed by users.</p>\n","_postman_id":"7ccd8755-4eb2-470c-a740-e82761d6cb9b","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Appointments","item":[{"name":"Availability","item":[{"name":"{availability_guid}","item":[{"name":"Update availability","id":"3a8671cf-0811-4a7a-bd4e-3c4890d1553e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"timezone\": \"America/New_York\",\n    \"type\": \"rolling\",\n    \"rolling_offset\": 10,\n    \"schedule_start\": \"2023-03-13T10:21:32.923Z\",\n    \"schedule_end\": \"2023-04-13T10:21:32.923Z\",\n    \"days_and_times\": {\n        \"mon\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }, \n        \"tue\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }, \n        \"wed\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }, \n        \"thu\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }, \n        \"fri\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }, \n        \"sat\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }, \n        \"sun\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }\n    },\n    \"days_and_times_overrides\": [],\n    \"buffering_before\": 10,\n    \"buffering_after\": 10,\n    \"slot_duration\": 30,\n    \"minimum_time_before_start\": 1,\n    \"max_count_of_events_per_day\": 5,\n    \"appointment_type\": \"tu.appointments_types.8\",\n    \"location_type\": \"virtual\",\n    \"location\": \"test_location_for_type\",\n    \"name\": \"test_name_for_type\",\n    \"slug\": \"test_slag_updated\",\n    \"description\": \"some-test-description\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/availability/:avaliability_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","availability",":avaliability_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the avaliability. Found with GET to v2/appointments/avaliability.</p>\n","type":"text/plain"},"type":"any","value":"","key":"avaliability_guid"}]}},"response":[],"_postman_id":"3a8671cf-0811-4a7a-bd4e-3c4890d1553e"},{"name":"Delete availability","id":"ae45a99c-6034-4f43-8fe5-f05ff7805b98","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{client}}.{{api}}/v2/appointments/availability/:avaliability_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","availability",":avaliability_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the availability. Found with GET to v2/appointments/availability.</p>\n","type":"text/plain"},"type":"any","value":"","key":"avaliability_guid"}]}},"response":[],"_postman_id":"ae45a99c-6034-4f43-8fe5-f05ff7805b98"}],"id":"0e1545d1-e40f-4727-bfa7-ffc3019805ef","_postman_id":"0e1545d1-e40f-4727-bfa7-ffc3019805ef","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"allUsers","item":[{"name":"Get All Users from Availability by Filters","id":"23706770-fb53-4a4b-a37b-ba97e51948b1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/availability/allUsers?analytics=&feature.=","description":"<p>Public route used by Appointments site, facilitates filtering and search to find specific appointment availability. Uses specific feature and analytics tokens provided to anonymous users. Monitor the network traffic of the Appointments site to observe.</p>\n","urlObject":{"protocol":"https","path":["v2","appointments","availability","allUsers"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required. Uses specific analytics token provided through to anonymous users.</p>\n","type":"text/plain"},"key":"analytics","value":""},{"description":{"content":"<p>Required. Uses specific feature token provided to public users.</p>\n","type":"text/plain"},"key":"feature.","value":""},{"disabled":true,"description":{"content":"<p>Example, replace with your value.</p>\n","type":"text/plain"},"key":"appointment_type","value":"tu.appointments_types.844"},{"disabled":true,"description":{"content":"<p>Example</p>\n","type":"text/plain"},"key":"schedule_start","value":"2023-03-18T22:00:00.000Z"},{"disabled":true,"description":{"content":"<p>Searc term string.</p>\n","type":"text/plain"},"key":"search","value":null}],"variable":[]}},"response":[],"_postman_id":"23706770-fb53-4a4b-a37b-ba97e51948b1"}],"id":"50577f5e-3e7e-402b-a78d-563d8b1b96b2","_postman_id":"50577f5e-3e7e-402b-a78d-563d8b1b96b2","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get all availabilities","id":"db7a4e65-5e6e-4eb0-a6c6-312e307d91a3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/availability?analytics={{analytics}}&feature={{feature}}","description":"<p>Get all appointment availabilities for an instance. Optionally filter by single admin via query param.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","availability"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"disabled":true,"description":{"content":"<p>Identifier for staff user </p>\n","type":"text/plain"},"key":"admin_id","value":"{{admin_id}}"}],"variable":[]}},"response":[{"id":"103de607-b751-4a15-8c64-b0b2264698d0","name":"Get all availabilities","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","disabled":true},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{client}}.{{api}}/v2/appointments/availability?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","appointments","availability"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional"},{"key":"feature","value":"{{feature}}","description":"Required"},{"key":"admin_id","value":"{{admin_id}}","description":"Identifier for staff user ","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Jan 2025 17:28:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"guid\": \"tu.appointments_availabilities.1\",\n            \"admin_id\": \"5e6274636741f11f4\",\n            \"timezone\": \"America/New_York\",\n            \"type\": \"rolling\",\n            \"rolling_offset\": 30,\n            \"schedule_start\": \"2025-05-30T12:44:04+00:00\",\n            \"schedule_end\": \"2025-05-30T12:44:04+00:00\",\n            \"days_and_times\": {\n                \"mon\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"17:00:00\"\n                        }\n                    ]\n                },\n                \"tue\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"17:00:00\"\n                        }\n                    ]\n                },\n                \"wed\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"17:00:00\"\n                        }\n                    ]\n                },\n                \"thu\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"17:00:00\"\n                        }\n                    ]\n                },\n                \"fri\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"17:00:00\"\n                        }\n                    ]\n                },\n                \"sat\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"17:00:00\"\n                        }\n                    ]\n                },\n                \"sun\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"17:00:00\"\n                        }\n                    ]\n                }\n            },\n            \"days_and_times_overrides\": [],\n            \"buffering_before\": 0,\n            \"buffering_after\": 0,\n            \"slot_duration\": 30,\n            \"minimum_time_before_start\": 60,\n            \"max_count_of_events_per_day\": null,\n            \"appointment_type\": \"tu.appointments_types.2\",\n            \"categories\": null,\n            \"location_type\": \"physical\",\n            \"location\": \"Building 212\",\n            \"name\": \"Admission Interview\",\n            \"slug\": \"admission-interview\",\n            \"description\": \"Connect with an admissions rep to learn more about your goals and educational future. \",\n            \"notifications\": {\n                \"channels\": [\n                    \"email\",\n                    \"sms\"\n                ],\n                \"email\": {\n                    \"from_name\": \"Staff Name\",\n                    \"from_email\": \"connect@example.com\",\n                    \"reply_email\": \"connect@example.com\"\n                },\n                \"sms\": {\n                    \"from_number\": \"+8008675309\"\n                }\n            },\n            \"active\": true,\n            \"created_at\": \"2025-05-30T12:44:04+00:00\",\n            \"updated_at\": \"2025-05-30T12:44:04+00:00\"\n        },\n        {\n            \"guid\": \"tu.appointments_availabilities.2\",\n            \"admin_id\": \"62e942a96ae44d92e\",\n            \"timezone\": \"America/New_York\",\n            \"type\": \"rolling\",\n            \"rolling_offset\": 30,\n            \"schedule_start\": \"2025-07-13T16:26:27+00:00\",\n            \"schedule_end\": \"2025-07-20T16:26:27+00:00\",\n            \"days_and_times\": {\n                \"mon\": {\n                    \"enabled\": false,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"12:30:00\"\n                        },\n                        {\n                            \"from\": \"14:00:00\",\n                            \"to\": \"23:45:00\"\n                        }\n                    ]\n                },\n                \"tue\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"12:15:00\"\n                        },\n                        {\n                            \"from\": \"15:15:00\",\n                            \"to\": \"19:00:00\"\n                        }\n                    ]\n                },\n                \"wed\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"17:00:00\"\n                        }\n                    ]\n                },\n                \"thu\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"17:00:00\"\n                        }\n                    ]\n                },\n                \"fri\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"17:00:00\"\n                        }\n                    ]\n                },\n                \"sat\": {\n                    \"enabled\": false,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"12:00:00\"\n                        }\n                    ]\n                },\n                \"sun\": {\n                    \"enabled\": false,\n                    \"hours\": [\n                        {\n                            \"from\": \"09:00:00\",\n                            \"to\": \"17:00:00\"\n                        }\n                    ]\n                }\n            },\n            \"days_and_times_overrides\": [],\n            \"buffering_before\": 10,\n            \"buffering_after\": 15,\n            \"slot_duration\": 30,\n            \"minimum_time_before_start\": 60,\n            \"max_count_of_events_per_day\": null,\n            \"appointment_type\": \"tu.appointments_types.2\",\n            \"categories\": null,\n            \"location_type\": \"physical\",\n            \"location\": \"Building 212\",\n            \"name\": \"Advising Session\",\n            \"slug\": \"advising\",\n            \"notifications\": {\n                \"channels\": [\n                    \"email\",\n                    \"sms\"\n                ],\n                \"email\": {\n                    \"from_name\": \"Staff 2\",\n                    \"from_email\": \"connect@example.org\",\n                    \"reply_email\": \"connect@example.com\"\n                },\n                \"sms\": {\n                    \"from_number\": \"+18008675309\"\n                }\n            },\n            \"active\": false,\n            \"created_at\": \"2025-05-30T12:51:12+00:00\",\n            \"updated_at\": \"2025-08-22T20:35:44+00:00\"\n        }\n    ]\n}"},{"id":"ad4f1585-f56e-484e-b74c-f9d1aa77615f","name":"Get all availabilities for single admin","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","disabled":true},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{client}}.{{api}}/v2/appointments/availability?analytics={{analytics}}&feature={{feature}}&admin_id={{admin_id}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","appointments","availability"],"query":[{"key":"token","value":"{{token}}","disabled":true},{"key":"analytics","value":"{{analytics}}","description":"Optional"},{"key":"feature","value":"{{feature}}","description":"Required"},{"key":"admin_id","value":"{{admin_id}}","description":"Identifier for the staff user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Jan 2025 17:09:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"guid\": \"tu.appointments_availabilities.799\",\n            \"admin_id\": \"62a0e8a905e6ebd555dc9\",\n            \"timezone\": \"US/Central\",\n            \"type\": \"indefinitely\",\n            \"rolling_offset\": null,\n            \"schedule_start\": \"2025-06-07T19:30:32+00:00\",\n            \"schedule_end\": \"2025-06-07T19:30:32+00:00\",\n            \"days_and_times\": {\n                \"mon\": {\n                    \"enabled\": false,\n                    \"hours\": [\n                        {\n                            \"from\": \"03:00:00\",\n                            \"to\": \"11:00:00\"\n                        }\n                    ]\n                },\n                \"tue\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"03:00:00\",\n                            \"to\": \"11:00:00\"\n                        }\n                    ]\n                },\n                \"wed\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"03:00:00\",\n                            \"to\": \"11:00:00\"\n                        }\n                    ]\n                },\n                \"thu\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"00:45:00\",\n                            \"to\": \"09:30:00\"\n                        }\n                    ]\n                },\n                \"fri\": {\n                    \"enabled\": true,\n                    \"hours\": [\n                        {\n                            \"from\": \"03:00:00\",\n                            \"to\": \"11:00:00\"\n                        }\n                    ]\n                },\n                \"sat\": {\n                    \"enabled\": false,\n                    \"hours\": [\n                        {\n                            \"from\": \"03:00:00\",\n                            \"to\": \"11:00:00\"\n                        }\n                    ]\n                },\n                \"sun\": {\n                    \"enabled\": false,\n                    \"hours\": [\n                        {\n                            \"from\": \"03:00:00\",\n                            \"to\": \"11:00:00\"\n                        }\n                    ]\n                }\n            },\n            \"days_and_times_overrides\": [],\n            \"buffering_before\": 5,\n            \"buffering_after\": 5,\n            \"slot_duration\": 15,\n            \"minimum_time_before_start\": 60,\n            \"max_count_of_events_per_day\": null,\n            \"appointment_type\": \"tu.appointments_types.4\",\n            \"categories\": null,\n            \"location_type\": \"virtual\",\n            \"location\": \"Google Meet\",\n            \"name\": \"Advising Meeting\",\n            \"slug\": \"help\",\n            \"description\": null,\n            \"notifications\": {\n                \"channels\": [\n                    \"email\",\n                    \"sms\"\n                ],\n                \"email\": {\n                    \"from_name\": \"Staff Name\",\n                    \"from_email\": \"connect@example.com\",\n                    \"reply_email\": \"connect@example.com\"\n                },\n                \"sms\": {\n                    \"from_number\": \"+18008675309\"\n                }\n            },\n            \"active\": true,\n            \"created_at\": \"2025-06-07T19:30:32+00:00\",\n            \"updated_at\": \"2025-06-07T19:35:41+00:00\"\n        }\n    ]\n}"}],"_postman_id":"db7a4e65-5e6e-4eb0-a6c6-312e307d91a3"},{"name":"Create new availability","id":"cdbbd6a1-5204-445b-b1ee-6226b5df17eb","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"timezone\": \"America/New_York\",\n    \"type\": \"rolling\",\n    \"rolling_offset\": 10,\n    \"schedule_start\": \"2023-03-13T10:21:32.923Z\",\n    \"schedule_end\": \"2023-04-13T10:21:32.923Z\",\n    \"days_and_times\": {\n        \"mon\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }, \n        \"tue\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }, \n        \"wed\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }, \n        \"thu\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }, \n        \"fri\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }, \n        \"sat\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }, \n        \"sun\": {\n            \"enabled\": true, \n            \"hours\": [\n                {\n                    \"from\": \"13:00:00+00:00\", \n                    \"to\": \"21:00:00+00:00\"\n                }\n            ]\n        }\n    },\n    \"days_and_times_overrides\": [],\n    \"buffering_before\": 10,\n    \"buffering_after\": 10,\n    \"slot_duration\": 30,\n    \"minimum_time_before_start\": 1,\n    \"max_count_of_events_per_day\": 5,\n    \"appointment_type\": \"instance.appointments_types.7\",\n    \"location_type\": \"virtual\",\n    \"location\": \"test_location_for_type\",\n    \"name\": \"test_name_for_type\",\n    \"slug\": \"test_slag\",\n    \"description\": \"some-test-description\",\n    \"notifications\": {\n        \"channels\": [\n            \"email\",\n            \"sms\"\n        ],\n        \"email\": {\n            \"from_email\": \"test@element451.com\",\n            \"from_name\": \"Test name\"\n        },\n        \"sms\": {\n            \"from_number\": \"+1234567890\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/availability?analytics={{analytics}}&feature={{feature}}","description":"<p>`type` - can be rolling OR fixed OR indefinitely</p>\n<p>`location_type` - can be physical or virtual</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","availability"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"cdbbd6a1-5204-445b-b1ee-6226b5df17eb"},{"name":"Get user with availibility with filter by slug","id":"a8f7ab3e-8146-4086-999b-023266848867","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/availability/:admin_slug?analytics={{analytics}}&feature={{feature}}","description":"<p>Get all availibilities for a user by their slug. Optionally filter by appointment type or schedule start. admin_slug can be found in the path of public appointment site, usually first name of staff user.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","availability",":admin_slug"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"disabled":true,"description":{"content":"<p>Example, replace with your value.</p>\n","type":"text/plain"},"key":"appointment_type","value":"instance.appointments_types.844"},{"disabled":true,"description":{"content":"<p>Example</p>\n","type":"text/plain"},"key":"schedule_start","value":"2023-03-18T22:00:00.000Z"}],"variable":[{"description":{"content":"<p>Unique identifier for appointments related to the admin user. Usually their name, like 'first'.</p>\n","type":"text/plain"},"type":"any","value":"","key":"admin_slug"}]}},"response":[],"_postman_id":"a8f7ab3e-8146-4086-999b-023266848867"},{"name":"Get user with availibility by admin and availibility slugs","id":"d6f4fb76-2265-4314-a285-fdd912cf54ec","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/availability/user/:admin_slug/availability/:availibility_type?analytics={{analytics}}&feature={{feature}}","description":"<p>Get all availibility by single admin and availibility type. Type can be \"rolling\", \"indefiniately\" or \"fixed\". admin_slug can be found in the path of public appointment site, usually first name of staff user.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","availability","user",":admin_slug","availability",":availibility_type"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"disabled":true,"description":{"content":"<p>Example, replace with your value.</p>\n","type":"text/plain"},"key":"appointment_type","value":"instance.appointments_types.844"},{"disabled":true,"description":{"content":"<p>Example</p>\n","type":"text/plain"},"key":"schedule_start","value":"2023-03-18T22:00:00.000Z"}],"variable":[{"description":{"content":"<p>Unique identifier for the admin user. Usually their name, like 'first'.</p>\n","type":"text/plain"},"type":"any","value":"","key":"admin_slug"},{"description":{"content":"<p>rolling | fixed</p>\n","type":"text/plain"},"type":"any","value":"","key":"availibility_type"}]}},"response":[],"_postman_id":"d6f4fb76-2265-4314-a285-fdd912cf54ec"}],"id":"5458798c-0e89-4f51-890c-b43858af42c6","description":"<p>Manage Appointment Availability.</p>\n<ul>\n<li><p>Each <strong>Availability</strong> is tied to a user and a <strong>Type</strong>. This means one staff member can offer different times for different appointment types. For example, you could conduct <em>Office Hours</em> each week on Mondays and Thursdays from 1 pm-5 pm and <em>Admission Interviews on</em> Mondays - Fridays 10 am-2 pm.</p>\n</li>\n<li><p>Staff can each set their own availability.</p>\n</li>\n<li><p>Admins can edit or delete any user's availability after creation.</p>\n</li>\n</ul>\n","_postman_id":"5458798c-0e89-4f51-890c-b43858af42c6","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Category","item":[{"name":"Get all categories","id":"cb7012b8-97a5-44ad-a3e8-fda4c3e28ea4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/categories?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","categories"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"cb7012b8-97a5-44ad-a3e8-fda4c3e28ea4"},{"name":"Create new category","id":"ece65212-43da-4e52-b13f-e0c72ae4e6ba","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"some_test_category_name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/categories?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","categories"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"ece65212-43da-4e52-b13f-e0c72ae4e6ba"},{"name":"Update category","id":"bffcb66a-4b41-4409-a435-3df18ac45bfa","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"some_test_category_name_updated\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/categories/tu.appointments_categories.11?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","categories","tu.appointments_categories.11"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"bffcb66a-4b41-4409-a435-3df18ac45bfa"},{"name":"Delete category","id":"007e256f-5e04-436e-b874-42429dfc7072","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{client}}.{{api}}/v2/appointments/types/tu.appointments_categories.1?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","types","tu.appointments_categories.1"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"007e256f-5e04-436e-b874-42429dfc7072"}],"id":"3117346c-8882-47ac-8ca8-109689b94c29","_postman_id":"3117346c-8882-47ac-8ca8-109689b94c29","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Hosts","item":[{"name":"Get host","id":"d3e0e5c3-fdfe-49ea-b428-e0d8c9116381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"http://{{client}}.{{api}}/v2/appointments/settings/hosts/{{HOST_APPOINTMENT_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","appointments","settings","hosts","{{HOST_APPOINTMENT_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"d3e0e5c3-fdfe-49ea-b428-e0d8c9116381"},{"name":"Get all hosts","id":"2c9392e6-4086-473d-9c9d-737ec7ec1640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"http://{{client}}.{{api}}/v2/appointments/settings/hosts?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","appointments","settings","hosts"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"2c9392e6-4086-473d-9c9d-737ec7ec1640"},{"name":"Update host","id":"241d604e-f1e5-49c0-a417-5e7d893794c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"develop.test1234.com\"\n}"},"url":"http://{{client}}.{{api}}/v2/appointments/settings/hosts/{{HOST_APPOINTMENT_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","appointments","settings","hosts","{{HOST_APPOINTMENT_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"241d604e-f1e5-49c0-a417-5e7d893794c1"},{"name":"Create host","id":"7bcb3415-d40d-42c9-8dec-619a3e530625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"develop.test.com\"\n}"},"url":"http://{{client}}.{{api}}/v2/appointments/settings/hosts?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","appointments","settings","hosts"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"7bcb3415-d40d-42c9-8dec-619a3e530625"}],"id":"57966c3e-1e25-4129-a9dc-40f2afb62b6b","_postman_id":"57966c3e-1e25-4129-a9dc-40f2afb62b6b","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Imported Calendars","item":[{"name":"Get all calendars","id":"5722316f-573a-43ea-a856-d4bd9894f77e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/imported_calendars?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","imported_calendars"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"5722316f-573a-43ea-a856-d4bd9894f77e"},{"name":"Get busy slots from user external calendar","id":"cbd5bd72-2920-4d43-a254-b498a59d9390","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/imported_external_calendar/:admin_slug?analytics={{analytics}}&feature={{feature}}&month=4&year=2023","urlObject":{"protocol":"https","path":["v2","appointments","imported_external_calendar",":admin_slug"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Month as digit, staring with 1 for January.</p>\n","type":"text/plain"},"key":"month","value":"4"},{"description":{"content":"<p>Year as YYYY.</p>\n","type":"text/plain"},"key":"year","value":"2023"}],"variable":[{"description":{"content":"<p>Unique identifier for the admin appointments.</p>\n","type":"text/plain"},"type":"any","value":"","key":"admin_slug"}]}},"response":[],"_postman_id":"cbd5bd72-2920-4d43-a254-b498a59d9390"},{"name":"Generate User calendar events import ics file","id":"2f3b634c-e672-4f42-997c-2d20de09cbcb","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/imported_external_calendar/generate?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","imported_external_calendar","generate"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"2f3b634c-e672-4f42-997c-2d20de09cbcb"},{"name":"Create new imported calendar","id":"3b1b5c67-af0b-4895-b9e7-1225054e89b8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"url\": \"https://calendar.google.com/calendar/embed?src=en.rs%23holiday%40group.v.calendar.google.com&ctz=Europe%2FBelgrade\",\n    \"update_enabled\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/imported_calendars?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","imported_calendars"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"3b1b5c67-af0b-4895-b9e7-1225054e89b8"},{"name":"Update imported calendar","id":"c1ba4b0f-f985-4d02-b117-f03e6018725e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": false,\n    \"url\": \"https://google.com/\",\n    \"update_enabled\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/imported_calendars/tu.imported_calendars.6?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","imported_calendars","tu.imported_calendars.6"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"c1ba4b0f-f985-4d02-b117-f03e6018725e"},{"name":"Delete imported calendar","id":"3a8bbccd-71bb-4e9b-8aa4-a3f0615520d6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{client}}.{{api}}/v2/appointments/imported_calendars/tu.imported_calendars.2?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","imported_calendars","tu.imported_calendars.2"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"3a8bbccd-71bb-4e9b-8aa4-a3f0615520d6"}],"id":"8593c60a-dc09-4831-9788-7c95775a1106","_postman_id":"8593c60a-dc09-4831-9788-7c95775a1106","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Public","item":[{"name":"Status","item":[{"name":"Update Public scheduled status","id":"25f235ca-ba10-484f-9c47-247d3383a5b8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"attended\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/public/scheduled/:scheduled_appointment_uuid/status","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","public","scheduled",":scheduled_appointment_uuid","status"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"type":"any","value":"","key":"scheduled_appointment_uuid"}]}},"response":[],"_postman_id":"25f235ca-ba10-484f-9c47-247d3383a5b8"}],"id":"b4722627-c194-4a1a-ae00-18e6a4f607a6","_postman_id":"b4722627-c194-4a1a-ae00-18e6a4f607a6","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Public Scheduled by Admin","id":"fce279fe-1b34-4cbc-820d-ba7010582280","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/public/scheduled/admin/:admin_slug?analytics={{analytics}}&feature={{feature}}","description":"<p><code>SCHEDULED_APPOINTMENT_GUID</code> - could be a <code>guid</code> of record or <code>_id</code> for public access by user.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","public","scheduled","admin",":admin_slug"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"disabled":true,"description":{"content":"<p>Number </p>\n","type":"text/plain"},"key":"month","value":"2"},{"disabled":true,"description":{"content":"<p>YYYY</p>\n","type":"text/plain"},"key":"year","value":"2022"}],"variable":[{"type":"any","value":"","key":"admin_slug"}]}},"response":[],"_postman_id":"fce279fe-1b34-4cbc-820d-ba7010582280"},{"name":"Create Public Scheduled","id":"7f9175fb-4c33-415e-90e6-2a651481f2eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"admin_id\": \"5e98acbd33c77e020e7b6759\",\n    \"start_date\": \"2023-04-24T17:00:00+00:00\",\n    \"duration\": 15,\n    \"status\": \"scheduled\",\n    \"availability_guid\": \"tu.appointments_availabilities.451\",\n    \"fields\": [\n        {\n            \"slug\": \"user-first-name\",\n            \"name\": \"first_name\",\n            \"value\": \"Harry\"\n        },\n        {\n            \"slug\": \"user-last-name\",\n            \"name\": \"last_name\",\n            \"value\": \"Cain\"\n        },\n        {\n            \"slug\": \"user-email-address\",\n            \"name\": \"email\",\n            \"value\": \"student1@element451.com\"\n        }\n    ]\n}"},"url":"https://{{client}}.{{api}}/v2/appointments/public/scheduled?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","public","scheduled"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"7f9175fb-4c33-415e-90e6-2a651481f2eb"},{"name":"Update Public Scheduled","id":"7260729b-936b-4bbf-96bc-733c115c8973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"canceled\",\n    \"fields\": [\n        {\n            \"slug\": \"user-first-name\",\n            \"name\": \"first_name\",\n            \"value\": \"Harry\"\n        },\n        {\n            \"slug\": \"user-last-name\",\n            \"name\": \"last_name\",\n            \"value\": \"McCain2\"\n        },\n        {\n            \"slug\": \"user-email-address\",\n            \"name\": \"email\",\n            \"value\": \"student1@element451.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/public/scheduled/{{SCHEDULED_APPOINTMENT_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","public","scheduled","{{SCHEDULED_APPOINTMENT_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"7260729b-936b-4bbf-96bc-733c115c8973"}],"id":"f7296f21-2eb5-4e7f-b8d8-fcaf3801ac46","_postman_id":"f7296f21-2eb5-4e7f-b8d8-fcaf3801ac46","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Scheduled","item":[{"name":"Bulk","item":[{"name":"Update scheduled","id":"35e51369-9747-48b1-9436-b3365f39f860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"scheduled\",\n    \"appointments_guid\": [\"tu.scheduled_appointment.179\", \"tu.scheduled_appointment.180\"]\n}"},"url":"https://{{client}}.{{api}}/v2/appointments/scheduled/bulk?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","scheduled","bulk"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"35e51369-9747-48b1-9436-b3365f39f860"},{"name":"Delete scheduled","id":"36d1a9d2-51f0-4f2c-a162-b99c6a679c49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"appointments_guid\": []\n}"},"url":"https://{{client}}.{{api}}/v2/appointments/scheduled/bulk?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","scheduled","bulk"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"36d1a9d2-51f0-4f2c-a162-b99c6a679c49"}],"id":"583b1c8d-9ff8-46b9-8bda-3748fdd91a1a","_postman_id":"583b1c8d-9ff8-46b9-8bda-3748fdd91a1a","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{scheduled_appointment_guid}","item":[{"name":"Get single scheduled","id":"2fd916c3-5ba3-4975-b500-6e6794c8f2ef","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/scheduled/:scheduled_appointment_guid?analytics={{analytics}}&feature={{feature}}","description":"<p><code>SCHEDULED_APPOINTMENT_GUID</code> - could be a <code>guid</code> of record or <code>_id</code> for public access by user.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","scheduled",":scheduled_appointment_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier of the scheduled appointment.</p>\n","type":"text/plain"},"type":"any","value":"","key":"scheduled_appointment_guid"}]}},"response":[],"_postman_id":"2fd916c3-5ba3-4975-b500-6e6794c8f2ef"},{"name":"Update scheduled","id":"4c35be34-e315-4b59-96d0-b1ea2160638b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"admin_id\": \"621f68ca96bd1f45b40ddb92\",\n    \"user_id\": \"621f68ca96bd1f45b40ddb92\",\n    \"start_date\": \"2023-03-11T17:01:20+00:00\",\n    \"duration\": 10,\n    \"availability_guid\": \"instance.appointments_availabilities.52\",\n    \"status\": \"scheduled\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/scheduled/:scheduled_appointment_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","scheduled",":scheduled_appointment_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"scheduled_appointment_guid"}]}},"response":[],"_postman_id":"4c35be34-e315-4b59-96d0-b1ea2160638b"},{"name":"Delete scheduled","id":"178d2558-1313-459b-847a-9cbf6b2da704","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/scheduled/:scheduled_appointment_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","scheduled",":scheduled_appointment_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the scheduled appointment. Found with GET to v2/appointments/scheduled.</p>\n","type":"text/plain"},"type":"any","value":"","key":"scheduled_appointment_guid"}]}},"response":[],"_postman_id":"178d2558-1313-459b-847a-9cbf6b2da704"}],"id":"32131f91-1ccb-4411-88b4-29b4e698505d","_postman_id":"32131f91-1ccb-4411-88b4-29b4e698505d","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Scheduled","id":"d64e9207-c32d-4f27-97b3-76068c7aa288","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/scheduled?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","scheduled"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"ad29e352-86bf-4c62-887b-c875bb296ed3","name":"Get All Scheduled","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{client}}.{{api}}/v2/appointments/scheduled?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","appointments","scheduled"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Apr 2025 21:23:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"guid\": \"instance.scheduled_appointment.6\",\n            \"admin_id\": \"62a0e8d5ca905e5dc9\",\n            \"user_id\": \"693b6711d99047cd2\",\n            \"start_date\": \"2025-06-07T14:35:00+00:00\",\n            \"duration\": 15,\n            \"availability_guid\": \"instance.appointments_availabilities.7\",\n            \"appointment_type\": \"instance.appointments_types.4\",\n            \"location\": \"Google Meet\",\n            \"location_type\": \"virtual\",\n            \"public_uuid\": \"930c755a-b3ea-8047272ec57b\",\n            \"status\": \"scheduled\",\n            \"created_at\": \"2025-06-07T19:37:05+00:00\",\n            \"updated_at\": \"2025-06-07T19:38:26+00:00\",\n            \"fields\": [\n                {\n                    \"slug\": \"user-first-name\",\n                    \"name\": \"first_name\",\n                    \"value\": \"Staff first\"\n                },\n                {\n                    \"slug\": \"user-last-name\",\n                    \"name\": \"last_name\",\n                    \"value\": \"Staff last\"\n                },\n                {\n                    \"slug\": \"user-email-address\",\n                    \"name\": \"email\",\n                    \"value\": \"staff@instance.edu\"\n                },\n                {\n                    \"slug\": \"user-phone-cell\",\n                    \"name\": \"user-phone\",\n                    \"subfields\": [\n                        {\n                            \"name\": \"user-phone-type\",\n                            \"value\": \"cell\"\n                        },\n                        {\n                            \"name\": \"user-phone-country_alpha_2\",\n                            \"value\": \"CA\"\n                        },\n                        {\n                            \"name\": \"user-phone-country_code\",\n                            \"value\": \"1\"\n                        },\n                        {\n                            \"name\": \"user-phone-number\",\n                            \"value\": \"888-867-5309\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"guid\": \"instance.scheduled_appointment.1022\",\n            \"admin_id\": \"62aca905e6ebd555dc9\",\n            \"user_id\": \"642b34e524e0322ec5\",\n            \"start_date\": \"2025-12-14T09:00:00+00:00\",\n            \"duration\": 15,\n            \"availability_guid\": \"instance.appointments_availabilities.7\",\n            \"appointment_type\": \"instance.appointments_types.4\",\n            \"location\": \"Google Meet\",\n            \"location_type\": \"virtual\",\n            \"public_uuid\": \"0c8ed89f-752d-4dc4-a1fc-9467689b958b\",\n            \"status\": \"scheduled\",\n            \"created_at\": \"2023-12-13T21:15:55+00:00\",\n            \"updated_at\": \"2023-12-14T08:00:53+00:00\",\n            \"fields\": [\n                {\n                    \"slug\": \"user-first-name\",\n                    \"name\": \"first_name\",\n                    \"value\": \"Other Staff\"\n                },\n                {\n                    \"slug\": \"user-last-name\",\n                    \"name\": \"last_name\",\n                    \"value\": \"Other Staff last\"\n                },\n                {\n                    \"slug\": \"user-email-address\",\n                    \"name\": \"email\",\n                    \"value\": \"other-staff@instance.edu\"\n                },\n                {\n                    \"slug\": \"user-phone-cell\",\n                    \"name\": \"user-phone\",\n                    \"subfields\": [\n                        {\n                            \"name\": \"user-phone-type\",\n                            \"value\": \"cell\"\n                        },\n                        {\n                            \"name\": \"user-phone-country_alpha_2\",\n                            \"value\": \"CA\"\n                        },\n                        {\n                            \"name\": \"user-phone-country_code\",\n                            \"value\": \"1\"\n                        },\n                        {\n                            \"name\": \"user-phone-number\",\n                            \"value\": \"888-867-5309\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"d64e9207-c32d-4f27-97b3-76068c7aa288"},{"name":"Create scheduled","id":"11fab2d3-e201-4865-a777-d02ebe3617a2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"admin_id\": \"621f68ca96bd1f45b40ddb92\",\n    \"user_id\": \"621f68ca96bd1f45b40ddb92\",\n    \"start_date\": \"2023-03-11T17:01:20+00:00\",\n    \"availability_guid\": \"tu.appointments_availabilities.52\",\n    \"status\": \"scheduled\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/scheduled?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","scheduled"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"11fab2d3-e201-4865-a777-d02ebe3617a2"}],"id":"4b8e7194-68cf-4870-af7b-881d4ddb80d9","_postman_id":"4b8e7194-68cf-4870-af7b-881d4ddb80d9","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Scheduled Notes","item":[{"name":"Get all appointment notes","id":"f92d043f-6def-4236-b1a7-2639858c93e9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/scheduled/{{SCHEDULED_APPOINTMENT_GUID}}/notes?token={{token}}&analytics={{analytics}}&feature={{feature}}&admin_id={{ADMIN_ID}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","scheduled","{{SCHEDULED_APPOINTMENT_GUID}}","notes"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"admin_id","value":"{{ADMIN_ID}}"}],"variable":[]}},"response":[],"_postman_id":"f92d043f-6def-4236-b1a7-2639858c93e9"},{"name":"Create new apoointment notes","id":"6460ba7c-0a5b-4443-8853-89f15d1700e2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"some_test_note_body\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/scheduled/{{SCHEDULED_APPOINTMENT_GUID}}/notes?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>`type` - can be rolling OR fixed OR indefinitely</p>\n<p>`location_type` - can be physical or virtual</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","scheduled","{{SCHEDULED_APPOINTMENT_GUID}}","notes"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"6460ba7c-0a5b-4443-8853-89f15d1700e2"},{"name":"Update appointment note","id":"8c173cb1-bef6-4a91-8279-faccd26a9a15","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"America/New_York\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/scheduled/{{SCHEDULED_APPOINTMENT_GUID}}/notes/{{NOTE_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","scheduled","{{SCHEDULED_APPOINTMENT_GUID}}","notes","{{NOTE_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"8c173cb1-bef6-4a91-8279-faccd26a9a15"},{"name":"Delete appointment note","id":"783ac47a-631c-4dbc-a1e6-210133b47e81","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{client}}.{{api}}/v2/appointments/scheduled/{{SCHEDULED_APPOINTMENT_GUID}}/notes/{{NOTE_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","scheduled","{{SCHEDULED_APPOINTMENT_GUID}}","notes","{{NOTE_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"783ac47a-631c-4dbc-a1e6-210133b47e81"}],"id":"342b605f-2c14-4418-b0d0-2cb593240cd7","_postman_id":"342b605f-2c14-4418-b0d0-2cb593240cd7","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Settings","item":[{"name":"Get all settings","id":"0db4a30e-2357-41f4-b84f-5d5eb915c1ae","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/settings?token={{token}}&analytics={{analytics}}&feature={{feature}}&admin_id=5b4cc87dbd13c42b920a0fd8","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","settings"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"admin_id","value":"5b4cc87dbd13c42b920a0fd8"}],"variable":[]}},"response":[],"_postman_id":"0db4a30e-2357-41f4-b84f-5d5eb915c1ae"},{"name":"Create/Update setting","id":"f67549d3-49f3-4b13-b0ce-c0c92589e697","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"admin\",\n    \"admin_id\": \"621f68ca96bd1f45b40ddb92\",\n    \"values\":{\n        \"slag\": \"test-slag-5\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/settings?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","settings"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"f67549d3-49f3-4b13-b0ce-c0c92589e697"}],"id":"ab758e6a-e322-4df5-9507-e2a318ff062d","_postman_id":"ab758e6a-e322-4df5-9507-e2a318ff062d","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Types","item":[{"name":"{appointments_types_guid}","item":[{"name":"Update type","id":"293872b0-6d97-4e33-bee5-b181c9a1d8a3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category_guid\": \"tu.taxonomy.1042\",\n    \"name\": \"test_type_name_updated\",\n    \"description\": \"test_type_desc\",\n    \"active\": true,\n    \"public\": true,\n    \"location\": \"some_text_desc_about_location\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/types/:appointments_types_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","types",":appointments_types_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optoinal.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the appointment type. Found with GET to v2/appointments/types.</p>\n","type":"text/plain"},"type":"any","value":"","key":"appointments_types_guid"}]}},"response":[],"_postman_id":"293872b0-6d97-4e33-bee5-b181c9a1d8a3"},{"name":"Delete type","id":"77399185-2cc3-4273-a8aa-862c2efc4b32","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{client}}.{{api}}/v2/appointments/types/:appointments_types_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","types",":appointments_types_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for appointment type. Found with GET to v2/appointments/types.</p>\n","type":"text/plain"},"type":"any","value":"","key":"appointments_types_guid"}]}},"response":[],"_postman_id":"77399185-2cc3-4273-a8aa-862c2efc4b32"}],"id":"3e2658c1-a4fe-4be2-98e2-7e5683c3828e","_postman_id":"3e2658c1-a4fe-4be2-98e2-7e5683c3828e","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get all types","id":"b28a8766-b52b-45fd-8f1c-2c18ea2c8ef4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/appointments/types?analytics={{analytics}}&feature={{feature}}","description":"<p>Get all appointment availabilities for an instance.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","types"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"c26b39b6-39c7-43c7-84a7-0ce762798d05","name":"Get all types","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","disabled":true},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{client}}.{{api}}/v2/appointments/types?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","appointments","types"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Jan 2025 17:54:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"guid\": \"instance.appointments_types.2\",\n            \"category_guid\": \"instance.appointments_categories.2\",\n            \"name\": \"Undergraduate Admission Interview\",\n            \"description\": \"\",\n            \"public\": true,\n            \"location_type\": \"physical\",\n            \"location\": \"Building 212, Room 200\",\n            \"field_guid\": \"instance.field.241401\",\n            \"create_milestone\": true,\n            \"form\": {\n                \"guid\": \"instance.field.241401\",\n                \"name\": \"Appointment Type: Undergraduate Admission Interview\",\n                \"author\": \"\",\n                \"fields\": [\n                    {\n                        \"label\": \"First Name\",\n                        \"type\": \"text\",\n                        \"help_text\": \"\",\n                        \"validations\": [\n                            {\n                                \"type\": \"name\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"name\": \"first_name\",\n                        \"slug\": \"user-first-name\",\n                        \"index_weight\": 1\n                    },\n                    {\n                        \"label\": \"Last Name\",\n                        \"type\": \"text\",\n                        \"help_text\": \"\",\n                        \"validations\": [\n                            {\n                                \"type\": \"name\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"name\": \"last_name\",\n                        \"slug\": \"user-last-name\",\n                        \"index_weight\": 2\n                    },\n                    {\n                        \"label\": \"Email Address\",\n                        \"type\": \"text\",\n                        \"help_text\": \"\",\n                        \"validations\": [\n                            {\n                                \"type\": \"email\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"name\": \"email\",\n                        \"slug\": \"user-email-address\",\n                        \"index_weight\": 3\n                    },\n                    {\n                        \"label\": \"Cell Phone\",\n                        \"type\": \"phone\",\n                        \"slug\": \"user-phone-cell\",\n                        \"name\": \"user-phone\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"index_weight\": 4,\n                        \"subfields\": [\n                            {\n                                \"name\": \"user-phone-type\",\n                                \"label\": \"Type\",\n                                \"validations\": [],\n                                \"placeholder\": \"\",\n                                \"help\": \"\",\n                                \"options\": [\n                                    {\n                                        \"text\": \"Home\",\n                                        \"value\": \"home\"\n                                    },\n                                    {\n                                        \"text\": \"Cell\",\n                                        \"value\": \"cell\"\n                                    }\n                                ],\n                                \"hidden\": true,\n                                \"default\": \"cell\"\n                            },\n                            {\n                                \"name\": \"user-phone-country_alpha_2\",\n                                \"label\": \"Country Alpha 2\",\n                                \"validations\": [],\n                                \"placeholder\": \"\",\n                                \"help\": \"\",\n                                \"hidden\": true\n                            },\n                            {\n                                \"name\": \"user-phone-country_code\",\n                                \"label\": \"Country Code\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"placeholder\": \"\",\n                                \"help\": \"\",\n                                \"hidden\": false\n                            },\n                            {\n                                \"name\": \"user-phone-number\",\n                                \"label\": \"Phone Number\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"placeholder\": \"\",\n                                \"help\": \"\",\n                                \"hidden\": false\n                            }\n                        ]\n                    }\n                ],\n                \"created_at\": \"2025-05-30T12:42:54+00:00\",\n                \"updated_at\": \"2025-07-06T13:16:30+00:00\"\n            },\n            \"created_at\": \"2025-05-30T12:42:54+00:00\",\n            \"updated_at\": \"2025-07-06T13:16:30+00:00\"\n        },\n        {\n            \"guid\": \"instance.appointments_types.3\",\n            \"category_guid\": \"instance.appointments_categories.2\",\n            \"name\": \"Application Assistance\",\n            \"description\": \"Get help with your Admissions Application. \",\n            \"public\": true,\n            \"location_type\": \"virtual\",\n            \"location\": \"Zoom\",\n            \"field_guid\": \"instance.field.241409\",\n            \"create_milestone\": true,\n            \"form\": {\n                \"guid\": \"instance.field.241409\",\n                \"name\": \"Appointment Type: Application Assistance\",\n                \"author\": \"\",\n                \"fields\": [\n                    {\n                        \"label\": \"First Name\",\n                        \"type\": \"text\",\n                        \"help_text\": \"\",\n                        \"validations\": [\n                            {\n                                \"type\": \"name\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"name\": \"first_name\",\n                        \"slug\": \"user-first-name\",\n                        \"index_weight\": 1\n                    },\n                    {\n                        \"label\": \"Last Name\",\n                        \"type\": \"text\",\n                        \"help_text\": \"\",\n                        \"validations\": [\n                            {\n                                \"type\": \"name\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"name\": \"last_name\",\n                        \"slug\": \"user-last-name\",\n                        \"index_weight\": 2\n                    },\n                    {\n                        \"label\": \"Email Address\",\n                        \"type\": \"text\",\n                        \"help_text\": \"\",\n                        \"validations\": [\n                            {\n                                \"type\": \"email\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"name\": \"email\",\n                        \"slug\": \"user-email-address\",\n                        \"index_weight\": 3\n                    },\n                    {\n                        \"label\": \"Cell Phone\",\n                        \"type\": \"phone\",\n                        \"slug\": \"user-phone-cell\",\n                        \"name\": \"user-phone\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"index_weight\": 4,\n                        \"subfields\": [\n                            {\n                                \"name\": \"user-phone-type\",\n                                \"label\": \"Type\",\n                                \"validations\": [],\n                                \"placeholder\": \"\",\n                                \"help\": \"\",\n                                \"options\": [\n                                    {\n                                        \"text\": \"Home\",\n                                        \"value\": \"home\"\n                                    },\n                                    {\n                                        \"text\": \"Cell\",\n                                        \"value\": \"cell\"\n                                    }\n                                ],\n                                \"hidden\": true,\n                                \"default\": \"cell\"\n                            },\n                            {\n                                \"name\": \"user-phone-country_alpha_2\",\n                                \"label\": \"Country Alpha 2\",\n                                \"validations\": [],\n                                \"placeholder\": \"\",\n                                \"help\": \"\",\n                                \"hidden\": true\n                            },\n                            {\n                                \"name\": \"user-phone-country_code\",\n                                \"label\": \"Country Code\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"placeholder\": \"\",\n                                \"help\": \"\",\n                                \"hidden\": false\n                            },\n                            {\n                                \"name\": \"user-phone-number\",\n                                \"label\": \"Phone Number\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"placeholder\": \"\",\n                                \"help\": \"\",\n                                \"hidden\": false\n                            }\n                        ]\n                    }\n                ],\n                \"created_at\": \"2025-05-30T12:48:29+00:00\",\n                \"updated_at\": \"2025-05-30T12:48:29+00:00\"\n            },\n            \"created_at\": \"2025-05-30T12:48:29+00:00\",\n            \"updated_at\": \"2025-05-30T12:48:29+00:00\"\n        }\n    ]\n}"}],"_postman_id":"b28a8766-b52b-45fd-8f1c-2c18ea2c8ef4"},{"name":"Create new type","id":"aef23935-18d4-4233-916b-89ece2985dcf","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category_guid\": \"instance.taxonomy.1042\",\n    \"name\": \"test_type_name_2\",\n    \"description\": \"test_type_desc\",\n    \"active\": true,\n    \"public\": true,\n    \"location_type\": \"physical\",\n    \"location\": \"some_text_desc_about_location_1\",\n    \"form\": [\n    {\n        \"label\": \"First Name\",\n        \"type\": \"text\",\n        \"help_text\": \"\",\n        \"validations\": [\n        {\n            \"type\": \"name\"\n        }],\n        \"transformations\": [],\n        \"name\": \"first_name\",\n        \"slug\": \"user-first-name\",\n        \"index_weight\": 1\n    },\n    {\n        \"label\": \"Last Name\",\n        \"type\": \"text\",\n        \"help_text\": \"\",\n        \"validations\": [\n        {\n            \"type\": \"name\"\n        }],\n        \"transformations\": [],\n        \"name\": \"last_name\",\n        \"slug\": \"user-last-name\",\n        \"index_weight\": 2\n    },\n    {\n        \"label\": \"Email Address\",\n        \"type\": \"text\",\n        \"help_text\": \"\",\n        \"validations\": [\n        {\n            \"type\": \"email\"\n        }],\n        \"transformations\": [],\n        \"name\": \"email\",\n        \"slug\": \"user-email-address\",\n        \"index_weight\": 3\n    },\n    {\n        \"label\": \"Cell Phone\",\n        \"type\": \"phone\",\n        \"slug\": \"user-phone-cell\",\n        \"name\": \"user-phone\",\n        \"validations\": [\n        {\n            \"type\": \"required\"\n        }],\n        \"index_weight\": 4,\n        \"subfields\": [\n        {\n            \"name\": \"user-phone-type\",\n            \"label\": \"Type\",\n            \"validations\": [],\n            \"placeholder\": \"\",\n            \"help\": \"\",\n            \"options\": [\n            {\n                \"text\": \"Home\",\n                \"value\": \"home\"\n            },\n            {\n                \"text\": \"Cell\",\n                \"value\": \"cell\"\n            }],\n            \"hidden\": true,\n            \"default\": \"cell\"\n        },\n        {\n            \"name\": \"user-phone-country_alpha_2\",\n            \"label\": \"Country Alpha 2\",\n            \"validations\": [],\n            \"placeholder\": \"\",\n            \"help\": \"\",\n            \"hidden\": true\n        },\n        {\n            \"name\": \"user-phone-country_code\",\n            \"label\": \"Country Code\",\n            \"validations\": [\n            {\n                \"type\": \"required\"\n            }],\n            \"placeholder\": \"\",\n            \"help\": \"\",\n            \"hidden\": false\n        },\n        {\n            \"name\": \"user-phone-number\",\n            \"label\": \"Phone Number\",\n            \"validations\": [\n            {\n                \"type\": \"required\"\n            }],\n            \"placeholder\": \"\",\n            \"help\": \"\",\n            \"hidden\": false\n        }]\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/appointments/types?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","appointments","types"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"aef23935-18d4-4233-916b-89ece2985dcf"}],"id":"8c9ee538-dafe-4ded-ba1e-fb186a578252","description":"<p>Manage Appointment Types</p>\n<ul>\n<li><p>Appointment <strong>Types</strong> allow you to configure shared information when one or more users can host a specific appointment type. For example, you may have four academic advisors available for Office Hours. In this case, <em>Office Hours</em> become one of your Appointment Types.</p>\n</li>\n<li><p>Each Appointment Type is also tied to an <strong>Appointment Form</strong>, which students complete when booking. These forms are configured at the Type level.</p>\n</li>\n<li><p>Students can also filter appointments by Type to easily find specific offerings, such as Office Hours or Admission Interviews.</p>\n</li>\n</ul>\n","_postman_id":"8c9ee538-dafe-4ded-ba1e-fb186a578252","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"b6214576-aa97-459d-b0a4-6e8e893c36ac","description":"<p>Manage appointments, including imported calendars, types, availability, and categories.</p>\n","_postman_id":"b6214576-aa97-459d-b0a4-6e8e893c36ac","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Campuses","item":[{"name":"{campus_guid}","item":[{"name":"tags","item":[{"name":"Modify Campus Tags","id":"a25a082c-eefe-4483-993a-80fa7e503cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"new\": [{\"name\":\"new_tag_name\"}],\n        \"guid\": [\n            \"client.taxonomy.2957234\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/campuses/{{CAMPUS_GUID}}/tags?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campuses","{{CAMPUS_GUID}}","tags"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"a25a082c-eefe-4483-993a-80fa7e503cd7"}],"id":"1e39b5af-d7cb-4228-8ecc-ced852f645ae","_postman_id":"1e39b5af-d7cb-4228-8ecc-ced852f645ae","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Single Campus","id":"bd0689f1-6439-4903-83b4-edbd4fc15ada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/campuses/:campus_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campuses",":campus_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifer for the campus. Found with GET to v2/campuses.</p>\n","type":"text/plain"},"type":"any","value":"","key":"campus_guid"}]}},"response":[],"_postman_id":"bd0689f1-6439-4903-83b4-edbd4fc15ada"},{"name":"Update Campus","id":"05b0437e-4d78-432f-a855-4a72daa36d1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Campus Ves\",\n        \"active\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/campuses/:campus_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campuses",":campus_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the campus. Found with GET to v2/campuses</p>\n","type":"text/plain"},"type":"any","value":"","key":"campus_guid"}]}},"response":[],"_postman_id":"05b0437e-4d78-432f-a855-4a72daa36d1f"},{"name":"Delete Campus","id":"1521168c-179f-41cb-b6d9-9da6021255e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/campuses/:campus_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campuses",":campus_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the campus. Found with GET to v2/campusses.</p>\n","type":"text/plain"},"type":"any","value":"","key":"campus_guid"}]}},"response":[],"_postman_id":"1521168c-179f-41cb-b6d9-9da6021255e1"}],"id":"9e0dcd08-d3e1-4e22-92c0-992cf41f2069","_postman_id":"9e0dcd08-d3e1-4e22-92c0-992cf41f2069","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"CSVImport","item":[{"name":"Batch Import Campuses","id":"854c11a4-fc9b-489f-99ef-d139270771a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"import","type":"file","description":"<p>Path to file.</p>\n","value":null},{"key":"mode","value":"upsert","type":"text","description":"<p>upsert | update | insert. Upsert will add new and update, update will overwrite, insert will add new.</p>\n"}]},"url":"https://{{client}}.{{api}}/v2/campuses/csvimport?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campuses","csvimport"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"854c11a4-fc9b-489f-99ef-d139270771a0"}],"id":"21a786b2-c675-4168-9bd5-427bffb5c470","_postman_id":"21a786b2-c675-4168-9bd5-427bffb5c470","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"tags","item":[{"name":"{taxonomy_guid}","item":[{"name":"Update Tag","id":"e4e2c1d0-e688-4fd0-ad38-8859f7019907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"new-tag_name-update\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/campuses/tags/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campuses","tags",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the tag. Found with GET to v2/campuses/tags.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"e4e2c1d0-e688-4fd0-ad38-8859f7019907"},{"name":"Delete Tag","id":"48feb098-cc0b-48ee-b9b3-a6dc5b500a96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/campuses/tags/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campuses","tags",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the tag. Found with GET to v2/campuses/tags.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"48feb098-cc0b-48ee-b9b3-a6dc5b500a96"}],"id":"21a63ed1-7fc8-41a4-96a1-5f8906ff9dd0","_postman_id":"21a63ed1-7fc8-41a4-96a1-5f8906ff9dd0","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Tags","id":"081fbe96-8638-49d7-84c3-649dd76abba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/campuses/tags?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campuses","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"081fbe96-8638-49d7-84c3-649dd76abba7"},{"name":"Create Tag","id":"996c657e-8d92-4a15-a1cb-ea30b31f2fee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"tag_name2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/campuses/tags?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campuses","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"996c657e-8d92-4a15-a1cb-ea30b31f2fee"}],"id":"bffd1ac4-d733-4b56-b2ef-54d215d487d6","_postman_id":"bffd1ac4-d733-4b56-b2ef-54d215d487d6","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Campuses","id":"5529fcd5-e07e-4b71-9595-2d4af09dc30c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/campuses?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campuses"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"33d74b08-01a8-45e7-aa11-a73af0723231","name":"Get All Campuses","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/campuses?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","campuses"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Aug 2025 21:25:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"guid\": \"instance.campus.113\",\n            \"name\": \"Element451 HQ\",\n            \"active\": true,\n            \"location\": {\n                \"address\": \"16 Broadway St., Suite 1103\",\n                \"city\": \"Raleigh\",\n                \"country\": \"US\",\n                \"zip\": \"27601\",\n                \"state\": \"NC\",\n                \"geo\": {\n                    \"latitude\": 35.7249818\n                }\n            },\n            \"tags\": [],\n            \"schools\": \"instance.school.2639\"\n        },\n        {\n            \"guid\": \"instance.campus.285\",\n            \"name\": \"OnlineEDU\",\n            \"active\": true,\n            \"location\": {\n                \"address\": \"3400 Main\",\n                \"city\": \"Mesa\",\n                \"country\": \"US\",\n                \"zip\": \"92626\",\n                \"state\": \"CA\",\n                \"geo\": {\n                    \"latitude\": 33.1210986,\n                    \"longitude\": -117.8101457\n                }\n            },\n            \"tags\": []\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"count\": 2,\n            \"offset\": 0,\n            \"limit\": null\n        }\n    }\n}"}],"_postman_id":"5529fcd5-e07e-4b71-9595-2d4af09dc30c"},{"name":"Create Campus","id":"9fd70e48-3d95-43ab-8d85-693d425f9d20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Sample Campus\",\n        \"active\": true,\n        \"location\": {\n                \"address\": \"16 Broadway St., Suite 1103\",\n                \"city\": \"Raleigh\",\n                \"country\": \"US\",\n                \"zip\": \"27601\",\n                \"state\": \"NC\"\n            },\n            \"tags\": [], //add campus tags, found with GET to v2/campuses/tags\n            \"schools\": \"instance.school.2639\" //associate to a school or academic division, found with GET to v2/schools\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/campuses?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campuses"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"9fd70e48-3d95-43ab-8d85-693d425f9d20"}],"id":"c9454f22-aab9-4f36-b79c-441a794f6482","description":"<p>Access and manage Campuses data source. This data source lists the campuses or teaching locations operated by a given institution. Student's can then select a campus to attend during the application or RFI process.</p>\n","_postman_id":"c9454f22-aab9-4f36-b79c-441a794f6482","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Clients","item":[{"name":"Twilio","item":[{"name":"Make new call","id":"59765906-eb9a-4324-8a6d-adb52d18b5be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"toPhoneNumber","value":"+447404704155","type":"text"},{"key":"fromPhoneNumber","value":"+448081752641","type":"text"}]},"url":"http://{{api}}/twilio/webhooks/calls/new","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["twilio","webhooks","calls","new"],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59765906-eb9a-4324-8a6d-adb52d18b5be"},{"name":"Update status","id":"b1fbb144-253d-4006-84dd-fba02347be10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"toPhoneNumber","value":"+447404704155","type":"text"},{"key":"fromPhoneNumber","value":"+448081752641","type":"text"}]},"url":"http://{{api}}/twilio/webhooks/calls/new","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["twilio","webhooks","calls","new"],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1fbb144-253d-4006-84dd-fba02347be10"},{"name":"Store record","id":"ce2074fa-fb75-4085-ba80-1eb5c71b62b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"toPhoneNumber","value":"+447404704155","type":"text"},{"key":"fromPhoneNumber","value":"+448081752641","type":"text"}]},"url":"http://{{api}}/twilio/webhooks/calls/record/{{element_id}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["twilio","webhooks","calls","record","{{element_id}}"],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce2074fa-fb75-4085-ba80-1eb5c71b62b8"},{"name":"Get JWT token","id":"47ae70a2-f112-4890-b99a-4eae6d187f59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"toPhoneNumber","value":"+447404704155","type":"text"},{"key":"fromPhoneNumber","value":"+448081752641","type":"text"}]},"url":"http://{{client}}.{{api}}/v2/clients/twilio/jwt?token={{token}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","clients","twilio","jwt"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"47ae70a2-f112-4890-b99a-4eae6d187f59"},{"name":"Get Available Phone Numbers","id":"70919dae-0635-4765-8cfc-9ca4aacc466a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"feature","value":"{{feature}}","type":"text"},{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/clients/twilio/available_phone_numbers?contains=12","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","twilio","available_phone_numbers"],"host":["{{client}}","{{api}}"],"query":[{"key":"contains","value":"12"}],"variable":[]}},"response":[],"_postman_id":"70919dae-0635-4765-8cfc-9ca4aacc466a"},{"name":"Get Client Phone Numbers","id":"c3b09b3e-d00c-4f8e-9685-5fcb13e57f66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"{{auth_token}}","type":"text"}],"url":"http://{{client}}.{{api}}/v2/clients/twilio/client_phone_numbers?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","clients","twilio","client_phone_numbers"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"c3b09b3e-d00c-4f8e-9685-5fcb13e57f66"},{"name":"Update Client Phone Number","id":"3d082145-518d-4b0a-8162-18ddde708150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"","type":"text"},{"key":"status","value":"","type":"text"},{"key":"driver","value":"","type":"text"},{"key":"sid","value":"","type":"text"},{"key":"messaging_service_sid","value":"","type":"text"},{"key":"name","value":"Admissions Office Test","type":"text"},{"key":"value","value":"","type":"text"},{"key":"index_weight","value":"","type":"text"},{"key":"author_id","value":"","type":"text"},{"key":"validation_code","value":"","type":"text"}]},"url":"http://{{client}}.{{api}}/v2/clients/twilio/phone_number/{{phoneId}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","clients","twilio","phone_number","{{phoneId}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"3d082145-518d-4b0a-8162-18ddde708150"},{"name":"Delete Client Phone Number","id":"a41eb33d-1b06-4cae-82a9-8e3f1a4ac6a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"http://{{client}}.{{api}}/v2/clients/twilio/phone_number/{{phoneId}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","clients","twilio","phone_number","{{phoneId}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"a41eb33d-1b06-4cae-82a9-8e3f1a4ac6a2"},{"name":"Buy Phone Number","id":"ab5b3838-e4ee-419c-a740-a6110e3eb933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"feature","value":"{{feature}}","type":"text"},{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Phone\",\n    \"value\": \"+12058838915\"\n}","options":{"raw":{"language":"json"}}},"url":"https://tu.{{api}}/v2/clients/twilio/incoming_phone_numbers?=","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","twilio","incoming_phone_numbers"],"host":["tu","{{api}}"],"query":[{"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"ab5b3838-e4ee-419c-a740-a6110e3eb933"}],"id":"5e4f086f-c0e6-4c14-99ec-95e78caaa019","_postman_id":"5e4f086f-c0e6-4c14-99ec-95e78caaa019","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Inboxes","item":[{"name":"Get Inboxes","id":"15324a5c-e884-4dd8-a5b7-6c532ebc80ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"http://{{client}}.{{api}}/v2/clients/inboxes/?token={{token}}&analytics={{analytics}}&feature={{feature}}&active=1&channel=email","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","clients","inboxes",""],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"active","value":"1"},{"key":"channel","value":"email"}],"variable":[]}},"response":[],"_postman_id":"15324a5c-e884-4dd8-a5b7-6c532ebc80ea"},{"name":"Get Inbox Details","id":"02a0c6eb-cc9a-4c42-b08a-6db310ef6880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"http://{{client}}.{{api}}/v2/clients/inboxes/{{INBOX_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}&active=1&channel=email","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","clients","inboxes","{{INBOX_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"active","value":"1"},{"key":"channel","value":"email"}],"variable":[]}},"response":[],"_postman_id":"02a0c6eb-cc9a-4c42-b08a-6db310ef6880"},{"name":"Create Email Forward Inbox","id":"e4b672c2-c98e-4ba3-af7c-a8f3c34b17bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"channel\": \"email\",\n        \"app_type\": \"forward-inbox\",\n        \"from\": \"devs@dev.element451.io\",\n        \"from_name\": \"Andrey\",\n        \"default_signature\": \"\",\n        \"custom_school_name\": \"Best School\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/clients/inboxes?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","inboxes"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"e4b672c2-c98e-4ba3-af7c-a8f3c34b17bd"},{"name":"Create Sms Inbox","id":"ddd0f6c6-e6c5-4379-95cb-11bd033fb61f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"channel\": \"sms\",\n        \"app_type\": \"sms-inbox\",\n        \"from\": \"+11111111111\",\n        \"from_name\": \"Admissions Dept\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/clients/inboxes?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","inboxes"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"ddd0f6c6-e6c5-4379-95cb-11bd033fb61f"},{"name":"Resend Inbox Confirmation Email","id":"ac1f809f-6edf-4bba-843d-f593e27b859e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/clients/inboxes/{{INBOX_ID}}/confirm/resend?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Resends the confirmation email</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","inboxes","{{INBOX_ID}}","confirm","resend"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"ac1f809f-6edf-4bba-843d-f593e27b859e"},{"name":"Update Inbox","id":"8015685d-9357-403a-b34d-cbe54b097534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"active\": false,\n        \"from_name\": \"Andrey\",\n        \"default_signature\": \"Hello\",\n        \"custom_school_name\": \"Best School\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/clients/inboxes/{{INBOX_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","inboxes","{{INBOX_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"8015685d-9357-403a-b34d-cbe54b097534"},{"name":"Delete Inbox","id":"a856d9e8-42d8-4ea5-bda7-15862d8250a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/clients/inboxes/{{INBOX_ID?}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","inboxes","{{INBOX_ID?}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"a856d9e8-42d8-4ea5-bda7-15862d8250a3"}],"id":"272de884-e3bb-467c-a347-bba1270a0b0a","_postman_id":"272de884-e3bb-467c-a347-bba1270a0b0a","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Settings","item":[{"name":"Generate SAML2 Settings","id":"6b938671-e6ec-4f33-ad9d-c33d4c9e16da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"target_user_types\": \"\",\n    \"xml\": \"\"\n}"},"url":"https://{{client}}.{{api}}/v2/clients/settings/saml2?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","settings","saml2"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"6b938671-e6ec-4f33-ad9d-c33d4c9e16da"},{"name":"Update SAML2 Settings","id":"80032404-11c2-444e-a47f-d10791d23d2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"target_user_types\": \"\",\n    \"xml\": \"\"\n}"},"url":"https://{{client}}.{{api}}/v2/clients/settings/saml2?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","settings","saml2"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"80032404-11c2-444e-a47f-d10791d23d2e"},{"name":"Get Client Public Settings","id":"402b4074-4034-4851-b601-159203c73757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{client}}.{{api}}/v2/clients/public/settings/?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","public","settings",""],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"402b4074-4034-4851-b601-159203c73757"},{"name":"Save Authentication Settings","id":"849bacff-9b9b-471c-8e26-790f881370f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"admin_authentication\": [\n        {\n            \"type\": \"password\",\n            \"enabled\": true\n        },\n        {\n            \"type\": \"sso\",\n            \"enabled\": true\n        },\n        {\n            \"type\": \"google\",\n            \"enabled\": true\n        },\n        {\n            \"type\": \"api_key\",\n            \"enabled\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/clients/settings/authentication?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","settings","authentication"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"849bacff-9b9b-471c-8e26-790f881370f9"},{"name":"Read SAML2 Settings","id":"078ff44c-1552-4fc7-85db-88316288727c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/clients/settings/saml2?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","settings","saml2"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"078ff44c-1552-4fc7-85db-88316288727c"}],"id":"0b8100ad-78a0-4d01-81dc-29f21f551677","_postman_id":"0b8100ad-78a0-4d01-81dc-29f21f551677","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Sendgrid","item":[{"name":"Get Client Domains","id":"6c56a3e0-945d-432f-914c-ad2ccc51ab16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/clients/sendgrid/domains?analytics={{analytics}}&feature={{feature}}","urlObject":{"protocol":"https","path":["v2","clients","sendgrid","domains"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"1e53135b-d139-4ee2-95ea-6b5587bc97a8","name":"Get Client Domains","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{client}}.{{api}}/v2/clients/sendgrid/domains?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","clients","sendgrid","domains"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Apr 2025 21:09:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"subdomain\": \"***\",\n            \"domain\": \"instance.org\",\n            \"id\": 1234567,\n            \"valid\": true,\n            \"validation_results\": {\n                \"mail_cname\": {\n                    \"valid\": true,\n                    \"type\": \"cname\",\n                    \"host\": \"em566.instance.org\",\n                    \"data\": \"u****.w****.sendgrid.net\",\n                    \"reason\": null\n                },\n                \"dkim1\": {\n                    \"valid\": true,\n                    \"type\": \"cname\",\n                    \"host\": \"el._domainkey.instance.org\",\n                    \"data\": \"el.domainkey.u****.w****.sendgrid.net\",\n                    \"reason\": null\n                },\n                \"dkim2\": {\n                    \"valid\": true,\n                    \"type\": \"cname\",\n                    \"host\": \"el2._domainkey.instance.org\",\n                    \"data\": \"el2.domainkey.u****.w****.sendgrid.net\",\n                    \"reason\": null\n                }\n            },\n            \"dmarc_validation\": {\n                \"domain\": \"instance.org\",\n                \"status\": true,\n                \"message\": \"DMARC record found and is valid\",\n                \"details\": []\n            }\n        },\n        {\n            \"subdomain\": \"*****\",\n            \"domain\": \"instanceoutlook.com\",\n            \"id\": 123456,\n            \"valid\": true,\n            \"validation_results\": {\n                \"mail_cname\": {\n                    \"valid\": true,\n                    \"type\": \"cname\",\n                    \"host\": \"*****.instanceoutlook.com\",\n                    \"data\": \"u****.w****.sendgrid.net\",\n                    \"reason\": null\n                },\n                \"dkim1\": {\n                    \"valid\": true,\n                    \"type\": \"cname\",\n                    \"host\": \"el._domainkey.instanceoutlook.com\",\n                    \"data\": \"el.domainkey.u****.w****.sendgrid.net\",\n                    \"reason\": null\n                },\n                \"dkim2\": {\n                    \"valid\": true,\n                    \"type\": \"cname\",\n                    \"host\": \"el2._domainkey.instanceoutlook.com\",\n                    \"data\": \"el2.domainkey.u****.w****.sendgrid.net\",\n                    \"reason\": null\n                }\n            },\n            \"dmarc_validation\": {\n                \"domain\": \"instanceoutlook.com\",\n                \"status\": true,\n                \"message\": \"DMARC record found and is valid\",\n                \"details\": []\n            }\n        },\n        {\n            \"subdomain\": \"****\",\n            \"domain\": \"instance.instance.io\",\n            \"id\": 12345,\n            \"valid\": true,\n            \"validation_results\": {\n                \"mail_cname\": {\n                    \"valid\": true,\n                    \"type\": \"cname\",\n                    \"host\": \"em8446.instance.instance.io\",\n                    \"data\": \"u****.w****.sendgrid.net\",\n                    \"reason\": null\n                },\n                \"dkim1\": {\n                    \"valid\": true,\n                    \"type\": \"cname\",\n                    \"host\": \"s1._domainkey.instance.instance.io\",\n                    \"data\": \"s1.domainkey.u****.w****.sendgrid.net\",\n                    \"reason\": null\n                },\n                \"dkim2\": {\n                    \"valid\": true,\n                    \"type\": \"cname\",\n                    \"host\": \"s2._domainkey.instance.instance.io\",\n                    \"data\": \"s2.domainkey.u****.w****.sendgrid.net\",\n                    \"reason\": null\n                }\n            },\n            \"dmarc_validation\": {\n                \"domain\": \"instance.instance.io\",\n                \"status\": true,\n                \"message\": \"DMARC record found and is valid\",\n                \"details\": []\n            }\n        }\n    ]\n}"}],"_postman_id":"6c56a3e0-945d-432f-914c-ad2ccc51ab16"},{"name":"Email DNS Settings","id":"22128f9c-4dab-4556-8d26-d448a7b47d3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain_id\": \"123456\",\n    \"email\": \"test@element451.com\",\n    \"source\": \"internal\"\n}"},"url":"https://{{client}}.{{api}}/v2/clients/sendgrid/domains/email?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","sendgrid","domains","email"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"22128f9c-4dab-4556-8d26-d448a7b47d3f"},{"name":"Domain Verification","id":"e86ea53b-9828-4f0f-a267-c9ec36770d9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/clients/sendgrid/domains/{{DOMAIN_ID}}/verification?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","clients","sendgrid","domains","{{DOMAIN_ID}}","verification"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"e86ea53b-9828-4f0f-a267-c9ec36770d9d"}],"id":"23b17f44-5188-4b6e-87b7-cc5448b16b1c","_postman_id":"23b17f44-5188-4b6e-87b7-cc5448b16b1c","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Integrations","item":[{"name":"Canvas","item":[{"name":"Oauth2","item":[{"name":"Health","item":[{"name":"Run Canvas API Key Health Check","id":"322e9a6e-20d2-485a-9879-cbafaf4c9e8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{client}}.{{api}}/clients/integrations/canvas/oauth2/health?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["clients","integrations","canvas","oauth2","health"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"322e9a6e-20d2-485a-9879-cbafaf4c9e8c"}],"id":"3b518522-9cdd-455a-bc43-346c32f90b27","_postman_id":"3b518522-9cdd-455a-bc43-346c32f90b27","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"5e627dcb-e6b9-4661-b353-be4a98a6c937","_postman_id":"5e627dcb-e6b9-4661-b353-be4a98a6c937","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"98e8919b-d8fc-47ea-9f93-98e1e1258f8e","_postman_id":"98e8919b-d8fc-47ea-9f93-98e1e1258f8e","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Ethos","item":[{"name":"Sync","item":[{"name":"Run Full Sync for Ethos LMS Data Integration","id":"819408ef-eb8d-49ba-98eb-7081acb949d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"priority","value":"u=1, i{{client}}"}],"url":"https://{{client}}.{{api}}/clients/integrations/ethos/sync?analytics={{analytics}}&feature={{feature}}&bypass=1","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["clients","integrations","ethos","sync"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"key":"bypass","value":"1"}],"variable":[]}},"response":[],"_postman_id":"819408ef-eb8d-49ba-98eb-7081acb949d0"}],"id":"88378cea-6d89-4892-a292-04fdbc4ea91a","_postman_id":"88378cea-6d89-4892-a292-04fdbc4ea91a","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Settings","item":[{"name":"Permissions","item":[{"name":"Check Permissions for Ethos LMS Data Integration","id":"b9bfef6b-0ccf-49a5-a085-5d28ca354478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"authorization","value":"{{authorization}}"},{"key":"origin","value":"https://{{client}}.element451.io"},{"key":"priority","value":"u=1, i{{client}}"},{"key":"referer","value":"https://cpcc.element451.io/"},{"key":"sec-ch-ua","value":"\"Chromium\";v=\"134\", \"Not:A-Brand\";v=\"24\", \"Google Chrome\";v=\"134\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"cross-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"}],"url":"https://{{client}}.{{api}}/clients/integrations/ethos/settings/permissions?analytics={{analytics}}&feature={{feature}}","urlObject":{"protocol":"https","path":["clients","integrations","ethos","settings","permissions"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"b9bfef6b-0ccf-49a5-a085-5d28ca354478"}],"id":"d6fd8c2d-f518-48fe-879a-b99db809efc0","_postman_id":"d6fd8c2d-f518-48fe-879a-b99db809efc0","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{settings_id}","item":[{"name":"Update Ethos LMS Data Integration Settings","id":"fc03fd0f-daf2-45f4-9bb2-df6f7889cc98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"authorization","value":"{{authorization}}"},{"key":"origin","value":"https://{{client}}.element451.io"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://{{client}}.element451.io/"},{"key":"sec-ch-ua","value":"\"Chromium\";v=\"134\", \"Not:A-Brand\";v=\"24\", \"Google Chrome\";v=\"134\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"cross-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\n    \"preferences\" : [\n        {\"key\": \"teacher_save_mode\", \"value\": \"upsert\"},\n        {\"key\": \"teacher_account_active\", \"value\": true},\n        {\"key\": \"teacher_primary_team\", \"value\": \"66675b1f83b874dd970621d7\"},\n        {\"key\": \"teacher_groups\", \"value\": [\"5c20fd01f3b640463f302309\",\"6705e82ce734db10b60d6ee3\"]}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://{{client}}.{{api}}/clients/integrations/ethos/settings/:settings_id?analytics={{analytics}}&feature={{feature}}","urlObject":{"protocol":"http","path":["clients","integrations","ethos","settings",":settings_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the settings object, found with GET to /clients/integraitons</p>\n","type":"text/plain"},"type":"any","value":"","key":"settings_id"}]}},"response":[],"_postman_id":"fc03fd0f-daf2-45f4-9bb2-df6f7889cc98"},{"name":"Delete Ethos LMS Data Integration Settings","id":"f06a1ffa-b1b1-40e4-9a6e-84eb63111d79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/clients/integrations/ethos/settings/{{SETTING_ID}}?analytics={{analytics}}&feature={{feature}}","urlObject":{"protocol":"https","path":["clients","integrations","ethos","settings","{{SETTING_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"f06a1ffa-b1b1-40e4-9a6e-84eb63111d79"}],"id":"f1880a53-f3bd-4190-8535-e418ec5e24b3","_postman_id":"f1880a53-f3bd-4190-8535-e418ec5e24b3","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Create Ethos LMS Data Integration Settings","id":"e1aa409c-5547-40ed-8324-6d894ce4759e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"authorization","value":"{{authorization}}"},{"key":"origin","value":"https://{{client}}.element451.io"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://{{client}}.element451.io/"},{"key":"sec-ch-ua","value":"\"Chromium\";v=\"134\", \"Not:A-Brand\";v=\"24\", \"Google Chrome\";v=\"134\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"cross-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\n    \"active\" : true,\n    \"name\" : \"Ethos LMS Sandbox Integration\",\n    \"api_key\" : \"xxx\",\n    \"environment\" : \"sandbox\",\n    \"preferences\" : [\n        {\n            \"key\" : \"section_save_mode\",\n            \"value\" : \"upsert\"\n        },\n        {\n            \"key\" : \"enrollment_save_mode\",\n            \"value\" : \"upsert\"\n        },\n        {\n            \"key\" : \"course_save_mode\",\n            \"value\" : \"upsert\"\n        },\n        {\n            \"key\" : \"student_save_mode\",\n            \"value\" : \"update\"\n        },\n        {\n            \"key\" : \"teacher_save_mode\",\n            \"value\" : \"update\"\n        },\n        {\n            \"key\" : \"teacher_account_active\",\n            \"value\" : true\n        },\n        {\n            \"key\" : \"teacher_primary_team\",\n            \"value\" : \"6500ff0c334cc7e8230f9cb5\"\n        },\n        {\n            \"key\" : \"teacher_groups\",\n            \"value\" : [\n                \"5c20fd01f3b640463f302309\"\n            ]\n        }\n    ],\n    \"start_day\" : \"2025-01-01\",\n    \"missing_permissions\" : [\n        \"student-unverified-grades\"\n    ],\n}","options":{"raw":{"language":"json"}}},"url":"http://{{client}}.{{api}}/clients/integrations/ethos/settings?feature={{feature}}","urlObject":{"protocol":"http","path":["clients","integrations","ethos","settings"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"e1aa409c-5547-40ed-8324-6d894ce4759e"},{"name":"Get Ethos LMS Data Integration Settings","id":"c82e38f7-66c2-4b0c-a077-9049e6967657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/clients/integrations/ethos/settings?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["clients","integrations","ethos","settings"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"c82e38f7-66c2-4b0c-a077-9049e6967657"}],"id":"2e0f96ee-a5c7-4161-a46f-ec5e569c6009","_postman_id":"2e0f96ee-a5c7-4161-a46f-ec5e569c6009","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"877f6bf7-4223-48c5-a6c9-e2678708fb4c","description":"<p>Access and manage settings and syncs for self-service courses integration to Ellucian Banner and Ellucian Colleague via Ethos.</p>\n","_postman_id":"877f6bf7-4223-48c5-a6c9-e2678708fb4c","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Brightspace","item":[{"name":"Oauth2","item":[{"name":"Sync","item":[{"name":"Run Full Sync for Brightspace LMS Data Integration","id":"b820c118-5ef1-4e7f-848d-d56645ee5f1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"priority","value":"u=1, i{{client}}"}],"url":"https://{{client}}.{{api}}/clients/integrations/brightspace/oauth2/sync?analytics={{analytics}}&feature={{feature}}&bypass=1","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["clients","integrations","brightspace","oauth2","sync"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"key":"bypass","value":"1"}],"variable":[]}},"response":[],"_postman_id":"b820c118-5ef1-4e7f-848d-d56645ee5f1b"}],"id":"df303011-68ac-4316-98a8-544d696c12f5","_postman_id":"df303011-68ac-4316-98a8-544d696c12f5","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Settings","item":[{"name":"Create Brightspace LMS Data Integration Settings","id":"23568c86-aff2-4e88-8857-a1e8f5828e6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"priority","value":"u=1, i"}],"body":{"mode":"raw","raw":"{\n    \"active\" : true,\n    \"name\" : \"Ethos LMS Sandbox Integration\",\n    \"api_key\" : \"xxx\",\n    \"environment\" : \"sandbox\",\n    \"preferences\" : [\n        {\n            \"key\" : \"section_save_mode\",\n            \"value\" : \"upsert\"\n        },\n        {\n            \"key\" : \"enrollment_save_mode\",\n            \"value\" : \"upsert\"\n        },\n        {\n            \"key\" : \"course_save_mode\",\n            \"value\" : \"upsert\"\n        },\n        {\n            \"key\" : \"student_save_mode\",\n            \"value\" : \"update\"\n        },\n        {\n            \"key\" : \"teacher_save_mode\",\n            \"value\" : \"update\"\n        },\n        {\n            \"key\" : \"teacher_account_active\",\n            \"value\" : true\n        },\n        {\n            \"key\" : \"teacher_primary_team\",\n            \"value\" : \"6500ff0c334cc7e8230f9cb5\"\n        },\n        {\n            \"key\" : \"teacher_groups\",\n            \"value\" : [\n                \"5c20fd01f3b640463f302309\"\n            ]\n        }\n    ],\n    \"start_day\" : \"2025-01-01\",\n    \"missing_permissions\" : [\n        \"student-unverified-grades\"\n    ],\n}","options":{"raw":{"language":"json"}}},"url":"http://{{client}}.{{api}}/clients/integrations/oauth2/brightspace/settings?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["clients","integrations","oauth2","brightspace","settings"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"23568c86-aff2-4e88-8857-a1e8f5828e6c"},{"name":"Get Brightspace LMS Data Integration Settings","id":"5b38061a-49a8-4a60-92ce-2b653cc08803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/clients/integrations/brightspace/oauth2/list?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["clients","integrations","brightspace","oauth2","list"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"5b38061a-49a8-4a60-92ce-2b653cc08803"}],"id":"8f66de24-759c-40f8-828c-9416519c5df1","_postman_id":"8f66de24-759c-40f8-828c-9416519c5df1","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Health","item":[{"name":"Check Permissions for Brightspace LMS Data Integration","id":"e40cef8c-933e-4abf-a43f-482e1befcf7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"origin","value":"https://{{client}}.element451.io"},{"key":"priority","value":"u=1, i{{client}}"},{"key":"referer","value":"https://cpcc.element451.io/"},{"key":"sec-ch-ua","value":"\"Chromium\";v=\"134\", \"Not:A-Brand\";v=\"24\", \"Google Chrome\";v=\"134\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"cross-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"}],"url":"https://{{client}}.{{api}}/clients/integrations/brightspace/oauth2/health?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["clients","integrations","brightspace","oauth2","health"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"e40cef8c-933e-4abf-a43f-482e1befcf7e"}],"id":"dfe546bf-a9b2-41fc-a7a3-521ad6aaf238","_postman_id":"dfe546bf-a9b2-41fc-a7a3-521ad6aaf238","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"1d31cef5-c598-4111-86c6-9ac1d41e67c7","_postman_id":"1d31cef5-c598-4111-86c6-9ac1d41e67c7","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"aa221422-733e-4e64-9025-fbc01fc580ed","description":"<p>Access and manage settings and syncs for self-service LMS courses integration to Brightspace D2L.</p>\n","_postman_id":"aa221422-733e-4e64-9025-fbc01fc580ed","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"1ae0828f-2073-4dd9-8c24-cc1d248f6e6e","description":"<p>Access and manage settings and syncs for various integration types.</p>\n","_postman_id":"1ae0828f-2073-4dd9-8c24-cc1d248f6e6e","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Update Client Live Support Seats","id":"989d88c9-0874-4a85-9c4a-a637b788dea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \"item\" : {\n    \"live_support\":[\"64f5fb36e948309c1d08a382\", \"64f5fb36e948309c1d08a383\"]\n}}","options":{"raw":{"language":"json"}}},"url":"{{client}}.{{api}}/v2/clients/live-support?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"path":["v2","clients","live-support"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"989d88c9-0874-4a85-9c4a-a637b788dea3"}],"id":"9592f2fb-6671-4c73-b6c7-13d42b0a2aef","_postman_id":"9592f2fb-6671-4c73-b6c7-13d42b0a2aef","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Campaigns","item":[{"name":"Communications","item":[{"name":"{communication_guid}","item":[{"name":"Preview","item":[{"name":"Generate User Preview Data for Campaign Email","id":"08cb9bdf-8b2d-4f7a-87eb-ef478726d6d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"// {\"context\": [\"registration_id\": \"ABCDEFG\"]}\n// in the future, we could allow admin to select context for the preview, so that we can replace app-specific tokens like we would in ongoing comms","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/campaigns/communications/{{CAMPAIGN_GUID}}/preview/{{USER_ID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campaigns","communications","{{CAMPAIGN_GUID}}","preview","{{USER_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"08cb9bdf-8b2d-4f7a-87eb-ef478726d6d6"}],"id":"a351be16-561c-47b3-8c4c-5f21ff7d5528","_postman_id":"a351be16-561c-47b3-8c4c-5f21ff7d5528","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Communication","id":"72acb25d-218a-4f06-ac3f-d114b72258a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/campaigns/communications/:campaign_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Campaigns.communications.getSingle</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campaigns","communications",":campaign_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the communication. Found with GET to v2/campaigns/communications.</p>\n","type":"text/plain"},"type":"any","value":"","key":"campaign_guid"}]}},"response":[{"id":"e3cd9872-a7e6-44af-8173-c5f9eb871d2b","name":"Get Communication","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/campaigns/communications/:campaign_guid?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","campaigns","communications",":campaign_guid"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"campaign_guid","value":"","description":"Unique identifier for the communication. Found with GET to v2/campaigns/communications."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Sep 2025 19:17:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"priority\": \"med\",\n        \"audience\": {\n            \"type\": \"segment\",\n            \"segment\": \"instance.segments.139005\"\n        },\n        \"channels\": {\n            \"sms\": false,\n            \"email\": true,\n            \"push\": false\n        },\n        \"content\": {\n            \"notification\": \"instance.notifications.232712\",\n            \"email\": {\n                \"_id\": \"6849e1752edc1edb570e61b2\",\n                \"body_template\": {\n                    \"title\": \"1 Column\",\n                    \"name\": \"1_column\",\n                    \"theme\": \"baseThemeID\",\n                    \"defaultHasContainer\": true,\n                    \"isEmail\": true,\n                    \"attributes\": {\n                        \"style\": {\n                            \"background\": {\n                                \"color\": \"#FFFFFF\"\n                            },\n                            \"fonts\": {\n                                \"primary\": {\n                                    \"family\": \"Roboto\",\n                                    \"variants\": [\n                                        \"100\",\n                                        \"100italic\",\n                                        \"300\",\n                                        \"300italic\",\n                                        \"regular\",\n                                        \"italic\",\n                                        \"500\",\n                                        \"500italic\",\n                                        \"700\",\n                                        \"700italic\",\n                                        \"900\",\n                                        \"900italic\"\n                                    ],\n                                    \"subsets\": [\n                                        \"cyrillic\",\n                                        \"cyrillic-ext\",\n                                        \"greek\",\n                                        \"greek-ext\",\n                                        \"latin\",\n                                        \"latin-ext\",\n                                        \"vietnamese\"\n                                    ],\n                                    \"version\": \"v30\",\n                                    \"lastModified\": \"2022-09-22\",\n                                    \"files\": {\n                                        \"100\": \"http://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf\",\n                                        \"300\": \"http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf\",\n                                        \"500\": \"http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf\",\n                                        \"700\": \"http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf\",\n                                        \"900\": \"http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf\",\n                                        \"100italic\": \"http://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf\",\n                                        \"300italic\": \"http://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf\",\n                                        \"regular\": \"http://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf\",\n                                        \"italic\": \"http://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf\",\n                                        \"500italic\": \"http://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf\",\n                                        \"700italic\": \"http://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf\",\n                                        \"900italic\": \"http://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf\"\n                                    },\n                                    \"category\": \"sans-serif\",\n                                    \"kind\": \"webfonts#webfont\",\n                                    \"menu\": \"http://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5GxP.ttf\"\n                                },\n                                \"secondary\": {\n                                    \"family\": \"Georgia\",\n                                    \"category\": \"serif\"\n                                }\n                            }\n                        }\n                    },\n                    \"rows\": [\n                        {\n                            \"id\": \"row.1\",\n                            \"type\": \"row\",\n                            \"indexWeight\": 0,\n                            \"content\": [\n                                {\n                                    \"variant\": \"default\",\n                                    \"hasContainer\": true,\n                                    \"container\": {\n                                        \"attributes\": {\n                                            \"style\": []\n                                        }\n                                    },\n                                    \"attributes\": {\n                                        \"class\": \"\",\n                                        \"style\": []\n                                    },\n                                    \"columns\": [\n                                        {\n                                            \"id\": \"column.1\",\n                                            \"type\": \"column\",\n                                            \"size\": 12,\n                                            \"attributes\": {\n                                                \"class\": \"\",\n                                                \"style\": {\n                                                    \"padding\": {\n                                                        \"top\": \"16px\",\n                                                        \"left\": \"16px\",\n                                                        \"right\": \"16px\",\n                                                        \"bottom\": \"16px\"\n                                                    }\n                                                }\n                                            },\n                                            \"indexWeight\": 0,\n                                            \"elements\": []\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"isSeparator\": false,\n                            \"id\": \"row.6a6cddb6-969b-4b3c-bc4f-ea169767d359\",\n                            \"type\": \"row\",\n                            \"indexWeight\": 1,\n                            \"content\": [\n                                {\n                                    \"variant\": \"default\",\n                                    \"hasContainer\": true,\n                                    \"container\": {\n                                        \"attributes\": {\n                                            \"style\": {\n                                                \"padding\": [],\n                                                \"background\": {\n                                                    \"color\": null,\n                                                    \"position\": null,\n                                                    \"repeat\": null,\n                                                    \"size\": null,\n                                                    \"image\": null\n                                                },\n                                                \"border\": []\n                                            }\n                                        }\n                                    },\n                                    \"attributes\": {\n                                        \"class\": \"\",\n                                        \"style\": {\n                                            \"background\": {\n                                                \"color\": \"#fd5001\",\n                                                \"position\": null,\n                                                \"repeat\": null,\n                                                \"size\": null,\n                                                \"image\": null\n                                            },\n                                            \"margin\": [],\n                                            \"padding\": []\n                                        }\n                                    },\n                                    \"columns\": [\n                                        {\n                                            \"id\": \"column.ee3d349c-c33a-444b-a1fb-dc5d17c3ac7b\",\n                                            \"type\": \"column\",\n                                            \"size\": 12,\n                                            \"attributes\": {\n                                                \"class\": \"\",\n                                                \"style\": {\n                                                    \"padding\": {\n                                                        \"top\": \"16px\",\n                                                        \"left\": \"16px\",\n                                                        \"right\": \"16px\"\n                                                    },\n                                                    \"background-color\": \"transparent\",\n                                                    \"margin\": [],\n                                                    \"border\": []\n                                                }\n                                            },\n                                            \"indexWeight\": 0,\n                                            \"elements\": [\n                                                {\n                                                    \"id\": \"image.bb294364-4ddd-41dc-a479-2b7457845da3\",\n                                                    \"indexWeight\": 0,\n                                                    \"type\": \"image\",\n                                                    \"link\": \"\",\n                                                    \"align\": \"left\",\n                                                    \"attributes\": {\n                                                        \"src\": \"https://451img.imgix.net/instance/logo_white?w=250&h=120&fit=max\",\n                                                        \"alt\": \"logo\",\n                                                        \"style\": {\n                                                            \"margin\": {\n                                                                \"left\": null,\n                                                                \"right\": null,\n                                                                \"bottom\": \"20px\"\n                                                            }\n                                                        },\n                                                        \"class\": \"\"\n                                                    }\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"isSeparator\": false,\n                            \"id\": \"row.984a7aab-28dc-44d5-b9d8-cf3cf601aafa\",\n                            \"type\": \"row\",\n                            \"indexWeight\": 2,\n                            \"content\": [\n                                {\n                                    \"variant\": \"default\",\n                                    \"hasContainer\": true,\n                                    \"container\": {\n                                        \"attributes\": {\n                                            \"style\": {\n                                                \"padding\": [],\n                                                \"background\": {\n                                                    \"color\": \"#3e3e3e\",\n                                                    \"position\": null,\n                                                    \"repeat\": null,\n                                                    \"size\": null,\n                                                    \"image\": null\n                                                },\n                                                \"border\": []\n                                            }\n                                        }\n                                    },\n                                    \"attributes\": {\n                                        \"style\": {\n                                            \"background\": {\n                                                \"color\": \"#3E3E3E\",\n                                                \"position\": null,\n                                                \"repeat\": null,\n                                                \"size\": null,\n                                                \"image\": null\n                                            },\n                                            \"margin\": [],\n                                            \"padding\": {\n                                                \"top\": \"30px\"\n                                            }\n                                        },\n                                        \"class\": \"\"\n                                    },\n                                    \"columns\": [\n                                        {\n                                            \"size\": 12,\n                                            \"attributes\": {\n                                                \"class\": \"\",\n                                                \"style\": {\n                                                    \"padding\": {\n                                                        \"top\": \"16px\",\n                                                        \"left\": \"16px\",\n                                                        \"right\": \"16px\",\n                                                        \"bottom\": \"16px\"\n                                                    }\n                                                }\n                                            },\n                                            \"type\": \"column\",\n                                            \"id\": \"column.704f0b79-6919-4ee4-8f6f-3336a599c735\",\n                                            \"indexWeight\": 0,\n                                            \"elements\": [\n                                                {\n                                                    \"id\": \"image.1e2dcc33-0ad3-4c0f-8f55-426a09195368\",\n                                                    \"indexWeight\": 0,\n                                                    \"type\": \"image\",\n                                                    \"link\": \"\",\n                                                    \"align\": \"left\",\n                                                    \"attributes\": {\n                                                        \"src\": \"https://451.imgix.net/images/email-builder/alexis-brown-unsplash.jpeg?w=600&h=300&rect=0%2C331%2C5760%2C2880&auto=format%2Ccompress&q=80&fit=crop&crop=faces,edges\",\n                                                        \"alt\": \"people\",\n                                                        \"style\": {\n                                                            \"margin\": []\n                                                        },\n                                                        \"class\": \"\"\n                                                    }\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"isSeparator\": false,\n                            \"id\": \"row.659943c6-e038-4103-b3c8-f009b682f0e9\",\n                            \"type\": \"row\",\n                            \"indexWeight\": 3,\n                            \"content\": [\n                                {\n                                    \"variant\": \"default\",\n                                    \"hasContainer\": true,\n                                    \"container\": {\n                                        \"attributes\": {\n                                            \"style\": {\n                                                \"padding\": [],\n                                                \"background\": {\n                                                    \"color\": \"#3e3e3e\",\n                                                    \"position\": null,\n                                                    \"repeat\": null,\n                                                    \"size\": null,\n                                                    \"image\": null\n                                                },\n                                                \"border\": []\n                                            }\n                                        }\n                                    },\n                                    \"attributes\": {\n                                        \"style\": {\n                                            \"background\": {\n                                                \"color\": \"#3E3E3E\",\n                                                \"position\": null,\n                                                \"repeat\": null,\n                                                \"size\": null,\n                                                \"image\": null\n                                            },\n                                            \"margin\": [],\n                                            \"padding\": []\n                                        },\n                                        \"class\": \"\"\n                                    },\n                                    \"columns\": [\n                                        {\n                                            \"size\": 12,\n                                            \"attributes\": {\n                                                \"class\": \"\",\n                                                \"style\": {\n                                                    \"padding\": {\n                                                        \"top\": \"16px\",\n                                                        \"left\": \"16px\",\n                                                        \"right\": \"16px\",\n                                                        \"bottom\": \"16px\"\n                                                    }\n                                                }\n                                            },\n                                            \"type\": \"column\",\n                                            \"id\": \"column.2a52649a-4dc7-4226-a24c-06189820042f\",\n                                            \"indexWeight\": 0,\n                                            \"elements\": [\n                                                {\n                                                    \"id\": \"text.ccf550cf-7700-4bcc-9779-fc323699b5bb\",\n                                                    \"indexWeight\": 0,\n                                                    \"type\": \"text\",\n                                                    \"content\": \"<p style=\\\"font-family: Georgia; color: #fd5001;\\\"><strong>Lorem Ipsum</strong></p>\",\n                                                    \"attributes\": {\n                                                        \"style\": [],\n                                                        \"class\": \"\"\n                                                    }\n                                                },\n                                                {\n                                                    \"id\": \"text.a6e7d8dc-f224-4050-96ca-3255a45ec5ce\",\n                                                    \"indexWeight\": 1,\n                                                    \"type\": \"text\",\n                                                    \"content\": \"<h1 style=\\\"font-family: Roboto; color: rgb(255, 255, 255);\\\">We have your application! Now it's time to complete your checklists...&nbsp;</h1>\",\n                                                    \"attributes\": {\n                                                        \"style\": [],\n                                                        \"class\": \"\"\n                                                    }\n                                                },\n                                                {\n                                                    \"id\": \"text.cd82d5ad-8b78-42b1-a846-6c3776d1ec04\",\n                                                    \"indexWeight\": 2,\n                                                    \"type\": \"text\",\n                                                    \"content\": \"<p style=\\\"color: rgb(255, 255, 255); font-family: Georgia;\\\">Click below to access your dashboard.</p>\",\n                                                    \"attributes\": {\n                                                        \"style\": [],\n                                                        \"class\": \"\"\n                                                    }\n                                                },\n                                                {\n                                                    \"id\": \"button.9ca6cf35-7241-4619-9f45-cf3b173f4b05\",\n                                                    \"indexWeight\": 3,\n                                                    \"type\": \"button\",\n                                                    \"link\": \"[application:login_url,application_guid=instance.applications.350110,fast_application=false,site_url=https://instance-9000.app451.sites.451.io/,ttl_unit=months,ttl_value=6]\",\n                                                    \"label\": \"Dashboard This Way\",\n                                                    \"align\": \"left\",\n                                                    \"attributes\": {\n                                                        \"style\": {\n                                                            \"padding\": [],\n                                                            \"margin\": {\n                                                                \"top\": \"20px\",\n                                                                \"left\": \"0px\",\n                                                                \"right\": \"0px\"\n                                                            },\n                                                            \"background-color\": \"#fd5001\"\n                                                        },\n                                                        \"class\": \"button\"\n                                                    },\n                                                    \"styleSettings\": [\n                                                        {\n                                                            \"name\": \"size\",\n                                                            \"value\": \"default\"\n                                                        },\n                                                        {\n                                                            \"name\": \"fit\",\n                                                            \"value\": \"regular\"\n                                                        },\n                                                        {\n                                                            \"name\": \"corners\",\n                                                            \"value\": \"none\"\n                                                        }\n                                                    ]\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"content_type\": \"html\",\n                \"_subdom\": \"instance\",\n                \"guid\": \"instance.emails.194457\",\n                \"updated_at\": \"Wed Jun 11 20:05:45 +0000 2025\",\n                \"created_at\": \"Wed Jun 11 20:05:09 +0000 2025\",\n                \"id\": \"6849e1752edc1edb570e61b2\"\n            }\n        },\n        \"send_settings\": {\n            \"type\": \"immediate\"\n        },\n        \"settings\": {\n            \"title\": \"Email Communication to Test With\",\n            \"bounce_email\": \"\",\n            \"push_type\": \"general\"\n        },\n        \"status\": \"sent\",\n        \"segment_total\": 3,\n        \"type\": \"dynamic\",\n        \"tracking\": {\n            \"opens\": true,\n            \"clicks\": true\n        },\n        \"_subdom\": \"instance\",\n        \"guid\": \"instance.communications.186317\",\n        \"preview_key\": \"226DA08161C74EF1B8CB0AD3CCBE2DAA\",\n        \"valid\": true,\n        \"dynamic_content\": {\n            \"conditions\": [],\n            \"variants\": [\n                {\n                    \"variable\": \"from_number\",\n                    \"variations\": [\n                        {\n                            \"condition\": \"default\",\n                            \"value\": \"\"\n                        }\n                    ]\n                },\n                {\n                    \"variable\": \"sms\",\n                    \"variations\": [\n                        {\n                            \"condition\": \"default\",\n                            \"value\": {\n                                \"content\": \"\",\n                                \"file\": \"\",\n                                \"opt_out_text\": \"Reply STOP to unsubscribe\"\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"variable\": \"subject\",\n                    \"variations\": [\n                        {\n                            \"condition\": \"default\",\n                            \"value\": \"Test Dashboard\"\n                        }\n                    ]\n                },\n                {\n                    \"variable\": \"from_email\",\n                    \"variations\": [\n                        {\n                            \"condition\": \"default\",\n                            \"value\": \"support@instance.edu\"\n                        }\n                    ]\n                },\n                {\n                    \"variable\": \"reply_email\",\n                    \"variations\": [\n                        {\n                            \"condition\": \"default\",\n                            \"value\": \"support@instance.edu\"\n                        }\n                    ]\n                },\n                {\n                    \"variable\": \"from_name\",\n                    \"variations\": [\n                        {\n                            \"condition\": \"default\",\n                            \"value\": \"Your Friends at Instance EDU\"\n                        }\n                    ]\n                },\n                {\n                    \"variable\": \"preview_text\",\n                    \"variations\": [\n                        {\n                            \"condition\": \"default\",\n                            \"value\": \"Hello!\"\n                        }\n                    ]\n                },\n                {\n                    \"variable\": \"content\",\n                    \"variations\": [\n                        {\n                            \"condition\": \"default\",\n                            \"value\": \"\"\n                        }\n                    ]\n                },\n                {\n                    \"variable\": \"cc_emails\",\n                    \"variations\": [\n                        {\n                            \"condition\": \"default\",\n                            \"value\": \"\"\n                        }\n                    ]\n                },\n                {\n                    \"variable\": \"bcc_emails\",\n                    \"variations\": [\n                        {\n                            \"condition\": \"default\",\n                            \"value\": \"\"\n                        }\n                    ]\n                },\n                {\n                    \"variable\": \"push_title\",\n                    \"variations\": [\n                        {\n                            \"condition\": \"default\",\n                            \"value\": \"\"\n                        }\n                    ]\n                },\n                {\n                    \"variable\": \"push_content\",\n                    \"variations\": [\n                        {\n                            \"condition\": \"default\",\n                            \"value\": \"\"\n                        }\n                    ]\n                },\n                {\n                    \"variable\": \"push_parameters\",\n                    \"variations\": [\n                        {\n                            \"condition\": \"default\",\n                            \"value\": [\n                                {\n                                    \"key\": \"link\",\n                                    \"value\": \"\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        \"sent_at\": \"Wed Jun 11 20:07:40 +0000 2025\",\n        \"started_at\": \"Wed Jun 11 20:06:15 +0000 2025\",\n        \"updated_at\": \"Wed Jun 11 20:07:40 +0000 2025\",\n        \"created_at\": \"Wed Jun 11 20:05:09 +0000 2025\",\n        \"first_sent_at\": null,\n        \"author\": {\n            \"_id\": \"65ef07d8d8f8a760119a5\",\n            \"first_name\": \"Staff\",\n            \"last_name\": \"Name\",\n            \"email\": \"staff@instance.edu\"\n        },\n        \"sent_by\": {\n            \"_id\": \"65ef07d8d8f8af90119a5\",\n            \"first_name\": \"Staff\",\n            \"last_name\": \"Name\",\n            \"email\": \"staff@instance.edu\"\n        }\n    }\n}"}],"_postman_id":"72acb25d-218a-4f06-ac3f-d114b72258a3"},{"name":"Update Communication Audience","id":"bde8ca1f-4a3d-49c0-a4ee-3c859a0e8ba0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"audience\": {\n            \"type\": \"workflow\"\n        }\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/campaigns/communications/:communication_guid/audience?feature={{feature}}&analytics={{analytics}}","description":"<p>Updates the Communication Audience.</p>\n<p>Audience can be of the types:</p>\n<ul>\n<li>\"workflow\" : This means that the Communication will be sent using a Workflow Step Action. (See Workflows API details)</li>\n<li>\"segment\" : When the Communication will be sent to a particular Segment of Users. (See Segments API details)</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"audience\": {\n    \"type\": \"segment\",\n    \"segment\": \"tu.segments.451\"\n  }\n}\n</code></pre>","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campaigns","communications",":communication_guid","audience"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the communication. Found with GET to v2/campaigns/communications.</p>\n","type":"text/plain"},"type":"any","value":"","key":"communication_guid"}]}},"response":[],"_postman_id":"bde8ca1f-4a3d-49c0-a4ee-3c859a0e8ba0"}],"id":"e3a8465b-554f-426e-be06-b5f78ded2905","_postman_id":"e3a8465b-554f-426e-be06-b5f78ded2905","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Communications","id":"3d98069f-7ad9-411a-9ca3-73c3064d83cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/campaigns/communications/?analytics={{analytics}}&feature={{feature}}&limit=1&offset","description":"<p>Campaigns.communications.getSingle</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campaigns","communications",""],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Limit the number of communications returned.</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"description":{"content":"<p>Offset the returned items.</p>\n","type":"text/plain"},"key":"offset","value":null}],"variable":[]}},"response":[{"id":"ae826744-d798-4038-afb8-d804f61429e7","name":"Get Communications","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/campaigns/communications/?analytics={{analytics}}&feature={{feature}}&limit=1&offset","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","campaigns","communications",""],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"limit","value":"1","description":"Limit the number of communications returned."},{"key":"offset","value":null,"description":"Offset the returned items."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Sep 2025 19:22:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"priority\": \"med\",\n            \"archive_url\": \"\",\n            \"audience\": {\n                \"type\": \"segment\",\n                \"segment\": \"instance.segments.27689\",\n                \"segment_name\": \"New Applicants\"\n            },\n            \"author\": \"5e6274632ca3f671f11f4\",\n            \"channels\": {\n                \"sms\": false,\n                \"email\": true\n            },\n            \"content\": {\n                \"notification\": \"instance.notifications.29911\"\n            },\n            \"dynamic_content\": {\n                \"conditions\": [],\n                \"variants\": [\n                    {\n                        \"variable\": \"subject\",\n                        \"variations\": [\n                            {\n                                \"condition\": \"default\",\n                                \"value\": \"Experience the Magic!\"\n                            }\n                        ]\n                    },\n                    {\n                        \"variable\": \"from_email\",\n                        \"variations\": [\n                            {\n                                \"condition\": \"default\",\n                                \"value\": \"connect@instance.edu\"\n                            }\n                        ]\n                    },\n                    {\n                        \"variable\": \"reply_email\",\n                        \"variations\": [\n                            {\n                                \"condition\": \"default\",\n                                \"value\": \"connect@instance.edu\"\n                            }\n                        ]\n                    },\n                    {\n                        \"variable\": \"bounce_email\",\n                        \"variations\": [\n                            {\n                                \"condition\": \"default\",\n                                \"value\": \"connect@instance.edu\"\n                            }\n                        ]\n                    },\n                    {\n                        \"variable\": \"from_name\",\n                        \"variations\": [\n                            {\n                                \"condition\": \"default\",\n                                \"value\": \"Your Friends at Instance EDU\"\n                            }\n                        ]\n                    },\n                    {\n                        \"variable\": \"preview_text\",\n                        \"variations\": [\n                            {\n                                \"condition\": \"default\",\n                                \"value\": \"Experience the magic!\"\n                            }\n                        ]\n                    },\n                    {\n                        \"variable\": \"content\",\n                        \"variations\": [\n                            {\n                                \"condition\": \"default\",\n                                \"value\": \"\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"preview_key\": \"B409345446A34B7E9A3D343E652108CE\",\n            \"send_settings\": {\n                \"type\": \"immediate\"\n            },\n            \"sent_at\": \"Fri Feb 12 17:41:08 +0000 2021\",\n            \"settings\": {\n                \"title\": \"Email Communication to Test With\",\n                \"bounce_email\": \"\"\n            },\n            \"started_at\": {\n                \"$date\": {\n                    \"$numberLong\": \"1613151668000\"\n                }\n            },\n            \"status\": \"sent\",\n            \"tracking\": {\n                \"opens\": true,\n                \"clicks\": true\n            },\n            \"type\": \"dynamic\",\n            \"_subdom\": \"instance\",\n            \"guid\": \"instance.communications.25881\",\n            \"updated_at\": \"Fri Feb 12 17:41:13 +0000 2021\",\n            \"created_at\": \"Thu Sep 24 17:16:53 +0000 2020\",\n            \"sent_by\": \"5e6274632ca3f541f11f4\",\n            \"process_id\": \"6026bdb3d5cee\",\n            \"reserved_at\": {\n                \"$date\": {\n                    \"$numberLong\": \"1613151668000\"\n                }\n            },\n            \"error\": null,\n            \"stage\": 1,\n            \"sent\": true\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"available_total\": 1663,\n            \"filtered_total\": 1663,\n            \"offset\": 0,\n            \"limit\": 1\n        }\n    }\n}"}],"_postman_id":"3d98069f-7ad9-411a-9ca3-73c3064d83cc"},{"name":"Create Communication","id":"5d5e715f-d632-4bf9-8bfc-61e157c6c151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"channels\": {\n            \"sms\": true,\n            \"email\": true\n        },\n        \"type\": \"regular\",\n        \"settings\": {\n            \"title\": \"New Communication\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/campaigns/communications?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Communication.</p>\n<p>Channels available:</p>\n<ul>\n<li>\"sms\"</li>\n<li>\"email\"</li>\n</ul>\n<p>Types available:</p>\n<ul>\n<li>\"regular\"</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campaigns","communications"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"5d5e715f-d632-4bf9-8bfc-61e157c6c151"}],"id":"dc1ec7c3-f6d2-4d96-9696-71a3646dc676","_postman_id":"dc1ec7c3-f6d2-4d96-9696-71a3646dc676","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"22e175e1-58d7-4b8b-b3e9-0694f72dd937","description":"<p>The following endpoints let you manage Campaign Communications.</p>\n","event":[{"listen":"prerequest","script":{"id":"cd903858-bf49-4e4a-8dcc-467dfe812244","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"81bc6e13-a6d5-4faf-885c-d8c86827a201","type":"text/javascript","exec":[""]}}],"_postman_id":"22e175e1-58d7-4b8b-b3e9-0694f72dd937","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Conditions","item":[{"name":"{condition_guid}","item":[{"name":"Get Condition","id":"877107cf-0ab4-459d-aecd-62d6547824a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/conditions/:condition_guid?analytics={{analytics}}&feature={{feature}}&offset=0&limit=50","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","conditions",":condition_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"key":"offset","value":"0"},{"key":"limit","value":"50"}],"variable":[{"description":{"content":"<p>Unique identifier for the condition. Found with GET to v2/conditions.</p>\n","type":"text/plain"},"type":"any","value":"","key":"condition_guid"}]}},"response":[],"_postman_id":"877107cf-0ab4-459d-aecd-62d6547824a6"},{"name":"Update Condition","id":"7f493705-8bef-4215-b5bc-4e618bd48a16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"test condition\",\n    \"operator\": \"or\" // works like '$and' or 'and'\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/conditions/:condition_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","conditions",":condition_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the condition. Found with GET to v2/conditions.</p>\n","type":"text/plain"},"type":"any","value":"","key":"condition_guid"}]}},"response":[],"_postman_id":"7f493705-8bef-4215-b5bc-4e618bd48a16"},{"name":"Delete Condition","id":"eba787b8-0a8b-4ade-908a-dc53c98a8a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/conditions/:condition_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","conditions",":condition_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the condition. Found with GET to v2/conditions.</p>\n","type":"text/plain"},"type":"any","value":"","key":"condition_guid"}]}},"response":[],"_postman_id":"eba787b8-0a8b-4ade-908a-dc53c98a8a42"}],"id":"1761aabb-c241-4091-9d21-a0cf2ccbcae0","description":"<p>Access and manage a specific condition by it's GUID.</p>\n","_postman_id":"1761aabb-c241-4091-9d21-a0cf2ccbcae0","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Conditions","id":"b6f626c7-7dfc-4400-b1f7-9627467ff6b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/conditions?analytics={{analytics}}&feature={{feature}}&offset=0&limit=50&available_for[]=app_submit_prevention","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","conditions"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Offset list of returned conditions.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Limit the number of conditions returned.</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"key":"available_for[]","value":"app_submit_prevention"}],"variable":[]}},"response":[],"_postman_id":"b6f626c7-7dfc-4400-b1f7-9627467ff6b5"},{"name":"Create Condition","id":"04f2c975-fa10-4c03-b3cc-17c59d50076b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"first name is test\",\n    \"description\": \"test condition\",\n    \"available_for\": [\"app_submit_prevention\"],\n    \"message\": \"You're not allowed to submit because your name is dumb\",\n    \"operator\": \"and\",\n    \"conditions\": [\n        {\n            \"type\": \"user_segment\",\n            \"content\": {\n                \"users\": {\n                    \"filters\": {\n                        \"operator\": \"$and\",\n                        \"conditions\": [\n                            {\n                                \"type\": \"filter\",\n                                \"target\": \"<mapping:user-first-name>\",\n                                \"value\": \"Test\",\n                                \"operator\": \"$eq\"\n                            }\n                        ]\n                    }\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/conditions?feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","conditions"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"04f2c975-fa10-4c03-b3cc-17c59d50076b"},{"name":"Delete Many Conditions","id":"e2bca50b-d3b2-4610-9beb-160606e6dd08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/conditions?guids[]=&guids[]=&feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","conditions"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>GUID of first condition to delete.</p>\n","type":"text/plain"},"key":"guids[]","value":""},{"description":{"content":"<p>GUID of second condition to delete.</p>\n","type":"text/plain"},"key":"guids[]","value":""},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"e2bca50b-d3b2-4610-9beb-160606e6dd08"}],"id":"1bbd65eb-3d53-42b9-9992-1ed88cbe1c39","description":"<p>Access and Manage Application Submission Prevention Rules (formally known as conditions)</p>\n","_postman_id":"1bbd65eb-3d53-42b9-9992-1ed88cbe1c39","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Content","item":[{"name":"ContentType","item":[{"name":"{content_type_guid}","item":[{"name":"Get Content Type","id":"b83a959c-3858-4126-8938-a783bca1b7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/content/contentType/:content_type_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Returns a single Content Type given by its Guid</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","content","contentType",":content_type_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the content type. Found with GET to v2/content/contentType</p>\n","type":"text/plain"},"type":"any","value":"","key":"content_type_guid"}]}},"response":[],"_postman_id":"b83a959c-3858-4126-8938-a783bca1b7f1"},{"name":"Update Content Type","id":"32eebbc6-7b91-41e8-8e8a-1dabdc356adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Contact info type\",\n        \"active\": true\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/content/contentType/:content_type_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates a Content Type given by its Guid.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","content","contentType",":content_type_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the content type. Found with GET to v2/content/contentType</p>\n","type":"text/plain"},"type":"any","value":"","key":"content_type_guid"}]}},"response":[],"_postman_id":"32eebbc6-7b91-41e8-8e8a-1dabdc356adf"},{"name":"Delete Content Type","id":"f9c53ebc-a530-414e-ab48-f8dda0448c8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/content/contentType/:content_type_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Deletes a Content Type object given by its Guid</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","content","contentType",":content_type_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the content type. Found with GET to v2/content/contentType</p>\n","type":"text/plain"},"type":"any","value":"","key":"content_type_guid"}]}},"response":[],"_postman_id":"f9c53ebc-a530-414e-ab48-f8dda0448c8f"}],"id":"0c7d92dd-8d31-4b3a-a86c-c61a772720bc","_postman_id":"0c7d92dd-8d31-4b3a-a86c-c61a772720bc","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Content Types","id":"eb01f722-45c8-4cc3-be3d-ec511cf60391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/content/contentType?analytics={{analytics}}&feature={{feature}}","description":"<p>Return a list of All Client Content Types</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","content","contentType"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"eb01f722-45c8-4cc3-be3d-ec511cf60391"},{"name":"Create Content Type","id":"afd140df-6ac3-4424-badb-90549f3ce062","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Contact info type\",\n        \"active\": true\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/content/contentType?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Content Type for the Client</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","content","contentType"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"afd140df-6ac3-4424-badb-90549f3ce062"}],"id":"c92ba136-c576-4c58-8993-72280169c86e","_postman_id":"c92ba136-c576-4c58-8993-72280169c86e","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Block","item":[{"name":"{content_block_guid}","item":[{"name":"Image","item":[{"name":"Update Content Block Image","id":"5b89a58c-ec86-427e-ae3f-6825af64e927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"Element451LogoColor.png"},{"key":"name","type":"text","value":"logo_pic"},{"key":"item","type":"text","value":"{\"alt_text\" : \"The image\"}"}]},"url":"https://{{client}}.{{api}}/v2/content/block/:content_block_guid/image?analytics={{analytics}}&feature={{feature}}","description":"<p>Adds/Updates an image for a Content Block</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","content","block",":content_block_guid","image"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the content block. Found with GET to v2/content/block.</p>\n","type":"text/plain"},"type":"any","value":"","key":"content_block_guid"}]}},"response":[],"_postman_id":"5b89a58c-ec86-427e-ae3f-6825af64e927"},{"name":"Delete Content Block Image","id":"2e99a25e-8f15-4ed7-aa84-b273c0cce226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"logo_pic"}]},"url":"https://{{client}}.{{api}}/v2/content/block/:content_block_guid/image?analytics={{analytics}}&feature={{feature}}","description":"<p>Deletes an image from a Content Block.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","content","block",":content_block_guid","image"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the content block. Found with GET to v2/content/block.</p>\n","type":"text/plain"},"type":"any","value":"","key":"content_block_guid"}]}},"response":[],"_postman_id":"2e99a25e-8f15-4ed7-aa84-b273c0cce226"}],"id":"bcb742aa-2317-45ad-9c91-d7deea7e01fb","_postman_id":"bcb742aa-2317-45ad-9c91-d7deea7e01fb","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Content Block","id":"1d6e4f8e-ca8f-49e6-8db0-74641993af34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/content/block/:content_block_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Returns a single Content Block given by its Guid.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","content","block",":content_block_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the content block. Found with GET to v2/content/block.</p>\n","type":"text/plain"},"type":"any","value":"","key":"content_block_guid"}]}},"response":[],"_postman_id":"1d6e4f8e-ca8f-49e6-8db0-74641993af34"},{"name":"Update Content Block","id":"d109c827-19fd-4fa7-85b7-6520ec5c0b2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"content_type\": \"{{CONTENT_TYPE_GUID}}\", //unique identifier for the content type this block is built from.\n        \"active\": true,\n        \"title\": \"Sample Content Block\",\n        \"data\": [\n            {\n                \"name\": \"first_name\",\n                \"value\": \"Staff\"\n            },\n            {\n                \"name\": \"last_name\",\n                \"value\": \"Name\"\n            },\n            {\n                \"name\": \"email\",\n                \"value\": \"staff@instance.edu\"\n            },\n            {\n                \"name\": \"address\",\n                \"value\": \"101 Main St\"\n            },\n            {\n                \"name\": \"test_field\",\n                \"value\": [\n                    \"test1\"\n                ]\n            },\n            {\n                \"name\": \"test_checkbox\",\n                \"value\": [\n                    \"yes\"\n                ]\n            }\n        ]\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/content/block/:content_block_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Content Block by its Guid.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","content","block",":content_block_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the content block. Found at v2/content/block.</p>\n","type":"text/plain"},"type":"any","value":"","key":"content_block_guid"}]}},"response":[],"_postman_id":"d109c827-19fd-4fa7-85b7-6520ec5c0b2b"},{"name":"Delete Content Block","id":"8b97b89c-94f7-4217-a663-77c2e881e963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/content/block/:content_block_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Deletes a single Content Type by its Guid</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","content","block",":content_block_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the content block. Found with GET to v2/content/block.</p>\n","type":"text/plain"},"type":"any","value":"","key":"content_block_guid"}]}},"response":[],"_postman_id":"8b97b89c-94f7-4217-a663-77c2e881e963"}],"id":"d8ed5569-3b11-4a8d-95a8-b79bde1c1987","_postman_id":"d8ed5569-3b11-4a8d-95a8-b79bde1c1987","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Content Blocks","id":"f2dd9fca-0409-4518-bcb4-aab4cfc846fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/content/block?analytics={{analytics}}&feature={{feature}}","description":"<p>Returns a list of all the Client Content Blocks</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","content","block"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"f2dd9fca-0409-4518-bcb4-aab4cfc846fd"},{"name":"Create Content Block","id":"f7e5cb82-d3a4-48ab-9156-4c74620666de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"content_type\": \"{{CONTENT_TYPE_GUID}}\", //the unique identifier for the content type this block is built from.\n        \"active\": true,\n        \"title\": \"Sample Content Block title\",\n        \"data\": [\n            {\n                \"name\": \"first_name\",\n                \"value\": \"Staff\"\n            },\n            {\n                \"name\": \"last_name\",\n                \"value\": \"Name\"\n            },\n            {\n                \"name\": \"email\",\n                \"value\": \"staff@instance.com\"\n            },\n            {\n                \"name\": \"address\",\n                \"value\": \"100 Main St\"\n            },\n            {\n                \"name\": \"test_field\",\n                \"value\": [\n                    \"test1\"\n                ]\n            },\n            {\n                \"name\": \"test_checkbox\",\n                \"value\": [\n                    \"yes\"\n                ]\n            }\n        ]\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/content/block?analytics={{analytics}}&feature={{feature}}","description":"<p>Create a new Content Block for a given Content Type.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","content","block"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"f7e5cb82-d3a4-48ab-9156-4c74620666de"}],"id":"2ab10aaa-8ce9-4cbe-b1b4-c86f619b1728","_postman_id":"2ab10aaa-8ce9-4cbe-b1b4-c86f619b1728","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"7dcecd23-b6ed-418f-941d-8d50e2435102","description":"<p>The following endpoints let you control the Content Types and Content Blocks for Clients.</p>\n","event":[{"listen":"prerequest","script":{"id":"78ab8ce1-679e-4a05-b8b9-f9eb9a99681c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"77f8c82e-e0c7-4100-ac03-e433c163fc6c","type":"text/javascript","exec":[""]}}],"_postman_id":"7dcecd23-b6ed-418f-941d-8d50e2435102","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Courses","item":[{"name":"Settings","item":[{"name":"Get Global Courses Settings","id":"f9288b19-4515-4020-a5b2-f018893aba12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/courses/settings?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses","settings"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"e5c66e4a-d876-4a7e-9960-86c38bba4f51","name":"Get Global Courses Settings","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/courses/settings?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","courses","settings"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 May 2025 16:38:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"courses\": [\n            {\n                \"field_key\": \"status\",\n                \"type\": \"allow_list\",\n                \"data_source\": \"data_source.canvas_course_statuses\",\n                \"data_source_text\": \"text\",\n                \"data_source_value\": \"value\"\n            },\n            {\n                \"field_key\": \"type\",\n                \"type\": \"allow_list\",\n                \"data_source\": \"data_source.canvas_course_types\",\n                \"data_source_text\": \"text\",\n                \"data_source_value\": \"value\"\n            },\n            {\n                \"field_key\": \"departments.*\",\n                \"type\": \"allow_list\",\n                \"data_source\": \"data_source.course_departments\",\n                \"data_source_text\": \"text\",\n                \"data_source_value\": \"value\"\n            },\n            {\n                \"field_key\": \"grading\",\n                \"type\": \"allow_list\",\n                \"data_source\": \"data_source.course_gradings\",\n                \"data_source_text\": \"text\",\n                \"data_source_value\": \"value\"\n            }\n        ],\n        \"sections\": [\n            {\n                \"field_key\": \"status\",\n                \"type\": \"allow_list\",\n                \"data_source\": \"data_source.canvas_course_statuses\",\n                \"data_source_text\": \"text\",\n                \"data_source_value\": \"value\"\n            },\n            {\n                \"field_key\": \"building\",\n                \"type\": \"allow_list\",\n                \"data_source\": \"data_source.course_section_buildings\",\n                \"data_source_text\": \"text\",\n                \"data_source_value\": \"value\"\n            },\n            {\n                \"field_key\": \"instruction_mode\",\n                \"type\": \"allow_list\",\n                \"data_source\": \"data_source.canvas_course_types\",\n                \"data_source_text\": \"text\",\n                \"data_source_value\": \"value\"\n            },\n            {\n                \"field_key\": \"term\",\n                \"type\": \"db_map\",\n                \"collection\": \"term\"\n            },\n            {\n                \"field_key\": \"campus\",\n                \"type\": \"db_map\",\n                \"collection\": \"campus\"\n            },\n            {\n                \"field_key\": \"school\",\n                \"type\": \"db_map\",\n                \"collection\": \"school\"\n            }\n        ],\n        \"enrollments\": [\n            {\n                \"field_key\": \"enrollment_status\",\n                \"type\": \"allow_list\",\n                \"data_source\": \"data_source.canvas_enrollment_statuses\",\n                \"data_source_text\": \"text\",\n                \"data_source_value\": \"value\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f9288b19-4515-4020-a5b2-f018893aba12"},{"name":"Save Courses Settings","id":"5bdd14f9-8f91-4b48-8524-c1df55d07e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": {\n        \"data_source\": \"instance.data_source.385\",\n        \"data_source_text\": \"name\",\n        \"data_source_value\": \"value\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/courses/settings/courses/:field_key?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses","settings","courses",":field_key"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the field. Found with GET to v2/courses/settings.</p>\n","type":"text/plain"},"type":"any","value":"","key":"field_key"}]}},"response":[],"_postman_id":"5bdd14f9-8f91-4b48-8524-c1df55d07e57"},{"name":"Save Sections Settings","id":"cd6cab46-ffc5-43d6-9760-78a940edbd70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": {\n        \"data_source\": \"tu.data_source.385\",\n        \"data_source_text\": \"name\",\n        \"data_source_value\": \"value\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/courses/settings/sections/:field_key?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses","settings","sections",":field_key"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the field. Found with GET to v2/courses/settings.</p>\n","type":"text/plain"},"type":"any","value":"","key":"field_key"}]}},"response":[],"_postman_id":"cd6cab46-ffc5-43d6-9760-78a940edbd70"},{"name":"Save Enrollments Settings","id":"ba1d506c-b6b7-4593-ba4f-4dfd95a71277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": {\n        \"data_source\": \"tu.data_source.385\",\n        \"data_source_text\": \"name\",\n        \"data_source_value\": \"value\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/courses/settings/enrollments/:field_key?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses","settings","enrollments",":field_key"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the field. Found with GET to v2/courses/settings.</p>\n","type":"text/plain"},"type":"any","value":"","key":"field_key"}]}},"response":[],"_postman_id":"ba1d506c-b6b7-4593-ba4f-4dfd95a71277"}],"id":"12c248e0-4948-465c-8345-0246e3f21e3f","_postman_id":"12c248e0-4948-465c-8345-0246e3f21e3f","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{course_guid}","item":[{"name":"Sections","item":[{"name":"{section_guid}","item":[{"name":"Enrollments","item":[{"name":"{enrollment_guid}","item":[{"name":"Get Course Section Enrollment","id":"0e9ab6b0-fe0d-4dbb-a6aa-89590caec974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/courses/:course_guid/sections/:section_guid/enrollments/:enrollment_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses",":course_guid","sections",":section_guid","enrollments",":enrollment_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the course. Found with GET to /v2/courses.</p>\n","type":"text/plain"},"type":"any","value":"","key":"course_guid"},{"description":{"content":"<p>Unique identifier for the course section. Found with GET to /v2/courses/{course_guid}/sections.</p>\n","type":"text/plain"},"type":"any","value":"","key":"section_guid"},{"description":{"content":"<p>Unique identifier for the course section enrollment. Found with GET to /v2/courses/{course_guid}/sections/{section_guid}/enrollments.</p>\n","type":"text/plain"},"type":"any","value":"","key":"enrollment_guid"}]}},"response":[{"id":"b0f79f6a-75ff-47cf-9c95-85c69313c2d1","name":"Get Course Section Enrollment","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/courses/:course_guid/sections/:section_guid/enrollments/:enrollment_guid?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","courses",":course_guid","sections",":section_guid","enrollments",":enrollment_guid"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"course_guid","value":"","description":"Unique identifier for the course. Found with GET to /v2/courses."},{"key":"section_guid","value":"","description":"Unique identifier for the course section. Found with GET to /v2/courses/{course_guid}/sections."},{"key":"enrollment_guid","value":"","description":"Unique identifier for the course section enrollment. Found with GET to /v2/courses/{course_guid}/sections/{section_guid}/enrollments."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 May 2025 16:28:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"672ce8d423c2431b3cb\",\n        \"user_id\": \"666317188b920343cb\",\n        \"institution_id\": \"U3040\",\n        \"current_grade_number\": 10.5,\n        \"final_grade_number\": 30.2,\n        \"last_lms_activity\": \"2024-03-02T00:00:00+00:00\",\n        \"last_attended_date\": \"2024-03-02T00:00:00+00:00\",\n        \"total_active_time\": \"10h\",\n        \"lms_url\": \"www.element451.com\",\n        \"total_absences\": 2,\n        \"_subdom\": \"instance\",\n        \"section_guid\": \"instance.courses_sections.1090\",\n        \"guid\": \"instance.courses_enrollments.078\",\n        \"updated_at\": \"Mon Jun 24 09:15:39 +0000 2024\",\n        \"created_at\": \"Mon Jun 24 09:15:39 +0000 2024\",\n        \"enrollment_status\": \"active\",\n        \"id\": \"672423752b1c2431b3cb\"\n    }\n}"}],"_postman_id":"0e9ab6b0-fe0d-4dbb-a6aa-89590caec974"},{"name":"Update Course Section Enrollment","id":"2ce06ddd-e1d4-4355-a5b5-e2ce673c57cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"1234512341234\",\n    \"institution_id\": \"U3040\",\n    \"current_grade_number\": 10.5,\n    \"final_grade_number\": 30.2,\n    \"last_lms_activity\": \"2021-03-02T00:00:00+00:00\",\n    \"last_attended_date\": \"2021-03-02T00:00:00+00:00\",\n    \"total_active_time\": \"10h\",\n    \"lms_url\": \"www.element451.com\",\n    \"total_absences\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/courses/:course_guid/sections/:section_guid/enrollments/:enrollment_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses",":course_guid","sections",":section_guid","enrollments",":enrollment_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the course. Found with GET to /v2/courses.</p>\n","type":"text/plain"},"type":"any","value":"","key":"course_guid"},{"description":{"content":"<p>Unique identifier for the course section. Found with GET to /v2/courses/{course_guid}/sections.</p>\n","type":"text/plain"},"type":"any","value":"","key":"section_guid"},{"description":{"content":"<p>Unique identifier for the course section enrollment. Found with GET to /v2/courses/{course_guid}/sections/{section_guid}/enrollments.</p>\n","type":"text/plain"},"type":"any","value":"","key":"enrollment_guid"}]}},"response":[],"_postman_id":"2ce06ddd-e1d4-4355-a5b5-e2ce673c57cf"},{"name":"Delete Course Section Enrollment","id":"9cb19ec0-9281-4b86-9439-df7b24876fd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/courses/:course_guid/sections/:section_guid/enrollments/:enrollment_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses",":course_guid","sections",":section_guid","enrollments",":enrollment_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the course. Found with GET to /v2/courses.</p>\n","type":"text/plain"},"type":"any","value":"","key":"course_guid"},{"description":{"content":"<p>Unique identifier for the course section. Found with GET to /v2/courses/{course_guid}/sections.</p>\n","type":"text/plain"},"type":"any","value":"","key":"section_guid"},{"description":{"content":"<p>Unique identifier for the course section enrollment. Found with GET to /v2/courses/{course_guid}/sections/{section_guid}/enrollments.</p>\n","type":"text/plain"},"type":"any","value":"","key":"enrollment_guid"}]}},"response":[],"_postman_id":"9cb19ec0-9281-4b86-9439-df7b24876fd6"}],"id":"1f906e88-8a40-4833-8282-9b910ca3c159","description":"<p>Access and Manage Course Section Enrollments by their unique identifier.</p>\n","_postman_id":"1f906e88-8a40-4833-8282-9b910ca3c159","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Course Section Enrollments List","id":"890567c3-27c6-4e9b-bb86-6d4af8bba72c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/courses/:course_guid/sections/:section_guid/enrollments?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses",":course_guid","sections",":section_guid","enrollments"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the course. Found with GET to /v2/courses.</p>\n","type":"text/plain"},"type":"any","value":"","key":"course_guid"},{"description":{"content":"<p>Unique identifier for the course section. Found with GET to /v2/courses/{course_guid}/sections.</p>\n","type":"text/plain"},"type":"any","value":"","key":"section_guid"}]}},"response":[{"id":"7ae06279-34ad-42da-bde2-94296bf924af","name":"Get Course Section Enrollments List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/courses/:course_guid/sections/:section_guid/enrollments?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","courses",":course_guid","sections",":section_guid","enrollments"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"course_guid","value":"","description":"Unique identifier for the course. Found with GET to /v2/courses."},{"key":"section_guid","value":"","description":"Unique identifier for the course section. Found with GET to /v2/courses/{course_guid}/sections."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 May 2025 16:18:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"672ce852b1c1b3cb\",\n            \"user_id\": \"666317189b920343cb\",\n            \"institution_id\": \"U3040\",\n            \"current_grade_number\": 10.5,\n            \"final_grade_number\": 30.2,\n            \"last_lms_activity\": \"2024-03-02T00:00:00+00:00\",\n            \"last_attended_date\": \"2024-03-02T00:00:00+00:00\",\n            \"total_active_time\": \"10h\",\n            \"lms_url\": \"www.element451.com\",\n            \"total_absences\": 2,\n            \"_subdom\": \"instance\",\n            \"section_guid\": \"instance.courses_sections.144\",\n            \"guid\": \"instance.courses_enrollments.8897\",\n            \"updated_at\": \"Mon Jun 24 09:15:39 +0000 2024\",\n            \"created_at\": \"Mon Jun 24 09:15:39 +0000 2024\",\n            \"enrollment_status\": \"active\",\n            \"id\": \"672ce8d42375231b3cb\"\n        },\n        {\n            \"_id\": \"679b8077346b0018b4\",\n            \"user_id\": \"6630fdb5a78ce78051\",\n            \"institution_id\": \"U8285\",\n            \"current_grade_text\": null,\n            \"current_grade_number\": null,\n            \"final_grade_text\": null,\n            \"final_grade_number\": null,\n            \"last_lms_activity\": null,\n            \"last_attended_date\": null,\n            \"total_active_time\": null,\n            \"lms_url\": null,\n            \"total_absences\": null,\n            \"enrollment_status\": \"active\",\n            \"_subdom\": \"instance\",\n            \"section_guid\": \"instance.courses_sections.1870\",\n            \"guid\": \"instance.courses_enrollments.3009\",\n            \"updated_at\": \"Thu Jan 30 13:37:01 +0000 2025\",\n            \"created_at\": \"Thu Jan 30 13:37:01 +0000 2025\",\n            \"id\": \"679b807dd346b0018b4\"\n        }\n    ]\n}"}],"_postman_id":"890567c3-27c6-4e9b-bb86-6d4af8bba72c"},{"name":"Create Course Section Enrollment","id":"bf1c199a-203a-40c4-b665-92453bb3cfe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"1234512341234\",\n    \"institution_id\": \"U3040\",\n    \"current_grade_number\": 90,\n    \"current_grade_text\": \"A\",\n    \"enrollment_status\": \"completed\",\n    \"final_grade_number\": 90,\n    \"final_grade_text\": \"A\",\n    \"last_lms_activity\": \"2021-03-02T00:00:00+00:00\",\n    \"last_attended_date\": \"2021-03-02T00:00:00+00:00\",\n    \"total_active_time\": \"10h\",\n    \"lms_url\": \"www.element451.com\",\n    \"total_absences\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/courses/:course_guid/sections/:section_guid/enrollments?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses",":course_guid","sections",":section_guid","enrollments"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the course. Found with GET to /v2/courses.</p>\n","type":"text/plain"},"type":"any","value":"","key":"course_guid"},{"description":{"content":"<p>Unique identifier for the course section. Found with GET to /v2/courses/{course_guid}/sections.</p>\n","type":"text/plain"},"type":"any","value":"","key":"section_guid"}]}},"response":[{"id":"b28a5ad1-dd2c-4590-9ede-40db23a10ba5","name":"Create Course Section Enrollment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"6891324804775b638b0cc274\",\n    \"institution_id\": \"22811\",\n    \"current_grade_number\": 95,\n    \"current_grade_text\": \"A+\",\n    \"enrollment_status\": \"completed\",\n    \"last_lms_activity\": \"2025-09-09T00:00:00+00:00\",\n    \"last_attended_date\": \"2021-09-09T00:00:00+00:00\",\n    \"total_absences\": 0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/courses/:course_guid/sections/:section_guid/enrollments?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","courses",":course_guid","sections",":section_guid","enrollments"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"course_guid","value":"instance.courses.45","description":"Unique identifier for the course. Found with GET to /v2/courses."},{"key":"section_guid","value":"instance.courses_sections.2240","description":"Unique identifier for the course section. Found with GET to /v2/courses/{course_guid}/sections."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Dec 2025 22:22:03 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"user_id\": \"6891324804775b638b0cc274\",\n        \"institution_id\": \"123\",\n        \"current_grade_text\": \"A+\",\n        \"current_grade_number\": 95,\n        \"last_lms_activity\": \"2025-09-09T00:00:00+00:00\",\n        \"last_attended_date\": \"2021-09-09T00:00:00+00:00\",\n        \"total_absences\": 0,\n        \"enrollment_status\": \"completed\",\n        \"_subdom\": \"instance\",\n        \"section_guid\": \"instance.courses_sections.2240\",\n        \"section_institution_id\": \"Engineering 101\",\n        \"section_code\": \"a1\",\n        \"section_campus\": \"instance.campus.1\",\n        \"section_end_date\": {\n            \"$date\": {\n                \"$numberLong\": \"1735516800000\"\n            }\n        },\n        \"section_instruction_mode\": \"in_person\",\n        \"section_instructor\": \"Instructor Name\",\n        \"section_instructor_email\": \"faculty@institution.edu\",\n        \"section_type\": \"lecture\",\n        \"section_school\": \"instance.school.2797\",\n        \"section_start_date\": {\n            \"$date\": {\n                \"$numberLong\": \"1730419200000\"\n            }\n        },\n        \"section_term\": \"instance.terms.3544\",\n        \"section_status\": \"active\",\n        \"course_guid\": \"instance.courses.45\",\n        \"course_code\": \"a2\",\n        \"course_credits\": \"3\",\n        \"course_name\": \"Communication for Engineers\",\n        \"course_status\": \"active\",\n        \"course_subject\": \"Communications\",\n        \"course_grading\": \"A - F\",\n        \"guid\": \"instance.courses_enrollments.209865\",\n        \"updated_at\": \"Wed Dec 03 22:22:03 +0000 2025\",\n        \"created_at\": \"Wed Dec 03 22:22:03 +0000 2025\",\n        \"_id\": \"6930b80b6bb5477d9c068409\"\n    }\n}"}],"_postman_id":"bf1c199a-203a-40c4-b665-92453bb3cfe0"}],"id":"85c6847f-e355-4c9f-a2d0-4e277cc5bf90","description":"<p>Access and create Course Section Enrollments.</p>\n","_postman_id":"85c6847f-e355-4c9f-a2d0-4e277cc5bf90","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Section","id":"583d8014-06db-47b3-ab22-c9339c2bc706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/courses/:course_guid/sections/:section_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses",":course_guid","sections",":section_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the course. Found with GET to /v2/courses.</p>\n","type":"text/plain"},"type":"any","value":"","key":"course_guid"},{"description":{"content":"<p>Unique identifier for the course section. Found with GET to /v2/courses/{course_guid}/sections.</p>\n","type":"text/plain"},"type":"any","value":"","key":"section_guid"}]}},"response":[{"id":"a44f6e33-72b3-41e2-9fca-ec162a5782ab","name":"Get Section","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/courses/:course_guid/sections/:section_guid?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","courses",":course_guid","sections",":section_guid"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"course_guid","value":"","description":"Unique identifier for the course. Found with GET to /v2/courses."},{"key":"section_guid","value":"","description":"Unique identifier for the course section. Found with GET to /v2/courses/{course_guid}/sections."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 May 2025 20:17:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"672ce6dbb1c2431b3a7\",\n        \"institution_id\": \"SG2001\",\n        \"code\": \"2001\",\n        \"version\": 1,\n        \"status\": \"active\",\n        \"section_type\": \"seminar\",\n        \"instruction_mode\": \"online\",\n        \"term\": \"Summer2024\",\n        \"instructor\": \"Instructor Name\",\n        \"instructor_email\": \"instructor@example.com\",\n        \"campus\": \"Laguna Campus\",\n        \"total_meetings\": 24,\n        \"max_enrollment\": 10,\n        \"times\": [\n            {\n                \"day\": \"Monday\",\n                \"timezone\": \"America/New_York\",\n                \"start_time\": \"10:00\",\n                \"end_time\": \"12:00\",\n                \"start_date\": \"2024-06-01T00:00:00+00:00\",\n                \"end_date\": \"2024-12-30T00:00:00+00:00\",\n                \"building\": \"Music Building\",\n                \"room\": \"101\"\n            },\n            {\n                \"day\": \"Wednesday\",\n                \"timezone\": \"America/New_York\",\n                \"start_time\": \"10:00\",\n                \"end_time\": \"12:00\",\n                \"start_date\": \"2024-06-01T00:00:00+00:00\",\n                \"end_date\": \"2024-12-30T00:00:00+00:00\",\n                \"building\": \"Music Building\",\n                \"room\": \"101\"\n            }\n        ],\n        \"_subdom\": \"instance\",\n        \"course_guid\": \"instance.courses.802\",\n        \"guid\": \"instance.courses_sections.300\",\n        \"updated_at\": \"2024-05-13T17:42:00+00:00\",\n        \"created_at\": \"2024-05-13T17:42:00+00:00\",\n        \"end_date\": \"2024-06-30T00:00:00.000000Z\",\n        \"start_date\": \"2024-06-01T00:00:00.000000Z\",\n        \"id\": \"672ce6db2c2431b3a7\"\n    }\n}"}],"_postman_id":"583d8014-06db-47b3-ab22-c9339c2bc706"},{"name":"Update Section","id":"6148f868-bdee-4f11-854e-e5845fbcfbbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"institution_id\": \"ANTA889\",\n    \"code\": \"889\",\n    \"version\" : 2,\n    \"status\": \"active\",\n    \"section_type\": \"atype\",\n    \"instruction_mode\": \"virtual\",\n    \"term\": \"aterm\",\n    \"instructor\": \"theinstructor\",\n    \"instructor_email\": \"theinstructor@mail.com\",\n    \"campus\": \"theCampus\",\n    \"school\": \"theSchool\",\n    \"total_meetings\" : 10,\n    \"max_enrollment\" : 30,\n    \"times\" : [\n        {\n            \"day\": \"Monday\",\n            \"start_time\": \"08:00\",\n            \"end_time\": \"10:00\",\n            \"start_date\": \"2021-01-01\",\n            \"end_date\": \"2021-12-31\",\n            \"building\": \"theBuilding\",\n            \"room\": \"theRoom\"\n        },\n        {\n            \"day\": \"Tuesday\",\n            \"start_time\": \"08:00\",\n            \"end_time\": \"10:00\",\n            \"start_date\": \"2021-01-01\",\n            \"end_date\": \"2021-12-31\",\n            \"building\": \"theBuilding\",\n            \"room\": \"theRoom\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/courses/{{COURSE_ID}}/sections/{{SECTION_ID}}?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses","{{COURSE_ID}}","sections","{{SECTION_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"6148f868-bdee-4f11-854e-e5845fbcfbbd"},{"name":"Delete Section","id":"092f18c9-268e-4c6f-a672-fecb55ce19f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/courses/{{COURSE_ID}}/sections/{{SECTION_ID}}?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses","{{COURSE_ID}}","sections","{{SECTION_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"092f18c9-268e-4c6f-a672-fecb55ce19f2"}],"id":"8d4ae5a1-b38a-4bb4-af49-b35894b93e99","description":"<p>Access and manage Course Sections by their unique identifier</p>\n","_postman_id":"8d4ae5a1-b38a-4bb4-af49-b35894b93e99","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Section List","id":"1068c6c9-0b8b-47b9-a465-c01b67691698","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/courses/:course_guid/sections?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses",":course_guid","sections"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the course. Found with GET to /v2/courses.</p>\n","type":"text/plain"},"type":"any","value":"","key":"course_guid"}]}},"response":[],"_postman_id":"1068c6c9-0b8b-47b9-a465-c01b67691698"},{"name":"Create Section","id":"b45f6c8a-04d8-4307-be8d-03219ca95689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"institution_id\": \"ANTA889\",\n    \"code\": \"889\",\n    \"version\" : 2,\n    \"status\": \"active\",\n    \"section_type\": \"atype\",\n    \"instruction_mode\": \"virtual\",\n    \"term\": \"aterm\",\n    \"instructor\": \"theinstructor\",\n    \"instructor_email\": \"theinstructor@mail.com\",\n    \"campus\": \"theCampus\",\n    \"school\": \"theSchool\",\n    \"total_meetings\" : 10,\n    \"max_enrollment\" : 30,\n    \"times\" : [\n        {\n            \"day\": \"Monday\",\n            \"start_time\": \"08:00\",\n            \"end_time\": \"10:00\",\n            \"start_date\": \"2021-01-01\",\n            \"end_date\": \"2021-12-31\",\n            \"building\": \"theBuilding\",\n            \"room\": \"theRoom\"\n        },\n        {\n            \"day\": \"Tuesday\",\n            \"start_time\": \"08:00\",\n            \"end_time\": \"10:00\",\n            \"start_date\": \"2021-01-01\",\n            \"end_date\": \"2021-12-31\",\n            \"building\": \"theBuilding\",\n            \"room\": \"theRoom\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/courses/:course_guid/sections?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses",":course_guid","sections"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the course. Found with GET to /v2/courses.</p>\n","type":"text/plain"},"type":"any","value":"","key":"course_guid"}]}},"response":[],"_postman_id":"b45f6c8a-04d8-4307-be8d-03219ca95689"}],"id":"76477b8d-0f33-44b6-88fb-5decab08f98f","description":"<p>Access and create Course Sections.</p>\n","_postman_id":"76477b8d-0f33-44b6-88fb-5decab08f98f","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Update Course","id":"c3af6b41-c6f4-4719-82f3-143d118e0f32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"course\": {\n        \"name\": \"Introduction to Entomology\",\n        \"description\": \"Init in the Entomology world!\",\n        \"code\": \"XYZ678\",\n        \"institution_id\": \"4XM5E12\",\n        \"subject\": \"SAMR\",\n        \"number\": \"101\",\n        \"credits\": \"6\",\n        \"version\": \"2\",\n        \"active\": true,\n        \"type\": \"type.id\",\n        \"status\": \"status.id\",\n        \"grading\": \"grading.id\",\n        \"departments\": [\n            \"department.1\",\n            \"department.2\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/courses/:course_guid?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses",":course_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the course. Found with GET to /v2/courses.</p>\n","type":"text/plain"},"type":"any","value":"","key":"course_guid"}]}},"response":[],"_postman_id":"c3af6b41-c6f4-4719-82f3-143d118e0f32"},{"name":"Delete Course","id":"a84ad10c-ee92-4ba7-87a4-508fd16f48e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/courses/:course_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses",":course_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the course. Found with GET to /v2/courses.</p>\n","type":"text/plain"},"type":"any","value":"","key":"course_guid"}]}},"response":[],"_postman_id":"a84ad10c-ee92-4ba7-87a4-508fd16f48e5"},{"name":"Get Course","id":"05cd5016-3f65-4255-93b5-aca5a2759c4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/courses/:course_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses",":course_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the course. Found with GET to /v2/courses.</p>\n","type":"text/plain"},"type":"any","value":"","key":"course_guid"}]}},"response":[],"_postman_id":"05cd5016-3f65-4255-93b5-aca5a2759c4d"}],"id":"543f4e68-c111-4db2-8793-e99b83f92999","description":"<p>Access and managed Courses by their unique identifier. Find the course_guid with a GET to /v2/courses.</p>\n","_postman_id":"543f4e68-c111-4db2-8793-e99b83f92999","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"CSVImport","item":[{"name":"Create Courses from CSV","id":"31e41ec5-9691-4adc-8868-bd92d16875a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"mode","type":"text","value":"insert","description":"<p>insert, upsert</p>\n"},{"key":"import","type":"file","description":"<p>File to upload</p>\n","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/timothydavis/Desktop/Courses.csv"],"value":null}]},"url":"https://{{client}}.{{api}}/v2/courses/csvimport?analytics={{analytics}}&feature={{feature}}","description":"<p>Upload course in bulk from a csv file.</p>\n<p>csv file should be in the following format. Optional columns can be omitted.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>column name</th>\n<th>data type</th>\n<th><strong>enum</strong></th>\n<th><strong>note</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>subject</td>\n<td>string</td>\n<td></td>\n<td>Parent code for the course, like \"BIO\". Should match code column.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td></td>\n<td>Human-friendly name for the course.</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>\"TRUE\", \"FLASE\"</td>\n<td>Controls if course is considered active in Element451.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>\"active\"</td>\n<td>Depricated but still required. Should always be \"active\" but will not control behavior.</td>\n</tr>\n<tr>\n<td>guid</td>\n<td>string</td>\n<td></td>\n<td>Unique identifier for course in Element451. Leave blank if creating. Provide if updating.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td></td>\n<td>Optional.Description for the course.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td></td>\n<td>Subject and number for the course, like \"BIO2014\". Should match values from subject and number columns.</td>\n</tr>\n<tr>\n<td>institution_id</td>\n<td>string</td>\n<td></td>\n<td>Optional. Identifier for the institution that the course is related to.</td>\n</tr>\n<tr>\n<td>credits</td>\n<td>number</td>\n<td></td>\n<td>Optional. Number of credits the course is worth.</td>\n</tr>\n<tr>\n<td>grading</td>\n<td>string</td>\n<td></td>\n<td>Optional. Grading type for the course, like \"letter\" or \"pass/fail\".</td>\n</tr>\n<tr>\n<td>number</td>\n<td>string</td>\n<td></td>\n<td>Optional. Number for the course, like \"2014\". Should match code column.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td></td>\n<td>Optional. Course type, like \"lecture\".</td>\n</tr>\n<tr>\n<td>imported_from</td>\n<td>string</td>\n<td></td>\n<td>Optional. Note to designate system of record, like \"canvas\".</td>\n</tr>\n<tr>\n<td>departments</td>\n<td>array</td>\n<td></td>\n<td>Optional. Provide as comma-separated list.</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>array</td>\n<td></td>\n<td>Optional. Provide as comma-separated list.</td>\n</tr>\n<tr>\n<td>version</td>\n<td>number</td>\n<td></td>\n<td>Optional. Used to track updates to a course.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses","csvimport"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"31e41ec5-9691-4adc-8868-bd92d16875a7"}],"id":"cfd8aba7-3958-459a-b8e1-382bebeadd57","_postman_id":"cfd8aba7-3958-459a-b8e1-382bebeadd57","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Import","item":[{"name":"Import Courses","id":"e3e94f43-c3bb-4960-8ed0-9e5f987f6916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"course\": {\n        \"institution_id\": \"14801\",\n        \"name\": \"General Biology I\",\n        \"description\": \"The mitochondria is the powerhouse of the cell.\",\n        \"code\": \"84SDJ5\",\n        \"subject\": \"BIO\",\n        \"number\": \"111\",\n        \"credits\": \"1\",\n        \"version\": \"2\",\n        \"imported_from\": \"canvas\",\n        \"imported_at\": {\n            \"$date\": \"2025-09-17T18:26:22.645Z\"\n        },\n        \"total_students\": 16,\n        \"active\": true,\n        \"type\": \"type.id\",\n        \"status\": \"active\",\n        \"grading\": \"A-F\",\n        \"departments\": [\n            \"Biology\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://demo1.api.451.io/v2/courses/import","description":"<p>Bulk import Courses</p>\n","urlObject":{"protocol":"https","path":["v2","courses","import"],"host":["demo1","api","451","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3e94f43-c3bb-4960-8ed0-9e5f987f6916"},{"name":"Import Course Sections","id":"4276ac16-f179-4881-b0e0-a49a99eb1a3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sections\": [\n        {\n            \"course_institution_id\": \"SING101\",\n            \"institution_id\": \"SG2001\",\n            \"code\": \"2001\",\n            \"version\": 1,\n            \"status\": \"active\",\n            \"section_type\": \"seminar\",\n            \"instruction_mode\": \"online\",\n            \"term\": \"tu.terms.209\",\n            \"instructor\": \"John Secada\",\n            \"instructor_email\": \"jsecada@fakeemail.com\",\n            \"campus\": \"Playwright Campus\",\n            \"school\": \"playwright-med-school\",\n            \"total_meetings\": 24,\n            \"max_enrollment\": 10,\n            \"timezone\": \"America/Costa_Rica\",\n            \"start_date\": \"2024-06-01\",\n            \"end_date\": \"2024-06-30\",\n            \"times\": [\n                {\n                    \"day\": 0,\n                    \"start_time\": \"10:00\",\n                    \"end_time\": \"12:00\",\n                    \"start_date\": \"2024-06-01\",\n                    \"end_date\": \"2024-06-30\",\n                    \"building\": \"Music Building\",\n                    \"room\": \"101\"\n                },\n                {\n                    \"day\": 6,\n                    \"start_time\": \"10:00\",\n                    \"end_time\": \"12:00\",\n                    \"start_date\": \"2024-06-01\",\n                    \"end_date\": \"2024-06-30\",\n                    \"building\": \"Music Building\",\n                    \"room\": \"101\"\n                }\n            ]\n        },\n        {\n            \"course_guid\": \"tu.courses.74\",\n            \"institution_id\": \"DC2002\",\n            \"code\": \"2002\",\n            \"version\": 1,\n            \"status\": \"active\",\n            \"section_type\": \"seminar\",\n            \"instruction_mode\": \"online\",\n            \"term\": \"Summer2024\",\n            \"instructor\": \"John Secada\",\n            \"instructor_email\": \"jsecada@fakeemail.com\",\n            \"campus\": \"Laguna Campus\",\n            \"school\": \"Singing School\",\n            \"total_meetings\": 24,\n            \"max_enrollment\": 10,\n            \"times\": [\n                {\n                    \"day\": 5,\n                    \"timezone\": \"America/New_York\",\n                    \"start_time\": \"10:00\",\n                    \"end_time\": \"12:00\",\n                    \"start_date\": \"2024-06-01\",\n                    \"end_date\": \"2024-06-30\",\n                    \"building\": \"Music Building\",\n                    \"room\": \"101\"\n                },\n                {\n                    \"day\": 2,\n                    \"timezone\": \"America/New_York\",\n                    \"start_time\": \"10:00\",\n                    \"end_time\": \"12:00\",\n                    \"start_date\": \"2024-06-01\",\n                    \"end_date\": \"2024-06-30\",\n                    \"building\": \"Music Building\",\n                    \"room\": \"101\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/courses/sections/import?feature={{feature}}&analytics={{analytics}}","description":"<p>Bulk import Course Sections.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses","sections","import"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"4276ac16-f179-4881-b0e0-a49a99eb1a3a"},{"name":"Import Course Section Enrollments","id":"23347814-1e13-4ff4-989b-f42b1680c3e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"enrollments\": [\n        {\n            \"xuser_id\": \"P60JVE5P\",\n            \"user_id\": \"663ba4e0113aa0ef060d7b98\",\n            \"section_institution_id\" : \"SG2001\",\n            \"institution_id\": \"CS2030-A01\",\n            \"enrollment_status\": \"completed\",\n            \"current_grade_text\": \"stringCGrade\",\n            \"final_grade_number\": 1.4,\n            \"last_lms_activity\": \"2022-09-27 18:00:00.000\",\n            \"last_attended_date\": \"2022-09-27 18:00:00.000\",\n            \"total_active_time\": \"10 hours\",\n            \"lms_url\": \"www.element451.com\",\n            \"total_absences\": 20\n        },\n        {\n            \"user_id\": \"663ba4e0113aa0ef060d7b98x\",\n            \"section_institution_id\" : \"SG2001\",\n            \"institution_id\": \"CS2030-A04\",\n            \"enrollment_status\": \"completed\",\n            \"current_grade\": \"stringCGrade\",\n            \"final_grade\": \"stringFGrade\",\n            \"last_lms_activity\": \"2022-09-27 18:00:00.000\",\n            \"last_attended_date\": \"2022-09-27 18:00:00.000\",\n            \"total_active_time\": \"10 hours\",\n            \"lms_url\": \"www.element451.com\",\n            \"total_absences\": 3\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/courses/sections/enrollments/import","description":"<p>Bulk import Course Section Enrollments</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses","sections","enrollments","import"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"23347814-1e13-4ff4-989b-f42b1680c3e9"}],"id":"5f2a1071-65ac-4426-9b73-b73e56675904","description":"<p>Bulk Import Course Data.</p>\n","_postman_id":"5f2a1071-65ac-4426-9b73-b73e56675904","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Create Course","id":"fb09dcd4-0cb9-48fc-9d96-d08ca7ed3dcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"course\": {\n        \"name\": \"Introduction to Entomology\",\n        \"description\": \"Init in the Entomology world!\",\n        \"code\": \"XYZ678\",\n        \"institution_id\": \"4XM5E12\",\n        \"subject\": \"SAMR\",\n        \"number\": \"101\",\n        \"credits\": \"6\",\n        \"version\": \"2\",\n        \"active\": true,\n        \"type\": \"type.id\",\n        \"status\": \"status.id\",\n        \"grading\": \"grading.id\",\n        \"departments\": [\n            \"department.1\",\n            \"department.2\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/courses?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"fb09dcd4-0cb9-48fc-9d96-d08ca7ed3dcb"},{"name":"Get Course List","id":"e41948d3-df98-4ad0-a790-bc21d669f854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/courses?feature={{feature}}&analytics={{analytics}}","description":"<p>Get list of all Courses.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","courses"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[{"id":"df9ee482-4f3a-4de1-ba20-453ce53da864","name":"Get Course List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/courses?feature={{feature}}&analytics={{analytics}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","courses"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Apr 2025 21:12:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"subject\": \"BIO\",\n            \"name\": \"Anatomy and Physiology\",\n            \"active\": true,\n            \"status\": \"active\",\n            \"guid\": \"instance.courses.8006\",\n            \"description\": \"This course dives into the human body’s structure and function, focusing on systems such as cardiovascular, respiratory, and musculoskeletal. Laboratory exercises will allow for practical experience in anatomical study. Students will learn to connect body systems to overall health. This is ideal for students aiming for careers in healthcare or medicine.\",\n            \"code\": \"BIO2014\",\n            \"institution_id\": \"BIO2014\",\n            \"credits\": 3,\n            \"grading\": \"Letter\",\n            \"number\": \"2014\",\n            \"type\": \"lecture\",\n            \"imported_from\": \"canvas\",\n            \"departments\": [\n                \"biology\"\n            ],\n            \"method\": \"Hybrid\"\n        },\n        {\n            \"subject\": \"BIO\",\n            \"name\": \"Ecology and Environmental Biology\",\n            \"active\": true,\n            \"status\": \"active\",\n            \"guid\": \"instance.courses.8009\",\n            \"description\": \"A comprehensive study of ecosystems and environmental biology, this course covers topics like population dynamics, conservation, and biodiversity. Students will explore human impacts on natural ecosystems. Fieldwork and lab exercises enhance understanding of ecological principles. Ideal for students passionate about environmental science and conservation.\",\n            \"code\": \"BIO4018\",\n            \"institution_id\": \"BIO4018\",\n            \"credits\": 3,\n            \"grading\": \"Pass/Fail\",\n            \"number\": \"4018\",\n            \"type\": \"lecture\",\n            \"imported_from\": \"canvas\",\n            \"departments\": [\n                \"biology\"\n            ],\n            \"method\": \"Hybrid\"\n        },\n        {\n            \"institution_id\": \"BIO101\",\n            \"name\": \"Emerging Issues in Life Sciences\",\n            \"description\": \"Exploring pressing challenges and advancements in life sciences\",\n            \"code\": \"BIO101\",\n            \"subject\": \"BIO\",\n            \"number\": \"101\",\n            \"credits\": 15,\n            \"departments\": [\n                \"biology\"\n            ],\n            \"version\": 1,\n            \"grading\": \"0_100\",\n            \"status\": \"active\",\n            \"type\": \"on_campus\",\n            \"guid\": \"instance.courses.79\",\n            \"active\": true\n        },\n        {\n            \"subject\": \"BUS\",\n            \"name\": \"Financial Accounting\",\n            \"active\": true,\n            \"status\": \"active\",\n            \"guid\": \"instance.courses.8002\",\n            \"description\": \"This course focuses on the basics of financial accounting, including the preparation and interpretation of financial statements. Students will learn about assets, liabilities, revenues, and expenses. Key concepts like accruals, depreciation, and inventory valuation will be covered. It’s suitable for those wanting to understand the financial health of an organization.\",\n            \"institution_id\": \"BUS3010\",\n            \"code\": \"BUS3010\",\n            \"credits\": 3,\n            \"grading\": \"Letter\",\n            \"number\": \"3010\",\n            \"type\": \"lecture\",\n            \"imported_from\": \"canvas\",\n            \"departments\": [\n                \"business\"\n            ],\n            \"method\": \"Hybrid\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 4,\n        \"offset\": 0,\n        \"limit\": 50\n    }\n}"}],"_postman_id":"e41948d3-df98-4ad0-a790-bc21d669f854"}],"id":"5fc496f6-8370-40d6-8ab4-36e926a0dc15","description":"<p>Create and manage Course items in Element451. The Course data model has three layers. A \"Course\" is associated with a specific subject and code, and has a unique descripition. A \"Section\" is a child of the Course and is associated with a location, modality, instructor, term, and time. An \"Enrollment\" is a child of each Section and associates a Section to a Person.</p>\n","_postman_id":"5fc496f6-8370-40d6-8ab4-36e926a0dc15","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Data","item":[{"name":"Conditions","item":[{"name":"Evaluate","item":[{"name":"Evaluate User Against Conditions","id":"198b75a3-a967-4567-a13a-54799cef1bfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"conditions\": [\n            {\n                \"name\": \"Is On Campus\",\n                \"description\": \"Determins if student from Undergraduate Application is Living On Campus, used to send Decision Package.\",\n                \"index_weight\": 1,\n                \"_id\": \"ZR3QRLAX\",\n                \"conditions\": [\n                    {\n                        \"type\": \"user_segment\",\n                        \"content\": {\n                            \"users\": {\n                                \"filters\": {\n                                    \"key\": \"application\",\n                                    \"negative\": false,\n                                    \"type\": \"metafilter\",\n                                    \"properties\": {\n                                        \"operator\": \"$and\",\n                                        \"conditions\": [\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-guid>\",\n                                                \"value\": [\n                                                    \"instance.applications.337547\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-term>\",\n                                                \"value\": [\n                                                    \"instance.terms.36606\",\n                                                    \"instance.terms.43479\",\n                                                    \"instance.terms.43480\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-board-status>\",\n                                                \"value\": [\n                                                    \"instance.taxonomy.2387565\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-board-stage>\",\n                                                \"value\": [\n                                                    \"CN0S4KBE\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-major>\",\n                                                \"value\": [\n                                                    \"instance.major.179725\",\n                                                    \"instance.major.180251\",\n                                                    \"instance.major.180239\"\n                                                ],\n                                                \"operator\": \"$nin\"\n                                            }\n                                        ]\n                                    }\n                                }\n                            },\n                            \"analytics\": null,\n                            \"decisions\": null,\n                            \"todos\": null,\n                            \"documents\": null,\n                            \"browser\": null,\n                            \"dates\": null,\n                            \"surveys\": null,\n                            \"appointments\": null,\n                            \"organizations\": null,\n                            \"templates_person\": null,\n                            \"templates_user\": null,\n                            \"conversations\": null,\n                            \"courses\": null,\n                            \"transcripts\": null\n                        }\n                    }\n                ],\n                \"conditions_operator\": \"and\"\n            },\n            {\n                \"name\": \"Online\",\n                \"description\": \"Determins if student from Undergraduate Application is Online only, used to send Decision Package.\",\n                \"index_weight\": 2,\n                \"_id\": \"N2RT5RRI\",\n                \"conditions\": [\n                    {\n                        \"type\": \"user_segment\",\n                        \"content\": {\n                            \"users\": {\n                                \"filters\": {\n                                    \"key\": \"application\",\n                                    \"negative\": false,\n                                    \"type\": \"metafilter\",\n                                    \"properties\": {\n                                        \"operator\": \"$and\",\n                                        \"conditions\": [\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-guid>\",\n                                                \"value\": [\n                                                    \"instance.applications.337547\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-term>\",\n                                                \"value\": [\n                                                    \"instance.terms.36606\",\n                                                    \"instance.terms.43479\",\n                                                    \"instance.terms.43480\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-board-status>\",\n                                                \"value\": [\n                                                    \"instance.taxonomy.2387565\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-board-stage>\",\n                                                \"value\": [\n                                                    \"CN0S4KBE\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-major>\",\n                                                \"value\": [\n                                                    \"instance.major.179725\",\n                                                    \"instance.major.180251\",\n                                                    \"instance.major.180231\",\n                                                    \"instance.major.180239\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            }\n                                        ]\n                                    }\n                                }\n                            },\n                            \"analytics\": null,\n                            \"decisions\": null,\n                            \"todos\": null,\n                            \"documents\": null,\n                            \"browser\": null,\n                            \"dates\": null,\n                            \"surveys\": null,\n                            \"appointments\": null,\n                            \"organizations\": null,\n                            \"templates_person\": null,\n                            \"templates_user\": null,\n                            \"conversations\": null,\n                            \"courses\": null,\n                            \"transcripts\": null\n                        }\n                    }\n                ],\n                \"conditions_operator\": \"and\"\n            }\n        ],\n        \"userIds\": [\n            \"6980a7e323090c09790cccf9\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/data/conditions/evaulate?feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","conditions","evaulate"],"host":["{{client}}","{{api}}"],"query":[{"disabled":true,"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"33b14520-4bf9-4a80-a455-125f6e8558b0","name":"Evaluate User Against Conditions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"conditions\": [\n            {\n                \"name\": \"Is On Campus\",\n                \"description\": \"Determins if student from Undergraduate Application is Living On Campus, used to send Decision Package.\",\n                \"index_weight\": 1,\n                \"_id\": \"ZR3QRLAX\",\n                \"conditions\": [\n                    {\n                        \"type\": \"user_segment\",\n                        \"content\": {\n                            \"users\": {\n                                \"filters\": {\n                                    \"key\": \"application\",\n                                    \"negative\": false,\n                                    \"type\": \"metafilter\",\n                                    \"properties\": {\n                                        \"operator\": \"$and\",\n                                        \"conditions\": [\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-guid>\",\n                                                \"value\": [\n                                                    \"instance.applications.337547\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-term>\",\n                                                \"value\": [\n                                                    \"instance.terms.36606\",\n                                                    \"instance.terms.43479\",\n                                                    \"instance.terms.43480\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-board-status>\",\n                                                \"value\": [\n                                                    \"instance.taxonomy.2387565\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-board-stage>\",\n                                                \"value\": [\n                                                    \"CN0S4KBE\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-major>\",\n                                                \"value\": [\n                                                    \"instance.major.179725\",\n                                                    \"instance.major.180251\",\n                                                    \"instance.major.180239\"\n                                                ],\n                                                \"operator\": \"$nin\"\n                                            }\n                                        ]\n                                    }\n                                }\n                            },\n                            \"analytics\": null,\n                            \"decisions\": null,\n                            \"todos\": null,\n                            \"documents\": null,\n                            \"browser\": null,\n                            \"dates\": null,\n                            \"surveys\": null,\n                            \"appointments\": null,\n                            \"organizations\": null,\n                            \"templates_person\": null,\n                            \"templates_user\": null,\n                            \"conversations\": null,\n                            \"courses\": null,\n                            \"transcripts\": null\n                        }\n                    }\n                ],\n                \"conditions_operator\": \"and\"\n            },\n            {\n                \"name\": \"Online\",\n                \"description\": \"Determins if student from Undergraduate Application is Online only, used to send Decision Package.\",\n                \"index_weight\": 2,\n                \"_id\": \"N2RT5RRI\",\n                \"conditions\": [\n                    {\n                        \"type\": \"user_segment\",\n                        \"content\": {\n                            \"users\": {\n                                \"filters\": {\n                                    \"key\": \"application\",\n                                    \"negative\": false,\n                                    \"type\": \"metafilter\",\n                                    \"properties\": {\n                                        \"operator\": \"$and\",\n                                        \"conditions\": [\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-guid>\",\n                                                \"value\": [\n                                                    \"instance.applications.337547\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-term>\",\n                                                \"value\": [\n                                                    \"instance.terms.36606\",\n                                                    \"instance.terms.43479\",\n                                                    \"instance.terms.43480\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-board-status>\",\n                                                \"value\": [\n                                                    \"instance.taxonomy.2387565\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-board-stage>\",\n                                                \"value\": [\n                                                    \"CN0S4KBE\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-major>\",\n                                                \"value\": [\n                                                    \"instance.major.179725\",\n                                                    \"instance.major.180251\",\n                                                    \"instance.major.180231\",\n                                                    \"instance.major.180239\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            }\n                                        ]\n                                    }\n                                }\n                            },\n                            \"analytics\": null,\n                            \"decisions\": null,\n                            \"todos\": null,\n                            \"documents\": null,\n                            \"browser\": null,\n                            \"dates\": null,\n                            \"surveys\": null,\n                            \"appointments\": null,\n                            \"organizations\": null,\n                            \"templates_person\": null,\n                            \"templates_user\": null,\n                            \"conversations\": null,\n                            \"courses\": null,\n                            \"transcripts\": null\n                        }\n                    }\n                ],\n                \"conditions_operator\": \"and\"\n            }\n        ],\n        \"userIds\": [\n            \"6980a7e323090c09790cccf9\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/data/conditions/evaulate?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","data","conditions","evaulate"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Feb 2026 23:00:42 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"ZR3QRLAX\": {\n            \"6980a7e323090c09790cccf9\": false\n        },\n        \"N2RT5RRI\": {\n            \"6980a7e323090c09790cccf9\": true\n        }\n    }\n}"}],"_postman_id":"198b75a3-a967-4567-a13a-54799cef1bfd"}],"id":"fa3361b8-26d4-40b8-9e3a-98d118a73f06","_postman_id":"fa3361b8-26d4-40b8-9e3a-98d118a73f06","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"bcc1e464-ca60-4832-b46d-f1d96b2531f8","_postman_id":"bcc1e464-ca60-4832-b46d-f1d96b2531f8","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Fields","item":[{"name":"Get Field Custom Configuration","event":[{"listen":"test","script":{"id":"be814172-9106-4b17-a0e8-1bf9fc2eae5b","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"743355a0-a2dd-4445-a705-621163434400","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/data/fields?analytics={{analytics}}&feature={{feature}}","description":"<p>See custom configurations for system fields. Will only return system fields that are using non-default data sources. All system fields, as well as groupings and custom fields are avaliable at v2/mappings/fields.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","fields"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"e0e1f535-421c-4e29-86f8-3672631c72ec","name":"Get Field Custom Configuration","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/data/fields?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","data","fields"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Feb 2026 18:19:34 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"user-how-did-you-hear-about-us\": {\n            \"data_source\": \"instance.data_source.247248\",\n            \"data_source_text\": \"column_1\",\n            \"data_source_value\": \"column_2\",\n            \"target_filters\": null,\n            \"default\": null\n        },\n        \"user-applications-student-type\": {\n            \"data_source\": \"instance.data_source.249961\",\n            \"data_source_text\": \"column_1\",\n            \"data_source_value\": \"column_2\",\n            \"target_filters\": null,\n            \"default\": null,\n            \"alternate_slugs\": [\n                \"user-applications-term-student-type\",\n                \"user-applications-student-term-major-type\",\n                \"models-application-student-type\"\n            ]\n        },\n        \"user-gender-pronouns\": {\n            \"data_source\": \"instance.data_source.244734\",\n            \"data_source_text\": \"code\",\n            \"data_source_value\": \"label\",\n            \"target_filters\": null,\n            \"default\": null\n        },\n        \"user-gender\": {\n            \"data_source\": \"instance.data_source.250442\",\n            \"data_source_text\": \"column_2\",\n            \"data_source_value\": \"column_1\",\n            \"target_filters\": null,\n            \"default\": null\n        },\n        \"user-race-categories\": {\n            \"data_source\": \"instance.data_source.244731\",\n            \"data_source_text\": \"label\",\n            \"data_source_value\": \"code\",\n            \"target_filters\": null,\n            \"default\": null\n        },\n        \"user-citizenship-us-status\": {\n            \"data_source\": \"instance.data_source.244728\",\n            \"data_source_text\": \"name\",\n            \"data_source_value\": \"code\",\n            \"target_filters\": null,\n            \"default\": null\n        },\n        \"user-applications-term\": {\n            \"data_source\": \"instance.data_source.252226\",\n            \"data_source_text\": \"name\",\n            \"data_source_value\": \"guid\",\n            \"target_filters\": null,\n            \"default\": null,\n            \"alternate_slugs\": [\n                \"user-applications-term-term\",\n                \"user-applications-term-major-term\",\n                \"models-application-term\"\n            ]\n        },\n        \"user-emergency-contacts-root\": [\n            {\n                \"emergency-contact-relationship_type\": {\n                    \"data_source\": \"instance.data_source.244737\",\n                    \"data_source_text\": \"label\",\n                    \"data_source_value\": \"code\",\n                    \"default\": null,\n                    \"alternate_slugs\": [\n                        \"user-emergency-contacts-relationship-type\"\n                    ]\n                }\n            },\n            {\n                \"emergency-contact-is_primary\": {\n                    \"data_source\": \"instance.data_source.252570\",\n                    \"data_source_text\": \"column_1\",\n                    \"data_source_value\": \"column_2\",\n                    \"default\": null\n                }\n            }\n        ],\n        \"user-citizenship-state-residency\": {\n            \"data_source\": \"instance.data_source.251708\",\n            \"data_source_text\": \"column_2\",\n            \"data_source_value\": \"column_1\",\n            \"target_filters\": null,\n            \"default\": null\n        },\n        \"user-citizenship-visa-type\": {\n            \"data_source\": \"instance.data_source.244732\",\n            \"data_source_text\": \"label\",\n            \"data_source_value\": \"code\",\n            \"target_filters\": null,\n            \"default\": null\n        },\n        \"user-education-term\": {\n            \"data_source\": \"instance.data_source.251700\",\n            \"data_source_text\": \"name\",\n            \"data_source_value\": \"guid\",\n            \"target_filters\": null,\n            \"default\": null,\n            \"alternate_slugs\": [\n                \"user-calculated-active_term\",\n                \"user-calculated-active_term-new\",\n                \"user-milestones-term\"\n            ]\n        }\n    },\n    \"metadata\": {\n        \"resultset\": {\n            \"count\": 11,\n            \"offset\": 0,\n            \"limit\": null\n        }\n    }\n}"}],"_postman_id":"743355a0-a2dd-4445-a705-621163434400"}],"id":"abfbee89-c541-4d7c-b9bf-fa768fc1a009","_postman_id":"abfbee89-c541-4d7c-b9bf-fa768fc1a009","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Formulas","item":[{"name":"Evaluate","item":[{"name":"Evaluate Formula Against User","id":"13a1b85c-70ab-4adf-abbc-f1b6d4ee56c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"content-type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"{{user_id}}\",\n    \"formula\": \"IF([user-custom-instance-class-1],\\\"t r u e\\\",\\\"ffaallssee\\\")\"\n}"},"url":"https://{{client}}.{{api}}/v2/data/formulas/evaluate?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","formulas","evaluate"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"13a1b85c-70ab-4adf-abbc-f1b6d4ee56c2"},{"name":"Evaluate AI Prompt Against User","id":"b5751d7f-7752-4b8e-ba58-334bfb6f87e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"content-type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": {{user_id}},\n    \"prompt\": \"[user:user-custom-essayfield]\",\n    \"options\": {\n        \"extra\": \"Summarize this: \"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/data/ai/chat?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","ai","chat"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"b5751d7f-7752-4b8e-ba58-334bfb6f87e5"}],"id":"ac1478a0-c3ea-4931-ab5c-9bf4318ad01b","_postman_id":"ac1478a0-c3ea-4931-ab5c-9bf4318ad01b","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"0414f5c6-7853-4080-bfe2-d03cfcde795b","_postman_id":"0414f5c6-7853-4080-bfe2-d03cfcde795b","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Sources","item":[{"name":"{data_source_guid}","item":[{"name":"Items","item":[{"name":"{item_id}","item":[{"name":"Update Item on Regular Data Source","id":"26fc82fc-4779-4bf4-8dd3-d2bee44020a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"setting","value":"{\"id\":\"{{ITEM_ID}}\",\"column_1\":\"Label AA\",\"column_2\":\"Value AA\",\"column_3\":\"Other AA\"}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/data/sources/:data_source_guid/items/:item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing item on a Regular Data Source.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","sources",":data_source_guid","items",":item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the data source.</p>\n","type":"text/plain"},"type":"any","value":"","key":"data_source_guid"},{"description":{"content":"<p>Unique identifier for the data source item.</p>\n","type":"text/plain"},"type":"any","value":"","key":"item_id"}]}},"response":[],"_postman_id":"26fc82fc-4779-4bf4-8dd3-d2bee44020a6"},{"name":"Delete Item from Regular Data Source","id":"c5158379-35c3-4889-b274-704d80d8a31a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/data/sources/{{DATASOURCE_GUID}}/items/{{ITEM_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Deletes and Item from a Regular Data Source.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","sources","{{DATASOURCE_GUID}}","items","{{ITEM_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"c5158379-35c3-4889-b274-704d80d8a31a"}],"id":"df224d36-b8aa-443d-85ca-f040a860ebfe","_postman_id":"df224d36-b8aa-443d-85ca-f040a860ebfe","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Data Source Items","id":"067f90cd-eaf6-4a8b-8df8-90dd48857e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/data/sources/:data_source_guid/items?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates a regular Data Source</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","sources",":data_source_guid","items"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"data_source_guid"}]}},"response":[],"_postman_id":"067f90cd-eaf6-4a8b-8df8-90dd48857e73"},{"name":"Add Item to Regular Data Source","id":"1e6b6369-df08-443f-8250-b93d838ca64e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"setting","value":"{\"column_1\":\"One Label\",\"column_2\":\"One Value\",\"column_3\":\"Other info\"}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/data/sources/:data_source_guid/items?analytics={{analytics}}&feature={{feature}}","description":"<p>Adds a new item to a regular data source.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","sources",":data_source_guid","items"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the data source.</p>\n","type":"text/plain"},"type":"any","value":"","key":"data_source_guid"}]}},"response":[],"_postman_id":"1e6b6369-df08-443f-8250-b93d838ca64e"}],"id":"19839753-7292-425c-986c-271184f65616","_postman_id":"19839753-7292-425c-986c-271184f65616","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"CSV Import","item":[{"name":"Import Items to Regular Data Source","id":"e184f181-33df-44e6-aea1-e204b07c6a92","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data; boundary=----WebKitFormBoundaryFupLS8PGw27PKHsA"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"upsert","type":"text"},{"key":"import","type":"file","src":"DataSources-RegularType-ImportItems.csv"}]},"url":"https://{{client}}.{{api}}/v2/data/sources/:data_source_guid/csvimport?analytics={{analytics}}&feature={{feature}}","description":"<p>Imports a list of items from a csv file to a regular data source.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","sources",":data_source_guid","csvimport"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the data source.</p>\n","type":"text/plain"},"type":"any","value":"","key":"data_source_guid"}]}},"response":[],"_postman_id":"e184f181-33df-44e6-aea1-e204b07c6a92"}],"id":"57e1dbc9-ebc9-47ce-9c7a-1dafe16eb067","_postman_id":"57e1dbc9-ebc9-47ce-9c7a-1dafe16eb067","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Update Regular Data Source","id":"1b6e910e-2ebd-40ab-857b-15a23b609ca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"source","value":"{\"active\":true,\"name\":\"New Regular Data Source\",\"dimensions\":[{\"name\":\"The Label\",\"key\":\"column_1\",\"type\":\"string\"},{\"name\":\"The Value\",\"key\":\"column_2\",\"type\":\"string\"},{\"name\":\"Other\",\"key\":\"column_3\",\"type\":\"string\"}],\"value_field\":\"column_2\",\"label_field\":\"column_1\",\"sortby_field\":\"column_1\",\"sortby_order\":\"ascending\"}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/data/sources/:data_source_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates a regular Data Source</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","sources",":data_source_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the data source.</p>\n","type":"text/plain"},"type":"any","value":"","key":"data_source_guid"}]}},"response":[],"_postman_id":"1b6e910e-2ebd-40ab-857b-15a23b609ca7"},{"name":"Get Data Source Metadata","event":[{"listen":"test","script":{"id":"be814172-9106-4b17-a0e8-1bf9fc2eae5b","exec":[""],"type":"text/javascript"}}],"id":"32f5cea8-e61b-4546-bd6f-ceefaab03a22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/data/sources/:data_source_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Create regular data source as active with 3 columns sorted automatically by collumn.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","sources",":data_source_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the data source.</p>\n","type":"text/plain"},"type":"any","value":"","key":"data_source_guid"}]}},"response":[],"_postman_id":"32f5cea8-e61b-4546-bd6f-ceefaab03a22"}],"id":"64262455-f82d-40de-9b36-ae3072b1c773","_postman_id":"64262455-f82d-40de-9b36-ae3072b1c773","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Create Regular Data Source","event":[{"listen":"test","script":{"id":"be814172-9106-4b17-a0e8-1bf9fc2eae5b","exec":[""],"type":"text/javascript"}}],"id":"3facb35f-1074-4093-9ecc-fc993671591f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"source","value":"{\"active\":true,\"name\":\"New Regular Data Source\",\"dimensions\":[{\"name\":\"The Label\",\"key\":\"column_1\",\"type\":\"string\"},{\"name\":\"The Value\",\"key\":\"column_2\",\"type\":\"string\"},{\"name\":\"Other\",\"key\":\"column_3\",\"type\":\"string\"}],\"value_field\":\"column_2\",\"label_field\":\"column_1\",\"sortby_order\":\"ascending\",\"sortby_field\":\"column_1\",\"type\":\"regular\",\"visible_by\":\"user\"}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/data/sources?analytics={{analytics}}&feature={{feature}}","description":"<p>Create regular data source as active with 3 columns sorted automatically by collumn.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","sources"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"3facb35f-1074-4093-9ecc-fc993671591f"},{"name":"Get Data Sources","event":[{"listen":"test","script":{"id":"be814172-9106-4b17-a0e8-1bf9fc2eae5b","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e0211fad-1213-46be-ad8d-cfb44907e5c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/data/sources?analytics={{analytics}}&feature={{feature}}&limit=5&offset=0","description":"<p>Create regular data source as active with 3 columns sorted automatically by collumn.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","sources"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Limit items returned.</p>\n","type":"text/plain"},"key":"limit","value":"5"},{"description":{"content":"<p>Offset items returned.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"1d71962c-67a0-4ea4-ab11-867fad9fa079","name":"Get Data Sources","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/data/sources?analytics={{analytics}}&feature={{feature}}&limit=5&offset=0","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","data","sources"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"limit","value":"5","description":"Limit items returned."},{"key":"offset","value":"0","description":"Offset items returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Nov 2025 14:11:32 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"guid\": \"instance.data_source.2197\",\n            \"name\": \"Military Branches\",\n            \"type\": \"regular\",\n            \"is_system\": false,\n            \"active\": true,\n            \"dimensions\": [\n                {\n                    \"name\": \"Name\",\n                    \"key\": \"column_1\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"name\": \"Code\",\n                    \"key\": \"column_2\",\n                    \"type\": \"string\"\n                }\n            ],\n            \"sortby_field\": \"index_weight\",\n            \"sortby_order\": \"ascending\",\n            \"label_field\": \"column_1\",\n            \"value_field\": \"column_2\",\n            \"created_at\": \"Tue Sep 22 17:27:15 +0000 2020\",\n            \"updated_at\": \"Thu Dec 17 23:43:42 +0000 2020\"\n        },\n        {\n            \"guid\": \"instance.data_source.2313\",\n            \"name\": \"Genders List\",\n            \"type\": \"regular\",\n            \"is_system\": false,\n            \"active\": true,\n            \"dimensions\": [\n                {\n                    \"name\": \"Gender Name\",\n                    \"key\": \"value\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"name\": \"SIS Code\",\n                    \"key\": \"one\",\n                    \"type\": \"string\"\n                }\n            ],\n            \"sortby_field\": \"index_weight\",\n            \"sortby_order\": \"ascending\",\n            \"label_field\": \"value\",\n            \"value_field\": \"value\",\n            \"created_at\": \"Tue Oct 27 15:24:20 +0000 2020\",\n            \"updated_at\": \"Mon Nov 02 19:20:24 +0000 2020\"\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"count\": 326,\n            \"offset\": 0,\n            \"limit\": 2\n        }\n    }\n}"}],"_postman_id":"e0211fad-1213-46be-ad8d-cfb44907e5c3"}],"id":"9897b891-8131-4da6-9679-5995d10f763b","description":"<p>The following endpoints let you manage Data Sources.</p>\n","event":[{"listen":"prerequest","script":{"id":"98701090-255e-4df7-92fb-005b7d08b776","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a6b5e920-1014-45b0-b71b-cc618d602a87","type":"text/javascript","exec":[""]}}],"_postman_id":"9897b891-8131-4da6-9679-5995d10f763b","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Segments","item":[{"name":"Collections","item":[{"name":"Filters","item":[{"name":"Get Segment Filters","event":[{"listen":"test","script":{"id":"be814172-9106-4b17-a0e8-1bf9fc2eae5b","exec":[""],"type":"text/javascript"}}],"id":"ad83a691-8829-40f7-a68e-04179980d052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/data/segments/collection/filters?analytics={{analytics}}&feature={{feature}}","description":"<p>Create regular data source as active with 3 columns sorted automatically by collumn.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","segments","collection","filters"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"ad83a691-8829-40f7-a68e-04179980d052"}],"id":"06ebf4af-2577-479d-b3cc-b780dacdcb8c","_postman_id":"06ebf4af-2577-479d-b3cc-b780dacdcb8c","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"51aebac1-bc7c-4b80-adf9-51b9442489d0","_postman_id":"51aebac1-bc7c-4b80-adf9-51b9442489d0","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Folders","item":[{"name":"MoveTo","item":[{"name":"Bulk Move Segment to Folder","id":"7319276e-0cb1-4ab7-bcbf-6a6d83763479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"guid\": [\n            \"{{SEGMENT_GUID}}\"\n        ]\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/data/segments/folders/moveto/{{TAXONOMY_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Moves a Segment to a given folder by it's Guid.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","segments","folders","moveto","{{TAXONOMY_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"7319276e-0cb1-4ab7-bcbf-6a6d83763479"}],"id":"a761b8d9-b312-4ab2-8e28-d206a0cbbaea","_postman_id":"a761b8d9-b312-4ab2-8e28-d206a0cbbaea","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Segment Folders","event":[{"listen":"test","script":{"id":"be814172-9106-4b17-a0e8-1bf9fc2eae5b","exec":[""],"type":"text/javascript"}}],"id":"1571d9d4-82b7-4067-937c-350d15258db8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/data/segments/folders?analytics={{analytics}}&feature={{feature}}","description":"<p>Create regular data source as active with 3 columns sorted automatically by collumn.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","segments","folders"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"1571d9d4-82b7-4067-937c-350d15258db8"}],"id":"f136bedb-137c-41e9-b1cb-b0c5d989f3d1","_postman_id":"f136bedb-137c-41e9-b1cb-b0c5d989f3d1","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{segment_guid}","item":[{"name":"Tags","item":[{"name":"Update Segment Tags","id":"1d021b90-584e-4af5-8ab0-ed98e1a6f1a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"new\": [],\n        \"guid\": [\n            \"tu.taxonomy.451\"\n        ]\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/data/segments/:segment_guid/tags?analytics={{analytics}}&feature={{feature}}","description":"<p>Manages the Segment Tag list, add or remove items from the list and save with this endpoint.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","segments",":segment_guid","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Segment. Found with GET to v2/data/segments.</p>\n","type":"text/plain"},"type":"any","value":"","key":"segment_guid"}]}},"response":[],"_postman_id":"1d021b90-584e-4af5-8ab0-ed98e1a6f1a4"}],"id":"4ff0d1e1-de37-4beb-9626-ec9acd24d7bf","_postman_id":"4ff0d1e1-de37-4beb-9626-ec9acd24d7bf","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get User Segment","id":"1a5ce590-3bd6-4eeb-a08e-d5f23b13eef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/data/segments/:segment_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Get user Segment by GUID.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","segments",":segment_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Segment. Found with GET to v2/segments.</p>\n","type":"text/plain"},"type":"any","value":"","key":"segment_guid"}]}},"response":[{"id":"d894437d-3686-42c6-a343-76f61c54e384","name":"Get User Segment","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{client}}.{{api}}/v2/data/segments/:segment_guid?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","data","segments",":segment_guid"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"segment_guid","value":"","description":"Unique identifier for the Segment."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 17:22:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"guid\": \"instance.segments.14956\",\n        \"slug\": null,\n        \"name\": \"College Fair Students\",\n        \"type\": \"interface\",\n        \"owner_collection\": \"users\",\n        \"output\": \"users\",\n        \"is_calculated\": true,\n        \"evaluated\": true,\n        \"users\": {\n            \"filters\": {\n                \"key\": \"source\",\n                \"negative\": false,\n                \"type\": \"metafilter\",\n                \"properties\": {\n                    \"operator\": \"$and\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-sources-alias-list>\",\n                            \"value\": \"instance.taxonomy.2007732\",\n                            \"operator\": \"$eq\"\n                        }\n                    ]\n                }\n            }\n        },\n        \"are\": {\n            \"filters\": {\n                \"key\": \"source\",\n                \"negative\": false,\n                \"type\": \"metafilter\",\n                \"properties\": {\n                    \"operator\": \"$and\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-sources-alias-list>\",\n                            \"value\": \"instance.taxonomy.2007732\",\n                            \"operator\": \"$eq\"\n                        }\n                    ]\n                }\n            }\n        },\n        \"subdom\": \"instance\",\n        \"created_at\": \"Wed Apr 23 16:02:55 +0000 2025\",\n        \"updated_at\": \"Wed Apr 23 16:16:36 +0000 2025\",\n        \"owner\": {\n            \"_id\": \"640331784bc80c7b02\",\n            \"first_name\": \"Staff\",\n            \"last_name\": \"Name\"\n        }\n    },\n    \"meta\": {\n        \"count\": 1,\n        \"offset\": 0,\n        \"limit\": null,\n        \"calculated\": {\n            \"total\": 14711,\n            \"visibility_groups\": 2614,\n            \"other\": 12097\n        },\n        \"statusCode\": 2001\n    }\n}"}],"_postman_id":"1a5ce590-3bd6-4eeb-a08e-d5f23b13eef0"},{"name":"Update Segment","id":"6d2e9f83-a983-46f7-80ad-c5ee32379476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"is_calculated\": true}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/data/segments/:segment_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates a segment.\nCan change the content of the filters but also can make it calculated or change its name.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","segments",":segment_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Segment. Found with GET to v2/segments.</p>\n","type":"text/plain"},"type":"any","value":"","key":"segment_guid"}]}},"response":[],"_postman_id":"6d2e9f83-a983-46f7-80ad-c5ee32379476"},{"name":"Delete Segment","id":"fa3d12fd-b345-463f-8e77-4258aedcaec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/data/segments/:segment_guid?analytics={{analytics}}&feature={{feature}}&confirmed=1&onAnalytics=destroy","description":"<p>Deletes a given segment by its Guid.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","segments",":segment_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Double confirmation from user. Must pass \"1\" for action to be completed.</p>\n","type":"text/plain"},"key":"confirmed","value":"1"},{"description":{"content":"<p>\"destroy | null. Determins if user's activities (email opens, appointment schedules) should be deleted as well.</p>\n","type":"text/plain"},"key":"onAnalytics","value":"destroy"}],"variable":[{"description":{"content":"<p>Unique identifier for the Segment. Found with GET to v2/data/segments.</p>\n","type":"text/plain"},"type":"any","value":"","key":"segment_guid"}]}},"response":[],"_postman_id":"fa3d12fd-b345-463f-8e77-4258aedcaec0"}],"id":"391fd55f-f4e5-48b9-8401-48170fe979f8","_postman_id":"391fd55f-f4e5-48b9-8401-48170fe979f8","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Tags","item":[],"id":"c9416300-a2f1-409d-99a3-db690d8c7050","_postman_id":"c9416300-a2f1-409d-99a3-db690d8c7050","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Segments","id":"96072818-414f-426a-92d4-aa3ac74cb4d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/data/segments?analytics={{analytics}}&feature={{feature}}&limit=5&offset","description":"<p>Get list of Segments.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","segments"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"disabled":true,"description":{"content":"<p>\"organizations\" | null. Send organizations to return by Organization-only Segments. null returns User Segments.</p>\n","type":"text/plain"},"key":"owner_collection","value":"organizations"},{"description":{"content":"<p>Limit items returned.</p>\n","type":"text/plain"},"key":"limit","value":"5"},{"description":{"content":"<p>Offset items returned.</p>\n","type":"text/plain"},"key":"offset","value":null}],"variable":[]}},"response":[{"id":"a17b1360-795a-4fa1-86f5-cb8dd55e9286","name":"Get Segments for Users","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}.io/v2/data/segments?analytics={{analytics}}&feature={{feature}}&limit=5&offset","protocol":"https","host":["{{client}}","{{api}}","io"],"path":["v2","data","segments"],"query":[{"key":"analytics","value":"{{analytics}}","description":"optional"},{"key":"feature","value":"{{feature}}","description":"required"},{"key":"limit","value":"5","description":"Limit items returned."},{"key":"offset","value":null,"description":"Offset items returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Mar 2025 15:57:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"guid\": \"instance.segments.22289\",\n            \"slug\": null,\n            \"name\": \"Test Users to Ignore\",\n            \"type\": \"interface\",\n            \"owner_collection\": \"users\",\n            \"output\": \"users\",\n            \"is_calculated\": false,\n            \"evaluated\": false,\n            \"users\": {\n                \"filters\": {\n                    \"operator\": \"$and\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-education-term>\",\n                            \"value\": true,\n                            \"operator\": \"$exists\"\n                        }\n                    ]\n                }\n            },\n            \"are\": {\n                \"filters\": {\n                    \"operator\": \"$and\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-education-term>\",\n                            \"value\": true,\n                            \"operator\": \"$exists\"\n                        }\n                    ]\n                }\n            },\n            \"subdom\": \"instance\",\n            \"created_at\": \"Thu Sep 17 22:02:07 +0000 2020\",\n            \"updated_at\": \"Fri Aug 16 13:44:42 +0000 2024\",\n            \"owner\": {\n                \"_id\": \"5e6274632ca3f61f11f4\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"Name\"\n            },\n            \"tags\": []\n        },\n        {\n            \"guid\": \"instance.segments.23673\",\n            \"slug\": null,\n            \"name\": \"Active Term Applicants\",\n            \"type\": \"interface\",\n            \"owner_collection\": \"users\",\n            \"output\": \"users\",\n            \"is_calculated\": false,\n            \"evaluated\": false,\n            \"users\": {\n                \"filters\": {\n                    \"operator\": \"$and\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-calculated-active_term-new>\",\n                            \"value\": true,\n                            \"operator\": \"$exists\"\n                        }\n                    ]\n                }\n            },\n            \"are\": {\n                \"filters\": {\n                    \"operator\": \"$and\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-calculated-active_term-new>\",\n                            \"value\": true,\n                            \"operator\": \"$exists\"\n                        }\n                    ]\n                }\n            },\n            \"subdom\": \"instance\",\n            \"created_at\": \"Fri Oct 16 19:44:45 +0000 2020\",\n            \"updated_at\": \"Mon Feb 10 23:07:23 +0000 2025\",\n            \"owner\": []\n        },\n        {\n            \"guid\": \"instance.segments.24432\",\n            \"slug\": null,\n            \"name\": \"Students Imported from Common App\",\n            \"type\": \"interface\",\n            \"owner_collection\": \"users\",\n            \"output\": \"users\",\n            \"is_calculated\": false,\n            \"evaluated\": false,\n            \"users\": {\n                \"filters\": {\n                    \"operator\": \"$or\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-import>\",\n                            \"operator\": \"$eq\",\n                            \"value\": \"5f9b3f7e2d91347a9f13d852\"\n                        }\n                    ]\n                }\n            },\n            \"are\": {\n                \"filters\": {\n                    \"operator\": \"$or\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-import>\",\n                            \"operator\": \"$eq\",\n                            \"value\": \"5f9b3f7e2d91347a9f13d852\"\n                        }\n                    ]\n                }\n            },\n            \"subdom\": \"instance\",\n            \"created_at\": \"Thu Oct 29 22:17:42 +0000 2020\",\n            \"updated_at\": \"Fri Nov 20 22:40:58 +0000 2020\"\n        },\n        {\n            \"guid\": \"instance.segments.24603\",\n            \"slug\": null,\n            \"name\": \"Indiana Territory\",\n            \"type\": \"interface\",\n            \"owner_collection\": \"users\",\n            \"output\": \"users\",\n            \"is_calculated\": false,\n            \"evaluated\": false,\n            \"users\": {\n                \"filters\": {\n                    \"operator\": \"$and\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-addresses-home-state>\",\n                            \"value\": \"IN\",\n                            \"operator\": \"$eq\"\n                        }\n                    ]\n                }\n            },\n            \"are\": {\n                \"filters\": {\n                    \"operator\": \"$and\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-addresses-home-state>\",\n                            \"value\": \"IN\",\n                            \"operator\": \"$eq\"\n                        }\n                    ]\n                }\n            },\n            \"subdom\": \"instance\",\n            \"created_at\": \"Wed Nov 04 04:22:06 +0000 2020\",\n            \"updated_at\": \"Wed Nov 04 04:22:06 +0000 2020\",\n            \"owner\": {\n                \"_id\": \"5f98433263ee9d0300173050\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"Name\"\n            }\n        },\n        {\n            \"guid\": \"instance.segments.24604\",\n            \"slug\": null,\n            \"name\": \"Campus Visit\",\n            \"type\": \"interface\",\n            \"owner_collection\": \"users\",\n            \"output\": \"users\",\n            \"is_calculated\": false,\n            \"evaluated\": false,\n            \"users\": {\n                \"filters\": {\n                    \"operator\": \"$or\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-import>\",\n                            \"operator\": \"$eq\",\n                            \"value\": \"5fa22cf485ee082c2711b802\"\n                        }\n                    ]\n                }\n            },\n            \"are\": {\n                \"filters\": {\n                    \"operator\": \"$or\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-import>\",\n                            \"operator\": \"$eq\",\n                            \"value\": \"5fa22cf485ee082c2711b802\"\n                        }\n                    ]\n                }\n            },\n            \"subdom\": \"instance\",\n            \"created_at\": \"Wed Nov 04 04:24:29 +0000 2020\",\n            \"updated_at\": \"Fri Nov 20 22:39:43 +0000 2020\"\n        }\n    ],\n    \"meta\": {\n        \"count\": 424,\n        \"offset\": 0,\n        \"limit\": 5,\n        \"calculated\": {\n            \"total\": 0,\n            \"visibility_groups\": 0,\n            \"other\": 0\n        },\n        \"statusCode\": 2001\n    }\n}"},{"id":"81f03542-1142-44b4-916b-1bfc8d351089","name":"Get Segments for Organizations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/data/segments?analytics={{analytics}}&feature={{feature}}&owner_collection=organizations","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","data","segments"],"query":[{"key":"analytics","value":"{{analytics}}","description":"optional"},{"key":"feature","value":"{{feature}}","description":"required"},{"key":"owner_collection","value":"organizations","description":"\"organizations\" | null. Send organizations to filter return by organization-only Segments."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Sep 2025 21:41:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"guid\": \"instance.segments.49111\",\n            \"slug\": null,\n            \"name\": \"Organizations from Colorado\",\n            \"type\": \"interface\",\n            \"owner_collection\": \"organizations\",\n            \"output\": \"organizations\",\n            \"is_calculated\": false,\n            \"evaluated\": false,\n            \"organizations\": {\n                \"filters\": {\n                    \"operator\": \"$and\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"labels\",\n                            \"value\": [\n                                \"instance.taxonomy.2166508\"\n                            ],\n                            \"operator\": \"$in\"\n                        }\n                    ]\n                }\n            },\n            \"subdom\": \"instance\",\n            \"created_at\": \"Mon Sep 19 23:38:14 +0000 2022\",\n            \"updated_at\": \"Sat Oct 01 20:06:48 +0000 2022\",\n            \"owner\": {\n                \"_id\": \"62e94241a9685e44d92e\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"Name\"\n            },\n            \"tags\": [\n                {\n                    \"name\": \"Test1\",\n                    \"value\": \"instance-test1-tag\",\n                    \"guid\": \"instance.taxonomy.2373517\"\n                }\n            ]\n        },\n        {\n            \"guid\": \"instance.segments.60682\",\n            \"slug\": null,\n            \"name\": \"Organization Fundraiser List\",\n            \"type\": \"interface\",\n            \"owner_collection\": \"organizations\",\n            \"output\": \"organizations\",\n            \"is_calculated\": false,\n            \"evaluated\": false,\n            \"organizations\": {\n                \"filters\": {\n                    \"type\": \"filter\",\n                    \"target\": \"domain\",\n                    \"operator\": \"$exists\",\n                    \"value\": true\n                }\n            },\n            \"subdom\": \"instance\",\n            \"created_at\": \"Thu Apr 06 15:12:33 +0000 2023\",\n            \"updated_at\": \"Thu Apr 06 15:12:33 +0000 2023\",\n            \"owner\": {\n                \"_id\": \"5a13426d69c8ef493a2\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"Name\"\n            },\n            \"tags\": []\n        }\n    ],\n    \"meta\": {\n        \"count\": 2,\n        \"offset\": 0,\n        \"limit\": null,\n        \"calculated\": {\n            \"total\": 0,\n            \"visibility_groups\": 0,\n            \"other\": 0\n        },\n        \"statusCode\": 2001\n    }\n}"}],"_postman_id":"96072818-414f-426a-92d4-aa3ac74cb4d5"},{"name":"Create User Segment","id":"5c06c7f9-01fd-4001-991d-153d66539d47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"interface\",\n        \"output\": \"users\",\n        \"name\": \"New Segment\",\n        \"users\": {\n            \"filters\": {\n                \"type\": \"filter\",\n                \"target\": \"<mapping: user-email-address>\",\n                \"operator\": \"$match\",\n                \"value\": \"/element451/i\"\n            }\n        },\n        \"analytics\": null,\n        \"decisions\": null,\n        \"todos\": null\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/data/segments?analytics={{analytics}}&feature={{feature}}","description":"<p>Create a new segment with the details provided.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","segments"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"5c06c7f9-01fd-4001-991d-153d66539d47"},{"name":"Create Organization Segment","id":"1dcb7ce2-1d0c-4429-bcd6-5a526d318123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"item","value":"{\n        \"type\": \"interface\",\n        \"output\": \"organizations\",\n        \"owner_collection\": \"organizations\",\n        \"name\": \"New Organization Segment 2\",\n        \"organizations\": {\n            \"filters\": {\n                \"type\": \"filter\",\n                \"target\": \"<mapping:organizations-labels-all>\",\n                \"operator\": \"$eq\",\n                \"value\": \"tu.taxonomy.2067\"\n            }\n        },\n        \"users\": null,\n        \"analytics\": null,\n        \"decisions\": null,\n        \"todos\": null\n    }","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/data/segments?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","segments"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"1dcb7ce2-1d0c-4429-bcd6-5a526d318123"}],"id":"54889357-3c10-4f63-849f-90a41796dcc1","_postman_id":"54889357-3c10-4f63-849f-90a41796dcc1","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Organization-Segments","item":[{"name":"Tags","item":[{"name":"{taxonomy_guid}","item":[{"name":"Update Organization Segment Tag","id":"ef939b16-e7b8-4856-99f0-46a376a178f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Blue-Green\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/data/organization-segments/tags/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","organization-segments","tags",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the tag. Found with GET to v2/data/organization-segments/tags.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"ef939b16-e7b8-4856-99f0-46a376a178f1"},{"name":"Destroy Organization Segment Tag","id":"1f97f3d9-9084-426f-a43b-edf71f2aa051","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/data/organization-segments/tags/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","organization-segments","tags",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the tag. Found with GET to v2/data/organization-segments/tags.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"1f97f3d9-9084-426f-a43b-edf71f2aa051"}],"id":"f07edfac-eb56-4aea-a860-eac748807770","_postman_id":"f07edfac-eb56-4aea-a860-eac748807770","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Organization Segment Tags","id":"97fbf0f4-1329-46eb-bf46-87058bfe514a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/data/organization-segments/tags?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","organization-segments","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"f388ce51-f0b2-41c1-8c2f-def1c10eac4b","name":"Get Organization Segment Tags","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/data/organization-segments/tags?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","data","organization-segments","tags"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Sep 2025 22:00:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Example Organization Segment Tag\",\n            \"value\": \"instance-test1-tag\",\n            \"guid\": \"instance.taxonomy.2373517\"\n        }\n    ]\n}"}],"_postman_id":"97fbf0f4-1329-46eb-bf46-87058bfe514a"},{"name":"Create Organization Segment Tag","id":"c6f4f3c9-3d3e-44e8-a212-071565baac04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Green\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/data/organization-segments/tags?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","organization-segments","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"c6f4f3c9-3d3e-44e8-a212-071565baac04"}],"id":"18ac6714-9b70-4125-b65a-471b2c774ea4","_postman_id":"18ac6714-9b70-4125-b65a-471b2c774ea4","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Folders","item":[{"name":"MoveTo","item":[{"name":"Move Organization Segment to Folder","id":"7210f771-d712-4ffd-b45e-45fb0ca36bf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"guid\": [\n            \"{{ORGAINZATION_SEGMENT_GUID}}\" //unique identifier for the Segment that should be moved to the folder. Found with GET to v2/data/organization-segments.\n        ]\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/data/organization-segments/folders/moveto/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","organization-segments","folders","moveto",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization segment folder. Sound with GET to v2/data/organization-segments/folders.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"7210f771-d712-4ffd-b45e-45fb0ca36bf3"}],"id":"80425486-8d5a-4d27-9b04-eaa0f2274ffe","_postman_id":"80425486-8d5a-4d27-9b04-eaa0f2274ffe","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{taxonomy_guid}","item":[{"name":"Update Organization Segment Folder","id":"76cebefb-af9c-4916-bedc-2e690f852b4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Blue-Green\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/data/organization-segments/folders/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","organization-segments","folders",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization segment folder. Found with GET to v2/data/organization-segments/folders.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"76cebefb-af9c-4916-bedc-2e690f852b4e"},{"name":"Destroy Organization Segment Folder","id":"02889aa3-5619-4472-978a-141672281044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/data/organization-segments/folders/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","organization-segments","folders",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization segment folder. Found with GET to v2/data/organization-segments/folders.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"02889aa3-5619-4472-978a-141672281044"}],"id":"10a36946-da87-495e-9caf-a0f30b950562","_postman_id":"10a36946-da87-495e-9caf-a0f30b950562","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Org Segment Folders","id":"fa52181a-47cd-4716-8d31-2fd4a2693ab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/data/segments/folders?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","segments","folders"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"6240691c-b139-4409-aa27-dabe83a2fef1","name":"Get Org Segment Folders","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{client}}.{{api}}/v2/data/segments/folders?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","data","segments","folders"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Sep 2025 22:03:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Apple\",\n            \"value\": \"instance-apple-folder\",\n            \"guid\": \"instance.taxonomy.2776823\"\n        },\n        {\n            \"name\": \"Bravo\",\n            \"value\": \"instance-bravo-folder\",\n            \"guid\": \"instance.taxonomy.2776824\"\n        }\n    ]\n}"}],"_postman_id":"fa52181a-47cd-4716-8d31-2fd4a2693ab8"},{"name":"Create Organization Segment Folder","id":"55dc58b8-0746-473a-afe7-e96ca0467415","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Green\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/data/organization-segments/folders?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","organization-segments","folders"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"55dc58b8-0746-473a-afe7-e96ca0467415"}],"id":"7a22820d-e7b5-40b2-a1d3-44ee7f8b26a1","_postman_id":"7a22820d-e7b5-40b2-a1d3-44ee7f8b26a1","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{segment_guid}","item":[{"name":"Update Organization Segment Tags","id":"3fb1bc46-f9e6-4617-b64d-2a8d5d253756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"new\": [\"anything\"],\n        \"guid\": [\n            \"tu.taxonomy.451\"\n        ]\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/data/organization-segments/:organization_segment_guid/tags?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","data","organization-segments",":organization_segment_guid","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization segment. Found with GET to v2/data/segments while passing owner_collection=organizations parameter.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_segment_guid"}]}},"response":[],"_postman_id":"3fb1bc46-f9e6-4617-b64d-2a8d5d253756"}],"id":"fcc02675-0463-4a5c-88bc-a7a86909f9b5","_postman_id":"fcc02675-0463-4a5c-88bc-a7a86909f9b5","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"df52c553-4398-4d73-93f6-680e5d53e24c","_postman_id":"df52c553-4398-4d73-93f6-680e5d53e24c","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"1ac3f717-487e-42a2-8f38-284cfdbc8d2c","_postman_id":"1ac3f717-487e-42a2-8f38-284cfdbc8d2c","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Decisions","item":[{"name":"Decisions","item":[{"name":"Search","item":[{"name":"Search Decisions","id":"63f18197-cd28-450d-ac5f-1ead7fbdfeae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"conditions_operator\": \"and\",\n    \"conditions\": []\n  }\n}"},"url":"https://{{client}}.{{api}}/v2/decisions/search?limit=5&offset=0","description":"<p>Searches decisions using filter conditions. Supports <code>sort</code> and <code>embed</code> query params.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","search"],"host":["{{client}}","{{api}}"],"query":[{"key":"limit","value":"5"},{"key":"offset","value":"0"},{"disabled":true,"key":"sort","value":""},{"disabled":true,"key":"embed","value":""}],"variable":[]}},"response":[{"id":"9e79c2d6-616c-4bd8-aea6-0a89d80d6183","name":"Search Decisions (No Filters) - Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/search?limit=1&offset=0","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions","search"],"query":[{"key":"limit","value":"1"},{"key":"offset","value":"0"},{"key":"sort","value":"","disabled":true},{"key":"embed","value":"","disabled":true}]},"description":"Searches decisions using filter conditions. Supports `sort` and `embed` query params."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"5f6cc952c50ea44c4b4cfd29\",\n            \"tokens\": [],\n            \"score\": 3,\n            \"conversation_guid\": null,\n            \"criteria_global\": [\n                {\n                    \"criteria_id\": \"F0JTB9PY\",\n                    \"updated_at\": {\n                        \"$date\": {\n                            \"$numberLong\": \"1613674110651\"\n                        }\n                    },\n                    \"scores\": {\n                        \"last_reviewer_id\": \"5e6274632ca3f67d541f11f4\",\n                        \"date\": {\n                            \"$date\": {\n                                \"$numberLong\": \"1613674113248\"\n                            }\n                        },\n                        \"score\": 2\n                    },\n                    \"total\": {\n                        \"type\": \"numerical\",\n                        \"operation\": \"min\",\n                        \"weight\": 8,\n                        \"count\": 1,\n                        \"value\": 2,\n                        \"computed\": 2.29\n                    }\n                }\n            ],\n            \"criteria_per_reviewer\": [],\n            \"user_id\": \"5f6bd2202269d8140a627e91\",\n            \"application_guid\": \"training.applications.349\",\n            \"registration_id\": \"5IFCKCLZ\",\n            \"updated_at\": \"2026-02-19T20:36:22+00:00\",\n            \"created_at\": \"2020-09-24T16:29:06+00:00\",\n            \"campus\": \"training.campus.113\",\n            \"degree\": \"UND\",\n            \"major\": \"training.major.4470\",\n            \"student_type\": \"F\",\n            \"term\": \"training.terms.1136\",\n            \"final_decision_at\": {\n                \"$date\": {\n                    \"$numberLong\": \"1643389026596\"\n                }\n            },\n            \"decision_released_at\": {\n                \"$date\": {\n                    \"$numberLong\": \"1643389162096\"\n                }\n            },\n            \"addresses\": [\n                {\n                    \"type\": \"home\",\n                    \"country\": \"USA\",\n                    \"street_1\": \"3400 Avenue of the Arts\",\n                    \"city\": \"Costa Mesa\",\n                    \"state\": \"CA\",\n                    \"zipcode\": \"92626\",\n                    \"mailing\": true,\n                    \"item_id\": \"D3HGDIML\",\n                    \"index_weight\": 1\n                }\n            ],\n            \"citizenship\": {\n                \"us_status\": \"US\",\n                \"citizen_of\": \"USA\"\n            },\n            \"email\": \"tester@example.com\",\n            \"first_name\": \"Harry\",\n            \"former_last_name\": null,\n            \"gender\": null,\n            \"identities\": [],\n            \"last_name\": \"Howard\",\n            \"middle_name\": null,\n            \"phone\": [\n                {\n                    \"type\": \"cell\",\n                    \"country_alpha_2\": \"US\",\n                    \"country_code\": \"1\",\n                    \"number\": \"66\",\n                    \"item_id\": \"I2EHI9ON\",\n                    \"index_weight\": 1,\n                    \"valid\": false,\n                    \"formatted\": false,\n                    \"international\": \"+11111111111\"\n                }\n            ],\n            \"preferred_name\": null,\n            \"social_security_number\": \"000000004\",\n            \"visibility_groups\": [],\n            \"stage_id\": \"CK1HWLCA\",\n            \"status_guid\": \"training.taxonomy.1849296\",\n            \"board_version\": 6,\n            \"favorite\": false\n        }\n    ],\n    \"meta\": {\n        \"offset\": 0,\n        \"limit\": 1,\n        \"total\": 1009,\n        \"available_total\": 1009\n    }\n}"},{"id":"bda6e46b-ef25-4a2c-b276-e51cfcbb9257","name":"Search Decisions (Board Filters) - Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"stage_filter\": {\n            \"value\": [\n                \"CK1HWLCA\"\n            ]\n        },\n        \"status_filter\": {\n            \"value\": [\n                \"training.taxonomy.1849296\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/search?limit=5&offset=0","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions","search"],"query":[{"key":"limit","value":"5"},{"key":"offset","value":"0"},{"key":"sort","value":"","disabled":true},{"key":"embed","value":"","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"63f18197-cd28-450d-ac5f-1ead7fbdfeae"},{"name":"Get Search Filters","id":"deb2d43e-6603-425d-b716-63449d99f2fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/search/filters","description":"<p>Returns available filter definitions for building decision search queries.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","search","filters"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[{"id":"4d83084c-2bca-4579-89e2-844359a63c97","name":"Get Search Filters - Example","originalRequest":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/search/filters","description":"Returns available filter definitions for building decision search queries."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"key\": \"facet_cohort_NOCOHORT_filter\",\n            \"label\": \"No Cohort Applications\",\n            \"type\": \"facet_filter\"\n        },\n        {\n            \"key\": \"facet_cohort_LAE1YQBJ_filter\",\n            \"label\": \"Main Application\",\n            \"type\": \"facet_filter\"\n        },\n        {\n            \"key\": \"term_filter\",\n            \"label\": \"Terms\",\n            \"type\": \"regular_filter\",\n            \"options\": [\n                {\n                    \"label\": \"Fall 2025\",\n                    \"value\": \"training.terms.52565\"\n                },\n                {\n                    \"label\": \"Fall 2026\",\n                    \"value\": \"training.terms.52564\"\n                }\n            ]\n        },\n        {\n            \"key\": \"term_training_terms_54663_filter\",\n            \"label\": \"Hero Quest\",\n            \"type\": \"quick_filter\"\n        },\n        {\n            \"key\": \"gender_filter\",\n            \"label\": \"Gender\",\n            \"type\": \"regular_filter\",\n            \"options\": [\n                {\n                    \"label\": \"Female\",\n                    \"value\": \"Female\"\n                },\n                {\n                    \"label\": \"Male\",\n                    \"value\": \"Male\"\n                }\n            ]\n        },\n        {\n            \"key\": \"address_country_filter\",\n            \"label\": \"Country\",\n            \"type\": \"regular_filter\",\n            \"options\": [\n                {\n                    \"label\": \"United States\",\n                    \"value\": \"USA\"\n                }\n            ]\n        },\n        {\n            \"key\": \"fraud_filter\",\n            \"label\": \"Fraud\",\n            \"type\": \"regular_filter\",\n            \"options\": [\n                {\n                    \"label\": \"Low Risk\",\n                    \"value\": \"low-risk\"\n                },\n                {\n                    \"label\": \"Medium Risk\",\n                    \"value\": \"medium-risk\"\n                },\n                {\n                    \"label\": \"High Risk\",\n                    \"value\": \"high-risk\"\n                },\n                {\n                    \"label\": \"Marked as Legitimate\",\n                    \"value\": \"valid\"\n                },\n                {\n                    \"label\": \"Marked as Fraudulent\",\n                    \"value\": \"fraud\"\n                }\n            ]\n        },\n        {\n            \"key\": \"admission_reader_filter\",\n            \"label\": \"Bolt Reader Analysis\",\n            \"type\": \"regular_filter\",\n            \"options\": [\n                {\n                    \"label\": \"Highly Qualified\",\n                    \"value\": \"highly-qualified\"\n                },\n                {\n                    \"label\": \"Qualified\",\n                    \"value\": \"qualified\"\n                },\n                {\n                    \"label\": \"Neutral\",\n                    \"value\": \"neutral\"\n                },\n                {\n                    \"label\": \"Unqualified\",\n                    \"value\": \"unqualified\"\n                },\n                {\n                    \"label\": \"Highly Unqualified\",\n                    \"value\": \"highly-unqualified\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"deb2d43e-6603-425d-b716-63449d99f2fd"}],"id":"948a37b3-f72e-4d39-b15e-7344b087a7bb","_postman_id":"948a37b3-f72e-4d39-b15e-7344b087a7bb","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"List Decisions","id":"e1250fbe-9bb7-4dd2-98da-c12a8a5737af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions?limit=5&offset=0","description":"<p>Returns all decisions with pagination. Supports <code>limit</code> and <code>offset</code> query params.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions"],"host":["{{client}}","{{api}}"],"query":[{"key":"limit","value":"5"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"3ccc2514-a650-4cc1-af91-c622f96f2eb4","name":"List Decisions - Example","originalRequest":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/decisions?limit=5&offset=0","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions"],"query":[{"key":"limit","value":"5"},{"key":"offset","value":"0"}]},"description":"Returns all decisions with pagination. Supports `limit` and `offset` query params."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"5f6cc952c50eaaaa4b4cfd29\",\n            \"tokens\": [],\n            \"score\": 3,\n            \"conversation_guid\": null,\n            \"criteria_global\": [\n                {\n                    \"criteria_id\": \"F0JTB9PY\",\n                    \"updated_at\": {\n                        \"$date\": {\n                            \"$numberLong\": \"1613674110651\"\n                        }\n                    },\n                    \"scores\": {\n                        \"last_reviewer_id\": \"5e6274632ca3f6aa541f11f4\",\n                        \"date\": {\n                            \"$date\": {\n                                \"$numberLong\": \"1613674113248\"\n                            }\n                        },\n                        \"score\": 2\n                    },\n                    \"total\": {\n                        \"type\": \"numerical\",\n                        \"operation\": \"min\",\n                        \"weight\": 8,\n                        \"count\": 1,\n                        \"value\": 2,\n                        \"computed\": 2.29\n                    }\n                }\n            ],\n            \"criteria_per_reviewer\": [],\n            \"user_id\": \"5f6bd2202aa9d81401627e91\",\n            \"application_guid\": \"training.applications.349\",\n            \"registration_id\": \"5IFCKCLZ\",\n            \"updated_at\": \"2026-02-19T20:36:22+00:00\",\n            \"created_at\": \"2020-09-24T16:29:06+00:00\",\n            \"campus\": \"training.campus.113\",\n            \"degree\": \"UND\",\n            \"major\": \"training.major.4470\",\n            \"student_type\": \"F\",\n            \"term\": \"training.terms.1136\",\n            \"final_decision_at\": {\n                \"$date\": {\n                    \"$numberLong\": \"1643389026596\"\n                }\n            },\n            \"decision_released_at\": {\n                \"$date\": {\n                    \"$numberLong\": \"1643389162096\"\n                }\n            },\n            \"addresses\": [\n                {\n                    \"type\": \"home\",\n                    \"country\": \"USA\",\n                    \"street_1\": \"3400 Avenue of the Arts\",\n                    \"city\": \"Costa Mesa\",\n                    \"state\": \"CA\",\n                    \"zipcode\": \"92626\",\n                    \"mailing\": true,\n                    \"item_id\": \"D3HGDIML\",\n                    \"index_weight\": 1\n                }\n            ],\n            \"citizenship\": {\n                \"us_status\": \"US\",\n                \"citizen_of\": \"USA\"\n            },\n            \"email\": \"tester@example.com\",\n            \"first_name\": \"Mario\",\n            \"former_last_name\": null,\n            \"gender\": null,\n            \"identities\": [\n                {\n                    \"type\": \"SPARK_ID\",\n                    \"value\": \"J8L9GJM7\",\n                    \"index_weight\": 1\n                }\n            ],\n            \"last_name\": \"Bros\",\n            \"middle_name\": null,\n            \"phone\": [\n                {\n                    \"type\": \"cell\",\n                    \"country_alpha_2\": \"US\",\n                    \"country_code\": \"1\",\n                    \"number\": \"66\",\n                    \"item_id\": \"I2EHI9ON\",\n                    \"index_weight\": 1,\n                    \"valid\": false,\n                    \"formatted\": false,\n                    \"international\": \"+16185208802\"\n                }\n            ],\n            \"preferred_name\": null,\n            \"social_security_number\": \"000000004\",\n            \"visibility_groups\": [],\n            \"stage_id\": \"CK1HWLCA\",\n            \"status_guid\": \"training.taxonomy.1849296\",\n            \"board_version\": 6,\n            \"favorite\": false\n        },\n        {\n            \"_id\": \"5fb6d2b507aaac2859621edc\",\n            \"tokens\": [],\n            \"score\": 0,\n            \"conversation_guid\": null,\n            \"criteria_global\": [],\n            \"criteria_per_reviewer\": [],\n            \"user_id\": \"611fb42caaa5d004883de7dd\",\n            \"application_guid\": \"training.applications.349\",\n            \"registration_id\": \"B08GQUVC\",\n            \"updated_at\": \"2026-02-19T20:36:22+00:00\",\n            \"created_at\": \"2020-11-19T20:16:53+00:00\",\n            \"campus\": \"training.campus.285\",\n            \"degree\": \"UND\",\n            \"major\": \"training.major.3461\",\n            \"student_type\": \"F\",\n            \"term\": \"training.terms.1136\",\n            \"addresses\": [\n                {\n                    \"type\": \"home\",\n                    \"country\": \"USA\",\n                    \"street_1\": \"415 West 1st Street\",\n                    \"city\": \"Belington\",\n                    \"state\": \"WV\",\n                    \"county\": \"Barbour County\",\n                    \"zipcode\": \"26250\",\n                    \"loc\": {\n                        \"lng\": -79.956704,\n                        \"lat\": 38.97761\n                    },\n                    \"mailing\": true,\n                    \"item_id\": \"VVDH6ULW\",\n                    \"index_weight\": 1,\n                    \"valid\": true,\n                    \"point\": {\n                        \"type\": \"Point\",\n                        \"coordinates\": [\n                            -79.956704,\n                            38.97761\n                        ]\n                    }\n                },\n                {\n                    \"country\": \"USA\",\n                    \"street_1\": \"3400 Avenue of the Arts\",\n                    \"city\": \"Costa Mesa\",\n                    \"state\": \"CA\",\n                    \"zipcode\": \"92626\",\n                    \"item_id\": \"YFZRMN8Q\",\n                    \"index_weight\": 2,\n                    \"type\": \"home\"\n                }\n            ],\n            \"citizenship\": {\n                \"us_status\": \"US\"\n            },\n            \"email\": \"unicorn@example.com\",\n            \"first_name\": \"Zac\",\n            \"former_last_name\": null,\n            \"gender\": \"Male\",\n            \"identities\": [],\n            \"last_name\": \"Mary\",\n            \"middle_name\": null,\n            \"phone\": null,\n            \"preferred_name\": \"Testing\",\n            \"social_security_number\": \"245555555\",\n            \"visibility_groups\": [],\n            \"stage_id\": \"LB4OUQLL\",\n            \"status_guid\": \"training.taxonomy.1849296\",\n            \"board_version\": 2,\n            \"favorite\": false\n        }\n    ],\n    \"meta\": {\n        \"offset\": 0,\n        \"limit\": 2,\n        \"total\": 267,\n        \"available_total\": 267\n    }\n}"}],"_postman_id":"e1250fbe-9bb7-4dd2-98da-c12a8a5737af"},{"name":"Update Decisions via Bulk-Actions","id":"042a4cb3-f947-4baa-8d36-dfea46ebe106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"actions\":{\"assigned_to\":{\"user_id\":\"62e94241a96a3e685e44d92e\"}},\"decisions\":[{\"registration_id\":\"AJNPVNNZ\",\"_version\":0}]}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/decisions/bulk-actions?analytics={{analytics}}&feature={{feature}}","description":"<p>Decisions.general.bulkActions</p>\n","urlObject":{"protocol":"https","path":["v2","decisions","bulk-actions"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"fab17cda-f5c5-4c41-98bb-56c40a7ea3bd","name":"Update Assignee for Single Decisions by Registration ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"actions\":{\"assigned_to\":{\"user_id\":\"62e94241a965e44d92e\"}},\"decisions\":[{\"registration_id\":\"AJNPVNNZ\",\"_version\":0}]}","type":"text"}]},"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/bulk-actions?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions","bulk-actions"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Jan 2026 15:00:48 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"690a1049b9891c0e32fd\",\n            \"board\": {\n                \"stage_id\": \"CK1HWLCA\",\n                \"status_guid\": \"instance.taxonomy.2010623\",\n                \"_version\": 1,\n                \"_id\": {\n                    \"$oid\": \"690a10429891c0e3301\"\n                }\n            },\n            \"assigned_to\": {\n                \"_id\": \"62e94241a965e44d92e\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"Name\",\n                \"email\": \"staff@institution.edu\",\n                \"avatar\": {\n                    \"guid\": \"instance.files.404167\",\n                    \"url\": \"https://instance.api.451.io/v2/files/download/instance.files.4074167/public\",\n                    \"transformations\": {\n                        \"image_500x500_fit\": {\n                            \"url\": \"https://instance.api.451.io/v2/files/download/instance.files.4074167/public?derivedKey=image_500x500_fit\"\n                        },\n                        \"image_150x150_fit\": {\n                            \"url\": \"https://instance.api.451.io/v2/files/download/instance.files.4074167/public?derivedKey=image_150x150_fit\"\n                        },\n                        \"image_32x32_fit\": {\n                            \"url\": \"https://instance.api.451.io/v2/files/download/instance.files.4074167/public?derivedKey=image_32x32_fit\"\n                        }\n                    }\n                },\n                \"_version\": 1\n            },\n            \"id\": \"690a1049b3b929891c0e32fd\"\n        }\n    ]\n}"},{"id":"08b7f41f-dbdf-404c-ad42-448ecf841128","name":"Update Status for Single Decision by Registration ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"actions\":{\"board\":{\"status_guid\":\"instance.taxonomy.1849297\"}},\"decisions\":[{\"registration_id\":\"AJNPVNNZ\",\"_version\":1}]}","type":"text"}]},"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/bulk-actions?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions","bulk-actions"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Jan 2026 15:09:33 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"690a1049b29891c0e32fd\",\n            \"board\": {\n                \"stage_id\": \"CK1HWLCA\",\n                \"status_guid\": \"instance.taxonomy.1849297\",\n                \"_version\": 2,\n                \"_id\": \"690a104ab3891c0e3301\"\n            },\n            \"assigned_to\": {\n                \"_id\": \"62e94241a9685e44d92e\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"Name\",\n                \"email\": \"staff@institution.edu\",\n                \"avatar\": {\n                    \"guid\": \"instance.files.4074167\",\n                    \"url\": \"https://instance.api.451.io/v2/files/download/instance.files.4074167/public\",\n                    \"transformations\": {\n                        \"image_500x500_fit\": {\n                            \"url\": \"https://instance.api.451.io/v2/files/download/instance.files.4074167/public?derivedKey=image_500x500_fit\"\n                        },\n                        \"image_150x150_fit\": {\n                            \"url\": \"https://instance.api.451.io/v2/files/download/instance.files.4074167/public?derivedKey=image_150x150_fit\"\n                        },\n                        \"image_32x32_fit\": {\n                            \"url\": \"https://instance.api.451.io/v2/files/download/instance.files.4074167/public?derivedKey=image_32x32_fit\"\n                        }\n                    }\n                },\n                \"_version\": 1\n            },\n            \"id\": \"690a1049b3b891c0e32fd\",\n            \"last_reviewer\": {\n                \"user_id\": {\n                    \"$oid\": \"62a0e8d5ca96ebd555dc9\"\n                },\n                \"date\": {\n                    \"$date\": {\n                        \"$numberLong\": \"1768316973899\"\n                    }\n                },\n                \"payload\": {\n                    \"status_guid\": \"instance.taxonomy.1849297\"\n                }\n            },\n            \"updated_at\": \"Tue Jan 13 15:09:33 +0000 2026\"\n        }\n    ]\n}"}],"_postman_id":"042a4cb3-f947-4baa-8d36-dfea46ebe106"}],"id":"28115145-be36-4f60-ae3d-4326e85e3afe","description":"<p>Manages decision records and related operations within the review workflow.</p>\n<p>This resource includes endpoints for retrieving, searching, updating, and performing bulk actions on decisions.</p>\n<p>All endpoints require administrative privileges unless otherwise noted.</p>\n","_postman_id":"28115145-be36-4f60-ae3d-4326e85e3afe","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Decision (by id)","item":[{"name":"Checklist","item":[{"name":"Get Decision Checklist Items","id":"556af2b6-54dd-4530-8dca-b7b92baea256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"status\": \"completed\"}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id/checklist?analytics={{analytics}}&feature={{feature}}","urlObject":{"protocol":"https","path":["v2","decisions",":decision_id","checklist"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Decision.</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"}]}},"response":[{"id":"b7e50805-3798-4926-a349-04b4d2496c02","name":"Get Decision Checklist Items","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"status\": \"completed\"}","type":"text"}]},"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/:decision_id/checklist?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions",":decision_id","checklist"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"decision_id","value":"","description":"Unique identifier for the Decision."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Apr 2025 14:31:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"4D5G0P\",\n            \"item_key\": \"UBCUVL\",\n            \"title\": \"Parent/Guardian Information\",\n            \"description\": \"<p>Please provide us with your parent/guardian contact information by completing the following form.</p>\",\n            \"status\": \"uncompleted\",\n            \"type\": \"condition\",\n            \"required\": true,\n            \"post_admit\": true,\n            \"index_weight\": 0,\n            \"status_changed_at\": \"2025-04-14T19:39:04+00:00\"\n        },\n        {\n            \"_id\": \"QQ2J6Z\",\n            \"item_key\": \"SZSU7Y\",\n            \"title\": \"transcripts\",\n            \"description\": \"<p>Upload your transcripts for each intituion you've attended.</p>\",\n            \"status\": \"uncompleted\",\n            \"type\": \"condition\",\n            \"required\": true,\n            \"post_admit\": false,\n            \"index_weight\": 0,\n            \"status_changed_at\": \"2025-04-14T19:39:04+00:00\"\n        }\n    ]\n}"}],"_postman_id":"556af2b6-54dd-4530-8dca-b7b92baea256"},{"name":"Update Checklist Item Status","id":"a2a08bc5-2175-49f4-a647-b92e5a97946b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"status\": \"completed\"}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id/checklist/:checklist_item_key?_id={{item_id}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions",":decision_id","checklist",":checklist_item_key"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Unique identifier for the checklist item relative to a give Decision.</p>\n","type":"text/plain"},"key":"_id","value":"{{item_id}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifer for the Decision.</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"},{"description":{"content":"<p>Identifer for the checklist item</p>\n","type":"text/plain"},"type":"any","value":"","key":"checklist_item_key"}]}},"response":[],"_postman_id":"a2a08bc5-2175-49f4-a647-b92e5a97946b"},{"name":"Add/Update/Remove One-Off Checklist Item","id":"4fa2a877-6090-41ff-bddc-11b02c989a47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"item","value":"{\"title\":\"One off test 3\",\"description\":\"<p>One off test 3</p>\",\"visible\":true}","description":"<p>added</p>\n","type":"text","disabled":true},{"key":"item","value":"{\"visible\": false}","description":"<p>removed</p>\n","type":"text","disabled":true},{"key":"item","value":"{\"description\":\"<p>One off test 3 . . .</p>\"}","description":"<p>updated</p>\n","type":"text","disabled":true}]},"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id/checklist/:checklist_item_key?analytics={{analytics}}&feature={{feature}}","urlObject":{"protocol":"https","path":["v2","decisions",":decision_id","checklist",":checklist_item_key"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Decision.</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"},{"description":{"content":"<p>Identifier for the checklist item.</p>\n","type":"text/plain"},"type":"any","value":"","key":"checklist_item_key"}]}},"response":[],"_postman_id":"4fa2a877-6090-41ff-bddc-11b02c989a47"}],"id":"1f9e632c-d0c1-4b19-b14c-577f935cac45","_postman_id":"1f9e632c-d0c1-4b19-b14c-577f935cac45","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Criteria","item":[{"name":"Get Single Criteria","id":"ef706509-ecc1-4d36-911a-94a329332ae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id/criteria/:criteria_item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Get a single criteria item for a given Decision.</p>\n","urlObject":{"protocol":"https","path":["v2","decisions",":decision_id","criteria",":criteria_item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifer for the Decision.</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"},{"description":{"content":"<p>Unique identifier for the criteria item.</p>\n","type":"text/plain"},"type":"any","value":"","key":"criteria_item_id"}]}},"response":[{"id":"922be5e1-2512-433e-baac-e76f1566f607","name":"Get Single Criteria","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/:decision_id/criteria/:criteria_item_id?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions",":decision_id","criteria",":criteria_item_id"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"decision_id","value":"","description":"Unique identifer for the Decision."},{"key":"criteria_item_id","value":"","description":"Unique identifier for the criteria item."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Apr 2025 14:39:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"criteria_id\": \"TLHE5Q\",\n        \"scores\": {\n            \"last_reviewer_id\": \"5e6274a3f67d541f11f4\",\n            \"date\": \"2025-04-15T14:38:58+00:00\",\n            \"score\": 3\n        }\n    }\n}"}],"_postman_id":"ef706509-ecc1-4d36-911a-94a329332ae0"},{"name":"Add/Update Criteria Score","id":"e06771d7-156b-40a1-9f0e-566a433e7ecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"score\":5}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id/criteria/:criteria_item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Add or Update a single criteria score for a given Decision.</p>\n","urlObject":{"protocol":"https","path":["v2","decisions",":decision_id","criteria",":criteria_item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifer for the Decision.</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"},{"description":{"content":"<p>Unique identifier for the criteria item.</p>\n","type":"text/plain"},"type":"any","value":"","key":"criteria_item_id"}]}},"response":[],"_postman_id":"e06771d7-156b-40a1-9f0e-566a433e7ecc"},{"name":"Delete Criteria Score","id":"7002c914-998e-4e83-8713-d602205e3c1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id/criteria/:criteria_item_id?analytics={{analytics}}&feature={{feature}}","urlObject":{"protocol":"https","path":["v2","decisions",":decision_id","criteria",":criteria_item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifer for the Decision.</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"},{"description":{"content":"<p>Unique identifier for the criteria item.</p>\n","type":"text/plain"},"type":"any","value":"","key":"criteria_item_id"}]}},"response":[],"_postman_id":"7002c914-998e-4e83-8713-d602205e3c1e"}],"id":"3e687bfd-9118-4a94-83e0-853c62118c20","_postman_id":"3e687bfd-9118-4a94-83e0-853c62118c20","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Notes","item":[{"name":"List Notes","id":"3f3d314f-a048-4581-8a0e-127502b30715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id/notes","description":"<p>Returns all notes attached to a decision.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions",":decision_id","notes"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"80fffa6e-a0db-49e0-bc81-647331e82027","description":{"content":"<p>Decision ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"}]}},"response":[{"id":"54d7bbe5-031c-496f-9e54-504dfbc18e92","name":"List Notes - Example","originalRequest":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/:decision_id/notes","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions",":decision_id","notes"],"variable":[{"key":"decision_id","value":"","description":"Decision ID"}]},"description":"Returns all notes attached to a decision."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"_id\": \"note-id-1\",\n      \"type\": \"decision\",\n      \"body\": \"This applicant shows strong academic potential.\",\n      \"created_by\": \"user-id-1\",\n      \"created_at\": \"2026-01-15T10:30:00Z\"\n    }\n  ]\n}"}],"_postman_id":"3f3d314f-a048-4581-8a0e-127502b30715"},{"name":"Create Note","id":"286170b0-b1a3-4492-86c8-3f673675b152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"type\": \"decision\",\n    \"body\": \"This applicant shows strong academic potential.\"\n  }\n}"},"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id/notes","description":"<p>Adds a new note to a decision.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions",":decision_id","notes"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"1b7f3014-2505-4cb7-b56d-20e6068992ed","description":{"content":"<p>Decision ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"}]}},"response":[{"id":"1a9413b9-ecfa-426a-9ae8-d9695e099f44","name":"Create Note - Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"type\": \"decision\",\n    \"body\": \"This applicant shows strong academic potential.\"\n  }\n}"},"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/:decision_id/notes","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions",":decision_id","notes"],"variable":[{"key":"decision_id","value":"","description":"Decision ID"}]},"description":"Adds a new note to a decision."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"_id\": \"new-note-id\",\n    \"type\": \"decision\",\n    \"body\": \"This applicant shows strong academic potential.\",\n    \"created_by\": \"user-id-1\",\n    \"created_at\": \"2026-01-15T10:30:00Z\"\n  }\n}"}],"_postman_id":"286170b0-b1a3-4492-86c8-3f673675b152"},{"name":"Update Note","id":"372b57d0-00cc-487c-a9c8-4491a54d1fa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"type\": \"decision\",\n    \"body\": \"Updated note content.\"\n  }\n}"},"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id/notes/:note_id","description":"<p>Updates an existing note on a decision.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions",":decision_id","notes",":note_id"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"8b85aa92-a917-4dfd-bb39-50c9b50c20be","description":{"content":"<p>Decision ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"},{"id":"b41fd902-4a67-4975-adf4-c66acad598c2","description":{"content":"<p>Note ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"note_id"}]}},"response":[{"id":"ae1d4821-5caa-4225-88a7-fb1b9004dedc","name":"Update Note - Example","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"type\": \"decision\",\n    \"body\": \"Updated note content.\"\n  }\n}"},"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/:decision_id/notes/:note_id","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions",":decision_id","notes",":note_id"],"variable":[{"key":"decision_id","value":"","description":"Decision ID"},{"key":"note_id","value":"","description":"Note ID"}]},"description":"Updates an existing note on a decision."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"_id\": \"note-id-1\",\n    \"type\": \"decision\",\n    \"body\": \"Updated note content.\",\n    \"updated_at\": \"2026-01-16T08:00:00Z\"\n  }\n}"}],"_postman_id":"372b57d0-00cc-487c-a9c8-4491a54d1fa8"},{"name":"Delete Note","id":"bfdd092d-0ad0-4a6a-9162-65b02ca902ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id/notes/:note_id","description":"<p>Permanently deletes a note from a decision.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions",":decision_id","notes",":note_id"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"ffde57f1-e7bb-40f4-be9e-b87085e4237d","description":{"content":"<p>Decision ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"},{"id":"bd05a7ca-cb0c-4d9d-b945-9cfea1d2f49a","description":{"content":"<p>Note ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"note_id"}]}},"response":[{"id":"b9c7625c-fab8-4a2a-936b-d26ec2ccc01c","name":"Delete Note - Example","originalRequest":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/:decision_id/notes/:note_id","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions",":decision_id","notes",":note_id"],"variable":[{"key":"decision_id","value":"","description":"Decision ID"},{"key":"note_id","value":"","description":"Note ID"}]},"description":"Permanently deletes a note from a decision."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"done\": true\n  }\n}"}],"_postman_id":"bfdd092d-0ad0-4a6a-9162-65b02ca902ea"}],"id":"c108a284-1004-4e49-ac04-f8b5c902eba7","_postman_id":"c108a284-1004-4e49-ac04-f8b5c902eba7","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Package","item":[{"name":"Letter","item":[{"name":"{letter_guid}","item":[{"name":"Get Decision Package Letter Metadata","id":"d86cf622-34b1-4d47-b04d-7b47f4c16b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id/package/letter/:letter_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Access the data for a Decision's Package Letters, including Letter HTML content.</p>\n","urlObject":{"protocol":"https","path":["v2","decisions",":decision_id","package","letter",":letter_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Decision.</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"},{"description":{"content":"<p>Unique identifier for the Decision Package Letter. Found with GET to v2/decisions/:decision_id/package/letter.</p>\n","type":"text/plain"},"type":"any","value":"","key":"letter_guid"}]}},"response":[{"id":"6bc928dd-8219-4992-be07-031d53acb04b","name":"Get Decision Package Letter Metadata","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/:decision_id/package/letter/:letter_guid?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions",":decision_id","package","letter",":letter_guid"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"decision_id","value":"","description":"Unique identifier for the Decision."},{"key":"letter_guid","value":"","description":"Unique identifier for the Decision Package Letter. Found with GET to v2/decisions/:decision_id/package/letter."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Feb 2026 16:49:25 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"default_version\": \"default\",\n        \"active\": true,\n        \"works_for\": [\n            \"instance.applications.337547\"\n        ],\n        \"statuses\": [\n            \"instance.taxonomy.2387565\"\n        ],\n        \"filters\": [\n            {\n                \"name\": \"On Campus\",\n                \"description\": \"Letter being sent to anyone with who is accepted to programs on campus\",\n                \"index_weight\": 1,\n                \"_id\": \"ZR3QRLAX\",\n                \"conditions\": [\n                    {\n                        \"type\": \"user_segment\",\n                        \"content\": {\n                            \"users\": {\n                                \"filters\": {\n                                    \"key\": \"application\",\n                                    \"negative\": false,\n                                    \"type\": \"metafilter\",\n                                    \"properties\": {\n                                        \"operator\": \"$and\",\n                                        \"conditions\": [\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-board-status>\",\n                                                \"value\": [\n                                                    \"instance.taxonomy.2387565\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-board-stage>\",\n                                                \"value\": [\n                                                    \"CN0S4KBE\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-major>\",\n                                                \"value\": [\n                                                    \"instance.major.179725\",\n                                                    \"instance.major.180251\",\n                                                    \"instance.major.180239\"\n                                                ],\n                                                \"operator\": \"$nin\"\n                                            }\n                                        ]\n                                    }\n                                }\n                            },\n                            \"analytics\": null,\n                            \"decisions\": null,\n                            \"todos\": null,\n                            \"documents\": null,\n                            \"browser\": null,\n                            \"dates\": null,\n                            \"surveys\": null,\n                            \"appointments\": null,\n                            \"organizations\": null,\n                            \"templates_person\": null,\n                            \"templates_user\": null,\n                            \"conversations\": null,\n                            \"courses\": null,\n                            \"transcripts\": null\n                        }\n                    }\n                ],\n                \"conditions_operator\": \"and\"\n            },\n            {\n                \"name\": \"Online \",\n                \"description\": \"Letter being sent to anyone who is an online student\",\n                \"index_weight\": 2,\n                \"_id\": \"N2RT5RRI\",\n                \"conditions\": [\n                    {\n                        \"type\": \"user_segment\",\n                        \"content\": {\n                            \"users\": {\n                                \"filters\": {\n                                    \"key\": \"application\",\n                                    \"negative\": false,\n                                    \"type\": \"metafilter\",\n                                    \"properties\": {\n                                        \"operator\": \"$and\",\n                                        \"conditions\": [\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-guid>\",\n                                                \"value\": [\n                                                    \"instance.applications.337547\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-term>\",\n                                                \"value\": [\n                                                    \"instance.terms.36606\",\n                                                    \"instance.terms.43479\",\n                                                    \"instance.terms.43480\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-board-status>\",\n                                                \"value\": [\n                                                    \"instance.taxonomy.2387565\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-board-stage>\",\n                                                \"value\": [\n                                                    \"CN0S4KBE\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            },\n                                            {\n                                                \"type\": \"filter\",\n                                                \"target\": \"<mapping:user-applications-major>\",\n                                                \"value\": [\n                                                    \"instance.major.179725\",\n                                                    \"instance.major.180251\",\n                                                    \"instance.major.180231\",\n                                                    \"instance.major.180239\"\n                                                ],\n                                                \"operator\": \"$in\"\n                                            }\n                                        ]\n                                    }\n                                }\n                            },\n                            \"analytics\": null,\n                            \"decisions\": null,\n                            \"todos\": null,\n                            \"documents\": null,\n                            \"browser\": null,\n                            \"dates\": null,\n                            \"surveys\": null,\n                            \"appointments\": null,\n                            \"organizations\": null,\n                            \"templates_person\": null,\n                            \"templates_user\": null,\n                            \"conversations\": null,\n                            \"courses\": null,\n                            \"transcripts\": null\n                        }\n                    }\n                ],\n                \"conditions_operator\": \"and\"\n            }\n        ],\n        \"variants\": [\n            {\n                \"_id\": \"default\",\n                \"content\": \"<p><br></p><p><img src=\\\"https://451.imgix.net/instance/public/files/9FGayUjhw0sH/Spark451_PText_Logo2025.png\\\" style=\\\"width: 800px;\\\" class=\\\"fr-fic fr-dii\\\"></p><p><br></p><p>Dear <elm-tag contenteditable=\\\"false\\\" class=\\\"fr-deletable\\\">[user:first_name]</elm-tag>,</p><p><br></p><p>It is our pleasure to offer you admission to the <elm-tag contenteditable=\\\"false\\\" class=\\\"fr-deletable\\\">[user_application:major]</elm-tag> for the <elm-tag contenteditable=\\\"false\\\" class=\\\"fr-deletable\\\">[user_application:term]</elm-tag> semester. <strong>Congratulations and welcome!</p><p><br></p><<p style=\\\"text-align: left;\\\">Reserve your spot in the upcoming class, please <a href=\\\"https://instance.element451.io/v2/forms/instance.forms.13570/content/main-form\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><strong>click-here</strong></a> submit the enrollment intent form.</p>\"\n            }\n        ],\n        \"title\": \"UG Acceptance Letter\",\n        \"preview_key\": \"20E675A2BED64993B0F11CC28D206AB1\",\n        \"guid\": \"instance.letters.837\"\n    }\n}"}],"_postman_id":"d86cf622-34b1-4d47-b04d-7b47f4c16b86"}],"id":"bd1aa223-56d5-41fc-a40f-30dc52e3e7f0","_postman_id":"bd1aa223-56d5-41fc-a40f-30dc52e3e7f0","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Decision Package Letters","id":"f90285ff-1e2e-4030-b191-f536d803a3a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id/package/letter?analytics={{analytics}}&feature={{feature}}","description":"<p>Access the Package Letters for a given Decision.</p>\n","urlObject":{"protocol":"https","path":["v2","decisions",":decision_id","package","letter"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Decision.</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"}]}},"response":[{"id":"d3802f27-5e8c-4319-a26d-0de45b8113ef","name":"Get Decision Package Letters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/:decision_id/package/letter?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions",":decision_id","package","letter"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"decision_id","value":"","description":"Unique identifier for the Decision."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Feb 2026 16:44:14 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"active\": true,\n            \"statuses\": [\n                \"instance.taxonomy.2387565\"\n            ],\n            \"title\": \"UG Acceptance Letter\",\n            \"preview_key\": \"20E675A2BED64993B0F11CC28D206AB1\",\n            \"guid\": \"instance.letters.837\"\n        },\n        {\n            \"active\": true,\n            \"statuses\": [\n                \"instance.taxonomy.2387565\"\n            ],\n            \"title\": \"UG Scholarship Letter\",\n            \"preview_key\": \"11D9B01945C6403CAC25821B43B8D899\",\n            \"guid\": \"instance.letters.844\"\n        }\n    ]\n}"}],"_postman_id":"f90285ff-1e2e-4030-b191-f536d803a3a2"}],"id":"feb03737-995f-40b0-a6ae-4658b1df4931","_postman_id":"feb03737-995f-40b0-a6ae-4658b1df4931","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"7d523dd0-65cc-461d-9f1c-a9df598522e8","_postman_id":"7d523dd0-65cc-461d-9f1c-a9df598522e8","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Tokens","item":[{"name":"Get Decision Tokens","id":"e6d2762c-91ff-4776-931a-8180fbbd00d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id/tokens?analytics={{analytics}}&feature={{feature}}","description":"<p>Access the Tokens for a given Decision.</p>\n","urlObject":{"protocol":"https","path":["v2","decisions",":decision_id","tokens"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Decision.</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"}]}},"response":[{"id":"2ab9a67a-ef0b-48fa-a1fc-f04c2e965616","name":"Get Decision Tokens","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/:decision_id/tokens?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions",":decision_id","tokens"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"decision_id","value":"","description":"Unique identifier for the Decision."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Feb 2026 16:46:53 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Ug_scholarship\",\n            \"slug\": \"ug-scholarship\",\n            \"_id\": \"FWW5YHHC\",\n            \"author\": null,\n            \"index_weight\": 1000\n        },\n        {\n            \"name\": \"UG_Partner_Scholar\",\n            \"slug\": \"ug-partner-scholar\",\n            \"_id\": \"EC5UXRLX\",\n            \"author\": null,\n            \"index_weight\": 2000\n        },\n        {\n            \"name\": \"Partner Organization\",\n            \"slug\": \"partner-organization\",\n            \"author\": null,\n            \"_id\": \"IXZJS4VX\",\n            \"index_weight\": 3000\n        }\n    ]\n}"}],"_postman_id":"e6d2762c-91ff-4776-931a-8180fbbd00d3"}],"id":"82e8a643-db3d-4a4b-b6ef-8524b4271729","_postman_id":"82e8a643-db3d-4a4b-b6ef-8524b4271729","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Decision","id":"fa23ba97-71f8-4beb-993f-478abc036ac1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id","description":"<p>Returns a single decision by ID with full details.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions",":decision_id"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"332c0b6f-93fc-4dc9-b6bd-faca14760917","description":{"content":"<p>Decision ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"}]}},"response":[{"id":"3f342cbe-4f7d-475d-8f4e-5823045e135c","name":"Get Decision - Example","originalRequest":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/:decision_id","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions",":decision_id"],"variable":[{"key":"decision_id","value":"69a57b0a6b6b15c566011867","description":"Decision ID"}]},"description":"Returns a single decision by ID with full details."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"_id\": \"decision-id-1\",\n    \"registration_id\": \"ABC12345\",\n    \"user_id\": \"user-id-1\",\n    \"board\": {\n      \"stage_id\": \"stage-id-1\",\n      \"status_guid\": \"status-guid-1\"\n    },\n    \"score\": 4.2,\n    \"tags\": [],\n    \"notes\": [],\n    \"watchers\": [],\n    \"favorite\": false,\n    \"created_at\": \"2026-01-15T10:30:00Z\"\n  }\n}"}],"_postman_id":"fa23ba97-71f8-4beb-993f-478abc036ac1"},{"name":"Get Decision by Registration Id","id":"17bcd1c2-9817-4ff6-8061-501e74622d86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions?registration_id=","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions"],"host":["{{client}}","{{api}}"],"query":[{"key":"registration_id","value":""}],"variable":[]}},"response":[],"_postman_id":"17bcd1c2-9817-4ff6-8061-501e74622d86"}],"id":"223a0b40-4956-45c6-9898-4ebfeebbfc58","description":"<p>Operations scoped to a specific decision.</p>\n<p>These endpoints manage decision-level resources such as notes, checklist items, application data, documents, and reports.</p>\n<p>Requires a valid <code>decision_id</code> path parameter.</p>\n","_postman_id":"223a0b40-4956-45c6-9898-4ebfeebbfc58","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Settings","item":[{"name":"Checklist","item":[{"name":"Get Checklist Settings","id":"aad647f4-99a2-41c0-b673-e26095da93e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/settings/checklist","description":"<p>Returns the global checklist configuration for decisions.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","checklist"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[{"id":"b5e16b61-03a8-48b4-baa1-1a6d715aa217","name":"Get Checklist Settings - Example","originalRequest":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/settings/checklist","description":"Returns the global checklist configuration for decisions."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"guid\": \"training.checklists.201\"\n    }\n}"}],"_postman_id":"aad647f4-99a2-41c0-b673-e26095da93e4"}],"id":"e7f37195-95c8-4ce1-9936-ad36dc9fbf6c","_postman_id":"e7f37195-95c8-4ce1-9936-ad36dc9fbf6c","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Groups","item":[{"name":"List Groups","id":"c120b19d-e12a-4f40-a767-99a824e05c0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/settings/groups","description":"<p>Returns all reviewer groups with pagination.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","groups"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[{"id":"27442540-6523-4787-a621-e5dbae0a0961","name":"List Groups - Example","originalRequest":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/settings/groups","description":"Returns all reviewer groups with pagination."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Application Reviewers Group\",\n            \"description\": \"Group of people who can review applications.\",\n            \"_version\": 0,\n            \"author\": \"5e6274632ca3f67e641f11f4\",\n            \"updated_at\": \"2025-11-11T19:09:55.838000Z\",\n            \"created_at\": \"2020-11-19T20:17:16.000000Z\",\n            \"users\": {\n                \"ids\": [\n                    {\n                        \"user_id\": \"5e6274632ca3f78d541f11f4\"\n                    }\n                ],\n                \"_version\": 0,\n                \"author\": \"5e6274632ca3f67d541f11f4\",\n                \"updated_at\": \"2020-11-19T20:17:16.000000Z\",\n                \"created_at\": \"2020-11-19T20:17:16.000000Z\"\n            },\n            \"permissions\": {\n                \"statuses\": [\n                    {\n                        \"status_guid\": \"training.taxonomy.4144953\"\n                    }\n                ],\n                \"stages\": [\n                    {\n                        \"stage_id\": \"LB4OUQLL\"\n                    }\n                ],\n                \"stage_transitions\": [\n                    {\n                        \"from_stage_id\": \"LB4OUQLL\",\n                        \"to_stage_id\": \"WISR3RO8\"\n                    }\n                ],\n                \"cohorts\": [\n                    {\n                        \"cohort_id\": \"NOCOHORT\"\n                    },\n                    {\n                        \"cohort_id\": \"LAE1YQBJ\"\n                    }\n                ],\n                \"_version\": 10,\n                \"author\": \"5e6274632ca3f67e641f11f4\",\n                \"updated_at\": \"2025-11-11T19:09:55.837000Z\",\n                \"created_at\": \"2020-11-19T20:17:16.000000Z\"\n            },\n            \"_id\": \"5ECDIA6D\"\n        }\n    ]\n}"}],"_postman_id":"c120b19d-e12a-4f40-a767-99a824e05c0a"},{"name":"Create Group","id":"9b0ccc39-2396-4c0b-a4c1-b5f6cb17bba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"name\": \"Application Reviewers Group\",\n    \"description\": \"Group of people that requires access to all application details for review.\"\n  }\n}"},"url":"https://{{client}}.{{api}}/v2/decisions/settings/groups","description":"<p>Creates a new reviewer group.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","groups"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[{"id":"21a7be49-c7e1-41e1-8e72-b69101ad60b8","name":"Create Group - Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"name\": \"Application Reviewers Group\",\n    \"description\": \"Group of people that requires access to all application details for review.\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/decisions/settings/groups","description":"Creates a new reviewer group."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Application Reviewers Group\",\n        \"description\": \"Group of people that requires access to all application details for review.\",\n        \"author\": \"570fc1efa826bccad8830c4e\",\n        \"_version\": 0,\n        \"_id\": \"YYKYWH8D\",\n        \"updated_at\": \"2026-02-27T21:33:24.680000Z\",\n        \"created_at\": \"2026-02-27T21:33:24.664000Z\",\n        \"users\": {\n            \"ids\": [],\n            \"author\": \"570fc1efa826be2ad8830c4e\",\n            \"_version\": 0,\n            \"updated_at\": \"2026-02-27T21:33:24.670000Z\",\n            \"created_at\": \"2026-02-27T21:33:24.670000Z\"\n        },\n        \"permissions\": {\n            \"statuses\": [],\n            \"stages\": [],\n            \"stage_transitions\": [],\n            \"cohorts\": [],\n            \"author\": \"570fc1efa826be2ad8830c4e\",\n            \"_version\": 0,\n            \"updated_at\": \"2026-02-27T21:33:24.680000Z\",\n            \"created_at\": \"2026-02-27T21:33:24.680000Z\"\n        }\n    }\n}"}],"_postman_id":"9b0ccc39-2396-4c0b-a4c1-b5f6cb17bba1"},{"name":"Update Group","id":"45f1500e-0f24-4ae4-8a1f-84d1cd325590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Application Reviewers Group (Updated)\",\n        \"description\": \"Group of people that requires access to all application details for review.\",\n        \"users\": {},\n        \"permissions\": {},\n        \"index_weight\": 1,\n        \"_version\": 1\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/decisions/settings/groups/:group_id","description":"<p>Updates an existing reviewer group by ID. Include <code>_version</code> for optimistic locking.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","groups",":group_id"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"4861c9ef-2a28-4a4c-9f32-30e84d0bc7ec","description":{"content":"<p>Group ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"group_id"}]}},"response":[{"id":"b120dfe2-12a1-4133-8877-4cc0cde22aad","name":"Update Group - Example","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Application Reviewers Group (Updated)\",\n        \"description\": \"Group of people that requires access to all application details for review.\",\n        \"users\": {},\n        \"permissions\": {},\n        \"index_weight\": 1,\n        \"_version\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/settings/groups/:group_id","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions","settings","groups",":group_id"],"variable":[{"key":"group_id","value":"5DISNMWX","description":"Group ID"}]},"description":"Updates an existing reviewer group by ID. Include `_version` for optimistic locking."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Application Reviewers Group (Updated)\",\n        \"description\": \"Group of people that requires access to all application details for review.\",\n        \"author\": \"570fc1efa826bccad8830c4e\",\n        \"_version\": 1,\n        \"_id\": \"5DISNMWX\",\n        \"updated_at\": \"2026-02-27T21:45:11.806000Z\",\n        \"created_at\": \"2026-02-27T21:45:01.588000Z\",\n        \"users\": {\n            \"ids\": [],\n            \"author\": \"570fc1efa826bce4d8830c4e\",\n            \"_version\": 0,\n            \"updated_at\": \"2026-02-27T21:45:01.594000Z\",\n            \"created_at\": \"2026-02-27T21:45:01.594000Z\"\n        },\n        \"permissions\": {\n            \"statuses\": [],\n            \"stages\": [],\n            \"stage_transitions\": [],\n            \"cohorts\": [],\n            \"author\": \"570fc1efa826bce4d8830c4e\",\n            \"_version\": 0,\n            \"updated_at\": \"2026-02-27T21:45:01.604000Z\",\n            \"created_at\": \"2026-02-27T21:45:01.604000Z\"\n        }\n    }\n}"}],"_postman_id":"45f1500e-0f24-4ae4-8a1f-84d1cd325590"},{"name":"Delete Group","id":"a65db778-e67b-46d5-aa0c-6d73f9317c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/settings/groups/:group_id","description":"<p>Permanently deletes a reviewer group.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","groups",":group_id"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"c65b8807-1b5f-4ea6-95eb-5c05aad76c1b","description":{"content":"<p>Group ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"group_id"}]}},"response":[{"id":"10af8ced-ca7f-44f3-8ad5-c2c19ca5a09a","name":"Delete Group - Example","originalRequest":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/settings/groups/:group_id","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions","settings","groups",":group_id"],"variable":[{"key":"group_id","value":"5DISNMWX","description":"Group ID"}]},"description":"Permanently deletes a reviewer group."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": true\n}"}],"_postman_id":"a65db778-e67b-46d5-aa0c-6d73f9317c60"}],"id":"1c443733-0443-4b6d-98b1-983762053d16","description":"<p>Manage Groups and Permissions for your Decisions.</p>\n","_postman_id":"1c443733-0443-4b6d-98b1-983762053d16","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Stages","item":[{"name":"List Stages","id":"ba32498b-131a-476a-ad68-fc9c69d418d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/settings/stages","description":"<p>Returns all decision stages with pagination.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","stages"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[{"id":"b95eaa43-38af-422c-b128-b199bda3c103","name":"List Stages - Example","originalRequest":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/settings/stages","description":"Returns all decision stages with pagination."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"locked\": true,\n            \"statuses\": [\n                {\n                    \"status_guid\": \"training.taxonomy.664\"\n                }\n            ],\n            \"stage_transitions\": null,\n            \"all_stage_transitions\": true,\n            \"index_weight\": 1,\n            \"name\": \"Ready for Review\",\n            \"author\": \"63207e447de3099d4b08d992\",\n            \"_id\": \"LKJHN2NQ\",\n            \"_version\": 2,\n            \"updated_at\": \"2026-02-13T14:34:22.133000Z\",\n            \"created_at\": \"2026-02-08T12:01:34.071000Z\",\n            \"slug\": \"ready-for-review\"\n        },\n        {\n            \"locked\": false,\n            \"statuses\": [\n                {\n                    \"status_guid\": \"training.taxonomy.787\"\n                }\n            ],\n            \"stage_transitions\": null,\n            \"all_stage_transitions\": true,\n            \"index_weight\": 2,\n            \"name\": \"Post-Secondary Review\",\n            \"author\": \"63207e447de3099d4b08d992\",\n            \"_id\": \"FGCMFXDZ\",\n            \"_version\": 5,\n            \"updated_at\": \"2026-02-01T08:00:27.237000Z\",\n            \"created_at\": \"2026-02-08T12:01:34.225000Z\"\n        },\n        {\n            \"locked\": true,\n            \"statuses\": [\n                {\n                    \"status_guid\": \"tu.taxonomy.21885\"\n                }\n            ],\n            \"stage_transitions\": null,\n            \"all_stage_transitions\": true,\n            \"index_weight\": 5,\n            \"name\": \"Final Decision\",\n            \"author\": \"63207e447de3099d4b08d992\",\n            \"_id\": \"ZM1OT4VR\",\n            \"_version\": 4,\n            \"updated_at\": \"2026-02-05T16:08:18.140000Z\",\n            \"created_at\": \"2025-09-08T12:01:34.528000Z\",\n            \"slug\": \"final-decision\"\n        },\n        {\n            \"locked\": true,\n            \"statuses\": [],\n            \"stage_transitions\": null,\n            \"all_stage_transitions\": true,\n            \"index_weight\": 6,\n            \"name\": \"Release\",\n            \"author\": \"63207e447de3099d4b08d992\",\n            \"_id\": \"JSBG1MBD\",\n            \"_version\": 3,\n            \"updated_at\": \"2026-02-05T16:08:18.144000Z\",\n            \"created_at\": \"2026-02-25T17:25:43.564000Z\",\n            \"slug\": \"release\"\n        }\n    ]\n}"}],"_postman_id":"ba32498b-131a-476a-ad68-fc9c69d418d9"},{"name":"Create Stage","id":"8b94a903-0af6-439e-a8cc-94b27a143cbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Third Review Round\",\n    \"statuses\": [\n        {\n            \"status_guid\": \"training.taxonomy.18082\"\n        },\n        {\n            \"status_guid\": \"training.taxonomy.748\"\n        }\n    ]\n}"},"url":"https://{{client}}.{{api}}/v2/decisions/settings/stages","description":"<p>Creates a new decision stage.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","stages"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[{"id":"bbef62f2-463a-40fb-833e-39ca45d66dac","name":"Create Stage - Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Third Review Round\",\n    \"statuses\": [\n        {\n            \"status_guid\": \"training.taxonomy.18082\"\n        },\n        {\n            \"status_guid\": \"training.taxonomy.748\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/decisions/settings/stages","description":"Creates a new decision stage."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"locked\": false,\n        \"statuses\": [\n            {\n                \"status_guid\": \"training.taxonomy.18082\"\n            },\n            {\n                \"status_guid\": \"training.taxonomy.748\"\n            }\n        ],\n        \"stage_transitions\": null,\n        \"all_stage_transitions\": true,\n        \"index_weight\": 5,\n        \"name\": \"Third Review Round\",\n        \"author\": \"570fc1efa826be4ad8830c4e\",\n        \"_id\": \"XAGGV5LS\",\n        \"_version\": 0,\n        \"updated_at\": \"2026-02-27T22:45:52.195000Z\",\n        \"created_at\": \"2026-02-27T22:45:52.195000Z\"\n    }\n}"}],"_postman_id":"8b94a903-0af6-439e-a8cc-94b27a143cbc"},{"name":"Update Stage","id":"6c964fee-00b2-4e87-be8d-8dd148cd3e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Third Review Round (Updated)\",\n        \"statuses\": [\n            {\n                \"status_guid\": \"training.taxonomy.18082\"\n            },\n            {\n                \"status_guid\": \"training.taxonomy.748\"\n            }\n        ],\n        \"stage_transitions\": [\n            {\n                \"stage_id\": \"ZM1OT4VR\"\n            }\n        ],\n        \"index_weight\": 2,\n        \"_version\": 1\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/decisions/settings/stages/:stage_id","description":"<p>Updates an existing stage. Can reassign statuses and configure stage transitions.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","stages",":stage_id"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"83e17dfa-28be-4018-9f3c-eb34e49253bb","description":{"content":"<p>Stage ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"stage_id"}]}},"response":[{"id":"6dbdb4b8-d2bd-40be-95e7-d1b3119d9e9f","name":"Update Stage - Example","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Third Review Round (Updated)\",\n        \"statuses\": [\n            {\n                \"status_guid\": \"training.taxonomy.18082\"\n            },\n            {\n                \"status_guid\": \"training.taxonomy.748\"\n            }\n        ],\n        \"stage_transitions\": [\n            {\n                \"stage_id\": \"ZM1OT4VR\"\n            }\n        ],\n        \"index_weight\": 2,\n        \"_version\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/settings/stages/:stage_id","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions","settings","stages",":stage_id"],"variable":[{"key":"stage_id","value":"AA1OR4X4","description":"Stage ID"}]},"description":"Updates an existing stage. Can reassign statuses and configure stage transitions."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"locked\": false,\n        \"statuses\": [\n            {\n                \"status_guid\": \"training.taxonomy.18082\"\n            },\n            {\n                \"status_guid\": \"training.taxonomy.748\"\n            }\n        ],\n        \"stage_transitions\": [\n            {\n                \"stage_id\": \"ZM1OT4VR\"\n            }\n        ],\n        \"all_stage_transitions\": false,\n        \"index_weight\": 4,\n        \"name\": \"Third Review Rounds (Updated)\",\n        \"author\": \"570fc1efa826be4ad8830c4e\",\n        \"_id\": \"XAGGV5LS\",\n        \"_version\": 6,\n        \"updated_at\": \"2026-02-27T22:53:43.743000Z\",\n        \"created_at\": \"2026-02-27T22:45:52.195000Z\"\n    }\n}"}],"_postman_id":"6c964fee-00b2-4e87-be8d-8dd148cd3e7a"},{"name":"Delete Stage","id":"450bee05-0b7f-424b-a361-96262561764e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/settings/stages/:stage_id","description":"<p>Permanently deletes a decision stage.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","stages",":stage_id"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"08db27b8-cc80-4a09-9866-ac3cd16d449b","description":{"content":"<p>Stage ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"stage_id"}]}},"response":[{"id":"7f439bd2-b7c7-4d03-a8bd-5cbf1c51b066","name":"Delete Stage - Example","originalRequest":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/settings/stages/:stage_id","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions","settings","stages",":stage_id"],"variable":[{"key":"stage_id","value":"AA1OR4X4","description":"Stage ID"}]},"description":"Permanently deletes a decision stage."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": true\n}"}],"_postman_id":"450bee05-0b7f-424b-a361-96262561764e"}],"id":"ac5a4339-9721-4226-90eb-518e396d1788","description":"<p>Manage your different Decision board Stages</p>\n","_postman_id":"ac5a4339-9721-4226-90eb-518e396d1788","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Statuses","item":[{"name":"List Statuses","id":"afbc7a40-30bc-4398-9472-c7e37896c3df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/settings/statuses","description":"<p>Returns all decision statuses with their stage assignments.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","statuses"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[{"id":"c59e57cf-60da-4305-a229-36f3caf1f003","name":"List Statuses - Example","originalRequest":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/settings/statuses","description":"Returns all decision statuses with their stage assignments."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"statuses\": [\n            {\n                \"name\": \"Submitted\",\n                \"properties\": {\n                    \"slug\": \"submitted\",\n                    \"action\": \"to-review\",\n                    \"color\": \"#2196f3\",\n                    \"locked\": true\n                },\n                \"guid\": \"training.taxonomy.664\",\n                \"_version\": 0,\n                \"updated_at\": \"2027-02-27T17:10:49.000000Z\",\n                \"created_at\": \"2027-02-27T17:10:49.000000Z\"\n            },\n            {\n                \"name\": \"In Review\",\n                \"properties\": {\n                    \"action\": \"in-progress\",\n                    \"color\": \"#C5B636\",\n                    \"locked\": false,\n                    \"slug\": \"in-review\"\n                },\n                \"guid\": \"training.taxonomy.18082\",\n                \"_version\": 0,\n                \"updated_at\": \"2027-02-20T15:32:18.908000Z\",\n                \"created_at\": \"2027-02-20T15:32:18.908000Z\"\n            },\n            {\n                \"name\": \"Admitted\",\n                \"properties\": {\n                    \"slug\": \"admitted\",\n                    \"action\": \"decided-admitted\",\n                    \"color\": \"#72B32C\",\n                    \"sis_code\": \"\",\n                    \"locked\": false\n                },\n                \"guid\": \"training.taxonomy.787\",\n                \"_version\": 3,\n                \"updated_at\": \"2027-02-30T00:06:45.069000Z\",\n                \"created_at\": \"2027-02-13T13:22:25.000000Z\"\n            },\n            {\n                \"name\": \"Denied\",\n                \"properties\": {\n                    \"action\": \"decided-denied\",\n                    \"color\": \"#f44336\",\n                    \"locked\": false,\n                    \"slug\": \"denied\"\n                },\n                \"guid\": \"training.taxonomy.18104\",\n                \"_version\": 0,\n                \"updated_at\": \"2027-02-20T16:33:25.079000Z\",\n                \"created_at\": \"2027-02-20T16:33:25.079000Z\"\n            }\n            \n        ],\n        \"actions\": {\n            \"to-review\": \"To Review\",\n            \"in-progress\": \"In Review\",\n            \"decided-admitted\": \"Admitted\",\n            \"decided-deferred\": \"Deferred\",\n            \"decided-denied\": \"Denied\",\n            \"decided-offer\": \"Conditional Offer\",\n            \"decided-waitlisted\": \"Waitlisted\",\n            \"decided-withdrawn\": \"Withdrawn\"\n        }\n    }\n}"}],"_postman_id":"afbc7a40-30bc-4398-9472-c7e37896c3df"},{"name":"Create Status","id":"6bdd0073-3df5-44b5-8f9e-d26ba2b35309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Conditional Offer\",\n        \"properties\": {\n            \"slug\": \"conditional-offer\",\n            \"action\": \"decided-offer\",\n            \"color\": \"#df7d51\",\n            \"sis_code\": \"CONDITIONAL_OFFER\"\n        }\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/decisions/settings/statuses","description":"<p>Creates a new decision status.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","statuses"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[{"id":"1ccfabe1-7012-4bbb-898f-86ff55af774c","name":"Create Status - Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Conditional Offer\",\n        \"properties\": {\n            \"slug\": \"conditional-offer\",\n            \"action\": \"decided-offer\",\n            \"color\": \"#df7d51\",\n            \"sis_code\": \"CONDITIONAL_OFFER\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/decisions/settings/statuses","description":"Creates a new decision status."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Conditional Offer\",\n        \"properties\": {\n            \"slug\": \"conditional-offer\",\n            \"action\": \"decided-offer\",\n            \"color\": \"#df7d51\",\n            \"sis_code\": \"CONDITIONAL_OFFER\",\n            \"locked\": false\n        },\n        \"guid\": \"training.taxonomy.22924\",\n        \"_version\": 0,\n        \"updated_at\": \"2026-02-27T21:53:13.595000Z\",\n        \"created_at\": \"2026-02-27T21:53:13.595000Z\"\n    }\n}"}],"_postman_id":"6bdd0073-3df5-44b5-8f9e-d26ba2b35309"},{"name":"Update Status","id":"f9050f88-0dc8-4cc0-ab7f-a60dde917735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Conditional Offer (Updated)\",\n        \"properties\": {\n            \"slug\": \"conditional-offer-updated\",\n            \"action\": \"decided-offer\",\n            \"color\": \"#df7d51\",\n            \"sis_code\": \"CONDITIONAL_OFFER\"\n        },\n        \"_version\": 0\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/decisions/settings/statuses/:status_guid","description":"<p>Updates an existing decision status by GUID.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","statuses",":status_guid"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"e50a7b52-5a0c-4308-b754-adf5b9079b7e","description":{"content":"<p>Status GUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"status_guid"}]}},"response":[{"id":"deb9065d-0ae5-4bb3-b335-d528228a932b","name":"Update Status - Example","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Conditional Offer (Updated)\",\n        \"properties\": {\n            \"slug\": \"conditional-offer-updated\",\n            \"action\": \"decided-offer\",\n            \"color\": \"#df7d51\",\n            \"sis_code\": \"CONDITIONAL_OFFER\"\n        },\n        \"_version\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/settings/statuses/:status_guid","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions","settings","statuses",":status_guid"],"variable":[{"key":"status_guid","value":"training.taxonomy.22924"}]},"description":"Updates an existing decision status by GUID."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Conditional Offer (Updated)\",\n        \"properties\": {\n            \"slug\": \"conditional-offer-updated\",\n            \"action\": \"decided-offer\",\n            \"color\": \"#df7d51\",\n            \"sis_code\": \"CONDITIONAL_OFFER\",\n            \"locked\": false\n        },\n        \"guid\": \"training.taxonomy.22924\",\n        \"_version\": 1,\n        \"updated_at\": \"2026-02-27T21:56:25.478000Z\",\n        \"created_at\": \"2026-02-27T21:53:13.595000Z\"\n    }\n}"}],"_postman_id":"f9050f88-0dc8-4cc0-ab7f-a60dde917735"},{"name":"Delete Status","id":"97465e25-d9b5-4e9a-bbc0-fcc14969f7bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/settings/statuses/:status_guid","description":"<p>Permanently deletes a decision status and removes it from any stages.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","statuses",":status_guid"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"2f0e3321-77c3-4d75-a1db-153017b6d8d7","description":{"content":"<p>Status GUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"status_guid"}]}},"response":[{"id":"304eace3-1814-4418-b9d5-8ab1cee3286e","name":"Delete Status - Example","originalRequest":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/settings/statuses/:status_guid","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions","settings","statuses",":status_guid"],"variable":[{"key":"status_guid","value":"training.taxonomy.22924","description":"Status GUID"}]},"description":"Permanently deletes a decision status and removes it from any stages."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": true\n}"}],"_postman_id":"97465e25-d9b5-4e9a-bbc0-fcc14969f7bf"}],"id":"32b5e69e-308e-4b43-8d7e-7d12681a3f05","description":"<p>Manage your different Decision statuses.</p>\n","_postman_id":"32b5e69e-308e-4b43-8d7e-7d12681a3f05","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Tags","item":[{"name":"List Tags","id":"e7a50afa-80db-4115-9f35-d158e6a3033e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/tags","description":"<p>Returns all decision tags.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","tags"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[{"id":"a7eea8b3-b92e-46fe-a7c2-d8346924cba7","name":"List Tags - Example","originalRequest":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/tags","description":"Returns all decision tags."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"The Tag #1\",\n            \"guid\": \"training.taxonomy.2009537\",\n            \"properties\": {\n                \"slug\": \"the-tag-1\"\n            },\n            \"updated_at\": \"2021-03-30T18:11:09.228000Z\",\n            \"created_at\": \"2021-03-30T18:11:09.228000Z\"\n        },\n        {\n            \"name\": \"The Tag #2\",\n            \"guid\": \"training.taxonomy.2009553\",\n            \"properties\": {\n                \"slug\": \"the-tag-2\"\n            },\n            \"updated_at\": \"2021-03-31T16:19:14.142000Z\",\n            \"created_at\": \"2021-03-31T16:19:14.142000Z\"\n        }\n    ]\n}"}],"_postman_id":"e7a50afa-80db-4115-9f35-d158e6a3033e"},{"name":"Create Tag","id":"2061d890-7cd5-41e5-b6d4-10710ff1b9b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"name\": \"High Priority\"\n  }\n}"},"url":"https://{{client}}.{{api}}/v2/decisions/tags","description":"<p>Creates a new decision tag.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","tags"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[{"id":"18ae38d1-73ae-450c-877a-204c2330b6a5","name":"Create Tag - Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"name\": \"High Priority\"\n  }\n}"},"url":"https://{{client}}.{{api}}/v2/decisions/tags","description":"Creates a new decision tag."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"name\": \"High Priority\"\n  }\n}"}],"_postman_id":"2061d890-7cd5-41e5-b6d4-10710ff1b9b0"},{"name":"Delete Tag","id":"f8bdaafc-ff68-42b4-a6aa-8ed9eb1a696f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/decisions/tags/:tag_id","description":"<p>Permanently deletes a decision tag.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","tags",":tag_id"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"4fbea382-4b44-415e-9f24-ff158a055ab7","description":{"content":"<p>Tag GUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"tag_id"}]}},"response":[{"id":"d6207746-3038-4799-b7f8-119555da61c3","name":"Delete Tag - Example","originalRequest":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/tags/:tag_id","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions","tags",":tag_id"],"variable":[{"key":"tag_id","value":"tu.taxonomy.22934","description":"Tag GUID"}]},"description":"Permanently deletes a decision tag."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": true\n}"}],"_postman_id":"f8bdaafc-ff68-42b4-a6aa-8ed9eb1a696f"}],"id":"d2dd92f3-9ca4-4e9a-908f-1f9600629747","_postman_id":"d2dd92f3-9ca4-4e9a-908f-1f9600629747","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Cohorts","item":[{"name":"Get Decision Cohort Settings","id":"d50693d4-ee80-4fd1-ac62-93cc55879b84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/decisions/settings/cohorts?analytics={{analytics}}&feature={{feature}}","description":"<p>Access Decision Cohort Settings. Cohorts act as a segment or list of Decisions based on certain criteria such as major or term.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","cohorts"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"d50693d4-ee80-4fd1-ac62-93cc55879b84"},{"name":"Move Cohort to Folder","id":"9663271a-a631-429b-aade-a5c8a507cb79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"guid\": [\n            \"6RCVCTRV\"\n        ]\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/decisions/settings/cohorts/folders/moveto/{{TAXONOMY_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","cohorts","folders","moveto","{{TAXONOMY_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"9663271a-a631-429b-aade-a5c8a507cb79"}],"id":"638195ef-a95f-4d5b-9abd-85737f48c15a","_postman_id":"638195ef-a95f-4d5b-9abd-85737f48c15a","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Package","item":[{"name":"Letter","item":[{"name":"Get Decision Package Letter Settings","id":"2e8d26fb-72a3-4ea8-9987-47e34dcf7814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/decisions/settings/package/letters?analytics={{analytics}}&feature={{feature}}","description":"<p>Access Decision Package Letters.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions","settings","package","letters"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"2e8d26fb-72a3-4ea8-9987-47e34dcf7814"}],"id":"8cdbaa9b-1a03-447c-b5af-05f2d10587a3","_postman_id":"8cdbaa9b-1a03-447c-b5af-05f2d10587a3","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"3dbe5edd-3a09-40de-a735-32c485d28c51","_postman_id":"3dbe5edd-3a09-40de-a735-32c485d28c51","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"09984edb-102a-4ce7-8b15-91c060016e46","description":"<p>Administrative configuration endpoints for the Decisions module.</p>\n<p>These resources define system-level structures such as groups, stages, statuses, criteria, tokens, and packages that control decision behavior and evaluation logic.</p>\n<p>All endpoints require <code>admin</code> authorization.</p>\n","_postman_id":"09984edb-102a-4ce7-8b15-91c060016e46","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"c0623ba2-9e73-4783-8c3f-64dffcc0cda0","description":"<p>Access and manage Decisions by item or in bulk.</p>\n<p>A Decision corresponds to a person's application and stores information about the processing of that application. This includes criteria that is scored, checklist items that should be completed before a Decision can be released and notes that internal users can create to share information.</p>\n","_postman_id":"c0623ba2-9e73-4783-8c3f-64dffcc0cda0","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Degrees","item":[{"name":"{degree_guid}","item":[{"name":"Tags","item":[{"name":"Modify Degree Tags","id":"24d6ce06-7830-488c-a62c-b656c03f15e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"new\": [],\n        \"guid\": [\n            \"training.taxonomy.4109962\"\n        ]\n    }\n}\n\n","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/degrees/:degree_guid/tags?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","degrees",":degree_guid","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the degree </p>\n","type":"text/plain"},"type":"any","value":"","key":"degree_guid"}]}},"response":[{"id":"3cbb549a-8fc7-42df-b0ab-86ed3bddd6c8","name":"Modify Degree Tags","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"new\": [],\n        \"guid\": [\n            \"training.taxonomy.4109962\"\n        ]\n    }\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/degrees/:degree_guid/tags?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","degrees",":degree_guid","tags"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"degree_guid","value":"","description":"Unique identifier for the degree "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Nov 2025 19:46:28 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"guid\": \"instance.degrees.1239\",\n        \"name\": \"test\",\n        \"code\": \"test\",\n        \"active\": false,\n        \"tags\": [\n            {\n                \"name\": \"blue\",\n                \"value\": \"instance-donotuse-tag\",\n                \"guid\": \"instance.taxonomy.4109962\"\n            }\n        ]\n    }\n}"}],"_postman_id":"24d6ce06-7830-488c-a62c-b656c03f15e6"}],"id":"b39aa7aa-2bd8-41ce-86db-80e4703b3d56","_postman_id":"b39aa7aa-2bd8-41ce-86db-80e4703b3d56","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Single Degree","id":"1ade7b9c-93b7-40c1-bf5a-c098a68a40b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/degrees/:degree_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","degrees",":degree_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Degree. Found with a GET to v2/degrees.</p>\n","type":"text/plain"},"type":"any","value":"","key":"degree_guid"}]}},"response":[{"id":"c99cffae-a515-4677-8785-addcc5d22f4d","name":"Get Single Degree","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/degrees/:degree_guid?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","degrees",":degree_guid"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"degree_guid","value":"","description":"Unique identifier for the Degree. Found with a GET to v2/degrees."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Nov 2025 19:22:27 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"name\": \"Example Degree\",\n        \"guid\": \"instance.degrees.19240\",\n        \"code\": \"test-degree\",\n        \"active\": false,\n        \"_subdom\": \"instance\",\n        \"tags\": []\n    }\n}"}],"_postman_id":"1ade7b9c-93b7-40c1-bf5a-c098a68a40b9"},{"name":"Delete Degree","id":"8146b9ca-a70d-4d59-9d9e-6eb6a87a3605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/degrees/{{DEGREE_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","degrees","{{DEGREE_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"8146b9ca-a70d-4d59-9d9e-6eb6a87a3605"},{"name":"Update Degree","id":"cc66c455-56d2-4aea-b8a2-9e4dc09cb1ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"degree","value":"{\"active\":false,\"name\":\"test\",\"code\":\"test\",\"applications\":[\"instance.applications.6493\"],\"guid\":\"instance.degrees.1929\"}","type":"text","uuid":"026fff7a-a1fd-4e65-af28-bcff421b15a9"}]},"url":"https://{{client}}.{{api}}/v2/degrees/:degree?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","degrees",":degree"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"degree"}]}},"response":[],"_postman_id":"cc66c455-56d2-4aea-b8a2-9e4dc09cb1ee"}],"id":"2d4701f6-a89e-40ea-b184-79f1bb7226eb","_postman_id":"2d4701f6-a89e-40ea-b184-79f1bb7226eb","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"CSVImport","item":[{"name":"Batch Import Degrees","id":"e05d37b2-3aa4-449c-bef1-0dda3795d9df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"insert","type":"text","description":"<p>upsert | update | insert. Upsert will add new and update, update will overwrite, insert will add new.</p>\n"},{"key":"import","type":"file","description":"<p>Path to file.</p>\n","value":null}]},"url":"https://{{client}}.{{api}}/v2/degrees/csvimport?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","degrees","csvimport"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"e05d37b2-3aa4-449c-bef1-0dda3795d9df"}],"id":"4e6d3dbd-0131-42fd-8955-98392d19d2cb","_postman_id":"4e6d3dbd-0131-42fd-8955-98392d19d2cb","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"tags","item":[{"name":"{taxonomy_guid}","item":[{"name":"Update Tag","id":"6aed81cc-5355-4e6c-820c-19c091156e60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"new-tag_name-update\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/degrees/tags/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","degrees","tags",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Tag. Found with a GET to v2/degrees/tags.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"6aed81cc-5355-4e6c-820c-19c091156e60"},{"name":"Delete Tag","id":"4b062026-309a-4948-8ef7-2145d00733d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/degrees/tags/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","degrees","tags",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Tag. Found with a GET to v2/degrees/tags.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"4b062026-309a-4948-8ef7-2145d00733d3"}],"id":"9dcd1dda-e389-4d68-aa16-a53066fe69cb","_postman_id":"9dcd1dda-e389-4d68-aa16-a53066fe69cb","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Tags","id":"c9798088-8763-4ae0-9487-dcb84b7138ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/degrees/tags?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","degrees","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"c9798088-8763-4ae0-9487-dcb84b7138ab"},{"name":"Create Tag","id":"d12c19a7-01bf-412d-9ddb-1f261040615a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"tag_name2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/degrees/tags?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","degrees","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"d12c19a7-01bf-412d-9ddb-1f261040615a"}],"id":"6a118ee1-9d1b-43ff-982b-b76b5c256c80","_postman_id":"6a118ee1-9d1b-43ff-982b-b76b5c256c80","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Degrees","id":"ca275ea2-20f9-4324-9f61-06c7d7ad55b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/degrees?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","degrees"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"21966acc-c711-4f8b-99bb-3b6a014474bf","name":"Get All Degrees","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/degrees?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","degrees"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 May 2025 20:33:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"name\": \"Associate of Arts\",\n            \"guid\": \"instance.degrees.8734\",\n            \"code\": \"AA\",\n            \"active\": true,\n            \"_subdom\": \"instance\",\n            \"tags\": [],\n            \"sis\": \"5e45c18d-fa46-4710-c2ed1b48bdb9\"\n        },\n        {\n            \"name\": \"Associate of Applied Science\",\n            \"guid\": \"instance.degrees.8735\",\n            \"code\": \"AAS\",\n            \"active\": true,\n            \"_subdom\": \"instance\",\n            \"tags\": [],\n            \"sis\": \"96ca8362-a593-96d0-bcfbd62c9192\"\n        },\n        {\n            \"name\": \"Bachelor of Science\",\n            \"guid\": \"instance.degrees.8745\",\n            \"code\": \"BS\",\n            \"active\": true,\n            \"_subdom\": \"instance\",\n            \"tags\": [],\n            \"sis\": \"5ab661cf-aeac-44f9-2ca067c47521\"\n        },\n        {\n            \"name\": \"Master of Science\",\n            \"guid\": \"instance.degrees.8756\",\n            \"code\": \"MS\",\n            \"active\": true,\n            \"_subdom\": \"instance\",\n            \"tags\": [],\n            \"sis\": \"712bff43-95d0-aefc-34d3852b329a\"\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"count\": 4,\n            \"offset\": 0,\n            \"limit\": null\n        }\n    }\n}"}],"_postman_id":"ca275ea2-20f9-4324-9f61-06c7d7ad55b6"},{"name":"Create Degree","id":"0e646d1b-b2c0-4cad-b205-aa35df672a6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"degree","value":"{\"active\":false,\"name\":\"Degree Name\",\"code\":\"degree-code\"}","type":"text","uuid":"de87bd81-9dec-4752-835e-037c3d6ec733"}]},"url":"https://{{client}}.{{api}}/v2/degrees?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","degrees"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"0e646d1b-b2c0-4cad-b205-aa35df672a6b"}],"id":"c8717623-f40b-4794-b3cf-fe6c8a521e2b","_postman_id":"c8717623-f40b-4794-b3cf-fe6c8a521e2b","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Events","item":[{"name":"Parents","item":[{"name":"{event_guid}","item":[{"name":"Get Event Parent by Event GUID","id":"3149aae3-2c3b-4c0f-ab45-9ebc91e407a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/events/parents/:event_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Returns the details about an specific Event.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","events","parents",":event_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the event. Find with a GET to the same route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"event_guid"}]}},"response":[],"_postman_id":"3149aae3-2c3b-4c0f-ab45-9ebc91e407a2"}],"id":"761ee7f8-ddeb-4a53-9f2b-e07d7cc4f2b3","_postman_id":"761ee7f8-ddeb-4a53-9f2b-e07d7cc4f2b3","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Event Parents","id":"8a8d3380-eb52-4760-8957-ff2a732bb020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/events/parents?feature={{feature}}&analytics={{analytics}}","description":"<p>Events.parents.v2</p>\n","urlObject":{"protocol":"https","path":["v2","events","parents"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"8a8d3380-eb52-4760-8957-ff2a732bb020"}],"id":"4a37ab5e-ce6c-4543-928b-02d4fa98b45b","_postman_id":"4a37ab5e-ce6c-4543-928b-02d4fa98b45b","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"List","item":[{"name":"{event_guid}","item":[{"name":"Get Event Details by Event GUID","id":"15cd5981-d521-4623-a6ca-c05baf603534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/events/list/:event_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Returns the details about an specific Event.</p>\n","urlObject":{"protocol":"https","path":["v2","events","list",":event_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the event. Find with a GET to the same route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"event_guid"}]}},"response":[],"_postman_id":"15cd5981-d521-4623-a6ca-c05baf603534"}],"id":"c298cfb8-44d1-40e3-8dae-135840fe2dc6","_postman_id":"c298cfb8-44d1-40e3-8dae-135840fe2dc6","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"List Events","id":"dd45b365-08fc-4d22-9c0d-d93494423e0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/events/list?analytics={{analytics}}&feature={{feature}}&featured=1&embed[editor]=obj&offset=0&limit=30&start=2025-03-31T06:00:00.000Z&end=2025-04-28T06:00:00.000Z&category=&venue_name=","description":"<p>This route returns a list of available events. Unless you send an authentication method, this route will only return public events.</p>\n","urlObject":{"protocol":"https","path":["v2","events","list"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Flag to pull only feature events.</p>\n","type":"text/plain"},"key":"featured","value":"1"},{"key":"embed[editor]","value":"obj"},{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Max items to be returned in response.</p>\n","type":"text/plain"},"key":"limit","value":"30"},{"description":{"content":"<p>Filter events within the date range.</p>\n","type":"text/plain"},"key":"start","value":"2025-03-31T06:00:00.000Z"},{"description":{"content":"<p>Filter events within the date range.</p>\n","type":"text/plain"},"key":"end","value":"2025-04-28T06:00:00.000Z"},{"description":{"content":"<p>Filter events within the given category.</p>\n","type":"text/plain"},"key":"category","value":""},{"description":{"content":"<p>Filter events within the given venue name.</p>\n","type":"text/plain"},"key":"venue_name","value":""}],"variable":[]}},"response":[{"id":"09cb325d-0558-4ed8-aebd-32161d5803cb","name":"List Events (Unfiltered)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/events/list?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","events","list"],"query":[{"key":"analytics","value":"{{analytics}}","description":"optional"},{"key":"feature","value":"{{feature}}","description":"required"},{"key":"featured","value":"1","description":"Flag to pull only feature events.","disabled":true},{"key":"embed[editor]","value":"obj","disabled":true},{"key":"offset","value":"0","description":"Page number.","disabled":true},{"key":"limit","value":"30","description":"Max items to be returned in response.","disabled":true},{"key":"start","value":"2022-03-31T06:00:00.000Z","description":"Filter events within the date range.","disabled":true},{"key":"end","value":"2022-04-28T06:00:00.000Z","description":"Filter events within the date range.","disabled":true},{"key":"category","value":"{{CATEGORY}}","description":"Filter events withint the given category.","disabled":true},{"key":"venue_name","value":"{{VENUE_NAME}}","description":"Filter events withint the given category.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Mar 2025 17:41:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"guid\": \"client.events.908922\",\n            \"role\": \"parent\",\n            \"publishing_status\": \"published\",\n            \"event_type\": \"visit-day\",\n            \"content\": {\n                \"title\": \"Honors Student Visit Day\",\n                \"image\": {\n                    \"guid\": \"client.files.10149713\",\n                    \"url\": \"https://451.imgix.net/client/public/files/1Isluof4g.png\",\n                    \"transformations\": {\n                        \"image_560x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/client/public/files/1Isluof4g0.png\"\n                        },\n                        \"image_160x160_fit\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/client/public/files/1Isluof4g0J.png\"\n                        }\n                    }\n                }\n            },\n            \"privacy\": \"public\",\n            \"allday\": false,\n            \"start_date\": \"2025-03-27T10:30:00-04:00\",\n            \"end_date\": \"2025-03-27T12:00:00-04:00\",\n            \"timezone\": \"America/New_York\",\n            \"occurrences\": {\n                \"first\": {\n                    \"event_guid\": \"client.events.908922\",\n                    \"element_guid\": \"client.event_elements.908925\",\n                    \"active\": true,\n                    \"allday\": false,\n                    \"is_closed\": true,\n                    \"is_full\": true,\n                    \"is_open\": false,\n                    \"start_date\": \"2025-03-27T14:30:00+00:00\",\n                    \"end_date\": \"2025-03-27T16:00:00+00:00\",\n                    \"timezone\": \"America/New_York\",\n                    \"attendee_limit\": 1,\n                    \"attendee_count\": 1,\n                    \"total_registrations\": 1,\n                    \"guest_limit\": 0,\n                    \"start_ts\": 1743085800,\n                    \"end_ts\": 1743091200\n                },\n                \"next\": null,\n                \"upcoming\": [],\n                \"range\": [\n                    {\n                        \"event_guid\": \"client.events.908922\",\n                        \"element_guid\": \"client.event_elements.908925\",\n                        \"active\": true,\n                        \"allday\": false,\n                        \"is_closed\": true,\n                        \"is_full\": true,\n                        \"is_open\": false,\n                        \"start_date\": \"2025-03-27T14:30:00+00:00\",\n                        \"end_date\": \"2025-03-27T16:00:00+00:00\",\n                        \"timezone\": \"America/New_York\",\n                        \"attendee_limit\": 1,\n                        \"attendee_count\": 1,\n                        \"total_registrations\": 1,\n                        \"guest_limit\": 0,\n                        \"start_ts\": 1743085800,\n                        \"end_ts\": 1743091200\n                    }\n                ],\n                \"has_more\": false,\n                \"ongoing\": []\n            },\n            \"featured\": false,\n            \"signups\": {\n                \"active\": true\n            },\n            \"series\": [],\n            \"notify_admins\": [],\n            \"check_in\": null,\n            \"create_milestone\": true,\n            \"notes\": []\n        },\n        {\n            \"guid\": \"client.events.862309\",\n            \"role\": \"parent\",\n            \"publishing_status\": \"published\",\n            \"event_type\": \"visit-day\",\n            \"content\": {\n                \"title\": \"Parent Day\"\n            },\n            \"privacy\": \"public\",\n            \"allday\": false,\n            \"start_date\": \"2025-01-01T12:00:00-05:00\",\n            \"end_date\": \"2025-04-01T13:00:00-04:00\",\n            \"timezone\": \"America/New_York\",\n            \"occurrences\": {\n                \"first\": {\n                    \"event_guid\": \"client.events.862309\",\n                    \"element_guid\": \"client.event_elements.862310\",\n                    \"active\": true,\n                    \"allday\": false,\n                    \"is_closed\": false,\n                    \"is_full\": false,\n                    \"is_open\": true,\n                    \"start_date\": \"2025-03-31T16:00:00+00:00\",\n                    \"end_date\": \"2025-03-31T17:00:00+00:00\",\n                    \"timezone\": \"America/New_York\",\n                    \"attendee_limit\": 0,\n                    \"attendee_count\": 0,\n                    \"total_registrations\": 0,\n                    \"guest_limit\": 0,\n                    \"start_ts\": 1743436800,\n                    \"end_ts\": 1743440400\n                },\n                \"next\": {\n                    \"event_guid\": \"client.events.862309\",\n                    \"element_guid\": \"client.event_elements.862310\",\n                    \"active\": true,\n                    \"allday\": false,\n                    \"is_closed\": false,\n                    \"is_full\": false,\n                    \"is_open\": true,\n                    \"start_date\": \"2025-03-31T16:00:00+00:00\",\n                    \"end_date\": \"2025-03-31T17:00:00+00:00\",\n                    \"timezone\": \"America/New_York\",\n                    \"attendee_limit\": 0,\n                    \"attendee_count\": 0,\n                    \"total_registrations\": 0,\n                    \"guest_limit\": 0,\n                    \"start_ts\": 1743436800,\n                    \"end_ts\": 1743440400\n                },\n                \"upcoming\": [\n                    {\n                        \"event_guid\": \"client.events.862309\",\n                        \"element_guid\": \"client.event_elements.862310\",\n                        \"active\": true,\n                        \"allday\": false,\n                        \"is_closed\": false,\n                        \"is_full\": false,\n                        \"is_open\": true,\n                        \"start_date\": \"2025-03-31T16:00:00+00:00\",\n                        \"end_date\": \"2025-03-31T17:00:00+00:00\",\n                        \"timezone\": \"America/New_York\",\n                        \"attendee_limit\": 0,\n                        \"attendee_count\": 0,\n                        \"total_registrations\": 0,\n                        \"guest_limit\": 0,\n                        \"start_ts\": 1743436800,\n                        \"end_ts\": 1743440400\n                    }\n                ],\n                \"range\": [\n                    {\n                        \"event_guid\": \"client.events.862309\",\n                        \"element_guid\": \"client.event_elements.862310\",\n                        \"active\": true,\n                        \"allday\": false,\n                        \"is_closed\": false,\n                        \"is_full\": false,\n                        \"is_open\": true,\n                        \"start_date\": \"2025-03-31T16:00:00+00:00\",\n                        \"end_date\": \"2025-03-31T17:00:00+00:00\",\n                        \"timezone\": \"America/New_York\",\n                        \"attendee_limit\": 0,\n                        \"attendee_count\": 0,\n                        \"total_registrations\": 0,\n                        \"guest_limit\": 0,\n                        \"start_ts\": 1743436800,\n                        \"end_ts\": 1743440400\n                    }\n                ],\n                \"has_more\": false,\n                \"ongoing\": []\n            },\n            \"featured\": false,\n            \"signups\": {\n                \"active\": true\n            },\n            \"series\": [],\n            \"notify_admins\": [],\n            \"check_in\": null,\n            \"create_milestone\": true,\n            \"notes\": []\n        },\n        {\n            \"guid\": \"client.events.791253\",\n            \"role\": \"parent\",\n            \"publishing_status\": \"published\",\n            \"event_type\": \"open-house\",\n            \"content\": {\n                \"title\": \"Admitted Student Day\",\n                \"image\": {\n                    \"guid\": \"client.files.12993657\",\n                    \"url\": \"https://451.imgix.net/client/public/files/9fsjcaQolaCjLadd.jpg\",\n                    \"transformations\": {\n                        \"image_560x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/client/public/files/9fsjcaQ.jpg\"\n                        },\n                        \"image_300x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/client/public/files/9fsjcaQolaCjLadd.jpg\"\n                        },\n                        \"image_600x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/client/public/files/9fsj.jpg\"\n                        },\n                        \"image_160x160_fit\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/client/public/files/9fsjcaQolaCjLaddg9.jpg\"\n                        }\n                    }\n                }\n            },\n            \"privacy\": \"public\",\n            \"allday\": false,\n            \"start_date\": \"2024-12-10T10:00:00-06:00\",\n            \"end_date\": \"2025-05-01T14:30:00-05:00\",\n            \"timezone\": \"America/Chicago\",\n            \"occurrences\": {\n                \"first\": {\n                    \"event_guid\": \"client.events.791253\",\n                    \"element_guid\": \"client.event_elements.791254\",\n                    \"active\": true,\n                    \"allday\": false,\n                    \"is_closed\": false,\n                    \"is_full\": false,\n                    \"is_open\": true,\n                    \"start_date\": \"2025-04-26T15:00:00+00:00\",\n                    \"end_date\": \"2025-04-26T19:30:00+00:00\",\n                    \"timezone\": \"America/Chicago\",\n                    \"attendee_limit\": 200,\n                    \"attendee_count\": 0,\n                    \"total_registrations\": 0,\n                    \"guest_limit\": 3,\n                    \"start_ts\": 1745679600,\n                    \"end_ts\": 1745695800\n                },\n                \"next\": {\n                    \"event_guid\": \"client.events.791253\",\n                    \"element_guid\": \"client.event_elements.791254\",\n                    \"active\": true,\n                    \"allday\": false,\n                    \"is_closed\": false,\n                    \"is_full\": false,\n                    \"is_open\": true,\n                    \"start_date\": \"2025-04-26T15:00:00+00:00\",\n                    \"end_date\": \"2025-04-26T19:30:00+00:00\",\n                    \"timezone\": \"America/Chicago\",\n                    \"attendee_limit\": 200,\n                    \"attendee_count\": 0,\n                    \"total_registrations\": 0,\n                    \"guest_limit\": 3,\n                    \"start_ts\": 1745679600,\n                    \"end_ts\": 1745695800\n                },\n                \"upcoming\": [\n                    {\n                        \"event_guid\": \"client.events.791253\",\n                        \"element_guid\": \"client.event_elements.791254\",\n                        \"active\": true,\n                        \"allday\": false,\n                        \"is_closed\": false,\n                        \"is_full\": false,\n                        \"is_open\": true,\n                        \"start_date\": \"2025-04-26T15:00:00+00:00\",\n                        \"end_date\": \"2025-04-26T19:30:00+00:00\",\n                        \"timezone\": \"America/Chicago\",\n                        \"attendee_limit\": 200,\n                        \"attendee_count\": 0,\n                        \"total_registrations\": 0,\n                        \"guest_limit\": 3,\n                        \"start_ts\": 1745679600,\n                        \"end_ts\": 1745695800\n                    }\n                ],\n                \"range\": [\n                    {\n                        \"event_guid\": \"client.events.791253\",\n                        \"element_guid\": \"client.event_elements.791254\",\n                        \"active\": true,\n                        \"allday\": false,\n                        \"is_closed\": false,\n                        \"is_full\": false,\n                        \"is_open\": true,\n                        \"start_date\": \"2025-04-26T15:00:00+00:00\",\n                        \"end_date\": \"2025-04-26T19:30:00+00:00\",\n                        \"timezone\": \"America/Chicago\",\n                        \"attendee_limit\": 200,\n                        \"attendee_count\": 0,\n                        \"total_registrations\": 0,\n                        \"guest_limit\": 3,\n                        \"start_ts\": 1745679600,\n                        \"end_ts\": 1745695800\n                    }\n                ],\n                \"has_more\": false,\n                \"ongoing\": []\n            },\n            \"featured\": false,\n            \"signups\": {\n                \"active\": true\n            },\n            \"series\": [\n                {\n                    \"name\": \"Admitted Student Events\",\n                    \"guid\": \"client.events_series.765\"\n                }\n            ],\n            \"notify_admins\": [],\n            \"check_in\": null,\n            \"create_milestone\": true,\n            \"notes\": []\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"count\": 3,\n            \"offset\": 0,\n            \"limit\": null\n        }\n    }\n}"}],"_postman_id":"dd45b365-08fc-4d22-9c0d-d93494423e0f"}],"id":"1aac70dc-05ba-4344-879f-bc147fc614fe","_postman_id":"1aac70dc-05ba-4344-879f-bc147fc614fe","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Series","item":[{"name":"List Events Series","id":"05c53edd-2e97-48b5-acc0-fc722e7a2a3b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/events/series?analytics={{analytics}}&feature={{feature}}&offset=0&limit=10","description":"<p>Returns the list of events series available.</p>\n","urlObject":{"protocol":"https","path":["v2","events","series"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Max number of items returned in response</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>Include event ocurrences in response.</p>\n","type":"text/plain"},"key":"embed[occurrences]","value":"obj"}],"variable":[]}},"response":[],"_postman_id":"05c53edd-2e97-48b5-acc0-fc722e7a2a3b"}],"id":"40ed9eb5-933a-4054-ab9d-d3a9cf34195a","_postman_id":"40ed9eb5-933a-4054-ab9d-d3a9cf34195a","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Category","item":[{"name":"List Events Categories","id":"5bb39a61-12d3-4a83-9bb9-57d56bad7d42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/events/category?analytics={{analytics}}&feature={{feature}}&start=2022-03-31T06:00:00.000Z&end=2022-04-28T06:00:00.000Z&venue_name=","description":"<p>Returns the list of available categories which can also be filtered by Event date range and venue name.</p>\n","urlObject":{"protocol":"https","path":["v2","events","category"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Filter events within the date range.</p>\n","type":"text/plain"},"key":"start","value":"2022-03-31T06:00:00.000Z"},{"description":{"content":"<p>Filter events within the date range.</p>\n","type":"text/plain"},"key":"end","value":"2022-04-28T06:00:00.000Z"},{"description":{"content":"<p>Filter events with the given venue name.</p>\n","type":"text/plain"},"key":"venue_name","value":""}],"variable":[]}},"response":[],"_postman_id":"5bb39a61-12d3-4a83-9bb9-57d56bad7d42"}],"id":"cd540081-a69b-4bed-a2cd-f99b803a1935","_postman_id":"cd540081-a69b-4bed-a2cd-f99b803a1935","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Venues","item":[{"name":"List Events Venues","id":"e29181c3-634b-48f0-ac64-a56aa6a6848b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/events/venues?analytics={{analytics}}&feature={{feature}}","description":"<p>Returns the list of available event venues.</p>\n","urlObject":{"protocol":"https","path":["v2","events","venues"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"e29181c3-634b-48f0-ac64-a56aa6a6848b"}],"id":"2ff05a86-fa04-481b-81a5-0875ac539d34","_postman_id":"2ff05a86-fa04-481b-81a5-0875ac539d34","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Register","item":[{"name":"Admin","item":[{"name":"Register User for Event","id":"c2a7f9e9-9607-4fa7-b39a-79fe3ae77342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"item","value":"{\"_id\":null,\"event_guid\":\"tu.events.5110\",\"date_guid\":\"tu.event_elements.5111\",\"event_date\":\"2022-04-11T13:30:00+00:00\",\"guests_number\":1,\"status\":{\"registered\":true,\"attended\":false,\"canceled\":false,\"waitlisted\":false,\"no_show\":false},\"fields\":[{\"slug\":\"user-first-name\",\"name\":\"first_name\",\"value\":\"K\"},{\"slug\":\"user-last-name\",\"name\":\"last_name\",\"value\":\"J\"},{\"slug\":\"user-email-address\",\"name\":\"email\",\"value\":\"kjackson+tommi@element451.com\"},{\"slug\":\"user-education-schools-highschools\",\"name\":\"user-education-highschools\",\"subfields\":[{\"name\":\"user-education-highschools-name\",\"value\":\"spark\"},{\"name\":\"user-education-highschools-gpa_scale\",\"value\":\"fourpoint\"},{\"name\":\"user-education-highschools-gpa_rank\",\"value\":\"10\"}]}]}","type":"text"},{"key":"user-education-highschools-transcript_guid","type":"file","src":"/Users/KJ/Downloads/cookman.files.4204312.pdf"}]},"url":"https://{{client}}.{{api}}/v2/events/register/admin?feature={{feature}}&analytics={{analytics}}","description":"<p>Events.register.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","events","register","admin"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"c2a7f9e9-9607-4fa7-b39a-79fe3ae77342"}],"id":"3f7a9b4e-b7b1-4c8e-a8a5-ffc00fdbfb7a","_postman_id":"3f7a9b4e-b7b1-4c8e-a8a5-ffc00fdbfb7a","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"004ae095-01e1-434a-81b3-72e4bf608384","_postman_id":"004ae095-01e1-434a-81b3-72e4bf608384","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Partials","item":[{"name":"* Create Event","id":"464445db-ddcc-4210-a8e4-9472adbe8a64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/plain, */*"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"title\": \"New Eve\",\n        \"event_type\": \"information_session\",\n        \"categories\": [\n            \"academics\"\n        ],\n        \"privacy\": \"public\",\n        \"active\": true\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/events/partials?analytics={{analytics}}&feature={{feature}}","description":"<p>Create a new Event.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","events","partials"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"464445db-ddcc-4210-a8e4-9472adbe8a64"}],"id":"9d55fbcb-3084-4804-9d87-337ac2ce5d4e","_postman_id":"9d55fbcb-3084-4804-9d87-337ac2ce5d4e","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{event_guid}","item":[{"name":"* Update Event","id":"f9971d63-149b-4a84-98c3-3ac963671f7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"attendee_limit\": \"4\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/events/:event_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","events",":event_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Event. Found with GET to v2/events/list.</p>\n","type":"text/plain"},"type":"any","value":"","key":"event_guid"}]}},"response":[],"_postman_id":"f9971d63-149b-4a84-98c3-3ac963671f7d"}],"id":"7ea587b7-7e08-45f5-ab6b-1ba9743d2534","_postman_id":"7ea587b7-7e08-45f5-ab6b-1ba9743d2534","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Export","item":[{"name":"{event_guid}","item":[{"name":"Attendees","item":[{"name":"Export Event Attendees","id":"db219536-5437-4853-be8d-1f85fc2a7972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"item\":{\"signup_guid\":[\"RdGZlLbD\"]}}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/events/export/:event_guid/attendees?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","events","export",":event_guid","attendees"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the event. Found with GET to /v2/events/list</p>\n","type":"text/plain"},"type":"any","value":"","key":"event_guid"}]}},"response":[{"id":"8d39e69a-d9ae-4581-9c01-dfd494a33c8a","name":"Export Event Attendees","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"item\":{\"signup_guid\":[\"RdGZlLbD\"]}}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/events/export/:event_guid/attendees?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","events","export",":event_guid","attendees"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"event_guid","value":"","description":"Unique identifier for the event. Found with GET to /v2/events/list"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 May 2025 21:52:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"guid\": \"instance.files.18495284\",\n        \"name\": \"Attendees for Element University Campus Tour - Wed May 07.csv\",\n        \"size\": 277,\n        \"mime_type\": \"text/plain\",\n        \"url\": \"https://instance.api.451.io/v2/files/download/instance.files.495284/7rzOFzhB5tRx2J6DgLJt\"\n    }\n}"}],"_postman_id":"db219536-5437-4853-be8d-1f85fc2a7972"}],"id":"97ec61ac-eaae-4dbc-a291-68c55b02b8c0","_postman_id":"97ec61ac-eaae-4dbc-a291-68c55b02b8c0","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"4c79f41e-8bfc-4e14-b48d-2e646a09b4cd","_postman_id":"4c79f41e-8bfc-4e14-b48d-2e646a09b4cd","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"06b71e09-e494-4b36-920a-06642273561a","_postman_id":"06b71e09-e494-4b36-920a-06642273561a","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Signups","item":[{"name":"{event_guid}","item":[{"name":"Attendees","item":[{"name":"{signup_guid}","item":[{"name":"Update User Event Registration (public)","id":"92b6bea8-18bb-4022-94c0-182613fd3ad8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"event_guid\":\"tu.events.55567\",\"date_guid\":\"tu.event_elements.67136\",\"event_date\":\"2019-10-08T16:08:00Z\",\"status\":{\"attended\":false},\"payment\":[{\"name\":\"name\",\"value\":\"Mr Payerman\"},{\"name\":\"number\",\"value\":\"5513 0431 3356 6012\"},{\"name\":\"type\",\"value\":{\"name\":\"mastercard\",\"icon\":\"mastercard.png\",\"pattern\":{},\"valid_length\":[16,19]}},{\"name\":\"cvv\",\"value\":\"431\"},{\"name\":\"expiryMonth\",\"value\":\"01\"},{\"name\":\"expiryYear\",\"value\":\"21\"}],\"fields\":[{\"slug\":\"user-first-name\",\"name\":\"first_name\",\"value\":\"Kat\"},{\"slug\":\"user-last-name\",\"name\":\"last_name\",\"value\":\"Jackson\"},{\"slug\":\"user-email-address\",\"name\":\"email\",\"value\":\"kjackson+pay2@spark451.com\"},{\"slug\":\"user-phone-cell\",\"name\":\"user-phone\",\"subfields\":[{\"name\":\"user-phone-type\",\"value\":\"cell\"},{\"name\":\"user-phone-country_alpha_2\",\"value\":\"CA\"},{\"name\":\"user-phone-country_code\",\"value\":\"1\"},{\"name\":\"user-phone-number\",\"value\":\"2523410927\"}]}]}","type":"text","disabled":true},{"key":"item","value":"{\"status\": {\"canceled\": true}}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/events/signups/:event_guid/attendees/:signup_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","events","signups",":event_guid","attendees",":signup_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the event. Found with GET to /v2/events/list</p>\n","type":"text/plain"},"type":"any","value":"","key":"event_guid"},{"description":{"content":"<p>Unique identifier for a registration to the event.</p>\n","type":"text/plain"},"type":"any","value":"","key":"signup_guid"}]}},"response":[],"_postman_id":"92b6bea8-18bb-4022-94c0-182613fd3ad8"}],"id":"a4016b13-e3cc-4e3c-b29c-d50c0b6b9ea8","_postman_id":"a4016b13-e3cc-4e3c-b29c-d50c0b6b9ea8","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"0d8bc64b-411f-41cd-ab3f-a5070aa61b9c","_postman_id":"0d8bc64b-411f-41cd-ab3f-a5070aa61b9c","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"2d11e13f-b374-468c-838c-dd9be77f0bf8","_postman_id":"2d11e13f-b374-468c-838c-dd9be77f0bf8","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"9eb315c0-1bc9-4955-8a2a-7db0f3f1f565","_postman_id":"9eb315c0-1bc9-4955-8a2a-7db0f3f1f565","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"49c7f6b4-3525-482d-aa4b-8d2ef0859677","description":"<p>The following endpoints let you manage Events.</p>\n","event":[{"listen":"prerequest","script":{"id":"38bc2221-ddc1-4206-a5a7-9a6864aeac1a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"003f8e34-bb3a-4187-b17c-f61d26c00bf3","type":"text/javascript","exec":[""]}}],"_postman_id":"49c7f6b4-3525-482d-aa4b-8d2ef0859677","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Forms","item":[{"name":"Get Forms","id":"31dd30bc-a9f0-429a-8df5-f41157c1f9a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/forms/private?analytics={{analytics}}&feature={{feature}}","description":"<p>Get a list of Forms.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","forms","private"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"fa0f152d-c68e-4e1f-ad9c-33ddd03769d0","name":"Get Forms","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/forms/private?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","forms","private"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2025 16:30:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"name\": \"Short RFI Form\",\n            \"guid\": \"instance.forms.561\",\n            \"updated_at\": \"Mon Feb 26 18:01:38 +0000 2025\",\n            \"created_at\": \"Wed Oct 14 21:29:57 +0000 2024\",\n            \"thank_you\": [],\n            \"type\": \"prospect\"\n        },\n        {\n            \"name\": \"Long RFI Form\",\n            \"guid\": \"instance.forms.566\",\n            \"updated_at\": \"Mon Nov 02 16:08:36 +0000 2025\",\n            \"created_at\": \"Fri Oct 16 22:56:05 +0000 2024\",\n            \"thank_you\": [],\n            \"type\": \"prospect\"\n        },\n        {\n            \"name\": \"Highschool Test\",\n            \"guid\": \"instance.forms.10917\",\n            \"updated_at\": \"Wed Feb 05 16:54:54 +0000 2025\",\n            \"created_at\": \"Wed Feb 05 16:54:54 +0000 2025\",\n            \"thank_you\": [],\n            \"type\": \"simple\"\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"count\": 3,\n            \"offset\": 0,\n            \"limit\": 50\n        }\n    }\n}"}],"_postman_id":"31dd30bc-a9f0-429a-8df5-f41157c1f9a3"},{"name":"Get Public Form","id":"3f431eb8-8fb9-494f-ad19-6d5ca8633b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/forms/public/:form_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Get one form, including metadata, fields and field option validation.</p>\n<p>{{form_guid}} is the unique identifier of a Form, like 'instance.form.4902'. Can be found from Get Forms request.</p>\n","urlObject":{"protocol":"https","path":["v2","forms","public",":form_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Form. Found with a GET to v2/forms/private.</p>\n","type":"text/plain"},"type":"any","value":"","key":"form_guid"}]}},"response":[{"id":"b46f6ef2-5b88-4e22-b805-223103580b82","name":"Get Public Form","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":{"raw":"https://{{client}}.{{api}}/v2/forms/public/:form_guid?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","forms","public",":form_guid"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"form_guid","value":"","description":"Unique identifier for the Form. Found with a GET to v2/forms/private."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2025 16:37:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"name\": \"Short RFI Form\",\n        \"colors\": {\n            \"primary\": \"#FF5E1B\",\n            \"secondary\": \"#92D5E6\"\n        },\n        \"guid\": \"instance.forms.561\",\n        \"follow_form\": {\n            \"enabled\": false\n        },\n        \"main_form\": {\n            \"header\": {\n                \"text\": \"<p><strong>Request for Information Form&nbsp;</strong></p><p><br></p><p>Thank you for your interest! Complete this form and we'll be in touch with more information.&nbsp;</p>\"\n            },\n            \"submit\": {\n                \"button\": {\n                    \"label\": \"Submit\",\n                    \"color\": \"primary\"\n                }\n            },\n            \"_field\": \"instance.field.9864\",\n            \"_field_data\": {\n                \"fields\": [\n                    {\n                        \"slug\": \"user-first-name\",\n                        \"type\": \"text\",\n                        \"label\": \"First Name\",\n                        \"name\": \"first_name\",\n                        \"placeholder\": \"\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            },\n                            {\n                                \"type\": \"name\"\n                            }\n                        ],\n                        \"index_weight\": 0,\n                        \"notes\": \"\",\n                        \"hidden\": false,\n                        \"help_text\": \"\",\n                        \"default\": null,\n                        \"size\": \"half\",\n                        \"new_line\": false,\n                        \"user_value\": \"Default First\"\n                    },\n                    {\n                        \"slug\": \"user-last-name\",\n                        \"type\": \"text\",\n                        \"label\": \"Last Name\",\n                        \"name\": \"last_name\",\n                        \"placeholder\": \"\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            },\n                            {\n                                \"type\": \"name\"\n                            }\n                        ],\n                        \"index_weight\": 1,\n                        \"notes\": \"\",\n                        \"hidden\": false,\n                        \"help_text\": \"\",\n                        \"default\": null,\n                        \"size\": \"half\",\n                        \"new_line\": false,\n                        \"user_value\": \"Default Last\"\n                    },\n                    {\n                        \"slug\": \"user-email-address\",\n                        \"type\": \"email\",\n                        \"label\": \"Email\",\n                        \"name\": \"email\",\n                        \"placeholder\": \"\",\n                        \"validations\": [\n                            {\n                                \"type\": \"email\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"index_weight\": 2,\n                        \"notes\": \"\",\n                        \"hidden\": false,\n                        \"help_text\": \"\",\n                        \"size\": \"full\",\n                        \"user_value\": \"default@example.com\"\n                    },\n                    {\n                        \"slug\": \"user-education-term\",\n                        \"type\": \"select\",\n                        \"label\": \"Term\",\n                        \"name\": \"term\",\n                        \"placeholder\": \"Term\",\n                        \"data_source\": \"instance.data_source.2312\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"index_weight\": 3,\n                        \"notes\": \"\",\n                        \"hidden\": false,\n                        \"help_text\": \"\",\n                        \"input_widget\": \"default\",\n                        \"size\": \"half\",\n                        \"new_line\": false,\n                        \"autocomplete\": false,\n                        \"options\": null,\n                        \"data_source_text\": \"name\",\n                        \"data_source_value\": \"guid\",\n                        \"data_source_settings\": [\n                            {\n                                \"text\": \"Spring 2026\",\n                                \"value\": \"instance.terms.42927\",\n                                \"checked\": false\n                            },\n                            {\n                                \"text\": \"Summer 2025\",\n                                \"value\": \"instance.terms.42914\",\n                                \"checked\": false\n                            },\n                            {\n                                \"text\": \"Fall 2025\",\n                                \"value\": \"instance.terms.42915\",\n                                \"checked\": false\n                            }\n                        ]\n                    },\n                    {\n                        \"label\": \"Intended Major\",\n                        \"name\": \"intended_major\",\n                        \"default\": \"\",\n                        \"placeholder\": \"\",\n                        \"notes\": \"\",\n                        \"data_source\": \"data_source.majors\",\n                        \"data_source_text\": \"name\",\n                        \"data_source_value\": \"guid\",\n                        \"size\": \"half\",\n                        \"type\": \"select\",\n                        \"conditionals\": [],\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"slug\": \"user-education-prefered-major\",\n                        \"index_weight\": 4,\n                        \"hidden\": false,\n                        \"help_text\": \"\",\n                        \"input_widget\": \"default\",\n                        \"new_line\": false,\n                        \"autocomplete\": false,\n                        \"data_source_settings\": [\n                            {\n                                \"text\": \"Physical Therapy AS\",\n                                \"value\": \"instance.major.3461\",\n                                \"checked\": false,\n                                \"name\": \"Physical Therapy AS (TEST)\",\n                                \"guid\": \"instance.major.3461\",\n                                \"code\": \"PTHERAPY.AS\",\n                                \"campus\": [\n                                    \"instance.campus.285\"\n                                ],\n                                \"schools\": [\n                                    \"instance.school.2640\"\n                                ]\n                            },\n                            {\n                                \"text\": \"Biology\",\n                                \"value\": \"instance.major.4191\",\n                                \"checked\": false,\n                                \"name\": \"Biology\",\n                                \"guid\": \"instance.major.4191\",\n                                \"code\": \"BIO\",\n                                \"schools\": [\n                                    \"instance.school.2639\"\n                                ]\n                            },\n                            {\n                                \"text\": \"English\",\n                                \"value\": \"instance.major.4470\",\n                                \"checked\": false,\n                                \"name\": \"English\",\n                                \"guid\": \"instance.major.4470\",\n                                \"code\": \"ENG\",\n                                \"campus\": [\n                                    \"instance.campus.285\"\n                                ],\n                                \"terms\": [\n                                    \"instance.terms.42915\"\n                                ],\n                                \"schools\": [\n                                    \"instance.school.2639\"\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"label\": \"Date of Birth\",\n                        \"name\": \"dob\",\n                        \"default\": \"\",\n                        \"placeholder\": \"\",\n                        \"notes\": \"\",\n                        \"data_source\": false,\n                        \"size\": \"full\",\n                        \"type\": \"datepicker\",\n                        \"conditionals\": [],\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"slug\": \"user-dob\",\n                        \"index_weight\": 5\n                    }\n                ]\n            }\n        },\n        \"thank_you\": [\n            {\n                \"_id\": \"default\",\n                \"title\": \"Thank you!\",\n                \"text\": \"<p>Thank you for your interest!</p>\",\n                \"show_button\": false,\n                \"conditionals\": []\n            }\n        ],\n        \"payment\": [],\n        \"user_id\": \"5e627467d541f11f4\",\n        \"type\": \"prospect\"\n    }\n}"}],"_postman_id":"3f431eb8-8fb9-494f-ad19-6d5ca8633b3f"},{"name":"Save Public Form Main Form","id":"9c67a60f-6476-42c9-9ea2-d7ae7857cdbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"item","value":"{\"fields_id\":\"instance.field.9864\",\"initial_form\":true,\"source_url\":\"embed-forms.451.io/\",\"fields\":[{\"slug\":\"user-first-name\",\"name\":\"first_name\",\"value\":\"Firstname\"},{\"slug\":\"user-last-name\",\"name\":\"last_name\",\"value\":\"Lastname\"},{\"slug\":\"user-email-address\",\"name\":\"email\",\"value\":\"email@example.com\"},{\"slug\":\"user-education-term\",\"name\":\"term\",\"value\":\"instance.terms.42927\"},{\"slug\":\"user-education-schools-root\",\"name\":\"user-education-schools\",\"subfields\":[{\"name\":\"user-education-schools-type\",\"value\":\"highschool\"},{\"name\":\"user-education-schools-entry_type\",\"value\":\"ged\"},{\"name\":\"user-education-schools-ged_version\",\"value\":\"english\"}]}]}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/forms/public/:form_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Submit a form. This will create or update a user in Element451.</p>\n<p>{{form_guid}} is the unique identifier of a Form, like 'instance.form.4902'. Can be found from Get Forms request.</p>\n<p>Body of request requires form data in valid format. \"fields_id\" attribute specifies format. See fields_id format when using Get Public Form request.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","forms","public",":form_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Form. Found with a GET to v2/forms/private.</p>\n","type":"text/plain"},"type":"any","value":"","key":"form_guid"}]}},"response":[{"id":"044dce82-c169-49ab-9e2c-e3524ae4cd2a","name":"Save Public Form Main Form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"item","value":"{\"fields_id\":\"instance.field.9864\",\"initial_form\":true,\"source_url\":\"embed-forms.451.io/\",\"fields\":[{\"slug\":\"user-first-name\",\"name\":\"first_name\",\"value\":\"Firstname\"},{\"slug\":\"user-last-name\",\"name\":\"last_name\",\"value\":\"Lastname\"},{\"slug\":\"user-email-address\",\"name\":\"email\",\"value\":\"email@example.com\"},{\"slug\":\"user-education-term\",\"name\":\"term\",\"value\":\"instance.terms.42927\"},{\"slug\":\"user-education-schools-root\",\"name\":\"user-education-schools\",\"subfields\":[{\"name\":\"user-education-schools-type\",\"value\":\"highschool\"},{\"name\":\"user-education-schools-entry_type\",\"value\":\"ged\"},{\"name\":\"user-education-schools-ged_version\",\"value\":\"english\"}]}]}","type":"text"}],"options":{"raw":{"language":"text"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/forms/public/:form_guid?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","forms","public",":form_guid"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"form_guid","value":"","description":"Unique identifier for the Form. Found with a GET to v2/forms/private."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2025 21:02:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2002,\n    \"devMessage\": \"The resource specified in the request was created.\",\n    \"userMessage\": \"The resource specified in the request was created.\",\n    \"data\": {\n        \"done\": true,\n        \"user_id\": \"62d715aa1245714514e5\",\n        \"magic_key\": \"sfnasPjnGPSLyt0eQKcIb5jwqg1Xe4T5C\",\n        \"request_id\": \"61f279b231525fe69bc68a115e\"\n    }\n}"}],"_postman_id":"9c67a60f-6476-42c9-9ea2-d7ae7857cdbb"}],"id":"f0d99937-53f1-4b33-a892-497e18f6c190","description":"<p>Manage Forms and submit form data to Element451.</p>\n","_postman_id":"f0d99937-53f1-4b33-a892-497e18f6c190","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Import-Export","item":[{"name":"Tasks","item":[{"name":"{task_guid}","item":[{"name":"Cancel","item":[{"name":"Task Cancel","id":"bb130631-29a2-4d14-8c30-9776ef5144bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/tasks/:task_guid/cancel?analytics={{analytics}}&feature={{feature}}","description":"<p><strong>Description</strong></p>\n<p>Import bulk user data into Element451 to create or update user records.</p>\n<p><strong>Body Parameters</strong></p>\n<ul>\n<li><strong>\"template\"</strong> : \"mixed\" - (required) The template defines the attributes of the user that will be exported, \"columns\", and any transformations or validations applied to those attributes.<br />  The template can be passed inline in the request body itself as an object/array or an existing template GUID can be passed as a string.<br />  For passing the template inline:<ul>\n<li><strong>\"columns\"</strong> : [array] - (required) list of object properties to be exported for each row.<ul>\n<li><strong>\"field\"</strong> : \"string\" - (required) Friendly name of the field to be imported. Does not have to match the system friendly name.</li>\n<li><strong>\"mode\"</strong> : \"string\" - (required) Generally should be set to “slug”.<br />  Options:<ul>\n<li>Slug - This imports the values from the matching item to the slug.</li>\n<li>Skip - This skips importing the data for that specific slug. The field name and slug name (can be any text string) still need to be populated in the template and the slug name needs to be present in the data.</li>\n<li>Calculated - The formula value needs to be included in the template and the slug in the data import, though the value of the item is ignored, so it is best to just leave it blank.</li>\n</ul>\n</li>\n<li><strong>\"slug\"</strong> : \"string\" - (required) Slug of the referenced Mapping. When using “mode”: “skip” this can be any text string and does not have to be a real slug.</li>\n<li><strong>“formula”</strong> : “string” - (optional) A formula to be applied while importing using calculated mode.</li>\n<li><strong>\"transformations\"</strong> : [array] - (optional) Any transformation to be applied on the value.</li>\n<li><strong>“scope”</strong> : “string” - (sometimes required) Used for importing multiple values for the type of fields (for example test scores or milestones).</li>\n<li><strong>\"validations\"</strong> : [array] - (optional) Any validation to be applied to the value.</li>\n<li><strong>“type”</strong> : “string” - (optional) The type of data to be imported. (”string” or for example)</li>\n<li><strong>“range”</strong> : [array] - (optional) Example would be [\"unique\"] for fields you want to match on.</li>\n<li><strong>\"empty\"</strong> : \"mixed\" - (optional) Action to do when the value is empty.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Items Mode Parameters</strong></p>\n<ul>\n<li><strong>\"items\"</strong> : [array] - (Required)<ul>\n<li>\"XXX\": {object} - (Required) The data to be imported. The object keys, “XXX”, can either be column number {”0”: “Jane”, “1”:”<a href=\"https://mailto:janedoe@email.com\">janedoe@email.com</a>”,......} or the slug in the layout {”user-first-name”: “John” , ”user-email-address” : “<a href=\"https://mailto:johndoe@email.com\">johndoe@email.com</a>”}</li>\n<li>If using calculated fields, you can use either numbers as the object key, which starts at 0, or use slugs. (Key 0 is equal to column 1 in the layout). Either way, the value for the calculate column would be empty as the data is populated by the formula.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Items Import options</strong></p>\n<ul>\n<li><strong>\"options\"</strong> : {objects} - (optional)<ul>\n<li><strong>“action”</strong> : “string - (optional) Can be set to update, upsert, or insert. The default is upsert.</li>\n<li><strong>“dry”</strong> : boolean - (optional) Can be true or false. True will run the import without writing to the database, the same way a test flat file import would act.</li>\n<li><strong>\"trackActivity\"</strong> : boolean - (optional) True means the system will fire off application activities when applications are imported. For example, if it's on, and you import a submitted application, the system will fire applicationRegistrationSuccessful, applicationCompleted, and applicationSubmitted.</li>\n<li><strong>\"bumpOptUpdatedAt\"</strong> : boolean - (optional)</li>\n</ul>\n</li>\n</ul>\n<p>Please visit <a href=\"https://integrations.element451.com/importing-data-103\">https://integrations.element451.com/importing-data-103</a> for more examples.</p>\n","urlObject":{"protocol":"https","path":["v2","importExport","tasks",":task_guid","cancel"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"id":"66e6e27f-ddc1-4e9e-97e9-345ca15ed34e","description":{"content":"<p>Unique identifier for the Task.</p>\n","type":"text/plain"},"type":"any","value":"","key":"task_guid"}]}},"response":[],"_postman_id":"bb130631-29a2-4d14-8c30-9776ef5144bb"}],"id":"aca0fba2-c1db-469d-b531-a6a4592cbeca","description":"<p>Cancel a Task that is currently executing.</p>\n","_postman_id":"aca0fba2-c1db-469d-b531-a6a4592cbeca","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Preview","item":[{"name":"Preview Task","id":"d2f76e87-a137-4736-9d6d-2ee0ad675f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/tasks/:task_guid/preview?feature={{feature}}&analytics={{analytics}}&offset=0","description":"<p>Will return 25 objects so the final results of the task can be previewed. Helpful for testing and ensuring transformations or validations are working properly.</p>\n<p>{{task_guid}} is the unique identifier for the Import+Export task.</p>\n","urlObject":{"protocol":"https","path":["v2","importExport","tasks",":task_guid","preview"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Offest preview results. Increase to see subsequent row previews.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[{"description":{"content":"<p>Unique identifier for the Task.</p>\n","type":"text/plain"},"type":"any","value":"","key":"task_guid"}]}},"response":[],"_postman_id":"d2f76e87-a137-4736-9d6d-2ee0ad675f2b"}],"id":"07a594d6-ceff-4b40-9b11-6f58296796ba","description":"<p>See how a sample row of a Task will be processed.</p>\n","_postman_id":"07a594d6-ceff-4b40-9b11-6f58296796ba","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Run","item":[{"name":"Task Run","id":"c20dd893-e263-494a-becf-ee3ee72ba0e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/tasks/:task_guid/run?analytics={{analytics}}&feature={{feature}}&options[dry]=1","description":"<p><strong>Description</strong></p>\n<p>Import bulk user data into Element451 to create or update user records.</p>\n<p><strong>Body Parameters</strong></p>\n<ul>\n<li><strong>\"template\"</strong> : \"mixed\" - (required) The template defines the attributes of the user that will be exported, \"columns\", and any transformations or validations applied to those attributes.<br />  The template can be passed inline in the request body itself as an object/array or an existing template GUID can be passed as a string.<br />  For passing the template inline:<ul>\n<li><strong>\"columns\"</strong> : [array] - (required) list of object properties to be exported for each row.<ul>\n<li><strong>\"field\"</strong> : \"string\" - (required) Friendly name of the field to be imported. Does not have to match the system friendly name.</li>\n<li><strong>\"mode\"</strong> : \"string\" - (required) Generally should be set to “slug”.<br />  Options:<ul>\n<li>Slug - This imports the values from the matching item to the slug.</li>\n<li>Skip - This skips importing the data for that specific slug. The field name and slug name (can be any text string) still need to be populated in the template and the slug name needs to be present in the data.</li>\n<li>Calculated - The formula value needs to be included in the template and the slug in the data import, though the value of the item is ignored, so it is best to just leave it blank.</li>\n</ul>\n</li>\n<li><strong>\"slug\"</strong> : \"string\" - (required) Slug of the referenced Mapping. When using “mode”: “skip” this can be any text string and does not have to be a real slug.</li>\n<li><strong>“formula”</strong> : “string” - (optional) A formula to be applied while importing using calculated mode.</li>\n<li><strong>\"transformations\"</strong> : [array] - (optional) Any transformation to be applied on the value.</li>\n<li><strong>“scope”</strong> : “string” - (sometimes required) Used for importing multiple values for the type of fields (for example test scores or milestones).</li>\n<li><strong>\"validations\"</strong> : [array] - (optional) Any validation to be applied to the value.</li>\n<li><strong>“type”</strong> : “string” - (optional) The type of data to be imported. (”string” or for example)</li>\n<li><strong>“range”</strong> : [array] - (optional) Example would be [\"unique\"] for fields you want to match on.</li>\n<li><strong>\"empty\"</strong> : \"mixed\" - (optional) Action to do when the value is empty.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Items Mode Parameters</strong></p>\n<ul>\n<li><strong>\"items\"</strong> : [array] - (Required)<ul>\n<li>\"XXX\": {object} - (Required) The data to be imported. The object keys, “XXX”, can either be column number {”0”: “Jane”, “1”:”<a href=\"https://mailto:janedoe@email.com\">janedoe@email.com</a>”,......} or the slug in the layout {”user-first-name”: “John” , ”user-email-address” : “<a href=\"https://mailto:johndoe@email.com\">johndoe@email.com</a>”}</li>\n<li>If using calculated fields, you can use either numbers as the object key, which starts at 0, or use slugs. (Key 0 is equal to column 1 in the layout). Either way, the value for the calculate column would be empty as the data is populated by the formula.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Items Import options</strong></p>\n<ul>\n<li><strong>\"options\"</strong> : {objects} - (optional)<ul>\n<li><strong>“action”</strong> : “string - (optional) Can be set to update, upsert, or insert. The default is upsert.</li>\n<li><strong>“dry”</strong> : boolean - (optional) Can be true or false. True will run the import without writing to the database, the same way a test flat file import would act.</li>\n<li><strong>\"trackActivity\"</strong> : boolean - (optional) True means the system will fire off application activities when applications are imported. For example, if it's on, and you import a submitted application, the system will fire applicationRegistrationSuccessful, applicationCompleted, and applicationSubmitted.</li>\n<li><strong>\"bumpOptUpdatedAt\"</strong> : boolean - (optional)</li>\n</ul>\n</li>\n</ul>\n<p>Please visit <a href=\"https://integrations.element451.com/importing-data-103\">https://integrations.element451.com/importing-data-103</a> for more examples.</p>\n","urlObject":{"protocol":"https","path":["v2","importExport","tasks",":task_guid","run"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Execute a \"dry\" run of the Task to determine if configuration and mapping are correct.</p>\n","type":"text/plain"},"key":"options[dry]","value":"1"}],"variable":[{"id":"66e6e27f-ddc1-4e9e-97e9-345ca15ed34e","description":{"content":"<p>Unique identifier for the Task.</p>\n","type":"text/plain"},"type":"any","value":"","key":"task_guid"}]}},"response":[],"_postman_id":"c20dd893-e263-494a-becf-ee3ee72ba0e8"}],"id":"097c7ddf-558c-418a-bdfa-cf697beb49c9","description":"<p>Execute Task as live or dry.</p>\n","_postman_id":"097c7ddf-558c-418a-bdfa-cf697beb49c9","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Results","item":[{"name":"Get Task Results","id":"3157efde-baa6-41e9-a3c6-fefd53d8fc96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/tasks/:task_guid/results?analytics={{analytics}}&feature={{feature}}&v=2&offset=0&limit=100","description":"<p><strong>Description</strong></p>\n<p>Import bulk user data into Element451 to create or update user records.</p>\n<p><strong>Body Parameters</strong></p>\n<ul>\n<li><strong>\"template\"</strong> : \"mixed\" - (required) The template defines the attributes of the user that will be exported, \"columns\", and any transformations or validations applied to those attributes.<br />  The template can be passed inline in the request body itself as an object/array or an existing template GUID can be passed as a string.<br />  For passing the template inline:<ul>\n<li><strong>\"columns\"</strong> : [array] - (required) list of object properties to be exported for each row.<ul>\n<li><strong>\"field\"</strong> : \"string\" - (required) Friendly name of the field to be imported. Does not have to match the system friendly name.</li>\n<li><strong>\"mode\"</strong> : \"string\" - (required) Generally should be set to “slug”.<br />  Options:<ul>\n<li>Slug - This imports the values from the matching item to the slug.</li>\n<li>Skip - This skips importing the data for that specific slug. The field name and slug name (can be any text string) still need to be populated in the template and the slug name needs to be present in the data.</li>\n<li>Calculated - The formula value needs to be included in the template and the slug in the data import, though the value of the item is ignored, so it is best to just leave it blank.</li>\n</ul>\n</li>\n<li><strong>\"slug\"</strong> : \"string\" - (required) Slug of the referenced Mapping. When using “mode”: “skip” this can be any text string and does not have to be a real slug.</li>\n<li><strong>“formula”</strong> : “string” - (optional) A formula to be applied while importing using calculated mode.</li>\n<li><strong>\"transformations\"</strong> : [array] - (optional) Any transformation to be applied on the value.</li>\n<li><strong>“scope”</strong> : “string” - (sometimes required) Used for importing multiple values for the type of fields (for example test scores or milestones).</li>\n<li><strong>\"validations\"</strong> : [array] - (optional) Any validation to be applied to the value.</li>\n<li><strong>“type”</strong> : “string” - (optional) The type of data to be imported. (”string” or for example)</li>\n<li><strong>“range”</strong> : [array] - (optional) Example would be [\"unique\"] for fields you want to match on.</li>\n<li><strong>\"empty\"</strong> : \"mixed\" - (optional) Action to do when the value is empty.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Items Mode Parameters</strong></p>\n<ul>\n<li><strong>\"items\"</strong> : [array] - (Required)<ul>\n<li>\"XXX\": {object} - (Required) The data to be imported. The object keys, “XXX”, can either be column number {”0”: “Jane”, “1”:”<a href=\"https://mailto:janedoe@email.com\">janedoe@email.com</a>”,......} or the slug in the layout {”user-first-name”: “John” , ”user-email-address” : “<a href=\"https://mailto:johndoe@email.com\">johndoe@email.com</a>”}</li>\n<li>If using calculated fields, you can use either numbers as the object key, which starts at 0, or use slugs. (Key 0 is equal to column 1 in the layout). Either way, the value for the calculate column would be empty as the data is populated by the formula.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Items Import options</strong></p>\n<ul>\n<li><strong>\"options\"</strong> : {objects} - (optional)<ul>\n<li><strong>“action”</strong> : “string - (optional) Can be set to update, upsert, or insert. The default is upsert.</li>\n<li><strong>“dry”</strong> : boolean - (optional) Can be true or false. True will run the import without writing to the database, the same way a test flat file import would act.</li>\n<li><strong>\"trackActivity\"</strong> : boolean - (optional) True means the system will fire off application activities when applications are imported. For example, if it's on, and you import a submitted application, the system will fire applicationRegistrationSuccessful, applicationCompleted, and applicationSubmitted.</li>\n<li><strong>\"bumpOptUpdatedAt\"</strong> : boolean - (optional)</li>\n</ul>\n</li>\n</ul>\n<p>Please visit <a href=\"https://integrations.element451.com/importing-data-103\">https://integrations.element451.com/importing-data-103</a> for more examples.</p>\n","urlObject":{"protocol":"https","path":["v2","importExport","tasks",":task_guid","results"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Results return version.</p>\n","type":"text/plain"},"key":"v","value":"2"},{"description":{"content":"<p>Offset results padignation.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Limit number of results returned.</p>\n","type":"text/plain"},"key":"limit","value":"100"}],"variable":[{"id":"66e6e27f-ddc1-4e9e-97e9-345ca15ed34e","description":{"content":"<p>Unique identifier for the Task.</p>\n","type":"text/plain"},"type":"any","value":"","key":"task_guid"}]}},"response":[],"_postman_id":"3157efde-baa6-41e9-a3c6-fefd53d8fc96"}],"id":"d548141c-155a-4a91-ae08-f9131ba1b67d","description":"<p>Access execution results for a Task.</p>\n","_postman_id":"d548141c-155a-4a91-ae08-f9131ba1b67d","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Validate","item":[{"name":"Task Validate","id":"42f1425f-2869-4ba6-8208-f3d06195f796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/tasks/:task_guid/validate?analytics={{analytics}}&feature={{feature}}","description":"<p><strong>Description</strong></p>\n<p>Import bulk user data into Element451 to create or update user records.</p>\n<p><strong>Body Parameters</strong></p>\n<ul>\n<li><strong>\"template\"</strong> : \"mixed\" - (required) The template defines the attributes of the user that will be exported, \"columns\", and any transformations or validations applied to those attributes.<br />  The template can be passed inline in the request body itself as an object/array or an existing template GUID can be passed as a string.<br />  For passing the template inline:<ul>\n<li><strong>\"columns\"</strong> : [array] - (required) list of object properties to be exported for each row.<ul>\n<li><strong>\"field\"</strong> : \"string\" - (required) Friendly name of the field to be imported. Does not have to match the system friendly name.</li>\n<li><strong>\"mode\"</strong> : \"string\" - (required) Generally should be set to “slug”.<br />  Options:<ul>\n<li>Slug - This imports the values from the matching item to the slug.</li>\n<li>Skip - This skips importing the data for that specific slug. The field name and slug name (can be any text string) still need to be populated in the template and the slug name needs to be present in the data.</li>\n<li>Calculated - The formula value needs to be included in the template and the slug in the data import, though the value of the item is ignored, so it is best to just leave it blank.</li>\n</ul>\n</li>\n<li><strong>\"slug\"</strong> : \"string\" - (required) Slug of the referenced Mapping. When using “mode”: “skip” this can be any text string and does not have to be a real slug.</li>\n<li><strong>“formula”</strong> : “string” - (optional) A formula to be applied while importing using calculated mode.</li>\n<li><strong>\"transformations\"</strong> : [array] - (optional) Any transformation to be applied on the value.</li>\n<li><strong>“scope”</strong> : “string” - (sometimes required) Used for importing multiple values for the type of fields (for example test scores or milestones).</li>\n<li><strong>\"validations\"</strong> : [array] - (optional) Any validation to be applied to the value.</li>\n<li><strong>“type”</strong> : “string” - (optional) The type of data to be imported. (”string” or for example)</li>\n<li><strong>“range”</strong> : [array] - (optional) Example would be [\"unique\"] for fields you want to match on.</li>\n<li><strong>\"empty\"</strong> : \"mixed\" - (optional) Action to do when the value is empty.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Items Mode Parameters</strong></p>\n<ul>\n<li><strong>\"items\"</strong> : [array] - (Required)<ul>\n<li>\"XXX\": {object} - (Required) The data to be imported. The object keys, “XXX”, can either be column number {”0”: “Jane”, “1”:”<a href=\"https://mailto:janedoe@email.com\">janedoe@email.com</a>”,......} or the slug in the layout {”user-first-name”: “John” , ”user-email-address” : “<a href=\"https://mailto:johndoe@email.com\">johndoe@email.com</a>”}</li>\n<li>If using calculated fields, you can use either numbers as the object key, which starts at 0, or use slugs. (Key 0 is equal to column 1 in the layout). Either way, the value for the calculate column would be empty as the data is populated by the formula.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Items Import options</strong></p>\n<ul>\n<li><strong>\"options\"</strong> : {objects} - (optional)<ul>\n<li><strong>“action”</strong> : “string - (optional) Can be set to update, upsert, or insert. The default is upsert.</li>\n<li><strong>“dry”</strong> : boolean - (optional) Can be true or false. True will run the import without writing to the database, the same way a test flat file import would act.</li>\n<li><strong>\"trackActivity\"</strong> : boolean - (optional) True means the system will fire off application activities when applications are imported. For example, if it's on, and you import a submitted application, the system will fire applicationRegistrationSuccessful, applicationCompleted, and applicationSubmitted.</li>\n<li><strong>\"bumpOptUpdatedAt\"</strong> : boolean - (optional)</li>\n</ul>\n</li>\n</ul>\n<p>Please visit <a href=\"https://integrations.element451.com/importing-data-103\">https://integrations.element451.com/importing-data-103</a> for more examples.</p>\n","urlObject":{"protocol":"https","path":["v2","importExport","tasks",":task_guid","validate"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Task.</p>\n","type":"text/plain"},"type":"any","value":"","key":"task_guid"}]}},"response":[],"_postman_id":"42f1425f-2869-4ba6-8208-f3d06195f796"}],"id":"cab4a932-3542-4ede-bfe7-da2f41663edd","description":"<p>Validate the Import Task.</p>\n","_postman_id":"cab4a932-3542-4ede-bfe7-da2f41663edd","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"WDC","item":[{"name":"Open Task Web Data Connector","id":"82b56f3b-ba5b-4dfd-a0d3-1a30a8471dee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/importExport/tasks/{{TASK_GUID}}/wdc?feature={{feature}}","description":"<p><em><strong>Deprecated. Please use Web Data Export instead.</strong></em>  </p>\n<p>Opens an Export Task Web Data Connector that allows paging over Export Task results via web with the given Connector ID.<br />As a side effect it closes all open connector to current task.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","importExport","tasks","{{TASK_GUID}}","wdc"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"82b56f3b-ba5b-4dfd-a0d3-1a30a8471dee"},{"name":"Close Task Web Data Connector","id":"c393c5b9-5885-4027-8496-36011ea3d05e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/importExport/tasks/{{TASK_GUID}}/wdc?feature={{feature}}&connector_id={{CONNECTOR_ID}}&action=close","description":"<p><em><strong>Deprecated. Please use Web Data Export instead.</strong></em>  </p>\n<p>Closes the open connector, even when it's an optional step it will give you an insight when<br />seeing the export times on the Task results tab.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","importExport","tasks","{{TASK_GUID}}","wdc"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Connector Id returned from the Open Task Web Data Connector endpoint.</p>\n","type":"text/plain"},"key":"connector_id","value":"{{CONNECTOR_ID}}"},{"description":{"content":"<p>Required. Indicates that we want to close the currently opened Connector.</p>\n","type":"text/plain"},"key":"action","value":"close"}],"variable":[]}},"response":[],"_postman_id":"c393c5b9-5885-4027-8496-36011ea3d05e"}],"id":"19b53ea4-f662-4468-90c6-88b9fd7213e3","_postman_id":"19b53ea4-f662-4468-90c6-88b9fd7213e3","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Task","id":"ac875355-4034-41f7-aea7-90d64feecc30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/tasks/:task_guid?analytics={{analytics}}&feature={{feature}}","description":"<p><strong>Description</strong></p>\n<p>Import bulk user data into Element451 to create or update user records.</p>\n<p><strong>Body Parameters</strong></p>\n<ul>\n<li><strong>\"template\"</strong> : \"mixed\" - (required) The template defines the attributes of the user that will be exported, \"columns\", and any transformations or validations applied to those attributes.<br />  The template can be passed inline in the request body itself as an object/array or an existing template GUID can be passed as a string.<br />  For passing the template inline:<ul>\n<li><strong>\"columns\"</strong> : [array] - (required) list of object properties to be exported for each row.<ul>\n<li><strong>\"field\"</strong> : \"string\" - (required) Friendly name of the field to be imported. Does not have to match the system friendly name.</li>\n<li><strong>\"mode\"</strong> : \"string\" - (required) Generally should be set to “slug”.<br />  Options:<ul>\n<li>Slug - This imports the values from the matching item to the slug.</li>\n<li>Skip - This skips importing the data for that specific slug. The field name and slug name (can be any text string) still need to be populated in the template and the slug name needs to be present in the data.</li>\n<li>Calculated - The formula value needs to be included in the template and the slug in the data import, though the value of the item is ignored, so it is best to just leave it blank.</li>\n</ul>\n</li>\n<li><strong>\"slug\"</strong> : \"string\" - (required) Slug of the referenced Mapping. When using “mode”: “skip” this can be any text string and does not have to be a real slug.</li>\n<li><strong>“formula”</strong> : “string” - (optional) A formula to be applied while importing using calculated mode.</li>\n<li><strong>\"transformations\"</strong> : [array] - (optional) Any transformation to be applied on the value.</li>\n<li><strong>“scope”</strong> : “string” - (sometimes required) Used for importing multiple values for the type of fields (for example test scores or milestones).</li>\n<li><strong>\"validations\"</strong> : [array] - (optional) Any validation to be applied to the value.</li>\n<li><strong>“type”</strong> : “string” - (optional) The type of data to be imported. (”string” or for example)</li>\n<li><strong>“range”</strong> : [array] - (optional) Example would be [\"unique\"] for fields you want to match on.</li>\n<li><strong>\"empty\"</strong> : \"mixed\" - (optional) Action to do when the value is empty.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Items Mode Parameters</strong></p>\n<ul>\n<li><strong>\"items\"</strong> : [array] - (Required)<ul>\n<li>\"XXX\": {object} - (Required) The data to be imported. The object keys, “XXX”, can either be column number {”0”: “Jane”, “1”:”<a href=\"https://mailto:janedoe@email.com\">janedoe@email.com</a>”,......} or the slug in the layout {”user-first-name”: “John” , ”user-email-address” : “<a href=\"https://mailto:johndoe@email.com\">johndoe@email.com</a>”}</li>\n<li>If using calculated fields, you can use either numbers as the object key, which starts at 0, or use slugs. (Key 0 is equal to column 1 in the layout). Either way, the value for the calculate column would be empty as the data is populated by the formula.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Items Import options</strong></p>\n<ul>\n<li><strong>\"options\"</strong> : {objects} - (optional)<ul>\n<li><strong>“action”</strong> : “string - (optional) Can be set to update, upsert, or insert. The default is upsert.</li>\n<li><strong>“dry”</strong> : boolean - (optional) Can be true or false. True will run the import without writing to the database, the same way a test flat file import would act.</li>\n<li><strong>\"trackActivity\"</strong> : boolean - (optional) True means the system will fire off application activities when applications are imported. For example, if it's on, and you import a submitted application, the system will fire applicationRegistrationSuccessful, applicationCompleted, and applicationSubmitted.</li>\n<li><strong>\"bumpOptUpdatedAt\"</strong> : boolean - (optional)</li>\n</ul>\n</li>\n</ul>\n<p>Please visit <a href=\"https://integrations.element451.com/importing-data-103\">https://integrations.element451.com/importing-data-103</a> for more examples.</p>\n","urlObject":{"protocol":"https","path":["v2","importExport","tasks",":task_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"id":"66e6e27f-ddc1-4e9e-97e9-345ca15ed34e","description":{"content":"<p>Unique identifier for the Task.</p>\n","type":"text/plain"},"type":"any","value":"","key":"task_guid"}]}},"response":[],"_postman_id":"ac875355-4034-41f7-aea7-90d64feecc30"}],"id":"b8a07ae0-b009-4e71-b5ef-d412d01e75d3","description":"<p>Manage a specific Task by its GUID.</p>\n","_postman_id":"b8a07ae0-b009-4e71-b5ef-d412d01e75d3","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"S","item":[{"name":"WDC","item":[{"name":"Read Task Web Data Connector Page","id":"8d653999-f76c-46fd-8a6f-d616fd710602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/importExport/tasks/s/wdc?feature={{feature}}&connector_id={{CONNECTOR_ID}}&per_page=10&last_id=&embed[]=schema","description":"<p><em>**Deprecated. Please use Web Data Export instead.<br />**</em><br />Passing the received \"connector_id\" from the Open Task Web Data Connector route, we can paginate<br />over the task results. The \"last_id\" parameters must be null for first page, and then each page response provide what<br />value to use to retrieve the next page.<br />\"embed[]=schema\" attaches the data schema on the metadata object of the response.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","importExport","tasks","s","wdc"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Connector Id returned from the Open Task Web Data Connector endpoint.</p>\n","type":"text/plain"},"key":"connector_id","value":"{{CONNECTOR_ID}}"},{"description":{"content":"<p>The desired maximum amount of items returned per page.</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"description":{"content":"<p>The next page id, provided in response metada.</p>\n","type":"text/plain"},"key":"last_id","value":""},{"description":{"content":"<p>If sent, the schema of the data will be returned with the page data.</p>\n","type":"text/plain"},"key":"embed[]","value":"schema"}],"variable":[]}},"response":[],"_postman_id":"8d653999-f76c-46fd-8a6f-d616fd710602"}],"id":"c39e4c2f-bb03-46ba-a9d8-7a6ea027123a","_postman_id":"c39e4c2f-bb03-46ba-a9d8-7a6ea027123a","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"d4870489-8fd4-4d29-b307-d2a7ef05c98c","_postman_id":"d4870489-8fd4-4d29-b307-d2a7ef05c98c","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"06f414e0-b12b-48f3-ba04-ef8bf20c99a7","description":"<p>Access, manage and execute Import or Export tasks.</p>\n","_postman_id":"06f414e0-b12b-48f3-ba04-ef8bf20c99a7","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Templates","item":[{"name":"{template_guid}","item":[{"name":"Get Template","id":"1abef31f-0e20-4b77-9746-41259168c0e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/templates/:template_guid?analytics={{analytics}}&feature={{feature}}","urlObject":{"protocol":"https","path":["v2","importExport","templates",":template_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the template.</p>\n","type":"text/plain"},"type":"any","value":"","key":"template_guid"}]}},"response":[{"id":"31a30254-f248-4096-9e74-f4507065d06f","name":"Get Template","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/importExport/templates/:template_guid?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","importExport","templates",":template_guid"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"template_guid","value":"","description":"Unique identifier for the template."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Mar 2025 16:42:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"updated_at\": \"2025-03-24T17:48:59+00:00\",\n        \"created_at\": \"2025-03-24T17:34:21+00:00\",\n        \"name\": \"Add Note to Student\",\n        \"type\": \"Data_import_task\",\n        \"_subdom\": \"instance\",\n        \"guid\": \"instance.template.2801\",\n        \"columns\": [\n            {\n                \"field\": \"Email\",\n                \"mode\": \"slug\",\n                \"slug\": \"user-email-address\",\n                \"empty\": null,\n                \"transformations\": [],\n                \"type\": \"string\",\n                \"range\": [\n                    \"unique\"\n                ]\n            },\n            {\n                \"field\": \"Email Content\",\n                \"mode\": \"slug\",\n                \"slug\": \"user-notes-note-body\",\n                \"transformations\": [],\n                \"type\": \"string\",\n                \"range\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"1abef31f-0e20-4b77-9746-41259168c0e3"},{"name":"Update Template","id":"523d88b5-d7d0-4685-aac4-196769d0a754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"guid\": \"training.template.24532\",\n        \"type\": \"Data_import_task\",\n        \"columns\": [\n            {\n                \"field\": \"dob\",\n                \"mode\": \"slug\",\n                \"slug\": \"user-dob\",\n                \"empty\": null,\n                \"transformations\": [\n                    {\n                        \"type\": \"format\",\n                        \"params\": {\n                            \"format\": \"Y-m-d\",\n                            \"use_client_timezone\": true\n                        }\n                    }\n                ],\n                \"type\": \"date\",\n                \"range\": [],\n                \"validations\": null,\n                \"scope\": null,\n                \"action\": \"update\"\n            }\n        ],\n        \"updatedAt\": \"2025-11-12T23:02:52+00:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/importExport/templates/:template_guid?analytics={{analytics}}&feature={{feature}}","urlObject":{"protocol":"https","path":["v2","importExport","templates",":template_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the template.</p>\n","type":"text/plain"},"type":"any","value":"","key":"template_guid"}]}},"response":[],"_postman_id":"523d88b5-d7d0-4685-aac4-196769d0a754"}],"id":"8fcbce59-387d-4876-9b38-bb743468b424","_postman_id":"8fcbce59-387d-4876-9b38-bb743468b424","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Templates","id":"e7662df6-fc8c-4777-bf76-b2ff726d3f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/templates?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","importExport","templates"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"5f65a495-5469-44a0-bb04-0514d080761a","name":"Get Templates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/importExport/templates?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","importExport","templates"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Mar 2025 16:38:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"updated_at\": \"2024-07-18T16:54:07+00:00\",\n            \"created_at\": \"2024-07-11T19:31:36+00:00\",\n            \"type\": \"Data_export_task\",\n            \"name\": \"Test Export\",\n            \"_subdom\": \"instance\",\n            \"guid\": \"instance.template.1263\"\n        },\n        {\n            \"updated_at\": \"2024-04-03T14:42:12+00:00\",\n            \"created_at\": \"2023-04-03T14:42:12+00:00\",\n            \"type\": \"Data_import_task\",\n            \"name\": \"Student Email from Banner\",\n            \"_subdom\": \"instance\",\n            \"guid\": \"instance.template.1052\"\n        },\n        {\n            \"updated_at\": \"2018-07-18T16:54:34+00:00\",\n            \"created_at\": \"2018-07-06T15:10:02+00:00\",\n            \"type\": \"Data_export_task\",\n            \"name\": \"Applications for Fall\",\n            \"_subdom\": \"instance\",\n            \"guid\": \"instance.template.1251\"\n        },\n        {\n            \"updated_at\": \"2024-07-18T16:30:26+00:00\",\n            \"created_at\": \"2018-07-11T18:08:06+00:00\",\n            \"type\": \"Data_import_task\",\n            \"name\": \"Prospects from vendor\",\n            \"_subdom\": \"instance\",\n            \"guid\": \"insatnce.template.1262\"\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"count\": 280,\n            \"offset\": 0,\n            \"limit\": null\n        }\n    }\n}"}],"_postman_id":"e7662df6-fc8c-4777-bf76-b2ff726d3f67"},{"name":"Create Template","id":"ee1ee729-f8d3-4b52-8167-401e4de20c9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Test Template\",\n        \"type\": \"Data_import_task\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/importExport/templates?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","importExport","templates"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"72df7131-ad58-41d5-89b6-1e7a3dbf0a8b","name":"Create Template","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Test Template\",\n        \"type\": \"Data_import_task\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/importExport/templates?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","importExport","templates"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Nov 2025 23:00:18 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2002,\n    \"devMessage\": \"The resource specified in the request was created.\",\n    \"userMessage\": \"The resource specified in the request was created.\",\n    \"data\": {\n        \"updated_at\": \"2025-11-12T23:00:18+00:00\",\n        \"created_at\": \"2025-11-12T23:00:18+00:00\",\n        \"name\": \"Test Template\",\n        \"type\": \"Data_import_task\",\n        \"_subdom\": \"instance\",\n        \"guid\": \"instance.template.24533\",\n        \"columns\": []\n    }\n}"}],"_postman_id":"ee1ee729-f8d3-4b52-8167-401e4de20c9e"}],"id":"02d8ba50-7e1a-48bf-98ab-d02a9ded6c88","description":"<p>Import+Export Templates contain \"mappings\" that route Element451 Contact Record data. Mappings my correspond to the column order of a CSV file or to the index order of a list. Templates can be created for either Import Tasks or Export Tasks. Templates can be easily added to a Task and are designed for easy re-use.</p>\n<p>The {{template_guid}} is the unique identifier for the Template.</p>\n","_postman_id":"02d8ba50-7e1a-48bf-98ab-d02a9ded6c88","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Provider","item":[{"name":"Application","item":[{"name":"Get Application Provider","id":"a690bad3-c12c-4cf6-9399-69dfc5bc52d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/provider/Application?analytics={{analytics}}&feature={{feature}}&path","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","importExport","provider","Application"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Path into a provider folder. Found with GET to this route, excluding path param.</p>\n","type":"text/plain"},"key":"path","value":null}],"variable":[]}},"response":[],"_postman_id":"a690bad3-c12c-4cf6-9399-69dfc5bc52d8"}],"id":"d5de9519-32e5-471e-99fe-7d340ed498e6","description":"<p>Access and manage the Application document provider</p>\n","_postman_id":"d5de9519-32e5-471e-99fe-7d340ed498e6","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Info Request","item":[{"name":"Get Info Request Provider","id":"b75ab374-b5e7-4c8e-b036-d1293cea92e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/provider/InfoRequest?analytics={{analytics}}&feature={{feature}}&path","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","importExport","provider","InfoRequest"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Path into a provider folder. Found with GET to this route, excluding path param.</p>\n","type":"text/plain"},"key":"path","value":null}],"variable":[]}},"response":[],"_postman_id":"b75ab374-b5e7-4c8e-b036-d1293cea92e2"}],"id":"10133934-6610-479d-bee0-76d0a43a6668","description":"<p>Access and manage the Info Request document provider.</p>\n","_postman_id":"10133934-6610-479d-bee0-76d0a43a6668","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"General Bin","item":[{"name":"Get General Bin Provider","id":"9cab78b1-d251-42ca-acd7-63e2032bed88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/provider/GeneralBin?analytics={{analytics}}&feature={{feature}}&path","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","importExport","provider","GeneralBin"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Path into a provider folder. Found with GET to this route, excluding path param.</p>\n","type":"text/plain"},"key":"path","value":null}],"variable":[]}},"response":[],"_postman_id":"9cab78b1-d251-42ca-acd7-63e2032bed88"}],"id":"ea7143fb-2d76-43fb-8cda-6cdfc45dc3b5","description":"<p>Access and manage the General Bin document provider.</p>\n","_postman_id":"ea7143fb-2d76-43fb-8cda-6cdfc45dc3b5","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Users Bin Provider","item":[{"name":"Get Users Bin Provider","id":"33904d1c-edaf-4eda-9518-6da503ecc36f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/provider/UsersBin?analytics={{analytics}}&feature={{feature}}&path","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","importExport","provider","UsersBin"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Path into a provider folder. Found with GET to this route, excluding path param.</p>\n","type":"text/plain"},"key":"path","value":null}],"variable":[]}},"response":[],"_postman_id":"33904d1c-edaf-4eda-9518-6da503ecc36f"}],"id":"2ef7448e-edb5-4026-8681-8458a49ee4f5","description":"<p>Access and manage the Users Bin document provider.</p>\n","_postman_id":"2ef7448e-edb5-4026-8681-8458a49ee4f5","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Microsite Document Provider","item":[{"name":"Get Microsite Document Provider","id":"3a1c2e96-3a7a-43c3-b8b1-e3dac7450ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/provider/MicrositeDocument?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","importExport","provider","MicrositeDocument"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"3a1c2e96-3a7a-43c3-b8b1-e3dac7450ee5"}],"id":"9771b962-0164-45f9-a601-a0d744287106","description":"<p>Access and manage the Microsite Document document provider.</p>\n","_postman_id":"9771b962-0164-45f9-a601-a0d744287106","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Webform Provider","item":[{"name":"Get Webform Provider","id":"5e4ec196-bcb9-4576-8f6a-f496fb507098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/importExport/provider/Webform?analytics={{analytics}}&feature={{feature}}&path","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","importExport","provider","Webform"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Path into a provider folder. Found with GET to this route, excluding path param.</p>\n","type":"text/plain"},"key":"path","value":null}],"variable":[]}},"response":[],"_postman_id":"5e4ec196-bcb9-4576-8f6a-f496fb507098"}],"id":"3fcc4759-a008-4ef9-9a6c-31b4d44c88f9","description":"<p>Access and manage the Webform document provider.</p>\n","_postman_id":"3fcc4759-a008-4ef9-9a6c-31b4d44c88f9","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"7aaaa1f8-a154-4cf9-a535-65c20c12ec3d","description":"<p>Routes for document providers, like \"Application\", \"Info Request\" and more.</p>\n","_postman_id":"7aaaa1f8-a154-4cf9-a535-65c20c12ec3d","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"d4e5bfec-68c4-42a6-ac36-52e3623eece5","description":"<p>Access and manage Import+Export Tasks and Templates.</p>\n","event":[{"listen":"prerequest","script":{"id":"a253ed57-c89d-4a16-a670-c054cebae129","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"24fbd34d-93ce-430a-8f0d-cce439efd01e","type":"text/javascript","exec":[""]}}],"_postman_id":"d4e5bfec-68c4-42a6-ac36-52e3623eece5","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Journeys","item":[{"name":"Actions","item":[{"name":"{action_guid}","item":[{"name":"Update Custom Journey Action","id":"afbc8511-33e4-400a-89a0-6dd38cb2627e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"description\": \"cool cool cool\"}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/journeys/actions/:action_guid?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys","actions",":action_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the journey action. Found with GET to v2/journeys/actions.</p>\n","type":"text/plain"},"type":"any","value":"","key":"action_guid"}]}},"response":[],"_postman_id":"afbc8511-33e4-400a-89a0-6dd38cb2627e"},{"name":"Delete Custom Journey Action","id":"91a881a9-f4aa-4eb2-b0d3-9145a8dec80e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/journeys/actions/:action_guid?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys","actions",":action_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the journey action. Found with GET to v2/journeys/actions.</p>\n","type":"text/plain"},"type":"any","value":"","key":"action_guid"}]}},"response":[],"_postman_id":"91a881a9-f4aa-4eb2-b0d3-9145a8dec80e"}],"id":"58bd169c-9e82-46d5-ba0a-31605aed655b","_postman_id":"58bd169c-9e82-46d5-ba0a-31605aed655b","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"List Custom Journey Actions","id":"042df9b8-8799-49fc-983e-8d7aa00335e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/journeys/actions?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys","actions"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"042df9b8-8799-49fc-983e-8d7aa00335e1"},{"name":"Create Custom Journey Action","id":"4df076fb-3292-4ea8-96a3-a36dcf26493f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"item","value":"{\"name\": \"Add cool label\", \"key\": \"add_label_to_user\", \"parameters\": {\"label_guid\": \"instance.taxonomy.2005\"} }","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/journeys/actions?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys","actions"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"4df076fb-3292-4ea8-96a3-a36dcf26493f"}],"id":"c6542769-aa65-4de5-ae49-ae18205b01bb","_postman_id":"c6542769-aa65-4de5-ae49-ae18205b01bb","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{journey_guid}","item":[{"name":"Users","item":[{"name":"Enroll","item":[{"name":"{user_id}","item":[{"name":"Enroll Single User to Journey","id":"3fbb30fe-7da9-4a4e-9f8f-c7101e08e882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{client}}.{{api}}/v2/journeys/:journey_guid/users/enroll/:user_id?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys",":journey_guid","users","enroll",":user_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Journey. Found with GET to v2/journeys.</p>\n","type":"text/plain"},"type":"any","value":"","key":"journey_guid"},{"description":{"content":"<p>Unique identifier for the user in the Journey.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"3fbb30fe-7da9-4a4e-9f8f-c7101e08e882"}],"id":"6e07519c-2ee5-4df0-9527-ec1fe44dc434","_postman_id":"6e07519c-2ee5-4df0-9527-ec1fe44dc434","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Segment","item":[{"name":"{segment_guid}","item":[{"name":"Enroll Segment Users to Journey","id":"ce6b9c15-7791-4cb7-ab4f-2c3e880f6eef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/journeys/:journey_guid/users/enroll/segment/:segment_guid?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys",":journey_guid","users","enroll","segment",":segment_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Journey. Found with GET to v2/journeys.</p>\n","type":"text/plain"},"type":"any","value":"","key":"journey_guid"},{"description":{"content":"<p>Unique identifier for the Segment of users being enrolled in the Journey. Found with GET to v2/segments.</p>\n","type":"text/plain"},"type":"any","value":"","key":"segment_guid"}]}},"response":[],"_postman_id":"ce6b9c15-7791-4cb7-ab4f-2c3e880f6eef"}],"id":"14eee873-1d2f-461e-a6da-62ad0e6c05dd","_postman_id":"14eee873-1d2f-461e-a6da-62ad0e6c05dd","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"523207d3-b35d-4d59-9538-6fbcabf8ed93","_postman_id":"523207d3-b35d-4d59-9538-6fbcabf8ed93","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"b49809aa-ec7d-4c2c-8b71-555571be88ae","_postman_id":"b49809aa-ec7d-4c2c-8b71-555571be88ae","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Deactivate","item":[{"name":"{user_id}","item":[{"name":"Deactivate Single User Journey","id":"404c8925-d373-4237-a926-0e9fe567e6c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"item","value":"{\"key\": \"ABCDE\"}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/journeys/:journey_guid/users/deactivate/:user_id?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys",":journey_guid","users","deactivate",":user_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Journey. Found with GET to v2/journeys.</p>\n","type":"text/plain"},"type":"any","value":"","key":"journey_guid"},{"description":{"content":"<p>Unique identifier for the user being deactivated from the Journey.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"404c8925-d373-4237-a926-0e9fe567e6c8"}],"id":"63a0c71f-803e-4cf4-ae83-1803ac3aeaae","_postman_id":"63a0c71f-803e-4cf4-ae83-1803ac3aeaae","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"39f78078-1abc-4ab0-8976-4263892e8c64","_postman_id":"39f78078-1abc-4ab0-8976-4263892e8c64","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"List Journey Users","id":"1f08a358-58e7-4e77-a26f-ccbc088c384a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/journeys/:journey_guid/users?feature={{feature}}&analytics={{analytics}}&limit=&offset","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys",":journey_guid","users"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Limit the items returned.</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>Offset the items returned.</p>\n","type":"text/plain"},"key":"offset","value":null}],"variable":[{"description":{"content":"<p>Unique identifier for the Journey. Found with GET to v2/journeys.</p>\n","type":"text/plain"},"type":"any","value":"","key":"journey_guid"}]}},"response":[{"id":"b4215bd3-1037-444c-9d9e-62a8ab2ffa4c","name":"List Journey Users","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/journeys/:journey_guid/users?feature={{feature}}&analytics={{analytics}}&limit=2&offset","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","journeys",":journey_guid","users"],"query":[{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"limit","value":"2","description":"Limit the items returned."},{"key":"offset","value":null,"description":"Offset the items returned."}],"variable":[{"key":"journey_guid","value":"","description":"Unique identifier for the Journey. Found with GET to v2/journeys."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Sep 2025 19:56:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"6369ba9c0b22c8002ec7\",\n            \"key\": \"UZZ4YEVA\",\n            \"first_name\": \"Amber\",\n            \"last_name\": \"Ember\",\n            \"email\": \"amber@instance.edu\",\n            \"created_at\": \"2022-11-08T02:10:36+00:00\",\n            \"updated_at\": \"2025-09-25T15:59:16+00:00\",\n            \"journey\": {\n                \"guid\": \"instance.journeys.7\",\n                \"key\": \"UZZ4YEVA\",\n                \"status\": {\n                    \"active\": false,\n                    \"state\": \"expired\",\n                    \"registered_at\": \"2022-11-08T02:27:25+00:00\",\n                    \"registered_by\": {\n                        \"type\": \"trigger\",\n                        \"guid\": \"OGM7PN9X\"\n                    },\n                    \"repeat_trigger\": false,\n                    \"last_step_completed\": \"4YKK6IDU\",\n                    \"expired_at\": \"2023-11-08T02:28:30+00:00\",\n                    \"updated_at\": \"2023-11-08T02:28:34+00:00\"\n                },\n                \"context\": {\n                    \"label_guid\": \"instance.taxonomy.219830\"\n                },\n                \"steps\": [\n                    {\n                        \"id\": \"B4I6DXTG\",\n                        \"step_id\": \"PC7T9NG6\",\n                        \"activity_id\": \"6369bf4b554186182009eda4\",\n                        \"activity_time\": \"2022-11-08T02:30:34+00:00\",\n                        \"activity_type\": \"userLogin\",\n                        \"evaluated_at\": \"2022-11-08T02:35:12+00:00\"\n                    },\n                    {\n                        \"id\": \"B4I6DXTG\",\n                        \"step_id\": \"XCXKYWIN\",\n                        \"activity_id\": \"6369bf53554186182009edc4\",\n                        \"activity_time\": \"2022-11-08T02:30:41+00:00\",\n                        \"activity_type\": \"applicationRegistrationSuccessful\",\n                        \"evaluated_at\": \"2022-11-08T02:35:13+00:00\"\n                    },\n                    {\n                        \"id\": \"COGLER6Y\",\n                        \"step_id\": \"COGLER6Y\",\n                        \"activity_id\": \"6369bf53554186182009edc4\",\n                        \"activity_time\": \"2022-11-08T02:30:41+00:00\",\n                        \"activity_type\": \"applicationRegistrationSuccessful\",\n                        \"evaluated_at\": \"2022-11-08T12:59:20+00:00\"\n                    },\n                    {\n                        \"id\": \"YQYQA88E\",\n                        \"step_id\": \"YQYQA88E\",\n                        \"activity_id\": \"636a7215ebbd4d0ee90f8cff\",\n                        \"activity_time\": \"2022-11-08T15:13:18+00:00\",\n                        \"activity_type\": \"applicationSubmitted\",\n                        \"evaluated_at\": \"2022-11-08T15:14:08+00:00\"\n                    },\n                    {\n                        \"id\": \"4YKK6IDU\",\n                        \"step_id\": \"4YKK6IDU\",\n                        \"activity_id\": \"6418d539eb77561d7905726a\",\n                        \"activity_time\": \"2023-03-20T19:58:12+00:00\",\n                        \"activity_type\": \"decisionStageUpdated\",\n                        \"evaluated_at\": \"2023-03-20T21:51:56+00:00\"\n                    },\n                    {\n                        \"id\": \"COGLER6Y\",\n                        \"step_id\": \"COGLER6Y\",\n                        \"activity_id\": \"6369bf53554186182009edc4\",\n                        \"activity_time\": \"2022-11-08T02:30:41+00:00\",\n                        \"activity_type\": \"applicationRegistrationSuccessful\",\n                        \"evaluated_at\": \"2023-06-19T15:48:41+00:00\"\n                    },\n                    {\n                        \"id\": \"YQYQA88E\",\n                        \"step_id\": \"YQYQA88E\",\n                        \"activity_id\": \"636a7215ebbd4d0ee90f8cff\",\n                        \"activity_time\": \"2022-11-08T15:13:18+00:00\",\n                        \"activity_type\": \"applicationSubmitted\",\n                        \"evaluated_at\": \"2023-06-19T15:48:41+00:00\"\n                    },\n                    {\n                        \"id\": \"4YKK6IDU\",\n                        \"step_id\": \"4YKK6IDU\",\n                        \"activity_id\": \"6418d539eb77561d7905726a\",\n                        \"activity_time\": \"2023-03-20T19:58:12+00:00\",\n                        \"activity_type\": \"decisionStageUpdated\",\n                        \"evaluated_at\": \"2023-06-19T15:48:41+00:00\"\n                    }\n                ],\n                \"updated_at\": \"2023-11-08T02:28:34+00:00\"\n            }\n        },\n        {\n            \"_id\": \"6369ba9cd0b22c8002ec7\",\n            \"key\": \"5RDDTO0W\",\n            \"first_name\": \"Student\",\n            \"last_name\": \"Two\",\n            \"email\": \"student@instance.edu\",\n            \"created_at\": \"2022-11-08T02:10:36+00:00\",\n            \"updated_at\": \"2025-09-25T15:59:16+00:00\",\n            \"journey\": {\n                \"guid\": \"instance.journeys.7\",\n                \"key\": \"5RDDTO0W\",\n                \"status\": {\n                    \"active\": false,\n                    \"state\": \"expired\",\n                    \"registered_at\": \"2024-08-01T20:18:12+00:00\",\n                    \"registered_by\": {\n                        \"type\": \"trigger\",\n                        \"guid\": \"XIZ1A7BB\",\n                        \"repeat_context\": {\n                            \"registration_id\": \"OZC9YDBD\"\n                        }\n                    },\n                    \"repeat_trigger\": false,\n                    \"expired_at\": \"2025-08-01T20:18:57+00:00\",\n                    \"updated_at\": \"2025-08-01T20:19:02+00:00\"\n                },\n                \"context\": {\n                    \"registration_id\": \"OZC9YDBD\",\n                    \"application_guid\": \"instance.applications.324\",\n                    \"term\": \"instance.terms.6303\",\n                    \"major\": \"instance.major.3461\",\n                    \"campus\": null,\n                    \"degree\": null,\n                    \"student_type\": null\n                },\n                \"steps\": [],\n                \"updated_at\": \"2025-08-01T20:19:02+00:00\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"count\": 2,\n        \"limit\": 2,\n        \"offset\": 0\n    }\n}"}],"_postman_id":"1f08a358-58e7-4e77-a26f-ccbc088c384a"}],"id":"9892f2ba-232f-403d-92c1-689cf808e3be","_postman_id":"9892f2ba-232f-403d-92c1-689cf808e3be","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Update Journey","id":"5c0143c0-24b4-4d32-b461-92d568efd877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"description\": \"cool cool cool\", \"active\": true}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/journeys/:journey_guid?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys",":journey_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Journey. Found with GET to v2/journeys.</p>\n","type":"text/plain"},"type":"any","value":"","key":"journey_guid"}]}},"response":[],"_postman_id":"5c0143c0-24b4-4d32-b461-92d568efd877"},{"name":"Delete Journey","id":"c77a6ef6-272e-403a-8167-f83deed89578","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/journeys/:journey_guid?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys",":journey_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Journey. Found with GET to v2/journeys.</p>\n","type":"text/plain"},"type":"any","value":"","key":"journey_guid"}]}},"response":[],"_postman_id":"c77a6ef6-272e-403a-8167-f83deed89578"},{"name":"Clone Journey","id":"023c9440-817d-49ab-880f-415a4624ea30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{client}}.{{api}}/v2/journeys/:journey_guid?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys",":journey_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Journey. Found with GET to v2/journeys.</p>\n","type":"text/plain"},"type":"any","value":"","key":"journey_guid"}]}},"response":[],"_postman_id":"023c9440-817d-49ab-880f-415a4624ea30"}],"id":"cd3b0385-3b89-4392-aae6-3a5135b6a8f7","_postman_id":"cd3b0385-3b89-4392-aae6-3a5135b6a8f7","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Triggers","item":[{"name":"{trigger_guid}","item":[{"name":"Params","item":[{"name":"{param_guid}","item":[{"name":"Show  Journey Trigger Param Option","id":"a5e1b9b8-0739-4579-9052-845be7afefc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/journeys/triggers/:trigger_key/params/:param_key/data/:param_value?feature={{feature}}&analytics={{analytics}}&offset=&limit","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys","triggers",":trigger_key","params",":param_key","data",":param_value"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Offset the items returned.</p>\n","type":"text/plain"},"key":"offset","value":""},{"description":{"content":"<p>Limit the items returned.</p>\n","type":"text/plain"},"key":"limit","value":null}],"variable":[{"type":"any","value":"","key":"trigger_key"},{"type":"any","value":"","key":"param_key"},{"type":"any","value":"","key":"param_value"}]}},"response":[],"_postman_id":"a5e1b9b8-0739-4579-9052-845be7afefc6"},{"name":"List Journey Trigger Param Options","id":"1dea5b0c-4b74-4722-99cc-5bdc1b6d7a8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/journeys/triggers/:trigger_key/params/:param_key/data?feature={{feature}}&analytics={{analytics}}&offset=0&limit=1","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys","triggers",":trigger_key","params",":param_key","data"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Offset items returned.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Limit items returned.</p>\n","type":"text/plain"},"key":"limit","value":"1"}],"variable":[{"type":"any","value":"","key":"trigger_key"},{"type":"any","value":"","key":"param_key"}]}},"response":[],"_postman_id":"1dea5b0c-4b74-4722-99cc-5bdc1b6d7a8d"}],"id":"846762b8-d1a9-4ac3-8249-7741c072a2ef","_postman_id":"846762b8-d1a9-4ac3-8249-7741c072a2ef","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"b61717dc-b46e-4842-8c16-a638972ee2ff","_postman_id":"b61717dc-b46e-4842-8c16-a638972ee2ff","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"d9c84e2a-412e-4b09-95d9-c3cef7485471","_postman_id":"d9c84e2a-412e-4b09-95d9-c3cef7485471","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"List Journey Triggers","id":"ccb4a364-6bf1-4e09-83b4-4b3e473809fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/journeys/triggers?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys","triggers"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[{"id":"15019ab0-e1f2-4492-836b-fb1e9e21419d","name":"List Journey Triggers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":{"raw":"https://{{client}}.{{api}}/v2/journeys/triggers?feature={{feature}}&analytics={{analytics}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","journeys","triggers"],"query":[{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"analytics","value":"{{analytics}}","description":"Optional."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Sep 2025 13:59:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Application Completed\",\n            \"description\": \"Enroll people who complete an application\",\n            \"group\": \"applications\",\n            \"key\": \"application_completed\",\n            \"parameters\": [\n                {\n                    \"name\": \"Application\",\n                    \"key\": \"application_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Term\",\n                    \"key\": \"term\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Major\",\n                    \"key\": \"major\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Campus\",\n                    \"key\": \"campus\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Degree\",\n                    \"key\": \"degree\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Student Type\",\n                    \"key\": \"student_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Trigger Type\",\n                    \"key\": \"trigger_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Application Paid\",\n            \"description\": \"Enroll people who pay an application fee\",\n            \"group\": \"applications\",\n            \"key\": \"application_paid\",\n            \"parameters\": [\n                {\n                    \"name\": \"Application\",\n                    \"key\": \"application_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Term\",\n                    \"key\": \"term\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Major\",\n                    \"key\": \"major\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Campus\",\n                    \"key\": \"campus\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Degree\",\n                    \"key\": \"degree\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Student Type\",\n                    \"key\": \"student_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Trigger Type\",\n                    \"key\": \"trigger_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Application Started\",\n            \"description\": \"Enroll people who start an application\",\n            \"group\": \"applications\",\n            \"key\": \"application_started\",\n            \"parameters\": [\n                {\n                    \"name\": \"Application\",\n                    \"key\": \"application_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Term\",\n                    \"key\": \"term\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Major\",\n                    \"key\": \"major\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Campus\",\n                    \"key\": \"campus\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Degree\",\n                    \"key\": \"degree\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Student Type\",\n                    \"key\": \"student_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Trigger Type\",\n                    \"key\": \"trigger_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Application Submitted\",\n            \"description\": \"Enroll people who submit an application\",\n            \"group\": \"applications\",\n            \"key\": \"application_submitted\",\n            \"parameters\": [\n                {\n                    \"name\": \"Application\",\n                    \"key\": \"application_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Term\",\n                    \"key\": \"term\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Major\",\n                    \"key\": \"major\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Campus\",\n                    \"key\": \"campus\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Degree\",\n                    \"key\": \"degree\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Student Type\",\n                    \"key\": \"student_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Trigger Type\",\n                    \"key\": \"trigger_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Appointment Attended\",\n            \"description\": \"Enroll people who have attended an appointment\",\n            \"group\": \"appointments\",\n            \"key\": \"appointments_attended\",\n            \"parameters\": [\n                {\n                    \"name\": \"Category\",\n                    \"key\": \"appointment_category\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Appointment Type\",\n                    \"key\": \"appointment_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Assignee\",\n                    \"key\": \"appointment_assignee\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                }\n            ]\n        },\n        {\n            \"name\": \"Appointment Canceled\",\n            \"description\": \"Enroll people who have canceled an appointment\",\n            \"group\": \"appointments\",\n            \"key\": \"appointments_canceled\",\n            \"parameters\": [\n                {\n                    \"name\": \"Category\",\n                    \"key\": \"appointment_category\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Appointment Type\",\n                    \"key\": \"appointment_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Assignee\",\n                    \"key\": \"appointment_assignee\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                }\n            ]\n        },\n        {\n            \"name\": \"Appointment No Show\",\n            \"description\": \"Enroll people who have been marked as no show to an appointment\",\n            \"group\": \"appointments\",\n            \"key\": \"appointments_no_show\",\n            \"parameters\": [\n                {\n                    \"name\": \"Category\",\n                    \"key\": \"appointment_category\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Appointment Type\",\n                    \"key\": \"appointment_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Assignee\",\n                    \"key\": \"appointment_assignee\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                }\n            ]\n        },\n        {\n            \"name\": \"Appointment Scheduled\",\n            \"description\": \"Enroll people who scheduled an appointment\",\n            \"group\": \"appointments\",\n            \"key\": \"appointment_scheduled\",\n            \"parameters\": [\n                {\n                    \"name\": \"Category\",\n                    \"key\": \"appointment_category\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Appointment Type\",\n                    \"key\": \"appointment_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Assignee\",\n                    \"key\": \"appointment_assignee\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                }\n            ]\n        },\n        {\n            \"name\": \"Appointment Updated\",\n            \"description\": \"Enroll people who Updated an appointment\",\n            \"group\": \"appointments\",\n            \"key\": \"appointments_updated\",\n            \"parameters\": [\n                {\n                    \"name\": \"Category\",\n                    \"key\": \"appointment_category\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Appointment Type\",\n                    \"key\": \"appointment_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Assignee\",\n                    \"key\": \"appointment_assignee\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                }\n            ]\n        },\n        {\n            \"name\": \"Conversation Started\",\n            \"description\": \"Enroll people who start a conversation\",\n            \"group\": \"conversations\",\n            \"key\": \"conversation_started\",\n            \"parameters\": [\n                {\n                    \"name\": \"Channel\",\n                    \"key\": \"channel\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Trigger Type\",\n                    \"key\": \"trigger_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Decision Checklist Completed\",\n            \"description\": \"Enroll people who complete all of their checklist items\",\n            \"group\": \"decisions\",\n            \"key\": \"decision_checklist_completed\",\n            \"parameters\": [\n                {\n                    \"name\": \"Application\",\n                    \"key\": \"application_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Term\",\n                    \"key\": \"term\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Major\",\n                    \"key\": \"major\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Campus\",\n                    \"key\": \"campus\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Degree\",\n                    \"key\": \"degree\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Student Type\",\n                    \"key\": \"student_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Trigger Type\",\n                    \"key\": \"trigger_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Decision Checklist Item Updated\",\n            \"description\": \"Enroll people when their checklist item status (completed, waived, incomplete) is changed\",\n            \"group\": \"decisions\",\n            \"key\": \"decision_checklist_updated\",\n            \"parameters\": [\n                {\n                    \"name\": \"Checklist item\",\n                    \"key\": \"item_key\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                },\n                {\n                    \"name\": \"Status\",\n                    \"key\": \"status\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                },\n                {\n                    \"name\": \"Application\",\n                    \"key\": \"application_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Term\",\n                    \"key\": \"term\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Major\",\n                    \"key\": \"major\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Campus\",\n                    \"key\": \"campus\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Degree\",\n                    \"key\": \"degree\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Student Type\",\n                    \"key\": \"student_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Trigger Type\",\n                    \"key\": \"trigger_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Decision Released\",\n            \"description\": \"Enroll people when their application decision is released\",\n            \"group\": \"decisions\",\n            \"key\": \"decision_released\",\n            \"parameters\": [\n                {\n                    \"name\": \"Status\",\n                    \"key\": \"status_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Application\",\n                    \"key\": \"application_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Term\",\n                    \"key\": \"term\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Major\",\n                    \"key\": \"major\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Campus\",\n                    \"key\": \"campus\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Degree\",\n                    \"key\": \"degree\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Student Type\",\n                    \"key\": \"student_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Trigger Type\",\n                    \"key\": \"trigger_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Decision Stage Changed\",\n            \"description\": \"Enroll people when their application decision stage changes\",\n            \"group\": \"decisions\",\n            \"key\": \"decision_stage_updated\",\n            \"parameters\": [\n                {\n                    \"name\": \"Stage\",\n                    \"key\": \"stage_id\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                },\n                {\n                    \"name\": \"Application\",\n                    \"key\": \"application_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Term\",\n                    \"key\": \"term\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Major\",\n                    \"key\": \"major\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Campus\",\n                    \"key\": \"campus\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Degree\",\n                    \"key\": \"degree\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Student Type\",\n                    \"key\": \"student_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Trigger Type\",\n                    \"key\": \"trigger_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Decision Status Changed\",\n            \"description\": \"Enroll people when their application decision status changes\",\n            \"group\": \"decisions\",\n            \"key\": \"decision_status_updated\",\n            \"parameters\": [\n                {\n                    \"name\": \"Status\",\n                    \"key\": \"status_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                },\n                {\n                    \"name\": \"Application\",\n                    \"key\": \"application_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Term\",\n                    \"key\": \"term\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Major\",\n                    \"key\": \"major\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Campus\",\n                    \"key\": \"campus\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Degree\",\n                    \"key\": \"degree\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Student Type\",\n                    \"key\": \"student_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Trigger Type\",\n                    \"key\": \"trigger_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Document Uploaded\",\n            \"description\": \"Enroll people when a related document is uploaded or imported.\",\n            \"group\": \"documents\",\n            \"key\": \"document_uploaded\",\n            \"parameters\": [\n                {\n                    \"name\": \"Document Type\",\n                    \"key\": \"document_type_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Event Signup\",\n            \"description\": \"Enroll people who sign up for an event\",\n            \"group\": \"events\",\n            \"key\": \"event_signup\",\n            \"parameters\": [\n                {\n                    \"name\": \"Event\",\n                    \"key\": \"event_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                },\n                {\n                    \"name\": \"Trigger Type\",\n                    \"key\": \"trigger_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Form Submitted\",\n            \"description\": \"Enroll people who submit a form (e.g. information request on a landing page)\",\n            \"group\": \"forms\",\n            \"key\": \"form_submitted\",\n            \"parameters\": [\n                {\n                    \"name\": \"Form\",\n                    \"key\": \"form_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Trigger Type\",\n                    \"key\": \"trigger_type\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Joined Segment\",\n            \"description\": \"Enroll people when they first match a calculated segment\",\n            \"group\": \"users\",\n            \"key\": \"entered_segment\",\n            \"parameters\": [\n                {\n                    \"name\": \"Segment\",\n                    \"key\": \"segment_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"Left Segment\",\n            \"description\": \"Enroll people when they exit a calculated segment\",\n            \"group\": \"users\",\n            \"key\": \"exited_segment\",\n            \"parameters\": [\n                {\n                    \"name\": \"Segment\",\n                    \"key\": \"segment_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"User Label Added\",\n            \"description\": \"Enroll people when they are given the selected label\",\n            \"group\": \"labels\",\n            \"key\": \"user_label_added\",\n            \"parameters\": [\n                {\n                    \"name\": \"Label\",\n                    \"key\": \"label_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"User Label Removed\",\n            \"description\": \"Enroll people when the selected label is removed from them\",\n            \"group\": \"labels\",\n            \"key\": \"user_label_removed\",\n            \"parameters\": [\n                {\n                    \"name\": \"Label\",\n                    \"key\": \"label_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"name\": \"User Territory Changed\",\n            \"description\": \"Enroll people when their territory changes\",\n            \"group\": \"users\",\n            \"key\": \"user_territory_changed\",\n            \"parameters\": [\n                {\n                    \"name\": \"Territory\",\n                    \"key\": \"territory_guid\",\n                    \"type\": \"reference\",\n                    \"multi\": false,\n                    \"required\": false\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"limit\": 50,\n        \"offset\": 0,\n        \"filtered_total\": 23,\n        \"available_total\": 23,\n        \"count\": 23\n    }\n}"}],"_postman_id":"ccb4a364-6bf1-4e09-83b4-4b3e473809fa"}],"id":"d9d36e9c-8217-462d-bea5-b8eec337b743","_postman_id":"d9d36e9c-8217-462d-bea5-b8eec337b743","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"List Journeys","id":"58769a81-0516-49a1-a609-acfc93fcb4c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/journeys?feature={{feature}}&analytics.={{analytics}}&limit=&offset","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics.","value":"{{analytics}}"},{"description":{"content":"<p>Limit the number of journey items returned.</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>Offset the journey items returned.</p>\n","type":"text/plain"},"key":"offset","value":null}],"variable":[]}},"response":[{"id":"d523106e-3ab4-42a0-b11f-0b591a28079d","name":"List Journeys","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/journeys?feature={{feature}}&analytics.={{analytics}}&limit=1&offset","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","journeys"],"query":[{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"analytics.","value":"{{analytics}}","description":"Optional."},{"key":"limit","value":"1","description":"Limit the number of journey items returned."},{"key":"offset","value":null,"description":"Offset the journey items returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Sep 2025 19:41:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"guid\": \"instance.journeys.7\",\n            \"name\": \"Apply to Enroll\",\n            \"description\": null,\n            \"color\": \"#f68f09\",\n            \"active\": true,\n            \"steps\": [\n                {\n                    \"id\": \"COGLER6Y\",\n                    \"name\": \"Started Application\",\n                    \"type\": \"event\",\n                    \"created_at\": \"2022-11-08T02:37:52+00:00\",\n                    \"updated_at\": \"2022-11-08T12:59:18+00:00\",\n                    \"event_type\": \"applicationRegistrationSuccessful\",\n                    \"filters\": [\n                        {\n                            \"type\": \"activity_attributes\",\n                            \"content\": [\n                                {\n                                    \"type\": \"application_guid\",\n                                    \"operator\": \"$eq\",\n                                    \"value\": \"instance.applications.324\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"actions\": []\n                },\n                {\n                    \"id\": \"YQYQA88E\",\n                    \"name\": \"Submitted Fire Application\",\n                    \"type\": \"event\",\n                    \"created_at\": \"2022-11-08T01:17:26+00:00\",\n                    \"updated_at\": \"2022-11-08T12:59:18+00:00\",\n                    \"event_type\": \"applicationSubmitted\",\n                    \"filters\": [\n                        {\n                            \"type\": \"activity_attributes\",\n                            \"content\": [\n                                {\n                                    \"type\": \"application_guid\",\n                                    \"operator\": \"$eq\",\n                                    \"value\": \"instance.applications.324\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"actions\": []\n                },\n                {\n                    \"id\": \"4YKK6IDU\",\n                    \"name\": \"Admitted\",\n                    \"type\": \"event\",\n                    \"created_at\": \"2022-11-08T01:25:41+00:00\",\n                    \"updated_at\": \"2022-11-08T12:59:18+00:00\",\n                    \"event_type\": \"decisionStageUpdated\",\n                    \"filters\": [\n                        {\n                            \"type\": \"activity_attributes\",\n                            \"content\": [\n                                {\n                                    \"type\": \"application_guid\",\n                                    \"operator\": \"$eq\",\n                                    \"value\": \"instance.applications.324\"\n                                },\n                                {\n                                    \"type\": \"stage_id\",\n                                    \"operator\": \"$eq\",\n                                    \"value\": \"CK1HWLCA\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"actions\": []\n                },\n                {\n                    \"id\": \"RPRESPI9\",\n                    \"name\": \"Registered for College Orientation\",\n                    \"type\": \"event\",\n                    \"created_at\": \"2022-11-08T01:25:41+00:00\",\n                    \"updated_at\": \"2022-11-08T12:59:18+00:00\",\n                    \"event_type\": \"eventRegistrationSuccessful\",\n                    \"filters\": [\n                        {\n                            \"type\": \"activity_attributes\",\n                            \"content\": [\n                                {\n                                    \"type\": \"event_type\",\n                                    \"operator\": \"$eq\",\n                                    \"value\": \"orientation\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"actions\": [\n                        {\n                            \"name\": \"Untitled\",\n                            \"key\": \"set_custom_date_property_to_user\",\n                            \"parameters\": {\n                                \"user_mapping_slug\": \"user-education-academic-load\",\n                                \"property_datetime_type\": \"formula\",\n                                \"property_exact_value\": null,\n                                \"property_relative_value_minutes\": 0,\n                                \"property_relative_value_hours\": 0,\n                                \"property_relative_value_days\": 0,\n                                \"property_relative_value_months\": 0,\n                                \"property_relative_value_years\": 0,\n                                \"property_formula_value\": \"\\\"2020-01-01\\\"\"\n                            },\n                            \"delay\": {\n                                \"type\": \"activity_based\",\n                                \"days\": 0,\n                                \"hours\": 0,\n                                \"minutes\": 0\n                            },\n                            \"description\": \"\",\n                            \"created_at\": \"2025-03-04T19:27:05+00:00\",\n                            \"updated_at\": \"2025-03-04T19:27:05+00:00\",\n                            \"id\": \"LDEKDORL\"\n                        }\n                    ]\n                }\n            ],\n            \"first_step\": \"COGLER6Y\",\n            \"conversion_window\": {\n                \"type\": \"enrollment_based\",\n                \"years\": 1,\n                \"months\": 0,\n                \"weeks\": 0,\n                \"days\": 0,\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"seconds\": 0\n            },\n            \"triggers\": [\n                {\n                    \"id\": \"UTT7UWJ3\",\n                    \"key\": \"entered_segment\",\n                    \"parameters\": {\n                        \"segment_guid\": \"instance.segments.52241\",\n                        \"trigger_type\": \"once\"\n                    },\n                    \"created_at\": \"2022-11-08T01:17:26+00:00\",\n                    \"updated_at\": \"2022-11-08T01:17:26+00:00\",\n                    \"trigger_status\": \"pending\"\n                },\n                {\n                    \"id\": \"OGM7PN9X\",\n                    \"key\": \"user_label_added\",\n                    \"parameters\": {\n                        \"label_guid\": \"instance.taxonomy.2191830\",\n                        \"trigger_type\": \"once\"\n                    },\n                    \"created_at\": \"2022-11-08T02:23:01+00:00\",\n                    \"updated_at\": \"2022-11-08T02:23:01+00:00\"\n                },\n                {\n                    \"id\": \"XIZ1A7BB\",\n                    \"key\": \"decision_checklist_completed\",\n                    \"parameters\": {\n                        \"application_guid\": \"instance.applications.324\",\n                        \"trigger_type\": \"once\"\n                    },\n                    \"created_at\": \"2023-05-23T10:19:21+00:00\",\n                    \"updated_at\": \"2023-05-23T10:19:21+00:00\"\n                }\n            ],\n            \"exit_triggers\": [\n                {\n                    \"id\": \"PZCUWATU\",\n                    \"name\": \"Withdraw\",\n                    \"created_at\": \"2022-11-08T14:54:09+00:00\",\n                    \"updated_at\": \"2022-11-08T14:54:09+00:00\",\n                    \"event_type\": \"formSubmitted\",\n                    \"filters\": [\n                        {\n                            \"type\": \"activity_attributes\",\n                            \"content\": [\n                                {\n                                    \"type\": \"form_guid\",\n                                    \"operator\": \"$eq\",\n                                    \"value\": \"instance.forms.982\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ],\n            \"past_activities\": false,\n            \"enrolled_segments\": [],\n            \"notes\": [],\n            \"created_at\": \"2022-11-07T15:38:25+00:00\",\n            \"updated_at\": \"2025-09-04T17:24:31+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"limit\": 1,\n        \"offset\": 0,\n        \"count\": 1\n    }\n}"}],"_postman_id":"58769a81-0516-49a1-a609-acfc93fcb4c2"},{"name":"Create Journey","id":"6a684e7c-b204-4987-961d-2774127e8603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"item","value":"{\n    \"name\": \"Enrollment Journey Test\",\n    \"description\": \"From App Start to Deposit Paid\",\n    \"active\": false,\n    \"color\": \"#008fff\",\n    \"conversion_window\": {\n        \"type\": \"enrollment_based\",\n        \"years\": 0,\n        \"months\": 0,\n        \"weeks\": 0,\n        \"days\": 365,\n        \"hours\": 0,\n        \"minutes\": 0,\n        \"seconds\": 0\n    }\n}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/journeys?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","journeys"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"6a684e7c-b204-4987-961d-2774127e8603"}],"id":"9d115088-a8f9-44c7-a7e6-6442294c3a53","_postman_id":"9d115088-a8f9-44c7-a7e6-6442294c3a53","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Labels","item":[{"name":"{label_guid}","item":[{"name":"Get Person Label","id":"66692810-7429-44cb-a3ce-676715af7363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/labels/:label_guid?feature={{feature}}&analytics={{analytics}}","description":"<p>Get single person label. {{LABEL_GUID}} param is the label's taxonomy.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","labels",":label_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Person label. Found with GET to v2/labels.</p>\n","type":"text/plain"},"type":"any","value":"","key":"label_guid"}]}},"response":[],"_postman_id":"66692810-7429-44cb-a3ce-676715af7363"},{"name":"Update Person Label","id":"f4a127f1-65fb-406d-96ab-b760069241e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Sick new label\",\n        \"properties\": {\n            \"color\": \"#ff5722\",\n            \"slug\": \"cool-new-label\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/labels/:label_guid?feature={{feature}}&analytics={{analytics}}","description":"<p>Get single person label. {{LABEL_GUID}} param is the label's taxonomy.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","labels",":label_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"id":"e5c1dde4-a5be-46a8-b182-13a2f0e93227","description":{"content":"<p>Unique identifier for the Person label. Found with GET to v2/labels.</p>\n","type":"text/plain"},"type":"any","value":"","key":"label_guid"}]}},"response":[],"_postman_id":"f4a127f1-65fb-406d-96ab-b760069241e6"},{"name":"Delete Person Label","id":"df9105bc-3981-4c7c-b7ae-345756cc233f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/labels/:label_guid?feature={{feature}}&analytics={{analytics}}","description":"<p>Get single person label. {{LABEL_GUID}} param is the label's taxonomy.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","labels",":label_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"id":"e5c1dde4-a5be-46a8-b182-13a2f0e93227","description":{"content":"<p>Unique identifier for the Person label. Found with GET to v2/labels.</p>\n","type":"text/plain"},"type":"any","value":"","key":"label_guid"}]}},"response":[],"_postman_id":"df9105bc-3981-4c7c-b7ae-345756cc233f"}],"id":"bacbe3c8-f4f1-4a2c-bed9-e9e28d3177c0","_postman_id":"bacbe3c8-f4f1-4a2c-bed9-e9e28d3177c0","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Person Labels","id":"aca2af5e-c7b6-418a-b175-9f5e8710367f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/labels?feature={{feature}}&analytics={{analytics}}&limit=5&offset=0","description":"<p>Person Labels</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","labels"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Limit items returned.</p>\n","type":"text/plain"},"key":"limit","value":"5"},{"description":{"content":"<p>Offset items returned.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"23ad9162-c698-4071-b832-71f9342a3076","name":"List Person Labels","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":{"raw":"https://{{client}}.{{api}}/v2/labels?feature={{feature}}&analytics={{analytics}}&limit=5&offset=0","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","labels"],"query":[{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"limit","value":"5","description":"Limit items returned."},{"key":"offset","value":"0","description":"Offset items returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Sep 2025 14:00:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"name\": \"Test Record\",\n            \"guid\": \"instance.taxonomy.1849244\",\n            \"color\": \"#808080\",\n            \"slug\": \"test-record\"\n        },\n        {\n            \"name\": \"CommonApp\",\n            \"guid\": \"instance.taxonomy.2006513\",\n            \"color\": \"#f44336\",\n            \"slug\": \"ca\"\n        },\n        {\n            \"name\": \"Unsubscribe\",\n            \"guid\": \"instance.taxonomy.2007555\",\n            \"color\": \"#f44336\",\n            \"slug\": \"unsubscribe\"\n        },\n        {\n            \"name\": \"To Review\",\n            \"guid\": \"instance.taxonomy.2007636\",\n            \"color\": \"#4caf50\",\n            \"slug\": \"to-review\"\n        },\n        {\n            \"name\": \"Data Hygiene Issue\",\n            \"guid\": \"instance.taxonomy.2007720\",\n            \"color\": \"#008fff\",\n            \"slug\": \"data-hygiene\"\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"available_total\": 135,\n            \"filtered_total\": 5,\n            \"offset\": 0,\n            \"limit\": 5\n        }\n    }\n}"}],"_postman_id":"aca2af5e-c7b6-418a-b175-9f5e8710367f"},{"name":"Create Person Labels","id":"8f7d6f85-59d7-4e1f-8069-984ab2f9237b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json, text/plain, */*","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate, br, zstd","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Awesome new label\",\n        \"properties\": {\n            \"color\": \"#ff5722\",\n            \"slug\":\"awesome-new-label\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/labels?feature={{feature}}&analytics={{analytics}}","description":"<p>Person Labels</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","labels"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[{"id":"0be2606e-10e4-4db8-8acb-09c79d8be63f","name":"Create Person Labels","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json, text/plain, */*","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate, br, zstd","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Awesome new label\",\n        \"properties\": {\n            \"color\": \"#ff5722\",\n            \"slug\":\"awesome-new-label\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/labels?feature={{feature}}&analytics={{analytics}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","labels"],"query":[{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"analytics","value":"{{analytics}}","description":"Optional."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Sep 2025 14:35:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2002,\n    \"devMessage\": \"The resource specified in the request was created.\",\n    \"userMessage\": \"The resource specified in the request was created.\",\n    \"data\": {\n        \"name\": \"Awesome new label\",\n        \"guid\": \"instance.taxonomy.4166608\",\n        \"color\": \"#ff5722\",\n        \"slug\": \"awesome-new-label\"\n    }\n}"}],"_postman_id":"8f7d6f85-59d7-4e1f-8069-984ab2f9237b"}],"id":"2ed534ab-fd26-401e-857e-3ae66bb09b41","_postman_id":"2ed534ab-fd26-401e-857e-3ae66bb09b41","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Mappings","item":[{"name":"Fields","item":[{"name":"Get All Mappings for Form Fields","id":"c5a62ccb-6fa0-4458-8b3f-7c6ef8f536a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/mappings/fields?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","mappings","fields"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"dae7f5dc-e3fa-45c8-973b-5b18515e49c5","name":"Get All Mappings for Form Fields","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","disabled":true}],"url":{"raw":"https://{{client}}.{{api}}/v2/mappings/fields?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","mappings","fields"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Oct 2025 21:35:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"fields\": [\n            {\n                \"guid\": \"mapping.user_education_academic_load\",\n                \"slug\": \"user-education-academic-load\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"User Academic Load  - Full Time, Part Time\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Academic Load\",\n                    \"name\": \"academic_load\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.academic_load\",\n                    \"data_source_text\": \"text\",\n                    \"data_source_value\": \"value\",\n                    \"size\": \"half\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Full-Time\",\n                            \"value\": \"F\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Part-Time\",\n                            \"value\": \"P\",\n                            \"checked\": false\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_visa_f1\",\n                \"slug\": \"user-citizenship-visa-f1\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"boolean\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Applying for Student Visa (F1)?\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"Applying for Student Visa?\",\n                    \"name\": \"visa_f1\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"source\": \"locked\",\n                    \"data_source\": \"data_source.yesno\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"help_text\": \"Are you planning to apply for a student visa F1?\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Yes\",\n                            \"value\": true,\n                            \"checked\": false,\n                            \"name\": \"Yes\",\n                            \"abbrev\": \"Y\"\n                        },\n                        {\n                            \"text\": \"No\",\n                            \"value\": false,\n                            \"checked\": false,\n                            \"name\": \"No\",\n                            \"abbrev\": \"N\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_race_hispanic\",\n                \"slug\": \"user-race-hispanic\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"boolean\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Race - Hispanic/Latino\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"Are You Hispanic/Latino?\",\n                    \"name\": \"hispanic_latino\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"source\": \"locked\",\n                    \"data_source\": \"data_source.yesno\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"help_text\": \"Do you consider yourself to be Hispanic/Latino?\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Yes\",\n                            \"value\": true,\n                            \"checked\": false,\n                            \"name\": \"Yes\",\n                            \"abbrev\": \"Y\"\n                        },\n                        {\n                            \"text\": \"No\",\n                            \"value\": false,\n                            \"checked\": false,\n                            \"name\": \"No\",\n                            \"abbrev\": \"N\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_us_status\",\n                \"slug\": \"user-citizenship-us-status\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Citizenship Status\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Citizenship Status\",\n                    \"name\": \"citizenship_status\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.citizenship\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"short\",\n                    \"help_text\": \"What is your citizenship status? If you were born in the U.S. you are probably a U.S. citizen.\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"U.S. Citizen\",\n                            \"value\": \"US\",\n                            \"checked\": false,\n                            \"name\": \"U.S. Citizen\",\n                            \"short\": \"US\"\n                        },\n                        {\n                            \"text\": \"Not a U.S. citizen and not a permanent resident\",\n                            \"value\": \"NR\",\n                            \"checked\": false,\n                            \"name\": \"Not a U.S. citizen and not a permanent resident\",\n                            \"short\": \"NR\"\n                        },\n                        {\n                            \"text\": \"Permanent Resident\",\n                            \"value\": \"PR\",\n                            \"checked\": false,\n                            \"name\": \"Permanent Resident\",\n                            \"short\": \"PR\"\n                        },\n                        {\n                            \"text\": \"DACA\",\n                            \"value\": \"DA\",\n                            \"checked\": false,\n                            \"name\": \"DACA\",\n                            \"short\": \"DA\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_country_of_birth\",\n                \"slug\": \"user-citizenship-country-of-birth\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Country of Birth\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Country of Birth\",\n                    \"name\": \"country_of_birth\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.country\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"alpha3\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"United States\",\n                            \"value\": \"USA\",\n                            \"checked\": false,\n                            \"alpha2\": \"US\",\n                            \"alpha3\": \"USA\",\n                            \"numerical\": \"840\",\n                            \"name\": \"United States\"\n                        },\n                        {\n                            \"text\": \"Afghanistan\",\n                            \"value\": \"AFG\",\n                            \"checked\": false,\n                            \"alpha2\": \"AF\",\n                            \"alpha3\": \"AFG\",\n                            \"numerical\": \"004\",\n                            \"name\": \"Afghanistan\"\n                        },\n                        {\n                            \"text\": \"Åland Islands\",\n                            \"value\": \"ALA\",\n                            \"checked\": false,\n                            \"alpha2\": \"AX\",\n                            \"alpha3\": \"ALA\",\n                            \"numerical\": \"248\",\n                            \"name\": \"Åland Islands\"\n                        },\n                        {\n                            \"text\": \"Albania\",\n                            \"value\": \"ALB\",\n                            \"checked\": false,\n                            \"alpha2\": \"AL\",\n                            \"alpha3\": \"ALB\",\n                            \"numerical\": \"008\",\n                            \"name\": \"Albania\"\n                        },\n                        {\n                            \"text\": \"Algeria\",\n                            \"value\": \"DZA\",\n                            \"checked\": false,\n                            \"alpha2\": \"DZ\",\n                            \"alpha3\": \"DZA\",\n                            \"numerical\": \"012\",\n                            \"name\": \"Algeria\"\n                        },\n                        {\n                            \"text\": \"American Samoa\",\n                            \"value\": \"ASM\",\n                            \"checked\": false,\n                            \"alpha2\": \"AS\",\n                            \"alpha3\": \"ASM\",\n                            \"numerical\": \"016\",\n                            \"name\": \"American Samoa\"\n                        },\n                        {\n                            \"text\": \"Andorra\",\n                            \"value\": \"AND\",\n                            \"checked\": false,\n                            \"alpha2\": \"AD\",\n                            \"alpha3\": \"AND\",\n                            \"numerical\": \"020\",\n                            \"name\": \"Andorra\"\n                        },\n                        {\n                            \"text\": \"Angola\",\n                            \"value\": \"AGO\",\n                            \"checked\": false,\n                            \"alpha2\": \"AO\",\n                            \"alpha3\": \"AGO\",\n                            \"numerical\": \"024\",\n                            \"name\": \"Angola\"\n                        },\n                        {\n                            \"text\": \"Anguilla\",\n                            \"value\": \"AIA\",\n                            \"checked\": false,\n                            \"alpha2\": \"AI\",\n                            \"alpha3\": \"AIA\",\n                            \"numerical\": \"660\",\n                            \"name\": \"Anguilla\"\n                        },\n                        {\n                            \"text\": \"Antarctica\",\n                            \"value\": \"ATA\",\n                            \"checked\": false,\n                            \"alpha2\": \"AQ\",\n                            \"alpha3\": \"ATA\",\n                            \"numerical\": \"010\",\n                            \"name\": \"Antarctica\"\n                        },\n                        {\n                            \"text\": \"Antigua and Barbuda\",\n                            \"value\": \"ATG\",\n                            \"checked\": false,\n                            \"alpha2\": \"AG\",\n                            \"alpha3\": \"ATG\",\n                            \"numerical\": \"028\",\n                            \"name\": \"Antigua and Barbuda\"\n                        },\n                        {\n                            \"text\": \"Argentina\",\n                            \"value\": \"ARG\",\n                            \"checked\": false,\n                            \"alpha2\": \"AR\",\n                            \"alpha3\": \"ARG\",\n                            \"numerical\": \"032\",\n                            \"name\": \"Argentina\"\n                        },\n                        {\n                            \"text\": \"Armenia\",\n                            \"value\": \"ARM\",\n                            \"checked\": false,\n                            \"alpha2\": \"AM\",\n                            \"alpha3\": \"ARM\",\n                            \"numerical\": \"051\",\n                            \"name\": \"Armenia\"\n                        },\n                        {\n                            \"text\": \"Aruba\",\n                            \"value\": \"ABW\",\n                            \"checked\": false,\n                            \"alpha2\": \"AW\",\n                            \"alpha3\": \"ABW\",\n                            \"numerical\": \"533\",\n                            \"name\": \"Aruba\"\n                        },\n                        {\n                            \"text\": \"Australia\",\n                            \"value\": \"AUS\",\n                            \"checked\": false,\n                            \"alpha2\": \"AU\",\n                            \"alpha3\": \"AUS\",\n                            \"numerical\": \"036\",\n                            \"name\": \"Australia\"\n                        },\n                        {\n                            \"text\": \"Austria\",\n                            \"value\": \"AUT\",\n                            \"checked\": false,\n                            \"alpha2\": \"AT\",\n                            \"alpha3\": \"AUT\",\n                            \"numerical\": \"040\",\n                            \"name\": \"Austria\"\n                        },\n                        {\n                            \"text\": \"Azerbaijan\",\n                            \"value\": \"AZE\",\n                            \"checked\": false,\n                            \"alpha2\": \"AZ\",\n                            \"alpha3\": \"AZE\",\n                            \"numerical\": \"031\",\n                            \"name\": \"Azerbaijan\"\n                        },\n                        {\n                            \"text\": \"Bahamas\",\n                            \"value\": \"BHS\",\n                            \"checked\": false,\n                            \"alpha2\": \"BS\",\n                            \"alpha3\": \"BHS\",\n                            \"numerical\": \"044\",\n                            \"name\": \"Bahamas\"\n                        },\n                        {\n                            \"text\": \"Bahrain\",\n                            \"value\": \"BHR\",\n                            \"checked\": false,\n                            \"alpha2\": \"BH\",\n                            \"alpha3\": \"BHR\",\n                            \"numerical\": \"048\",\n                            \"name\": \"Bahrain\"\n                        },\n                        {\n                            \"text\": \"Bangladesh\",\n                            \"value\": \"BGD\",\n                            \"checked\": false,\n                            \"alpha2\": \"BD\",\n                            \"alpha3\": \"BGD\",\n                            \"numerical\": \"050\",\n                            \"name\": \"Bangladesh\"\n                        },\n                        {\n                            \"text\": \"Barbados\",\n                            \"value\": \"BRB\",\n                            \"checked\": false,\n                            \"alpha2\": \"BB\",\n                            \"alpha3\": \"BRB\",\n                            \"numerical\": \"052\",\n                            \"name\": \"Barbados\"\n                        },\n                        {\n                            \"text\": \"Belarus\",\n                            \"value\": \"BLR\",\n                            \"checked\": false,\n                            \"alpha2\": \"BY\",\n                            \"alpha3\": \"BLR\",\n                            \"numerical\": \"112\",\n                            \"name\": \"Belarus\"\n                        },\n                        {\n                            \"text\": \"Belgium\",\n                            \"value\": \"BEL\",\n                            \"checked\": false,\n                            \"alpha2\": \"BE\",\n                            \"alpha3\": \"BEL\",\n                            \"numerical\": \"056\",\n                            \"name\": \"Belgium\"\n                        },\n                        {\n                            \"text\": \"Belize\",\n                            \"value\": \"BLZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"BZ\",\n                            \"alpha3\": \"BLZ\",\n                            \"numerical\": \"084\",\n                            \"name\": \"Belize\"\n                        },\n                        {\n                            \"text\": \"Benin\",\n                            \"value\": \"BEN\",\n                            \"checked\": false,\n                            \"alpha2\": \"BJ\",\n                            \"alpha3\": \"BEN\",\n                            \"numerical\": \"204\",\n                            \"name\": \"Benin\"\n                        },\n                        {\n                            \"text\": \"Bermuda\",\n                            \"value\": \"BMU\",\n                            \"checked\": false,\n                            \"alpha2\": \"BM\",\n                            \"alpha3\": \"BMU\",\n                            \"numerical\": \"060\",\n                            \"name\": \"Bermuda\"\n                        },\n                        {\n                            \"text\": \"Bhutan\",\n                            \"value\": \"BTN\",\n                            \"checked\": false,\n                            \"alpha2\": \"BT\",\n                            \"alpha3\": \"BTN\",\n                            \"numerical\": \"064\",\n                            \"name\": \"Bhutan\"\n                        },\n                        {\n                            \"text\": \"Bolivia,Plurinational State of\",\n                            \"value\": \"BOL\",\n                            \"checked\": false,\n                            \"alpha2\": \"BO\",\n                            \"alpha3\": \"BOL\",\n                            \"numerical\": \"068\",\n                            \"name\": \"Bolivia,Plurinational State of\"\n                        },\n                        {\n                            \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                            \"value\": \"BES\",\n                            \"checked\": false,\n                            \"alpha2\": \"BQ\",\n                            \"alpha3\": \"BES\",\n                            \"numerical\": \"535\",\n                            \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                        },\n                        {\n                            \"text\": \"Bosnia and Herzegovina\",\n                            \"value\": \"BIH\",\n                            \"checked\": false,\n                            \"alpha2\": \"BA\",\n                            \"alpha3\": \"BIH\",\n                            \"numerical\": \"070\",\n                            \"name\": \"Bosnia and Herzegovina\"\n                        },\n                        {\n                            \"text\": \"Botswana\",\n                            \"value\": \"BWA\",\n                            \"checked\": false,\n                            \"alpha2\": \"BW\",\n                            \"alpha3\": \"BWA\",\n                            \"numerical\": \"072\",\n                            \"name\": \"Botswana\"\n                        },\n                        {\n                            \"text\": \"Bouvet Island\",\n                            \"value\": \"BVT\",\n                            \"checked\": false,\n                            \"alpha2\": \"BV\",\n                            \"alpha3\": \"BVT\",\n                            \"numerical\": \"074\",\n                            \"name\": \"Bouvet Island\"\n                        },\n                        {\n                            \"text\": \"Brazil\",\n                            \"value\": \"BRA\",\n                            \"checked\": false,\n                            \"alpha2\": \"BR\",\n                            \"alpha3\": \"BRA\",\n                            \"numerical\": \"076\",\n                            \"name\": \"Brazil\"\n                        },\n                        {\n                            \"text\": \"British Indian Ocean Territory\",\n                            \"value\": \"IOT\",\n                            \"checked\": false,\n                            \"alpha2\": \"IO\",\n                            \"alpha3\": \"IOT\",\n                            \"numerical\": \"086\",\n                            \"name\": \"British Indian Ocean Territory\"\n                        },\n                        {\n                            \"text\": \"Brunei Darussalam\",\n                            \"value\": \"BRN\",\n                            \"checked\": false,\n                            \"alpha2\": \"BN\",\n                            \"alpha3\": \"BRN\",\n                            \"numerical\": \"096\",\n                            \"name\": \"Brunei Darussalam\"\n                        },\n                        {\n                            \"text\": \"Bulgaria\",\n                            \"value\": \"BGR\",\n                            \"checked\": false,\n                            \"alpha2\": \"BG\",\n                            \"alpha3\": \"BGR\",\n                            \"numerical\": \"100\",\n                            \"name\": \"Bulgaria\"\n                        },\n                        {\n                            \"text\": \"Burkina Faso\",\n                            \"value\": \"BFA\",\n                            \"checked\": false,\n                            \"alpha2\": \"BF\",\n                            \"alpha3\": \"BFA\",\n                            \"numerical\": \"854\",\n                            \"name\": \"Burkina Faso\"\n                        },\n                        {\n                            \"text\": \"Burundi\",\n                            \"value\": \"BDI\",\n                            \"checked\": false,\n                            \"alpha2\": \"BI\",\n                            \"alpha3\": \"BDI\",\n                            \"numerical\": \"108\",\n                            \"name\": \"Burundi\"\n                        },\n                        {\n                            \"text\": \"Cabo Verde\",\n                            \"value\": \"CPV\",\n                            \"checked\": false,\n                            \"alpha2\": \"CV\",\n                            \"alpha3\": \"CPV\",\n                            \"numerical\": \"132\",\n                            \"name\": \"Cabo Verde\"\n                        },\n                        {\n                            \"text\": \"Cambodia\",\n                            \"value\": \"KHM\",\n                            \"checked\": false,\n                            \"alpha2\": \"KH\",\n                            \"alpha3\": \"KHM\",\n                            \"numerical\": \"116\",\n                            \"name\": \"Cambodia\"\n                        },\n                        {\n                            \"text\": \"Cameroon\",\n                            \"value\": \"CMR\",\n                            \"checked\": false,\n                            \"alpha2\": \"CM\",\n                            \"alpha3\": \"CMR\",\n                            \"numerical\": \"120\",\n                            \"name\": \"Cameroon\"\n                        },\n                        {\n                            \"text\": \"Canada\",\n                            \"value\": \"CAN\",\n                            \"checked\": false,\n                            \"alpha2\": \"CA\",\n                            \"alpha3\": \"CAN\",\n                            \"numerical\": \"124\",\n                            \"name\": \"Canada\"\n                        },\n                        {\n                            \"text\": \"Cayman Islands\",\n                            \"value\": \"CYM\",\n                            \"checked\": false,\n                            \"alpha2\": \"KY\",\n                            \"alpha3\": \"CYM\",\n                            \"numerical\": \"136\",\n                            \"name\": \"Cayman Islands\"\n                        },\n                        {\n                            \"text\": \"Central African Republic\",\n                            \"value\": \"CAF\",\n                            \"checked\": false,\n                            \"alpha2\": \"CF\",\n                            \"alpha3\": \"CAF\",\n                            \"numerical\": \"140\",\n                            \"name\": \"Central African Republic\"\n                        },\n                        {\n                            \"text\": \"Chad\",\n                            \"value\": \"TCD\",\n                            \"checked\": false,\n                            \"alpha2\": \"TD\",\n                            \"alpha3\": \"TCD\",\n                            \"numerical\": \"148\",\n                            \"name\": \"Chad\"\n                        },\n                        {\n                            \"text\": \"Chile\",\n                            \"value\": \"CHL\",\n                            \"checked\": false,\n                            \"alpha2\": \"CL\",\n                            \"alpha3\": \"CHL\",\n                            \"numerical\": \"152\",\n                            \"name\": \"Chile\"\n                        },\n                        {\n                            \"text\": \"China\",\n                            \"value\": \"CHN\",\n                            \"checked\": false,\n                            \"alpha2\": \"CN\",\n                            \"alpha3\": \"CHN\",\n                            \"numerical\": \"156\",\n                            \"name\": \"China\"\n                        },\n                        {\n                            \"text\": \"Christmas Island\",\n                            \"value\": \"CXR\",\n                            \"checked\": false,\n                            \"alpha2\": \"CX\",\n                            \"alpha3\": \"CXR\",\n                            \"numerical\": \"162\",\n                            \"name\": \"Christmas Island\"\n                        },\n                        {\n                            \"text\": \"Cocos (Keeling) Islands\",\n                            \"value\": \"CCK\",\n                            \"checked\": false,\n                            \"alpha2\": \"CC\",\n                            \"alpha3\": \"CCK\",\n                            \"numerical\": \"166\",\n                            \"name\": \"Cocos (Keeling) Islands\"\n                        },\n                        {\n                            \"text\": \"Colombia\",\n                            \"value\": \"COL\",\n                            \"checked\": false,\n                            \"alpha2\": \"CO\",\n                            \"alpha3\": \"COL\",\n                            \"numerical\": \"170\",\n                            \"name\": \"Colombia\"\n                        },\n                        {\n                            \"text\": \"Comoros\",\n                            \"value\": \"COM\",\n                            \"checked\": false,\n                            \"alpha2\": \"KM\",\n                            \"alpha3\": \"COM\",\n                            \"numerical\": \"174\",\n                            \"name\": \"Comoros\"\n                        },\n                        {\n                            \"text\": \"Congo\",\n                            \"value\": \"COG\",\n                            \"checked\": false,\n                            \"alpha2\": \"CG\",\n                            \"alpha3\": \"COG\",\n                            \"numerical\": \"178\",\n                            \"name\": \"Congo\"\n                        },\n                        {\n                            \"text\": \"Congo,the Democratic Republic of the\",\n                            \"value\": \"COD\",\n                            \"checked\": false,\n                            \"alpha2\": \"CD\",\n                            \"alpha3\": \"COD\",\n                            \"numerical\": \"180\",\n                            \"name\": \"Congo,the Democratic Republic of the\"\n                        },\n                        {\n                            \"text\": \"Cook Islands\",\n                            \"value\": \"COK\",\n                            \"checked\": false,\n                            \"alpha2\": \"CK\",\n                            \"alpha3\": \"COK\",\n                            \"numerical\": \"184\",\n                            \"name\": \"Cook Islands\"\n                        },\n                        {\n                            \"text\": \"Costa Rica\",\n                            \"value\": \"CRI\",\n                            \"checked\": false,\n                            \"alpha2\": \"CR\",\n                            \"alpha3\": \"CRI\",\n                            \"numerical\": \"188\",\n                            \"name\": \"Costa Rica\"\n                        },\n                        {\n                            \"text\": \"Côte d'Ivoire\",\n                            \"value\": \"CIV\",\n                            \"checked\": false,\n                            \"alpha2\": \"CI\",\n                            \"alpha3\": \"CIV\",\n                            \"numerical\": \"384\",\n                            \"name\": \"Côte d'Ivoire\"\n                        },\n                        {\n                            \"text\": \"Croatia\",\n                            \"value\": \"HRV\",\n                            \"checked\": false,\n                            \"alpha2\": \"HR\",\n                            \"alpha3\": \"HRV\",\n                            \"numerical\": \"191\",\n                            \"name\": \"Croatia\"\n                        },\n                        {\n                            \"text\": \"Cuba\",\n                            \"value\": \"CUB\",\n                            \"checked\": false,\n                            \"alpha2\": \"CU\",\n                            \"alpha3\": \"CUB\",\n                            \"numerical\": \"192\",\n                            \"name\": \"Cuba\"\n                        },\n                        {\n                            \"text\": \"Curaçao\",\n                            \"value\": \"CUW\",\n                            \"checked\": false,\n                            \"alpha2\": \"CW\",\n                            \"alpha3\": \"CUW\",\n                            \"numerical\": \"531\",\n                            \"name\": \"Curaçao\"\n                        },\n                        {\n                            \"text\": \"Cyprus\",\n                            \"value\": \"CYP\",\n                            \"checked\": false,\n                            \"alpha2\": \"CY\",\n                            \"alpha3\": \"CYP\",\n                            \"numerical\": \"196\",\n                            \"name\": \"Cyprus\"\n                        },\n                        {\n                            \"text\": \"Czech Republic\",\n                            \"value\": \"CZE\",\n                            \"checked\": false,\n                            \"alpha2\": \"CZ\",\n                            \"alpha3\": \"CZE\",\n                            \"numerical\": \"203\",\n                            \"name\": \"Czech Republic\"\n                        },\n                        {\n                            \"text\": \"Denmark\",\n                            \"value\": \"DNK\",\n                            \"checked\": false,\n                            \"alpha2\": \"DK\",\n                            \"alpha3\": \"DNK\",\n                            \"numerical\": \"208\",\n                            \"name\": \"Denmark\"\n                        },\n                        {\n                            \"text\": \"Djibouti\",\n                            \"value\": \"DJI\",\n                            \"checked\": false,\n                            \"alpha2\": \"DJ\",\n                            \"alpha3\": \"DJI\",\n                            \"numerical\": \"262\",\n                            \"name\": \"Djibouti\"\n                        },\n                        {\n                            \"text\": \"Dominica\",\n                            \"value\": \"DMA\",\n                            \"checked\": false,\n                            \"alpha2\": \"DM\",\n                            \"alpha3\": \"DMA\",\n                            \"numerical\": \"212\",\n                            \"name\": \"Dominica\"\n                        },\n                        {\n                            \"text\": \"Dominican Republic\",\n                            \"value\": \"DOM\",\n                            \"checked\": false,\n                            \"alpha2\": \"DO\",\n                            \"alpha3\": \"DOM\",\n                            \"numerical\": \"214\",\n                            \"name\": \"Dominican Republic\"\n                        },\n                        {\n                            \"text\": \"Ecuador\",\n                            \"value\": \"ECU\",\n                            \"checked\": false,\n                            \"alpha2\": \"EC\",\n                            \"alpha3\": \"ECU\",\n                            \"numerical\": \"218\",\n                            \"name\": \"Ecuador\"\n                        },\n                        {\n                            \"text\": \"Egypt\",\n                            \"value\": \"EGY\",\n                            \"checked\": false,\n                            \"alpha2\": \"EG\",\n                            \"alpha3\": \"EGY\",\n                            \"numerical\": \"818\",\n                            \"name\": \"Egypt\"\n                        },\n                        {\n                            \"text\": \"El Salvador\",\n                            \"value\": \"SLV\",\n                            \"checked\": false,\n                            \"alpha2\": \"SV\",\n                            \"alpha3\": \"SLV\",\n                            \"numerical\": \"222\",\n                            \"name\": \"El Salvador\"\n                        },\n                        {\n                            \"text\": \"Equatorial Guinea\",\n                            \"value\": \"GNQ\",\n                            \"checked\": false,\n                            \"alpha2\": \"GQ\",\n                            \"alpha3\": \"GNQ\",\n                            \"numerical\": \"226\",\n                            \"name\": \"Equatorial Guinea\"\n                        },\n                        {\n                            \"text\": \"Eritrea\",\n                            \"value\": \"ERI\",\n                            \"checked\": false,\n                            \"alpha2\": \"ER\",\n                            \"alpha3\": \"ERI\",\n                            \"numerical\": \"232\",\n                            \"name\": \"Eritrea\"\n                        },\n                        {\n                            \"text\": \"Estonia\",\n                            \"value\": \"EST\",\n                            \"checked\": false,\n                            \"alpha2\": \"EE\",\n                            \"alpha3\": \"EST\",\n                            \"numerical\": \"233\",\n                            \"name\": \"Estonia\"\n                        },\n                        {\n                            \"text\": \"Ethiopia\",\n                            \"value\": \"ETH\",\n                            \"checked\": false,\n                            \"alpha2\": \"ET\",\n                            \"alpha3\": \"ETH\",\n                            \"numerical\": \"231\",\n                            \"name\": \"Ethiopia\"\n                        },\n                        {\n                            \"text\": \"Falkland Islands (Malvinas)\",\n                            \"value\": \"FLK\",\n                            \"checked\": false,\n                            \"alpha2\": \"FK\",\n                            \"alpha3\": \"FLK\",\n                            \"numerical\": \"238\",\n                            \"name\": \"Falkland Islands (Malvinas)\"\n                        },\n                        {\n                            \"text\": \"Faroe Islands\",\n                            \"value\": \"FRO\",\n                            \"checked\": false,\n                            \"alpha2\": \"FO\",\n                            \"alpha3\": \"FRO\",\n                            \"numerical\": \"234\",\n                            \"name\": \"Faroe Islands\"\n                        },\n                        {\n                            \"text\": \"Fiji\",\n                            \"value\": \"FJI\",\n                            \"checked\": false,\n                            \"alpha2\": \"FJ\",\n                            \"alpha3\": \"FJI\",\n                            \"numerical\": \"242\",\n                            \"name\": \"Fiji\"\n                        },\n                        {\n                            \"text\": \"Finland\",\n                            \"value\": \"FIN\",\n                            \"checked\": false,\n                            \"alpha2\": \"FI\",\n                            \"alpha3\": \"FIN\",\n                            \"numerical\": \"246\",\n                            \"name\": \"Finland\"\n                        },\n                        {\n                            \"text\": \"France\",\n                            \"value\": \"FRA\",\n                            \"checked\": false,\n                            \"alpha2\": \"FR\",\n                            \"alpha3\": \"FRA\",\n                            \"numerical\": \"250\",\n                            \"name\": \"France\"\n                        },\n                        {\n                            \"text\": \"French Guiana\",\n                            \"value\": \"GUF\",\n                            \"checked\": false,\n                            \"alpha2\": \"GF\",\n                            \"alpha3\": \"GUF\",\n                            \"numerical\": \"254\",\n                            \"name\": \"French Guiana\"\n                        },\n                        {\n                            \"text\": \"French Polynesia\",\n                            \"value\": \"PYF\",\n                            \"checked\": false,\n                            \"alpha2\": \"PF\",\n                            \"alpha3\": \"PYF\",\n                            \"numerical\": \"258\",\n                            \"name\": \"French Polynesia\"\n                        },\n                        {\n                            \"text\": \"French Southern Territories\",\n                            \"value\": \"ATF\",\n                            \"checked\": false,\n                            \"alpha2\": \"TF\",\n                            \"alpha3\": \"ATF\",\n                            \"numerical\": \"260\",\n                            \"name\": \"French Southern Territories\"\n                        },\n                        {\n                            \"text\": \"Gabon\",\n                            \"value\": \"GAB\",\n                            \"checked\": false,\n                            \"alpha2\": \"GA\",\n                            \"alpha3\": \"GAB\",\n                            \"numerical\": \"266\",\n                            \"name\": \"Gabon\"\n                        },\n                        {\n                            \"text\": \"Gambia\",\n                            \"value\": \"GMB\",\n                            \"checked\": false,\n                            \"alpha2\": \"GM\",\n                            \"alpha3\": \"GMB\",\n                            \"numerical\": \"270\",\n                            \"name\": \"Gambia\"\n                        },\n                        {\n                            \"text\": \"Georgia\",\n                            \"value\": \"GEO\",\n                            \"checked\": false,\n                            \"alpha2\": \"GE\",\n                            \"alpha3\": \"GEO\",\n                            \"numerical\": \"268\",\n                            \"name\": \"Georgia\"\n                        },\n                        {\n                            \"text\": \"Germany\",\n                            \"value\": \"DEU\",\n                            \"checked\": false,\n                            \"alpha2\": \"DE\",\n                            \"alpha3\": \"DEU\",\n                            \"numerical\": \"276\",\n                            \"name\": \"Germany\"\n                        },\n                        {\n                            \"text\": \"Ghana\",\n                            \"value\": \"GHA\",\n                            \"checked\": false,\n                            \"alpha2\": \"GH\",\n                            \"alpha3\": \"GHA\",\n                            \"numerical\": \"288\",\n                            \"name\": \"Ghana\"\n                        },\n                        {\n                            \"text\": \"Gibraltar\",\n                            \"value\": \"GIB\",\n                            \"checked\": false,\n                            \"alpha2\": \"GI\",\n                            \"alpha3\": \"GIB\",\n                            \"numerical\": \"292\",\n                            \"name\": \"Gibraltar\"\n                        },\n                        {\n                            \"text\": \"Greece\",\n                            \"value\": \"GRC\",\n                            \"checked\": false,\n                            \"alpha2\": \"GR\",\n                            \"alpha3\": \"GRC\",\n                            \"numerical\": \"300\",\n                            \"name\": \"Greece\"\n                        },\n                        {\n                            \"text\": \"Greenland\",\n                            \"value\": \"GRL\",\n                            \"checked\": false,\n                            \"alpha2\": \"GL\",\n                            \"alpha3\": \"GRL\",\n                            \"numerical\": \"304\",\n                            \"name\": \"Greenland\"\n                        },\n                        {\n                            \"text\": \"Grenada\",\n                            \"value\": \"GRD\",\n                            \"checked\": false,\n                            \"alpha2\": \"GD\",\n                            \"alpha3\": \"GRD\",\n                            \"numerical\": \"308\",\n                            \"name\": \"Grenada\"\n                        },\n                        {\n                            \"text\": \"Guadeloupe\",\n                            \"value\": \"GLP\",\n                            \"checked\": false,\n                            \"alpha2\": \"GP\",\n                            \"alpha3\": \"GLP\",\n                            \"numerical\": \"312\",\n                            \"name\": \"Guadeloupe\"\n                        },\n                        {\n                            \"text\": \"Guam\",\n                            \"value\": \"GUM\",\n                            \"checked\": false,\n                            \"alpha2\": \"GU\",\n                            \"alpha3\": \"GUM\",\n                            \"numerical\": \"316\",\n                            \"name\": \"Guam\"\n                        },\n                        {\n                            \"text\": \"Guatemala\",\n                            \"value\": \"GTM\",\n                            \"checked\": false,\n                            \"alpha2\": \"GT\",\n                            \"alpha3\": \"GTM\",\n                            \"numerical\": \"320\",\n                            \"name\": \"Guatemala\"\n                        },\n                        {\n                            \"text\": \"Guernsey\",\n                            \"value\": \"GGY\",\n                            \"checked\": false,\n                            \"alpha2\": \"GG\",\n                            \"alpha3\": \"GGY\",\n                            \"numerical\": \"831\",\n                            \"name\": \"Guernsey\"\n                        },\n                        {\n                            \"text\": \"Guinea\",\n                            \"value\": \"GIN\",\n                            \"checked\": false,\n                            \"alpha2\": \"GN\",\n                            \"alpha3\": \"GIN\",\n                            \"numerical\": \"324\",\n                            \"name\": \"Guinea\"\n                        },\n                        {\n                            \"text\": \"Guinea-Bissau\",\n                            \"value\": \"GNB\",\n                            \"checked\": false,\n                            \"alpha2\": \"GW\",\n                            \"alpha3\": \"GNB\",\n                            \"numerical\": \"624\",\n                            \"name\": \"Guinea-Bissau\"\n                        },\n                        {\n                            \"text\": \"Guyana\",\n                            \"value\": \"GUY\",\n                            \"checked\": false,\n                            \"alpha2\": \"GY\",\n                            \"alpha3\": \"GUY\",\n                            \"numerical\": \"328\",\n                            \"name\": \"Guyana\"\n                        },\n                        {\n                            \"text\": \"Haiti\",\n                            \"value\": \"HTI\",\n                            \"checked\": false,\n                            \"alpha2\": \"HT\",\n                            \"alpha3\": \"HTI\",\n                            \"numerical\": \"332\",\n                            \"name\": \"Haiti\"\n                        },\n                        {\n                            \"text\": \"Heard Island and McDonald Islands\",\n                            \"value\": \"HMD\",\n                            \"checked\": false,\n                            \"alpha2\": \"HM\",\n                            \"alpha3\": \"HMD\",\n                            \"numerical\": \"334\",\n                            \"name\": \"Heard Island and McDonald Islands\"\n                        },\n                        {\n                            \"text\": \"Holy See (Vatican City State)\",\n                            \"value\": \"VAT\",\n                            \"checked\": false,\n                            \"alpha2\": \"VA\",\n                            \"alpha3\": \"VAT\",\n                            \"numerical\": \"336\",\n                            \"name\": \"Holy See (Vatican City State)\"\n                        },\n                        {\n                            \"text\": \"Honduras\",\n                            \"value\": \"HND\",\n                            \"checked\": false,\n                            \"alpha2\": \"HN\",\n                            \"alpha3\": \"HND\",\n                            \"numerical\": \"340\",\n                            \"name\": \"Honduras\"\n                        },\n                        {\n                            \"text\": \"Hong Kong\",\n                            \"value\": \"HKG\",\n                            \"checked\": false,\n                            \"alpha2\": \"HK\",\n                            \"alpha3\": \"HKG\",\n                            \"numerical\": \"344\",\n                            \"name\": \"Hong Kong\"\n                        },\n                        {\n                            \"text\": \"Hungary\",\n                            \"value\": \"HUN\",\n                            \"checked\": false,\n                            \"alpha2\": \"HU\",\n                            \"alpha3\": \"HUN\",\n                            \"numerical\": \"348\",\n                            \"name\": \"Hungary\"\n                        },\n                        {\n                            \"text\": \"Iceland\",\n                            \"value\": \"ISL\",\n                            \"checked\": false,\n                            \"alpha2\": \"IS\",\n                            \"alpha3\": \"ISL\",\n                            \"numerical\": \"352\",\n                            \"name\": \"Iceland\"\n                        },\n                        {\n                            \"text\": \"India\",\n                            \"value\": \"IND\",\n                            \"checked\": false,\n                            \"alpha2\": \"IN\",\n                            \"alpha3\": \"IND\",\n                            \"numerical\": \"356\",\n                            \"name\": \"India\"\n                        },\n                        {\n                            \"text\": \"Indonesia\",\n                            \"value\": \"IDN\",\n                            \"checked\": false,\n                            \"alpha2\": \"ID\",\n                            \"alpha3\": \"IDN\",\n                            \"numerical\": \"360\",\n                            \"name\": \"Indonesia\"\n                        },\n                        {\n                            \"text\": \"Iran,Islamic Republic of\",\n                            \"value\": \"IRN\",\n                            \"checked\": false,\n                            \"alpha2\": \"IR\",\n                            \"alpha3\": \"IRN\",\n                            \"numerical\": \"364\",\n                            \"name\": \"Iran,Islamic Republic of\"\n                        },\n                        {\n                            \"text\": \"Iraq\",\n                            \"value\": \"IRQ\",\n                            \"checked\": false,\n                            \"alpha2\": \"IQ\",\n                            \"alpha3\": \"IRQ\",\n                            \"numerical\": \"368\",\n                            \"name\": \"Iraq\"\n                        },\n                        {\n                            \"text\": \"Ireland\",\n                            \"value\": \"IRL\",\n                            \"checked\": false,\n                            \"alpha2\": \"IE\",\n                            \"alpha3\": \"IRL\",\n                            \"numerical\": \"372\",\n                            \"name\": \"Ireland\"\n                        },\n                        {\n                            \"text\": \"Isle of Man\",\n                            \"value\": \"IMN\",\n                            \"checked\": false,\n                            \"alpha2\": \"IM\",\n                            \"alpha3\": \"IMN\",\n                            \"numerical\": \"833\",\n                            \"name\": \"Isle of Man\"\n                        },\n                        {\n                            \"text\": \"Israel\",\n                            \"value\": \"ISR\",\n                            \"checked\": false,\n                            \"alpha2\": \"IL\",\n                            \"alpha3\": \"ISR\",\n                            \"numerical\": \"376\",\n                            \"name\": \"Israel\"\n                        },\n                        {\n                            \"text\": \"Italy\",\n                            \"value\": \"ITA\",\n                            \"checked\": false,\n                            \"alpha2\": \"IT\",\n                            \"alpha3\": \"ITA\",\n                            \"numerical\": \"380\",\n                            \"name\": \"Italy\"\n                        },\n                        {\n                            \"text\": \"Jamaica\",\n                            \"value\": \"JAM\",\n                            \"checked\": false,\n                            \"alpha2\": \"JM\",\n                            \"alpha3\": \"JAM\",\n                            \"numerical\": \"388\",\n                            \"name\": \"Jamaica\"\n                        },\n                        {\n                            \"text\": \"Japan\",\n                            \"value\": \"JPN\",\n                            \"checked\": false,\n                            \"alpha2\": \"JP\",\n                            \"alpha3\": \"JPN\",\n                            \"numerical\": \"392\",\n                            \"name\": \"Japan\"\n                        },\n                        {\n                            \"text\": \"Jersey\",\n                            \"value\": \"JEY\",\n                            \"checked\": false,\n                            \"alpha2\": \"JE\",\n                            \"alpha3\": \"JEY\",\n                            \"numerical\": \"832\",\n                            \"name\": \"Jersey\"\n                        },\n                        {\n                            \"text\": \"Jordan\",\n                            \"value\": \"JOR\",\n                            \"checked\": false,\n                            \"alpha2\": \"JO\",\n                            \"alpha3\": \"JOR\",\n                            \"numerical\": \"400\",\n                            \"name\": \"Jordan\"\n                        },\n                        {\n                            \"text\": \"Kazakhstan\",\n                            \"value\": \"KAZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"KZ\",\n                            \"alpha3\": \"KAZ\",\n                            \"numerical\": \"398\",\n                            \"name\": \"Kazakhstan\"\n                        },\n                        {\n                            \"text\": \"Kenya\",\n                            \"value\": \"KEN\",\n                            \"checked\": false,\n                            \"alpha2\": \"KE\",\n                            \"alpha3\": \"KEN\",\n                            \"numerical\": \"404\",\n                            \"name\": \"Kenya\"\n                        },\n                        {\n                            \"text\": \"Kiribati\",\n                            \"value\": \"KIR\",\n                            \"checked\": false,\n                            \"alpha2\": \"KI\",\n                            \"alpha3\": \"KIR\",\n                            \"numerical\": \"296\",\n                            \"name\": \"Kiribati\"\n                        },\n                        {\n                            \"text\": \"Korea,Democratic People's Republic of\",\n                            \"value\": \"PRK\",\n                            \"checked\": false,\n                            \"alpha2\": \"KP\",\n                            \"alpha3\": \"PRK\",\n                            \"numerical\": \"408\",\n                            \"name\": \"Korea,Democratic People's Republic of\"\n                        },\n                        {\n                            \"text\": \"Korea,Republic of\",\n                            \"value\": \"KOR\",\n                            \"checked\": false,\n                            \"alpha2\": \"KR\",\n                            \"alpha3\": \"KOR\",\n                            \"numerical\": \"410\",\n                            \"name\": \"Korea,Republic of\"\n                        },\n                        {\n                            \"text\": \"Kosovo,Republic of\",\n                            \"value\": \"XKK\",\n                            \"checked\": false,\n                            \"alpha2\": \"XK\",\n                            \"alpha3\": \"XKK\",\n                            \"numerical\": \"008\",\n                            \"name\": \"Kosovo,Republic of\"\n                        },\n                        {\n                            \"text\": \"Kuwait\",\n                            \"value\": \"KWT\",\n                            \"checked\": false,\n                            \"alpha2\": \"KW\",\n                            \"alpha3\": \"KWT\",\n                            \"numerical\": \"414\",\n                            \"name\": \"Kuwait\"\n                        },\n                        {\n                            \"text\": \"Kyrgyzstan\",\n                            \"value\": \"KGZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"KG\",\n                            \"alpha3\": \"KGZ\",\n                            \"numerical\": \"417\",\n                            \"name\": \"Kyrgyzstan\"\n                        },\n                        {\n                            \"text\": \"Lao People's Democratic Republic\",\n                            \"value\": \"LAO\",\n                            \"checked\": false,\n                            \"alpha2\": \"LA\",\n                            \"alpha3\": \"LAO\",\n                            \"numerical\": \"418\",\n                            \"name\": \"Lao People's Democratic Republic\"\n                        },\n                        {\n                            \"text\": \"Latvia\",\n                            \"value\": \"LVA\",\n                            \"checked\": false,\n                            \"alpha2\": \"LV\",\n                            \"alpha3\": \"LVA\",\n                            \"numerical\": \"428\",\n                            \"name\": \"Latvia\"\n                        },\n                        {\n                            \"text\": \"Lebanon\",\n                            \"value\": \"LBN\",\n                            \"checked\": false,\n                            \"alpha2\": \"LB\",\n                            \"alpha3\": \"LBN\",\n                            \"numerical\": \"422\",\n                            \"name\": \"Lebanon\"\n                        },\n                        {\n                            \"text\": \"Lesotho\",\n                            \"value\": \"LSO\",\n                            \"checked\": false,\n                            \"alpha2\": \"LS\",\n                            \"alpha3\": \"LSO\",\n                            \"numerical\": \"426\",\n                            \"name\": \"Lesotho\"\n                        },\n                        {\n                            \"text\": \"Liberia\",\n                            \"value\": \"LBR\",\n                            \"checked\": false,\n                            \"alpha2\": \"LR\",\n                            \"alpha3\": \"LBR\",\n                            \"numerical\": \"430\",\n                            \"name\": \"Liberia\"\n                        },\n                        {\n                            \"text\": \"Libya\",\n                            \"value\": \"LBY\",\n                            \"checked\": false,\n                            \"alpha2\": \"LY\",\n                            \"alpha3\": \"LBY\",\n                            \"numerical\": \"434\",\n                            \"name\": \"Libya\"\n                        },\n                        {\n                            \"text\": \"Liechtenstein\",\n                            \"value\": \"LIE\",\n                            \"checked\": false,\n                            \"alpha2\": \"LI\",\n                            \"alpha3\": \"LIE\",\n                            \"numerical\": \"438\",\n                            \"name\": \"Liechtenstein\"\n                        },\n                        {\n                            \"text\": \"Lithuania\",\n                            \"value\": \"LTU\",\n                            \"checked\": false,\n                            \"alpha2\": \"LT\",\n                            \"alpha3\": \"LTU\",\n                            \"numerical\": \"440\",\n                            \"name\": \"Lithuania\"\n                        },\n                        {\n                            \"text\": \"Luxembourg\",\n                            \"value\": \"LUX\",\n                            \"checked\": false,\n                            \"alpha2\": \"LU\",\n                            \"alpha3\": \"LUX\",\n                            \"numerical\": \"442\",\n                            \"name\": \"Luxembourg\"\n                        },\n                        {\n                            \"text\": \"Macao\",\n                            \"value\": \"MAC\",\n                            \"checked\": false,\n                            \"alpha2\": \"MO\",\n                            \"alpha3\": \"MAC\",\n                            \"numerical\": \"446\",\n                            \"name\": \"Macao\"\n                        },\n                        {\n                            \"text\": \"North Macedonia\",\n                            \"value\": \"MKD\",\n                            \"checked\": false,\n                            \"alpha2\": \"MK\",\n                            \"alpha3\": \"MKD\",\n                            \"numerical\": \"807\",\n                            \"name\": \"North Macedonia\"\n                        },\n                        {\n                            \"text\": \"Madagascar\",\n                            \"value\": \"MDG\",\n                            \"checked\": false,\n                            \"alpha2\": \"MG\",\n                            \"alpha3\": \"MDG\",\n                            \"numerical\": \"450\",\n                            \"name\": \"Madagascar\"\n                        },\n                        {\n                            \"text\": \"Malawi\",\n                            \"value\": \"MWI\",\n                            \"checked\": false,\n                            \"alpha2\": \"MW\",\n                            \"alpha3\": \"MWI\",\n                            \"numerical\": \"454\",\n                            \"name\": \"Malawi\"\n                        },\n                        {\n                            \"text\": \"Malaysia\",\n                            \"value\": \"MYS\",\n                            \"checked\": false,\n                            \"alpha2\": \"MY\",\n                            \"alpha3\": \"MYS\",\n                            \"numerical\": \"458\",\n                            \"name\": \"Malaysia\"\n                        },\n                        {\n                            \"text\": \"Maldives\",\n                            \"value\": \"MDV\",\n                            \"checked\": false,\n                            \"alpha2\": \"MV\",\n                            \"alpha3\": \"MDV\",\n                            \"numerical\": \"462\",\n                            \"name\": \"Maldives\"\n                        },\n                        {\n                            \"text\": \"Mali\",\n                            \"value\": \"MLI\",\n                            \"checked\": false,\n                            \"alpha2\": \"ML\",\n                            \"alpha3\": \"MLI\",\n                            \"numerical\": \"466\",\n                            \"name\": \"Mali\"\n                        },\n                        {\n                            \"text\": \"Malta\",\n                            \"value\": \"MLT\",\n                            \"checked\": false,\n                            \"alpha2\": \"MT\",\n                            \"alpha3\": \"MLT\",\n                            \"numerical\": \"470\",\n                            \"name\": \"Malta\"\n                        },\n                        {\n                            \"text\": \"Marshall Islands\",\n                            \"value\": \"MHL\",\n                            \"checked\": false,\n                            \"alpha2\": \"MH\",\n                            \"alpha3\": \"MHL\",\n                            \"numerical\": \"584\",\n                            \"name\": \"Marshall Islands\"\n                        },\n                        {\n                            \"text\": \"Martinique\",\n                            \"value\": \"MTQ\",\n                            \"checked\": false,\n                            \"alpha2\": \"MQ\",\n                            \"alpha3\": \"MTQ\",\n                            \"numerical\": \"474\",\n                            \"name\": \"Martinique\"\n                        },\n                        {\n                            \"text\": \"Mauritania\",\n                            \"value\": \"MRT\",\n                            \"checked\": false,\n                            \"alpha2\": \"MR\",\n                            \"alpha3\": \"MRT\",\n                            \"numerical\": \"478\",\n                            \"name\": \"Mauritania\"\n                        },\n                        {\n                            \"text\": \"Mauritius\",\n                            \"value\": \"MUS\",\n                            \"checked\": false,\n                            \"alpha2\": \"MU\",\n                            \"alpha3\": \"MUS\",\n                            \"numerical\": \"480\",\n                            \"name\": \"Mauritius\"\n                        },\n                        {\n                            \"text\": \"Mayotte\",\n                            \"value\": \"MYT\",\n                            \"checked\": false,\n                            \"alpha2\": \"YT\",\n                            \"alpha3\": \"MYT\",\n                            \"numerical\": \"175\",\n                            \"name\": \"Mayotte\"\n                        },\n                        {\n                            \"text\": \"Mexico\",\n                            \"value\": \"MEX\",\n                            \"checked\": false,\n                            \"alpha2\": \"MX\",\n                            \"alpha3\": \"MEX\",\n                            \"numerical\": \"484\",\n                            \"name\": \"Mexico\"\n                        },\n                        {\n                            \"text\": \"Micronesia,Federated States of\",\n                            \"value\": \"FSM\",\n                            \"checked\": false,\n                            \"alpha2\": \"FM\",\n                            \"alpha3\": \"FSM\",\n                            \"numerical\": \"583\",\n                            \"name\": \"Micronesia,Federated States of\"\n                        },\n                        {\n                            \"text\": \"Moldova,Republic of\",\n                            \"value\": \"MDA\",\n                            \"checked\": false,\n                            \"alpha2\": \"MD\",\n                            \"alpha3\": \"MDA\",\n                            \"numerical\": \"498\",\n                            \"name\": \"Moldova,Republic of\"\n                        },\n                        {\n                            \"text\": \"Monaco\",\n                            \"value\": \"MCO\",\n                            \"checked\": false,\n                            \"alpha2\": \"MC\",\n                            \"alpha3\": \"MCO\",\n                            \"numerical\": \"492\",\n                            \"name\": \"Monaco\"\n                        },\n                        {\n                            \"text\": \"Mongolia\",\n                            \"value\": \"MNG\",\n                            \"checked\": false,\n                            \"alpha2\": \"MN\",\n                            \"alpha3\": \"MNG\",\n                            \"numerical\": \"496\",\n                            \"name\": \"Mongolia\"\n                        },\n                        {\n                            \"text\": \"Montenegro\",\n                            \"value\": \"MNE\",\n                            \"checked\": false,\n                            \"alpha2\": \"ME\",\n                            \"alpha3\": \"MNE\",\n                            \"numerical\": \"499\",\n                            \"name\": \"Montenegro\"\n                        },\n                        {\n                            \"text\": \"Montserrat\",\n                            \"value\": \"MSR\",\n                            \"checked\": false,\n                            \"alpha2\": \"MS\",\n                            \"alpha3\": \"MSR\",\n                            \"numerical\": \"500\",\n                            \"name\": \"Montserrat\"\n                        },\n                        {\n                            \"text\": \"Morocco\",\n                            \"value\": \"MAR\",\n                            \"checked\": false,\n                            \"alpha2\": \"MA\",\n                            \"alpha3\": \"MAR\",\n                            \"numerical\": \"504\",\n                            \"name\": \"Morocco\"\n                        },\n                        {\n                            \"text\": \"Mozambique\",\n                            \"value\": \"MOZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"MZ\",\n                            \"alpha3\": \"MOZ\",\n                            \"numerical\": \"508\",\n                            \"name\": \"Mozambique\"\n                        },\n                        {\n                            \"text\": \"Myanmar\",\n                            \"value\": \"MMR\",\n                            \"checked\": false,\n                            \"alpha2\": \"MM\",\n                            \"alpha3\": \"MMR\",\n                            \"numerical\": \"104\",\n                            \"name\": \"Myanmar\"\n                        },\n                        {\n                            \"text\": \"Namibia\",\n                            \"value\": \"NAM\",\n                            \"checked\": false,\n                            \"alpha2\": \"NA\",\n                            \"alpha3\": \"NAM\",\n                            \"numerical\": \"516\",\n                            \"name\": \"Namibia\"\n                        },\n                        {\n                            \"text\": \"Nauru\",\n                            \"value\": \"NRU\",\n                            \"checked\": false,\n                            \"alpha2\": \"NR\",\n                            \"alpha3\": \"NRU\",\n                            \"numerical\": \"520\",\n                            \"name\": \"Nauru\"\n                        },\n                        {\n                            \"text\": \"Nepal\",\n                            \"value\": \"NPL\",\n                            \"checked\": false,\n                            \"alpha2\": \"NP\",\n                            \"alpha3\": \"NPL\",\n                            \"numerical\": \"524\",\n                            \"name\": \"Nepal\"\n                        },\n                        {\n                            \"text\": \"Netherlands\",\n                            \"value\": \"NLD\",\n                            \"checked\": false,\n                            \"alpha2\": \"NL\",\n                            \"alpha3\": \"NLD\",\n                            \"numerical\": \"528\",\n                            \"name\": \"Netherlands\"\n                        },\n                        {\n                            \"text\": \"New Caledonia\",\n                            \"value\": \"NCL\",\n                            \"checked\": false,\n                            \"alpha2\": \"NC\",\n                            \"alpha3\": \"NCL\",\n                            \"numerical\": \"540\",\n                            \"name\": \"New Caledonia\"\n                        },\n                        {\n                            \"text\": \"New Zealand\",\n                            \"value\": \"NZL\",\n                            \"checked\": false,\n                            \"alpha2\": \"NZ\",\n                            \"alpha3\": \"NZL\",\n                            \"numerical\": \"554\",\n                            \"name\": \"New Zealand\"\n                        },\n                        {\n                            \"text\": \"Nicaragua\",\n                            \"value\": \"NIC\",\n                            \"checked\": false,\n                            \"alpha2\": \"NI\",\n                            \"alpha3\": \"NIC\",\n                            \"numerical\": \"558\",\n                            \"name\": \"Nicaragua\"\n                        },\n                        {\n                            \"text\": \"Niger\",\n                            \"value\": \"NER\",\n                            \"checked\": false,\n                            \"alpha2\": \"NE\",\n                            \"alpha3\": \"NER\",\n                            \"numerical\": \"562\",\n                            \"name\": \"Niger\"\n                        },\n                        {\n                            \"text\": \"Nigeria\",\n                            \"value\": \"NGA\",\n                            \"checked\": false,\n                            \"alpha2\": \"NG\",\n                            \"alpha3\": \"NGA\",\n                            \"numerical\": \"566\",\n                            \"name\": \"Nigeria\"\n                        },\n                        {\n                            \"text\": \"Niue\",\n                            \"value\": \"NIU\",\n                            \"checked\": false,\n                            \"alpha2\": \"NU\",\n                            \"alpha3\": \"NIU\",\n                            \"numerical\": \"570\",\n                            \"name\": \"Niue\"\n                        },\n                        {\n                            \"text\": \"Norfolk Island\",\n                            \"value\": \"NFK\",\n                            \"checked\": false,\n                            \"alpha2\": \"NF\",\n                            \"alpha3\": \"NFK\",\n                            \"numerical\": \"574\",\n                            \"name\": \"Norfolk Island\"\n                        },\n                        {\n                            \"text\": \"Northern Mariana Islands\",\n                            \"value\": \"MNP\",\n                            \"checked\": false,\n                            \"alpha2\": \"MP\",\n                            \"alpha3\": \"MNP\",\n                            \"numerical\": \"580\",\n                            \"name\": \"Northern Mariana Islands\"\n                        },\n                        {\n                            \"text\": \"Norway\",\n                            \"value\": \"NOR\",\n                            \"checked\": false,\n                            \"alpha2\": \"NO\",\n                            \"alpha3\": \"NOR\",\n                            \"numerical\": \"578\",\n                            \"name\": \"Norway\"\n                        },\n                        {\n                            \"text\": \"Oman\",\n                            \"value\": \"OMN\",\n                            \"checked\": false,\n                            \"alpha2\": \"OM\",\n                            \"alpha3\": \"OMN\",\n                            \"numerical\": \"512\",\n                            \"name\": \"Oman\"\n                        },\n                        {\n                            \"text\": \"Pakistan\",\n                            \"value\": \"PAK\",\n                            \"checked\": false,\n                            \"alpha2\": \"PK\",\n                            \"alpha3\": \"PAK\",\n                            \"numerical\": \"586\",\n                            \"name\": \"Pakistan\"\n                        },\n                        {\n                            \"text\": \"Palau\",\n                            \"value\": \"PLW\",\n                            \"checked\": false,\n                            \"alpha2\": \"PW\",\n                            \"alpha3\": \"PLW\",\n                            \"numerical\": \"585\",\n                            \"name\": \"Palau\"\n                        },\n                        {\n                            \"text\": \"Palestine,State of\",\n                            \"value\": \"PSE\",\n                            \"checked\": false,\n                            \"alpha2\": \"PS\",\n                            \"alpha3\": \"PSE\",\n                            \"numerical\": \"275\",\n                            \"name\": \"Palestine,State of\"\n                        },\n                        {\n                            \"text\": \"Panama\",\n                            \"value\": \"PAN\",\n                            \"checked\": false,\n                            \"alpha2\": \"PA\",\n                            \"alpha3\": \"PAN\",\n                            \"numerical\": \"591\",\n                            \"name\": \"Panama\"\n                        },\n                        {\n                            \"text\": \"Papua New Guinea\",\n                            \"value\": \"PNG\",\n                            \"checked\": false,\n                            \"alpha2\": \"PG\",\n                            \"alpha3\": \"PNG\",\n                            \"numerical\": \"598\",\n                            \"name\": \"Papua New Guinea\"\n                        },\n                        {\n                            \"text\": \"Paraguay\",\n                            \"value\": \"PRY\",\n                            \"checked\": false,\n                            \"alpha2\": \"PY\",\n                            \"alpha3\": \"PRY\",\n                            \"numerical\": \"600\",\n                            \"name\": \"Paraguay\"\n                        },\n                        {\n                            \"text\": \"Peru\",\n                            \"value\": \"PER\",\n                            \"checked\": false,\n                            \"alpha2\": \"PE\",\n                            \"alpha3\": \"PER\",\n                            \"numerical\": \"604\",\n                            \"name\": \"Peru\"\n                        },\n                        {\n                            \"text\": \"Philippines\",\n                            \"value\": \"PHL\",\n                            \"checked\": false,\n                            \"alpha2\": \"PH\",\n                            \"alpha3\": \"PHL\",\n                            \"numerical\": \"608\",\n                            \"name\": \"Philippines\"\n                        },\n                        {\n                            \"text\": \"Pitcairn\",\n                            \"value\": \"PCN\",\n                            \"checked\": false,\n                            \"alpha2\": \"PN\",\n                            \"alpha3\": \"PCN\",\n                            \"numerical\": \"612\",\n                            \"name\": \"Pitcairn\"\n                        },\n                        {\n                            \"text\": \"Poland\",\n                            \"value\": \"POL\",\n                            \"checked\": false,\n                            \"alpha2\": \"PL\",\n                            \"alpha3\": \"POL\",\n                            \"numerical\": \"616\",\n                            \"name\": \"Poland\"\n                        },\n                        {\n                            \"text\": \"Portugal\",\n                            \"value\": \"PRT\",\n                            \"checked\": false,\n                            \"alpha2\": \"PT\",\n                            \"alpha3\": \"PRT\",\n                            \"numerical\": \"620\",\n                            \"name\": \"Portugal\"\n                        },\n                        {\n                            \"text\": \"Puerto Rico\",\n                            \"value\": \"PRI\",\n                            \"checked\": false,\n                            \"alpha2\": \"PR\",\n                            \"alpha3\": \"PRI\",\n                            \"numerical\": \"630\",\n                            \"name\": \"Puerto Rico\"\n                        },\n                        {\n                            \"text\": \"Qatar\",\n                            \"value\": \"QAT\",\n                            \"checked\": false,\n                            \"alpha2\": \"QA\",\n                            \"alpha3\": \"QAT\",\n                            \"numerical\": \"634\",\n                            \"name\": \"Qatar\"\n                        },\n                        {\n                            \"text\": \"Réunion\",\n                            \"value\": \"REU\",\n                            \"checked\": false,\n                            \"alpha2\": \"RE\",\n                            \"alpha3\": \"REU\",\n                            \"numerical\": \"638\",\n                            \"name\": \"Réunion\"\n                        },\n                        {\n                            \"text\": \"Romania\",\n                            \"value\": \"ROU\",\n                            \"checked\": false,\n                            \"alpha2\": \"RO\",\n                            \"alpha3\": \"ROU\",\n                            \"numerical\": \"642\",\n                            \"name\": \"Romania\"\n                        },\n                        {\n                            \"text\": \"Russian Federation\",\n                            \"value\": \"RUS\",\n                            \"checked\": false,\n                            \"alpha2\": \"RU\",\n                            \"alpha3\": \"RUS\",\n                            \"numerical\": \"643\",\n                            \"name\": \"Russian Federation\"\n                        },\n                        {\n                            \"text\": \"Rwanda\",\n                            \"value\": \"RWA\",\n                            \"checked\": false,\n                            \"alpha2\": \"RW\",\n                            \"alpha3\": \"RWA\",\n                            \"numerical\": \"646\",\n                            \"name\": \"Rwanda\"\n                        },\n                        {\n                            \"text\": \"Saint Barthélemy\",\n                            \"value\": \"BLM\",\n                            \"checked\": false,\n                            \"alpha2\": \"BL\",\n                            \"alpha3\": \"BLM\",\n                            \"numerical\": \"652\",\n                            \"name\": \"Saint Barthélemy\"\n                        },\n                        {\n                            \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                            \"value\": \"SHN\",\n                            \"checked\": false,\n                            \"alpha2\": \"SH\",\n                            \"alpha3\": \"SHN\",\n                            \"numerical\": \"654\",\n                            \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                        },\n                        {\n                            \"text\": \"Saint Kitts and Nevis\",\n                            \"value\": \"KNA\",\n                            \"checked\": false,\n                            \"alpha2\": \"KN\",\n                            \"alpha3\": \"KNA\",\n                            \"numerical\": \"659\",\n                            \"name\": \"Saint Kitts and Nevis\"\n                        },\n                        {\n                            \"text\": \"Saint Lucia\",\n                            \"value\": \"LCA\",\n                            \"checked\": false,\n                            \"alpha2\": \"LC\",\n                            \"alpha3\": \"LCA\",\n                            \"numerical\": \"662\",\n                            \"name\": \"Saint Lucia\"\n                        },\n                        {\n                            \"text\": \"Saint Martin (French part)\",\n                            \"value\": \"MAF\",\n                            \"checked\": false,\n                            \"alpha2\": \"MF\",\n                            \"alpha3\": \"MAF\",\n                            \"numerical\": \"663\",\n                            \"name\": \"Saint Martin (French part)\"\n                        },\n                        {\n                            \"text\": \"Saint Pierre and Miquelon\",\n                            \"value\": \"SPM\",\n                            \"checked\": false,\n                            \"alpha2\": \"PM\",\n                            \"alpha3\": \"SPM\",\n                            \"numerical\": \"666\",\n                            \"name\": \"Saint Pierre and Miquelon\"\n                        },\n                        {\n                            \"text\": \"Saint Vincent and the Grenadines\",\n                            \"value\": \"VCT\",\n                            \"checked\": false,\n                            \"alpha2\": \"VC\",\n                            \"alpha3\": \"VCT\",\n                            \"numerical\": \"670\",\n                            \"name\": \"Saint Vincent and the Grenadines\"\n                        },\n                        {\n                            \"text\": \"Samoa\",\n                            \"value\": \"WSM\",\n                            \"checked\": false,\n                            \"alpha2\": \"WS\",\n                            \"alpha3\": \"WSM\",\n                            \"numerical\": \"882\",\n                            \"name\": \"Samoa\"\n                        },\n                        {\n                            \"text\": \"San Marino\",\n                            \"value\": \"SMR\",\n                            \"checked\": false,\n                            \"alpha2\": \"SM\",\n                            \"alpha3\": \"SMR\",\n                            \"numerical\": \"674\",\n                            \"name\": \"San Marino\"\n                        },\n                        {\n                            \"text\": \"Sao Tome and Principe\",\n                            \"value\": \"STP\",\n                            \"checked\": false,\n                            \"alpha2\": \"ST\",\n                            \"alpha3\": \"STP\",\n                            \"numerical\": \"678\",\n                            \"name\": \"Sao Tome and Principe\"\n                        },\n                        {\n                            \"text\": \"Saudi Arabia\",\n                            \"value\": \"SAU\",\n                            \"checked\": false,\n                            \"alpha2\": \"SA\",\n                            \"alpha3\": \"SAU\",\n                            \"numerical\": \"682\",\n                            \"name\": \"Saudi Arabia\"\n                        },\n                        {\n                            \"text\": \"Senegal\",\n                            \"value\": \"SEN\",\n                            \"checked\": false,\n                            \"alpha2\": \"SN\",\n                            \"alpha3\": \"SEN\",\n                            \"numerical\": \"686\",\n                            \"name\": \"Senegal\"\n                        },\n                        {\n                            \"text\": \"Serbia\",\n                            \"value\": \"SRB\",\n                            \"checked\": false,\n                            \"alpha2\": \"RS\",\n                            \"alpha3\": \"SRB\",\n                            \"numerical\": \"688\",\n                            \"name\": \"Serbia\"\n                        },\n                        {\n                            \"text\": \"Seychelles\",\n                            \"value\": \"SYC\",\n                            \"checked\": false,\n                            \"alpha2\": \"SC\",\n                            \"alpha3\": \"SYC\",\n                            \"numerical\": \"690\",\n                            \"name\": \"Seychelles\"\n                        },\n                        {\n                            \"text\": \"Sierra Leone\",\n                            \"value\": \"SLE\",\n                            \"checked\": false,\n                            \"alpha2\": \"SL\",\n                            \"alpha3\": \"SLE\",\n                            \"numerical\": \"694\",\n                            \"name\": \"Sierra Leone\"\n                        },\n                        {\n                            \"text\": \"Singapore\",\n                            \"value\": \"SGP\",\n                            \"checked\": false,\n                            \"alpha2\": \"SG\",\n                            \"alpha3\": \"SGP\",\n                            \"numerical\": \"702\",\n                            \"name\": \"Singapore\"\n                        },\n                        {\n                            \"text\": \"Sint Maarten (Dutch part)\",\n                            \"value\": \"SXM\",\n                            \"checked\": false,\n                            \"alpha2\": \"SX\",\n                            \"alpha3\": \"SXM\",\n                            \"numerical\": \"534\",\n                            \"name\": \"Sint Maarten (Dutch part)\"\n                        },\n                        {\n                            \"text\": \"Slovakia\",\n                            \"value\": \"SVK\",\n                            \"checked\": false,\n                            \"alpha2\": \"SK\",\n                            \"alpha3\": \"SVK\",\n                            \"numerical\": \"703\",\n                            \"name\": \"Slovakia\"\n                        },\n                        {\n                            \"text\": \"Slovenia\",\n                            \"value\": \"SVN\",\n                            \"checked\": false,\n                            \"alpha2\": \"SI\",\n                            \"alpha3\": \"SVN\",\n                            \"numerical\": \"705\",\n                            \"name\": \"Slovenia\"\n                        },\n                        {\n                            \"text\": \"Solomon Islands\",\n                            \"value\": \"SLB\",\n                            \"checked\": false,\n                            \"alpha2\": \"SB\",\n                            \"alpha3\": \"SLB\",\n                            \"numerical\": \"090\",\n                            \"name\": \"Solomon Islands\"\n                        },\n                        {\n                            \"text\": \"Somalia\",\n                            \"value\": \"SOM\",\n                            \"checked\": false,\n                            \"alpha2\": \"SO\",\n                            \"alpha3\": \"SOM\",\n                            \"numerical\": \"706\",\n                            \"name\": \"Somalia\"\n                        },\n                        {\n                            \"text\": \"South Africa\",\n                            \"value\": \"ZAF\",\n                            \"checked\": false,\n                            \"alpha2\": \"ZA\",\n                            \"alpha3\": \"ZAF\",\n                            \"numerical\": \"710\",\n                            \"name\": \"South Africa\"\n                        },\n                        {\n                            \"text\": \"South Georgia and the South Sandwich Islands\",\n                            \"value\": \"SGS\",\n                            \"checked\": false,\n                            \"alpha2\": \"GS\",\n                            \"alpha3\": \"SGS\",\n                            \"numerical\": \"239\",\n                            \"name\": \"South Georgia and the South Sandwich Islands\"\n                        },\n                        {\n                            \"text\": \"South Sudan\",\n                            \"value\": \"SSD\",\n                            \"checked\": false,\n                            \"alpha2\": \"SS\",\n                            \"alpha3\": \"SSD\",\n                            \"numerical\": \"728\",\n                            \"name\": \"South Sudan\"\n                        },\n                        {\n                            \"text\": \"Spain\",\n                            \"value\": \"ESP\",\n                            \"checked\": false,\n                            \"alpha2\": \"ES\",\n                            \"alpha3\": \"ESP\",\n                            \"numerical\": \"724\",\n                            \"name\": \"Spain\"\n                        },\n                        {\n                            \"text\": \"Sri Lanka\",\n                            \"value\": \"LKA\",\n                            \"checked\": false,\n                            \"alpha2\": \"LK\",\n                            \"alpha3\": \"LKA\",\n                            \"numerical\": \"144\",\n                            \"name\": \"Sri Lanka\"\n                        },\n                        {\n                            \"text\": \"Sudan\",\n                            \"value\": \"SDN\",\n                            \"checked\": false,\n                            \"alpha2\": \"SD\",\n                            \"alpha3\": \"SDN\",\n                            \"numerical\": \"729\",\n                            \"name\": \"Sudan\"\n                        },\n                        {\n                            \"text\": \"Suriname\",\n                            \"value\": \"SUR\",\n                            \"checked\": false,\n                            \"alpha2\": \"SR\",\n                            \"alpha3\": \"SUR\",\n                            \"numerical\": \"740\",\n                            \"name\": \"Suriname\"\n                        },\n                        {\n                            \"text\": \"Svalbard and Jan Mayen\",\n                            \"value\": \"SJM\",\n                            \"checked\": false,\n                            \"alpha2\": \"SJ\",\n                            \"alpha3\": \"SJM\",\n                            \"numerical\": \"744\",\n                            \"name\": \"Svalbard and Jan Mayen\"\n                        },\n                        {\n                            \"text\": \"Eswatini\",\n                            \"value\": \"SWZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"SZ\",\n                            \"alpha3\": \"SWZ\",\n                            \"numerical\": \"748\",\n                            \"name\": \"Eswatini\"\n                        },\n                        {\n                            \"text\": \"Sweden\",\n                            \"value\": \"SWE\",\n                            \"checked\": false,\n                            \"alpha2\": \"SE\",\n                            \"alpha3\": \"SWE\",\n                            \"numerical\": \"752\",\n                            \"name\": \"Sweden\"\n                        },\n                        {\n                            \"text\": \"Switzerland\",\n                            \"value\": \"CHE\",\n                            \"checked\": false,\n                            \"alpha2\": \"CH\",\n                            \"alpha3\": \"CHE\",\n                            \"numerical\": \"756\",\n                            \"name\": \"Switzerland\"\n                        },\n                        {\n                            \"text\": \"Syrian Arab Republic\",\n                            \"value\": \"SYR\",\n                            \"checked\": false,\n                            \"alpha2\": \"SY\",\n                            \"alpha3\": \"SYR\",\n                            \"numerical\": \"760\",\n                            \"name\": \"Syrian Arab Republic\"\n                        },\n                        {\n                            \"text\": \"Taiwan\",\n                            \"value\": \"TWN\",\n                            \"checked\": false,\n                            \"alpha2\": \"TW\",\n                            \"alpha3\": \"TWN\",\n                            \"numerical\": \"158\",\n                            \"name\": \"Taiwan\"\n                        },\n                        {\n                            \"text\": \"Tajikistan\",\n                            \"value\": \"TJK\",\n                            \"checked\": false,\n                            \"alpha2\": \"TJ\",\n                            \"alpha3\": \"TJK\",\n                            \"numerical\": \"762\",\n                            \"name\": \"Tajikistan\"\n                        },\n                        {\n                            \"text\": \"Tanzania,United Republic of\",\n                            \"value\": \"TZA\",\n                            \"checked\": false,\n                            \"alpha2\": \"TZ\",\n                            \"alpha3\": \"TZA\",\n                            \"numerical\": \"834\",\n                            \"name\": \"Tanzania,United Republic of\"\n                        },\n                        {\n                            \"text\": \"Thailand\",\n                            \"value\": \"THA\",\n                            \"checked\": false,\n                            \"alpha2\": \"TH\",\n                            \"alpha3\": \"THA\",\n                            \"numerical\": \"764\",\n                            \"name\": \"Thailand\"\n                        },\n                        {\n                            \"text\": \"Timor-Leste\",\n                            \"value\": \"TLS\",\n                            \"checked\": false,\n                            \"alpha2\": \"TL\",\n                            \"alpha3\": \"TLS\",\n                            \"numerical\": \"626\",\n                            \"name\": \"Timor-Leste\"\n                        },\n                        {\n                            \"text\": \"Togo\",\n                            \"value\": \"TGO\",\n                            \"checked\": false,\n                            \"alpha2\": \"TG\",\n                            \"alpha3\": \"TGO\",\n                            \"numerical\": \"768\",\n                            \"name\": \"Togo\"\n                        },\n                        {\n                            \"text\": \"Tokelau\",\n                            \"value\": \"TKL\",\n                            \"checked\": false,\n                            \"alpha2\": \"TK\",\n                            \"alpha3\": \"TKL\",\n                            \"numerical\": \"772\",\n                            \"name\": \"Tokelau\"\n                        },\n                        {\n                            \"text\": \"Tonga\",\n                            \"value\": \"TON\",\n                            \"checked\": false,\n                            \"alpha2\": \"TO\",\n                            \"alpha3\": \"TON\",\n                            \"numerical\": \"776\",\n                            \"name\": \"Tonga\"\n                        },\n                        {\n                            \"text\": \"Trinidad and Tobago\",\n                            \"value\": \"TTO\",\n                            \"checked\": false,\n                            \"alpha2\": \"TT\",\n                            \"alpha3\": \"TTO\",\n                            \"numerical\": \"780\",\n                            \"name\": \"Trinidad and Tobago\"\n                        },\n                        {\n                            \"text\": \"Tunisia\",\n                            \"value\": \"TUN\",\n                            \"checked\": false,\n                            \"alpha2\": \"TN\",\n                            \"alpha3\": \"TUN\",\n                            \"numerical\": \"788\",\n                            \"name\": \"Tunisia\"\n                        },\n                        {\n                            \"text\": \"Turkey\",\n                            \"value\": \"TUR\",\n                            \"checked\": false,\n                            \"alpha2\": \"TR\",\n                            \"alpha3\": \"TUR\",\n                            \"numerical\": \"792\",\n                            \"name\": \"Turkey\"\n                        },\n                        {\n                            \"text\": \"Turkmenistan\",\n                            \"value\": \"TKM\",\n                            \"checked\": false,\n                            \"alpha2\": \"TM\",\n                            \"alpha3\": \"TKM\",\n                            \"numerical\": \"795\",\n                            \"name\": \"Turkmenistan\"\n                        },\n                        {\n                            \"text\": \"Turks and Caicos Islands\",\n                            \"value\": \"TCA\",\n                            \"checked\": false,\n                            \"alpha2\": \"TC\",\n                            \"alpha3\": \"TCA\",\n                            \"numerical\": \"796\",\n                            \"name\": \"Turks and Caicos Islands\"\n                        },\n                        {\n                            \"text\": \"Tuvalu\",\n                            \"value\": \"TUV\",\n                            \"checked\": false,\n                            \"alpha2\": \"TV\",\n                            \"alpha3\": \"TUV\",\n                            \"numerical\": \"798\",\n                            \"name\": \"Tuvalu\"\n                        },\n                        {\n                            \"text\": \"Uganda\",\n                            \"value\": \"UGA\",\n                            \"checked\": false,\n                            \"alpha2\": \"UG\",\n                            \"alpha3\": \"UGA\",\n                            \"numerical\": \"800\",\n                            \"name\": \"Uganda\"\n                        },\n                        {\n                            \"text\": \"Ukraine\",\n                            \"value\": \"UKR\",\n                            \"checked\": false,\n                            \"alpha2\": \"UA\",\n                            \"alpha3\": \"UKR\",\n                            \"numerical\": \"804\",\n                            \"name\": \"Ukraine\"\n                        },\n                        {\n                            \"text\": \"United Arab Emirates\",\n                            \"value\": \"ARE\",\n                            \"checked\": false,\n                            \"alpha2\": \"AE\",\n                            \"alpha3\": \"ARE\",\n                            \"numerical\": \"784\",\n                            \"name\": \"United Arab Emirates\"\n                        },\n                        {\n                            \"text\": \"United Kingdom\",\n                            \"value\": \"GBR\",\n                            \"checked\": false,\n                            \"alpha2\": \"GB\",\n                            \"alpha3\": \"GBR\",\n                            \"numerical\": \"826\",\n                            \"name\": \"United Kingdom\"\n                        },\n                        {\n                            \"text\": \"United States Minor Outlying Islands\",\n                            \"value\": \"UMI\",\n                            \"checked\": false,\n                            \"alpha2\": \"UM\",\n                            \"alpha3\": \"UMI\",\n                            \"numerical\": \"581\",\n                            \"name\": \"United States Minor Outlying Islands\"\n                        },\n                        {\n                            \"text\": \"Uruguay\",\n                            \"value\": \"URY\",\n                            \"checked\": false,\n                            \"alpha2\": \"UY\",\n                            \"alpha3\": \"URY\",\n                            \"numerical\": \"858\",\n                            \"name\": \"Uruguay\"\n                        },\n                        {\n                            \"text\": \"Uzbekistan\",\n                            \"value\": \"UZB\",\n                            \"checked\": false,\n                            \"alpha2\": \"UZ\",\n                            \"alpha3\": \"UZB\",\n                            \"numerical\": \"860\",\n                            \"name\": \"Uzbekistan\"\n                        },\n                        {\n                            \"text\": \"Vanuatu\",\n                            \"value\": \"VUT\",\n                            \"checked\": false,\n                            \"alpha2\": \"VU\",\n                            \"alpha3\": \"VUT\",\n                            \"numerical\": \"548\",\n                            \"name\": \"Vanuatu\"\n                        },\n                        {\n                            \"text\": \"Venezuela,Bolivarian Republic of\",\n                            \"value\": \"VEN\",\n                            \"checked\": false,\n                            \"alpha2\": \"VE\",\n                            \"alpha3\": \"VEN\",\n                            \"numerical\": \"862\",\n                            \"name\": \"Venezuela,Bolivarian Republic of\"\n                        },\n                        {\n                            \"text\": \"Viet Nam\",\n                            \"value\": \"VNM\",\n                            \"checked\": false,\n                            \"alpha2\": \"VN\",\n                            \"alpha3\": \"VNM\",\n                            \"numerical\": \"704\",\n                            \"name\": \"Viet Nam\"\n                        },\n                        {\n                            \"text\": \"Virgin Islands,British\",\n                            \"value\": \"VGB\",\n                            \"checked\": false,\n                            \"alpha2\": \"VG\",\n                            \"alpha3\": \"VGB\",\n                            \"numerical\": \"092\",\n                            \"name\": \"Virgin Islands,British\"\n                        },\n                        {\n                            \"text\": \"Virgin Islands,U.S.\",\n                            \"value\": \"VIR\",\n                            \"checked\": false,\n                            \"alpha2\": \"VI\",\n                            \"alpha3\": \"VIR\",\n                            \"numerical\": \"850\",\n                            \"name\": \"Virgin Islands,U.S.\"\n                        },\n                        {\n                            \"text\": \"Wallis and Futuna\",\n                            \"value\": \"WLF\",\n                            \"checked\": false,\n                            \"alpha2\": \"WF\",\n                            \"alpha3\": \"WLF\",\n                            \"numerical\": \"876\",\n                            \"name\": \"Wallis and Futuna\"\n                        },\n                        {\n                            \"text\": \"Western Sahara\",\n                            \"value\": \"ESH\",\n                            \"checked\": false,\n                            \"alpha2\": \"EH\",\n                            \"alpha3\": \"ESH\",\n                            \"numerical\": \"732\",\n                            \"name\": \"Western Sahara\"\n                        },\n                        {\n                            \"text\": \"Yemen\",\n                            \"value\": \"YEM\",\n                            \"checked\": false,\n                            \"alpha2\": \"YE\",\n                            \"alpha3\": \"YEM\",\n                            \"numerical\": \"887\",\n                            \"name\": \"Yemen\"\n                        },\n                        {\n                            \"text\": \"Zambia\",\n                            \"value\": \"ZMB\",\n                            \"checked\": false,\n                            \"alpha2\": \"ZM\",\n                            \"alpha3\": \"ZMB\",\n                            \"numerical\": \"894\",\n                            \"name\": \"Zambia\"\n                        },\n                        {\n                            \"text\": \"Zimbabwe\",\n                            \"value\": \"ZWE\",\n                            \"checked\": false,\n                            \"alpha2\": \"ZW\",\n                            \"alpha3\": \"ZWE\",\n                            \"numerical\": \"895\",\n                            \"name\": \"Zimbabwe\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_country\",\n                \"slug\": \"user-citizenship-country\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Country of Citizenship\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Country of Citizenship\",\n                    \"name\": \"country_of_citizenship\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.country\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"alpha3\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"United States\",\n                            \"value\": \"USA\",\n                            \"checked\": false,\n                            \"alpha2\": \"US\",\n                            \"alpha3\": \"USA\",\n                            \"numerical\": \"840\",\n                            \"name\": \"United States\"\n                        },\n                        {\n                            \"text\": \"Afghanistan\",\n                            \"value\": \"AFG\",\n                            \"checked\": false,\n                            \"alpha2\": \"AF\",\n                            \"alpha3\": \"AFG\",\n                            \"numerical\": \"004\",\n                            \"name\": \"Afghanistan\"\n                        },\n                        {\n                            \"text\": \"Åland Islands\",\n                            \"value\": \"ALA\",\n                            \"checked\": false,\n                            \"alpha2\": \"AX\",\n                            \"alpha3\": \"ALA\",\n                            \"numerical\": \"248\",\n                            \"name\": \"Åland Islands\"\n                        },\n                        {\n                            \"text\": \"Albania\",\n                            \"value\": \"ALB\",\n                            \"checked\": false,\n                            \"alpha2\": \"AL\",\n                            \"alpha3\": \"ALB\",\n                            \"numerical\": \"008\",\n                            \"name\": \"Albania\"\n                        },\n                        {\n                            \"text\": \"Algeria\",\n                            \"value\": \"DZA\",\n                            \"checked\": false,\n                            \"alpha2\": \"DZ\",\n                            \"alpha3\": \"DZA\",\n                            \"numerical\": \"012\",\n                            \"name\": \"Algeria\"\n                        },\n                        {\n                            \"text\": \"American Samoa\",\n                            \"value\": \"ASM\",\n                            \"checked\": false,\n                            \"alpha2\": \"AS\",\n                            \"alpha3\": \"ASM\",\n                            \"numerical\": \"016\",\n                            \"name\": \"American Samoa\"\n                        },\n                        {\n                            \"text\": \"Andorra\",\n                            \"value\": \"AND\",\n                            \"checked\": false,\n                            \"alpha2\": \"AD\",\n                            \"alpha3\": \"AND\",\n                            \"numerical\": \"020\",\n                            \"name\": \"Andorra\"\n                        },\n                        {\n                            \"text\": \"Angola\",\n                            \"value\": \"AGO\",\n                            \"checked\": false,\n                            \"alpha2\": \"AO\",\n                            \"alpha3\": \"AGO\",\n                            \"numerical\": \"024\",\n                            \"name\": \"Angola\"\n                        },\n                        {\n                            \"text\": \"Anguilla\",\n                            \"value\": \"AIA\",\n                            \"checked\": false,\n                            \"alpha2\": \"AI\",\n                            \"alpha3\": \"AIA\",\n                            \"numerical\": \"660\",\n                            \"name\": \"Anguilla\"\n                        },\n                        {\n                            \"text\": \"Antarctica\",\n                            \"value\": \"ATA\",\n                            \"checked\": false,\n                            \"alpha2\": \"AQ\",\n                            \"alpha3\": \"ATA\",\n                            \"numerical\": \"010\",\n                            \"name\": \"Antarctica\"\n                        },\n                        {\n                            \"text\": \"Antigua and Barbuda\",\n                            \"value\": \"ATG\",\n                            \"checked\": false,\n                            \"alpha2\": \"AG\",\n                            \"alpha3\": \"ATG\",\n                            \"numerical\": \"028\",\n                            \"name\": \"Antigua and Barbuda\"\n                        },\n                        {\n                            \"text\": \"Argentina\",\n                            \"value\": \"ARG\",\n                            \"checked\": false,\n                            \"alpha2\": \"AR\",\n                            \"alpha3\": \"ARG\",\n                            \"numerical\": \"032\",\n                            \"name\": \"Argentina\"\n                        },\n                        {\n                            \"text\": \"Armenia\",\n                            \"value\": \"ARM\",\n                            \"checked\": false,\n                            \"alpha2\": \"AM\",\n                            \"alpha3\": \"ARM\",\n                            \"numerical\": \"051\",\n                            \"name\": \"Armenia\"\n                        },\n                        {\n                            \"text\": \"Aruba\",\n                            \"value\": \"ABW\",\n                            \"checked\": false,\n                            \"alpha2\": \"AW\",\n                            \"alpha3\": \"ABW\",\n                            \"numerical\": \"533\",\n                            \"name\": \"Aruba\"\n                        },\n                        {\n                            \"text\": \"Australia\",\n                            \"value\": \"AUS\",\n                            \"checked\": false,\n                            \"alpha2\": \"AU\",\n                            \"alpha3\": \"AUS\",\n                            \"numerical\": \"036\",\n                            \"name\": \"Australia\"\n                        },\n                        {\n                            \"text\": \"Austria\",\n                            \"value\": \"AUT\",\n                            \"checked\": false,\n                            \"alpha2\": \"AT\",\n                            \"alpha3\": \"AUT\",\n                            \"numerical\": \"040\",\n                            \"name\": \"Austria\"\n                        },\n                        {\n                            \"text\": \"Azerbaijan\",\n                            \"value\": \"AZE\",\n                            \"checked\": false,\n                            \"alpha2\": \"AZ\",\n                            \"alpha3\": \"AZE\",\n                            \"numerical\": \"031\",\n                            \"name\": \"Azerbaijan\"\n                        },\n                        {\n                            \"text\": \"Bahamas\",\n                            \"value\": \"BHS\",\n                            \"checked\": false,\n                            \"alpha2\": \"BS\",\n                            \"alpha3\": \"BHS\",\n                            \"numerical\": \"044\",\n                            \"name\": \"Bahamas\"\n                        },\n                        {\n                            \"text\": \"Bahrain\",\n                            \"value\": \"BHR\",\n                            \"checked\": false,\n                            \"alpha2\": \"BH\",\n                            \"alpha3\": \"BHR\",\n                            \"numerical\": \"048\",\n                            \"name\": \"Bahrain\"\n                        },\n                        {\n                            \"text\": \"Bangladesh\",\n                            \"value\": \"BGD\",\n                            \"checked\": false,\n                            \"alpha2\": \"BD\",\n                            \"alpha3\": \"BGD\",\n                            \"numerical\": \"050\",\n                            \"name\": \"Bangladesh\"\n                        },\n                        {\n                            \"text\": \"Barbados\",\n                            \"value\": \"BRB\",\n                            \"checked\": false,\n                            \"alpha2\": \"BB\",\n                            \"alpha3\": \"BRB\",\n                            \"numerical\": \"052\",\n                            \"name\": \"Barbados\"\n                        },\n                        {\n                            \"text\": \"Belarus\",\n                            \"value\": \"BLR\",\n                            \"checked\": false,\n                            \"alpha2\": \"BY\",\n                            \"alpha3\": \"BLR\",\n                            \"numerical\": \"112\",\n                            \"name\": \"Belarus\"\n                        },\n                        {\n                            \"text\": \"Belgium\",\n                            \"value\": \"BEL\",\n                            \"checked\": false,\n                            \"alpha2\": \"BE\",\n                            \"alpha3\": \"BEL\",\n                            \"numerical\": \"056\",\n                            \"name\": \"Belgium\"\n                        },\n                        {\n                            \"text\": \"Belize\",\n                            \"value\": \"BLZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"BZ\",\n                            \"alpha3\": \"BLZ\",\n                            \"numerical\": \"084\",\n                            \"name\": \"Belize\"\n                        },\n                        {\n                            \"text\": \"Benin\",\n                            \"value\": \"BEN\",\n                            \"checked\": false,\n                            \"alpha2\": \"BJ\",\n                            \"alpha3\": \"BEN\",\n                            \"numerical\": \"204\",\n                            \"name\": \"Benin\"\n                        },\n                        {\n                            \"text\": \"Bermuda\",\n                            \"value\": \"BMU\",\n                            \"checked\": false,\n                            \"alpha2\": \"BM\",\n                            \"alpha3\": \"BMU\",\n                            \"numerical\": \"060\",\n                            \"name\": \"Bermuda\"\n                        },\n                        {\n                            \"text\": \"Bhutan\",\n                            \"value\": \"BTN\",\n                            \"checked\": false,\n                            \"alpha2\": \"BT\",\n                            \"alpha3\": \"BTN\",\n                            \"numerical\": \"064\",\n                            \"name\": \"Bhutan\"\n                        },\n                        {\n                            \"text\": \"Bolivia,Plurinational State of\",\n                            \"value\": \"BOL\",\n                            \"checked\": false,\n                            \"alpha2\": \"BO\",\n                            \"alpha3\": \"BOL\",\n                            \"numerical\": \"068\",\n                            \"name\": \"Bolivia,Plurinational State of\"\n                        },\n                        {\n                            \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                            \"value\": \"BES\",\n                            \"checked\": false,\n                            \"alpha2\": \"BQ\",\n                            \"alpha3\": \"BES\",\n                            \"numerical\": \"535\",\n                            \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                        },\n                        {\n                            \"text\": \"Bosnia and Herzegovina\",\n                            \"value\": \"BIH\",\n                            \"checked\": false,\n                            \"alpha2\": \"BA\",\n                            \"alpha3\": \"BIH\",\n                            \"numerical\": \"070\",\n                            \"name\": \"Bosnia and Herzegovina\"\n                        },\n                        {\n                            \"text\": \"Botswana\",\n                            \"value\": \"BWA\",\n                            \"checked\": false,\n                            \"alpha2\": \"BW\",\n                            \"alpha3\": \"BWA\",\n                            \"numerical\": \"072\",\n                            \"name\": \"Botswana\"\n                        },\n                        {\n                            \"text\": \"Bouvet Island\",\n                            \"value\": \"BVT\",\n                            \"checked\": false,\n                            \"alpha2\": \"BV\",\n                            \"alpha3\": \"BVT\",\n                            \"numerical\": \"074\",\n                            \"name\": \"Bouvet Island\"\n                        },\n                        {\n                            \"text\": \"Brazil\",\n                            \"value\": \"BRA\",\n                            \"checked\": false,\n                            \"alpha2\": \"BR\",\n                            \"alpha3\": \"BRA\",\n                            \"numerical\": \"076\",\n                            \"name\": \"Brazil\"\n                        },\n                        {\n                            \"text\": \"British Indian Ocean Territory\",\n                            \"value\": \"IOT\",\n                            \"checked\": false,\n                            \"alpha2\": \"IO\",\n                            \"alpha3\": \"IOT\",\n                            \"numerical\": \"086\",\n                            \"name\": \"British Indian Ocean Territory\"\n                        },\n                        {\n                            \"text\": \"Brunei Darussalam\",\n                            \"value\": \"BRN\",\n                            \"checked\": false,\n                            \"alpha2\": \"BN\",\n                            \"alpha3\": \"BRN\",\n                            \"numerical\": \"096\",\n                            \"name\": \"Brunei Darussalam\"\n                        },\n                        {\n                            \"text\": \"Bulgaria\",\n                            \"value\": \"BGR\",\n                            \"checked\": false,\n                            \"alpha2\": \"BG\",\n                            \"alpha3\": \"BGR\",\n                            \"numerical\": \"100\",\n                            \"name\": \"Bulgaria\"\n                        },\n                        {\n                            \"text\": \"Burkina Faso\",\n                            \"value\": \"BFA\",\n                            \"checked\": false,\n                            \"alpha2\": \"BF\",\n                            \"alpha3\": \"BFA\",\n                            \"numerical\": \"854\",\n                            \"name\": \"Burkina Faso\"\n                        },\n                        {\n                            \"text\": \"Burundi\",\n                            \"value\": \"BDI\",\n                            \"checked\": false,\n                            \"alpha2\": \"BI\",\n                            \"alpha3\": \"BDI\",\n                            \"numerical\": \"108\",\n                            \"name\": \"Burundi\"\n                        },\n                        {\n                            \"text\": \"Cabo Verde\",\n                            \"value\": \"CPV\",\n                            \"checked\": false,\n                            \"alpha2\": \"CV\",\n                            \"alpha3\": \"CPV\",\n                            \"numerical\": \"132\",\n                            \"name\": \"Cabo Verde\"\n                        },\n                        {\n                            \"text\": \"Cambodia\",\n                            \"value\": \"KHM\",\n                            \"checked\": false,\n                            \"alpha2\": \"KH\",\n                            \"alpha3\": \"KHM\",\n                            \"numerical\": \"116\",\n                            \"name\": \"Cambodia\"\n                        },\n                        {\n                            \"text\": \"Cameroon\",\n                            \"value\": \"CMR\",\n                            \"checked\": false,\n                            \"alpha2\": \"CM\",\n                            \"alpha3\": \"CMR\",\n                            \"numerical\": \"120\",\n                            \"name\": \"Cameroon\"\n                        },\n                        {\n                            \"text\": \"Canada\",\n                            \"value\": \"CAN\",\n                            \"checked\": false,\n                            \"alpha2\": \"CA\",\n                            \"alpha3\": \"CAN\",\n                            \"numerical\": \"124\",\n                            \"name\": \"Canada\"\n                        },\n                        {\n                            \"text\": \"Cayman Islands\",\n                            \"value\": \"CYM\",\n                            \"checked\": false,\n                            \"alpha2\": \"KY\",\n                            \"alpha3\": \"CYM\",\n                            \"numerical\": \"136\",\n                            \"name\": \"Cayman Islands\"\n                        },\n                        {\n                            \"text\": \"Central African Republic\",\n                            \"value\": \"CAF\",\n                            \"checked\": false,\n                            \"alpha2\": \"CF\",\n                            \"alpha3\": \"CAF\",\n                            \"numerical\": \"140\",\n                            \"name\": \"Central African Republic\"\n                        },\n                        {\n                            \"text\": \"Chad\",\n                            \"value\": \"TCD\",\n                            \"checked\": false,\n                            \"alpha2\": \"TD\",\n                            \"alpha3\": \"TCD\",\n                            \"numerical\": \"148\",\n                            \"name\": \"Chad\"\n                        },\n                        {\n                            \"text\": \"Chile\",\n                            \"value\": \"CHL\",\n                            \"checked\": false,\n                            \"alpha2\": \"CL\",\n                            \"alpha3\": \"CHL\",\n                            \"numerical\": \"152\",\n                            \"name\": \"Chile\"\n                        },\n                        {\n                            \"text\": \"China\",\n                            \"value\": \"CHN\",\n                            \"checked\": false,\n                            \"alpha2\": \"CN\",\n                            \"alpha3\": \"CHN\",\n                            \"numerical\": \"156\",\n                            \"name\": \"China\"\n                        },\n                        {\n                            \"text\": \"Christmas Island\",\n                            \"value\": \"CXR\",\n                            \"checked\": false,\n                            \"alpha2\": \"CX\",\n                            \"alpha3\": \"CXR\",\n                            \"numerical\": \"162\",\n                            \"name\": \"Christmas Island\"\n                        },\n                        {\n                            \"text\": \"Cocos (Keeling) Islands\",\n                            \"value\": \"CCK\",\n                            \"checked\": false,\n                            \"alpha2\": \"CC\",\n                            \"alpha3\": \"CCK\",\n                            \"numerical\": \"166\",\n                            \"name\": \"Cocos (Keeling) Islands\"\n                        },\n                        {\n                            \"text\": \"Colombia\",\n                            \"value\": \"COL\",\n                            \"checked\": false,\n                            \"alpha2\": \"CO\",\n                            \"alpha3\": \"COL\",\n                            \"numerical\": \"170\",\n                            \"name\": \"Colombia\"\n                        },\n                        {\n                            \"text\": \"Comoros\",\n                            \"value\": \"COM\",\n                            \"checked\": false,\n                            \"alpha2\": \"KM\",\n                            \"alpha3\": \"COM\",\n                            \"numerical\": \"174\",\n                            \"name\": \"Comoros\"\n                        },\n                        {\n                            \"text\": \"Congo\",\n                            \"value\": \"COG\",\n                            \"checked\": false,\n                            \"alpha2\": \"CG\",\n                            \"alpha3\": \"COG\",\n                            \"numerical\": \"178\",\n                            \"name\": \"Congo\"\n                        },\n                        {\n                            \"text\": \"Congo,the Democratic Republic of the\",\n                            \"value\": \"COD\",\n                            \"checked\": false,\n                            \"alpha2\": \"CD\",\n                            \"alpha3\": \"COD\",\n                            \"numerical\": \"180\",\n                            \"name\": \"Congo,the Democratic Republic of the\"\n                        },\n                        {\n                            \"text\": \"Cook Islands\",\n                            \"value\": \"COK\",\n                            \"checked\": false,\n                            \"alpha2\": \"CK\",\n                            \"alpha3\": \"COK\",\n                            \"numerical\": \"184\",\n                            \"name\": \"Cook Islands\"\n                        },\n                        {\n                            \"text\": \"Costa Rica\",\n                            \"value\": \"CRI\",\n                            \"checked\": false,\n                            \"alpha2\": \"CR\",\n                            \"alpha3\": \"CRI\",\n                            \"numerical\": \"188\",\n                            \"name\": \"Costa Rica\"\n                        },\n                        {\n                            \"text\": \"Côte d'Ivoire\",\n                            \"value\": \"CIV\",\n                            \"checked\": false,\n                            \"alpha2\": \"CI\",\n                            \"alpha3\": \"CIV\",\n                            \"numerical\": \"384\",\n                            \"name\": \"Côte d'Ivoire\"\n                        },\n                        {\n                            \"text\": \"Croatia\",\n                            \"value\": \"HRV\",\n                            \"checked\": false,\n                            \"alpha2\": \"HR\",\n                            \"alpha3\": \"HRV\",\n                            \"numerical\": \"191\",\n                            \"name\": \"Croatia\"\n                        },\n                        {\n                            \"text\": \"Cuba\",\n                            \"value\": \"CUB\",\n                            \"checked\": false,\n                            \"alpha2\": \"CU\",\n                            \"alpha3\": \"CUB\",\n                            \"numerical\": \"192\",\n                            \"name\": \"Cuba\"\n                        },\n                        {\n                            \"text\": \"Curaçao\",\n                            \"value\": \"CUW\",\n                            \"checked\": false,\n                            \"alpha2\": \"CW\",\n                            \"alpha3\": \"CUW\",\n                            \"numerical\": \"531\",\n                            \"name\": \"Curaçao\"\n                        },\n                        {\n                            \"text\": \"Cyprus\",\n                            \"value\": \"CYP\",\n                            \"checked\": false,\n                            \"alpha2\": \"CY\",\n                            \"alpha3\": \"CYP\",\n                            \"numerical\": \"196\",\n                            \"name\": \"Cyprus\"\n                        },\n                        {\n                            \"text\": \"Czech Republic\",\n                            \"value\": \"CZE\",\n                            \"checked\": false,\n                            \"alpha2\": \"CZ\",\n                            \"alpha3\": \"CZE\",\n                            \"numerical\": \"203\",\n                            \"name\": \"Czech Republic\"\n                        },\n                        {\n                            \"text\": \"Denmark\",\n                            \"value\": \"DNK\",\n                            \"checked\": false,\n                            \"alpha2\": \"DK\",\n                            \"alpha3\": \"DNK\",\n                            \"numerical\": \"208\",\n                            \"name\": \"Denmark\"\n                        },\n                        {\n                            \"text\": \"Djibouti\",\n                            \"value\": \"DJI\",\n                            \"checked\": false,\n                            \"alpha2\": \"DJ\",\n                            \"alpha3\": \"DJI\",\n                            \"numerical\": \"262\",\n                            \"name\": \"Djibouti\"\n                        },\n                        {\n                            \"text\": \"Dominica\",\n                            \"value\": \"DMA\",\n                            \"checked\": false,\n                            \"alpha2\": \"DM\",\n                            \"alpha3\": \"DMA\",\n                            \"numerical\": \"212\",\n                            \"name\": \"Dominica\"\n                        },\n                        {\n                            \"text\": \"Dominican Republic\",\n                            \"value\": \"DOM\",\n                            \"checked\": false,\n                            \"alpha2\": \"DO\",\n                            \"alpha3\": \"DOM\",\n                            \"numerical\": \"214\",\n                            \"name\": \"Dominican Republic\"\n                        },\n                        {\n                            \"text\": \"Ecuador\",\n                            \"value\": \"ECU\",\n                            \"checked\": false,\n                            \"alpha2\": \"EC\",\n                            \"alpha3\": \"ECU\",\n                            \"numerical\": \"218\",\n                            \"name\": \"Ecuador\"\n                        },\n                        {\n                            \"text\": \"Egypt\",\n                            \"value\": \"EGY\",\n                            \"checked\": false,\n                            \"alpha2\": \"EG\",\n                            \"alpha3\": \"EGY\",\n                            \"numerical\": \"818\",\n                            \"name\": \"Egypt\"\n                        },\n                        {\n                            \"text\": \"El Salvador\",\n                            \"value\": \"SLV\",\n                            \"checked\": false,\n                            \"alpha2\": \"SV\",\n                            \"alpha3\": \"SLV\",\n                            \"numerical\": \"222\",\n                            \"name\": \"El Salvador\"\n                        },\n                        {\n                            \"text\": \"Equatorial Guinea\",\n                            \"value\": \"GNQ\",\n                            \"checked\": false,\n                            \"alpha2\": \"GQ\",\n                            \"alpha3\": \"GNQ\",\n                            \"numerical\": \"226\",\n                            \"name\": \"Equatorial Guinea\"\n                        },\n                        {\n                            \"text\": \"Eritrea\",\n                            \"value\": \"ERI\",\n                            \"checked\": false,\n                            \"alpha2\": \"ER\",\n                            \"alpha3\": \"ERI\",\n                            \"numerical\": \"232\",\n                            \"name\": \"Eritrea\"\n                        },\n                        {\n                            \"text\": \"Estonia\",\n                            \"value\": \"EST\",\n                            \"checked\": false,\n                            \"alpha2\": \"EE\",\n                            \"alpha3\": \"EST\",\n                            \"numerical\": \"233\",\n                            \"name\": \"Estonia\"\n                        },\n                        {\n                            \"text\": \"Ethiopia\",\n                            \"value\": \"ETH\",\n                            \"checked\": false,\n                            \"alpha2\": \"ET\",\n                            \"alpha3\": \"ETH\",\n                            \"numerical\": \"231\",\n                            \"name\": \"Ethiopia\"\n                        },\n                        {\n                            \"text\": \"Falkland Islands (Malvinas)\",\n                            \"value\": \"FLK\",\n                            \"checked\": false,\n                            \"alpha2\": \"FK\",\n                            \"alpha3\": \"FLK\",\n                            \"numerical\": \"238\",\n                            \"name\": \"Falkland Islands (Malvinas)\"\n                        },\n                        {\n                            \"text\": \"Faroe Islands\",\n                            \"value\": \"FRO\",\n                            \"checked\": false,\n                            \"alpha2\": \"FO\",\n                            \"alpha3\": \"FRO\",\n                            \"numerical\": \"234\",\n                            \"name\": \"Faroe Islands\"\n                        },\n                        {\n                            \"text\": \"Fiji\",\n                            \"value\": \"FJI\",\n                            \"checked\": false,\n                            \"alpha2\": \"FJ\",\n                            \"alpha3\": \"FJI\",\n                            \"numerical\": \"242\",\n                            \"name\": \"Fiji\"\n                        },\n                        {\n                            \"text\": \"Finland\",\n                            \"value\": \"FIN\",\n                            \"checked\": false,\n                            \"alpha2\": \"FI\",\n                            \"alpha3\": \"FIN\",\n                            \"numerical\": \"246\",\n                            \"name\": \"Finland\"\n                        },\n                        {\n                            \"text\": \"France\",\n                            \"value\": \"FRA\",\n                            \"checked\": false,\n                            \"alpha2\": \"FR\",\n                            \"alpha3\": \"FRA\",\n                            \"numerical\": \"250\",\n                            \"name\": \"France\"\n                        },\n                        {\n                            \"text\": \"French Guiana\",\n                            \"value\": \"GUF\",\n                            \"checked\": false,\n                            \"alpha2\": \"GF\",\n                            \"alpha3\": \"GUF\",\n                            \"numerical\": \"254\",\n                            \"name\": \"French Guiana\"\n                        },\n                        {\n                            \"text\": \"French Polynesia\",\n                            \"value\": \"PYF\",\n                            \"checked\": false,\n                            \"alpha2\": \"PF\",\n                            \"alpha3\": \"PYF\",\n                            \"numerical\": \"258\",\n                            \"name\": \"French Polynesia\"\n                        },\n                        {\n                            \"text\": \"French Southern Territories\",\n                            \"value\": \"ATF\",\n                            \"checked\": false,\n                            \"alpha2\": \"TF\",\n                            \"alpha3\": \"ATF\",\n                            \"numerical\": \"260\",\n                            \"name\": \"French Southern Territories\"\n                        },\n                        {\n                            \"text\": \"Gabon\",\n                            \"value\": \"GAB\",\n                            \"checked\": false,\n                            \"alpha2\": \"GA\",\n                            \"alpha3\": \"GAB\",\n                            \"numerical\": \"266\",\n                            \"name\": \"Gabon\"\n                        },\n                        {\n                            \"text\": \"Gambia\",\n                            \"value\": \"GMB\",\n                            \"checked\": false,\n                            \"alpha2\": \"GM\",\n                            \"alpha3\": \"GMB\",\n                            \"numerical\": \"270\",\n                            \"name\": \"Gambia\"\n                        },\n                        {\n                            \"text\": \"Georgia\",\n                            \"value\": \"GEO\",\n                            \"checked\": false,\n                            \"alpha2\": \"GE\",\n                            \"alpha3\": \"GEO\",\n                            \"numerical\": \"268\",\n                            \"name\": \"Georgia\"\n                        },\n                        {\n                            \"text\": \"Germany\",\n                            \"value\": \"DEU\",\n                            \"checked\": false,\n                            \"alpha2\": \"DE\",\n                            \"alpha3\": \"DEU\",\n                            \"numerical\": \"276\",\n                            \"name\": \"Germany\"\n                        },\n                        {\n                            \"text\": \"Ghana\",\n                            \"value\": \"GHA\",\n                            \"checked\": false,\n                            \"alpha2\": \"GH\",\n                            \"alpha3\": \"GHA\",\n                            \"numerical\": \"288\",\n                            \"name\": \"Ghana\"\n                        },\n                        {\n                            \"text\": \"Gibraltar\",\n                            \"value\": \"GIB\",\n                            \"checked\": false,\n                            \"alpha2\": \"GI\",\n                            \"alpha3\": \"GIB\",\n                            \"numerical\": \"292\",\n                            \"name\": \"Gibraltar\"\n                        },\n                        {\n                            \"text\": \"Greece\",\n                            \"value\": \"GRC\",\n                            \"checked\": false,\n                            \"alpha2\": \"GR\",\n                            \"alpha3\": \"GRC\",\n                            \"numerical\": \"300\",\n                            \"name\": \"Greece\"\n                        },\n                        {\n                            \"text\": \"Greenland\",\n                            \"value\": \"GRL\",\n                            \"checked\": false,\n                            \"alpha2\": \"GL\",\n                            \"alpha3\": \"GRL\",\n                            \"numerical\": \"304\",\n                            \"name\": \"Greenland\"\n                        },\n                        {\n                            \"text\": \"Grenada\",\n                            \"value\": \"GRD\",\n                            \"checked\": false,\n                            \"alpha2\": \"GD\",\n                            \"alpha3\": \"GRD\",\n                            \"numerical\": \"308\",\n                            \"name\": \"Grenada\"\n                        },\n                        {\n                            \"text\": \"Guadeloupe\",\n                            \"value\": \"GLP\",\n                            \"checked\": false,\n                            \"alpha2\": \"GP\",\n                            \"alpha3\": \"GLP\",\n                            \"numerical\": \"312\",\n                            \"name\": \"Guadeloupe\"\n                        },\n                        {\n                            \"text\": \"Guam\",\n                            \"value\": \"GUM\",\n                            \"checked\": false,\n                            \"alpha2\": \"GU\",\n                            \"alpha3\": \"GUM\",\n                            \"numerical\": \"316\",\n                            \"name\": \"Guam\"\n                        },\n                        {\n                            \"text\": \"Guatemala\",\n                            \"value\": \"GTM\",\n                            \"checked\": false,\n                            \"alpha2\": \"GT\",\n                            \"alpha3\": \"GTM\",\n                            \"numerical\": \"320\",\n                            \"name\": \"Guatemala\"\n                        },\n                        {\n                            \"text\": \"Guernsey\",\n                            \"value\": \"GGY\",\n                            \"checked\": false,\n                            \"alpha2\": \"GG\",\n                            \"alpha3\": \"GGY\",\n                            \"numerical\": \"831\",\n                            \"name\": \"Guernsey\"\n                        },\n                        {\n                            \"text\": \"Guinea\",\n                            \"value\": \"GIN\",\n                            \"checked\": false,\n                            \"alpha2\": \"GN\",\n                            \"alpha3\": \"GIN\",\n                            \"numerical\": \"324\",\n                            \"name\": \"Guinea\"\n                        },\n                        {\n                            \"text\": \"Guinea-Bissau\",\n                            \"value\": \"GNB\",\n                            \"checked\": false,\n                            \"alpha2\": \"GW\",\n                            \"alpha3\": \"GNB\",\n                            \"numerical\": \"624\",\n                            \"name\": \"Guinea-Bissau\"\n                        },\n                        {\n                            \"text\": \"Guyana\",\n                            \"value\": \"GUY\",\n                            \"checked\": false,\n                            \"alpha2\": \"GY\",\n                            \"alpha3\": \"GUY\",\n                            \"numerical\": \"328\",\n                            \"name\": \"Guyana\"\n                        },\n                        {\n                            \"text\": \"Haiti\",\n                            \"value\": \"HTI\",\n                            \"checked\": false,\n                            \"alpha2\": \"HT\",\n                            \"alpha3\": \"HTI\",\n                            \"numerical\": \"332\",\n                            \"name\": \"Haiti\"\n                        },\n                        {\n                            \"text\": \"Heard Island and McDonald Islands\",\n                            \"value\": \"HMD\",\n                            \"checked\": false,\n                            \"alpha2\": \"HM\",\n                            \"alpha3\": \"HMD\",\n                            \"numerical\": \"334\",\n                            \"name\": \"Heard Island and McDonald Islands\"\n                        },\n                        {\n                            \"text\": \"Holy See (Vatican City State)\",\n                            \"value\": \"VAT\",\n                            \"checked\": false,\n                            \"alpha2\": \"VA\",\n                            \"alpha3\": \"VAT\",\n                            \"numerical\": \"336\",\n                            \"name\": \"Holy See (Vatican City State)\"\n                        },\n                        {\n                            \"text\": \"Honduras\",\n                            \"value\": \"HND\",\n                            \"checked\": false,\n                            \"alpha2\": \"HN\",\n                            \"alpha3\": \"HND\",\n                            \"numerical\": \"340\",\n                            \"name\": \"Honduras\"\n                        },\n                        {\n                            \"text\": \"Hong Kong\",\n                            \"value\": \"HKG\",\n                            \"checked\": false,\n                            \"alpha2\": \"HK\",\n                            \"alpha3\": \"HKG\",\n                            \"numerical\": \"344\",\n                            \"name\": \"Hong Kong\"\n                        },\n                        {\n                            \"text\": \"Hungary\",\n                            \"value\": \"HUN\",\n                            \"checked\": false,\n                            \"alpha2\": \"HU\",\n                            \"alpha3\": \"HUN\",\n                            \"numerical\": \"348\",\n                            \"name\": \"Hungary\"\n                        },\n                        {\n                            \"text\": \"Iceland\",\n                            \"value\": \"ISL\",\n                            \"checked\": false,\n                            \"alpha2\": \"IS\",\n                            \"alpha3\": \"ISL\",\n                            \"numerical\": \"352\",\n                            \"name\": \"Iceland\"\n                        },\n                        {\n                            \"text\": \"India\",\n                            \"value\": \"IND\",\n                            \"checked\": false,\n                            \"alpha2\": \"IN\",\n                            \"alpha3\": \"IND\",\n                            \"numerical\": \"356\",\n                            \"name\": \"India\"\n                        },\n                        {\n                            \"text\": \"Indonesia\",\n                            \"value\": \"IDN\",\n                            \"checked\": false,\n                            \"alpha2\": \"ID\",\n                            \"alpha3\": \"IDN\",\n                            \"numerical\": \"360\",\n                            \"name\": \"Indonesia\"\n                        },\n                        {\n                            \"text\": \"Iran,Islamic Republic of\",\n                            \"value\": \"IRN\",\n                            \"checked\": false,\n                            \"alpha2\": \"IR\",\n                            \"alpha3\": \"IRN\",\n                            \"numerical\": \"364\",\n                            \"name\": \"Iran,Islamic Republic of\"\n                        },\n                        {\n                            \"text\": \"Iraq\",\n                            \"value\": \"IRQ\",\n                            \"checked\": false,\n                            \"alpha2\": \"IQ\",\n                            \"alpha3\": \"IRQ\",\n                            \"numerical\": \"368\",\n                            \"name\": \"Iraq\"\n                        },\n                        {\n                            \"text\": \"Ireland\",\n                            \"value\": \"IRL\",\n                            \"checked\": false,\n                            \"alpha2\": \"IE\",\n                            \"alpha3\": \"IRL\",\n                            \"numerical\": \"372\",\n                            \"name\": \"Ireland\"\n                        },\n                        {\n                            \"text\": \"Isle of Man\",\n                            \"value\": \"IMN\",\n                            \"checked\": false,\n                            \"alpha2\": \"IM\",\n                            \"alpha3\": \"IMN\",\n                            \"numerical\": \"833\",\n                            \"name\": \"Isle of Man\"\n                        },\n                        {\n                            \"text\": \"Israel\",\n                            \"value\": \"ISR\",\n                            \"checked\": false,\n                            \"alpha2\": \"IL\",\n                            \"alpha3\": \"ISR\",\n                            \"numerical\": \"376\",\n                            \"name\": \"Israel\"\n                        },\n                        {\n                            \"text\": \"Italy\",\n                            \"value\": \"ITA\",\n                            \"checked\": false,\n                            \"alpha2\": \"IT\",\n                            \"alpha3\": \"ITA\",\n                            \"numerical\": \"380\",\n                            \"name\": \"Italy\"\n                        },\n                        {\n                            \"text\": \"Jamaica\",\n                            \"value\": \"JAM\",\n                            \"checked\": false,\n                            \"alpha2\": \"JM\",\n                            \"alpha3\": \"JAM\",\n                            \"numerical\": \"388\",\n                            \"name\": \"Jamaica\"\n                        },\n                        {\n                            \"text\": \"Japan\",\n                            \"value\": \"JPN\",\n                            \"checked\": false,\n                            \"alpha2\": \"JP\",\n                            \"alpha3\": \"JPN\",\n                            \"numerical\": \"392\",\n                            \"name\": \"Japan\"\n                        },\n                        {\n                            \"text\": \"Jersey\",\n                            \"value\": \"JEY\",\n                            \"checked\": false,\n                            \"alpha2\": \"JE\",\n                            \"alpha3\": \"JEY\",\n                            \"numerical\": \"832\",\n                            \"name\": \"Jersey\"\n                        },\n                        {\n                            \"text\": \"Jordan\",\n                            \"value\": \"JOR\",\n                            \"checked\": false,\n                            \"alpha2\": \"JO\",\n                            \"alpha3\": \"JOR\",\n                            \"numerical\": \"400\",\n                            \"name\": \"Jordan\"\n                        },\n                        {\n                            \"text\": \"Kazakhstan\",\n                            \"value\": \"KAZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"KZ\",\n                            \"alpha3\": \"KAZ\",\n                            \"numerical\": \"398\",\n                            \"name\": \"Kazakhstan\"\n                        },\n                        {\n                            \"text\": \"Kenya\",\n                            \"value\": \"KEN\",\n                            \"checked\": false,\n                            \"alpha2\": \"KE\",\n                            \"alpha3\": \"KEN\",\n                            \"numerical\": \"404\",\n                            \"name\": \"Kenya\"\n                        },\n                        {\n                            \"text\": \"Kiribati\",\n                            \"value\": \"KIR\",\n                            \"checked\": false,\n                            \"alpha2\": \"KI\",\n                            \"alpha3\": \"KIR\",\n                            \"numerical\": \"296\",\n                            \"name\": \"Kiribati\"\n                        },\n                        {\n                            \"text\": \"Korea,Democratic People's Republic of\",\n                            \"value\": \"PRK\",\n                            \"checked\": false,\n                            \"alpha2\": \"KP\",\n                            \"alpha3\": \"PRK\",\n                            \"numerical\": \"408\",\n                            \"name\": \"Korea,Democratic People's Republic of\"\n                        },\n                        {\n                            \"text\": \"Korea,Republic of\",\n                            \"value\": \"KOR\",\n                            \"checked\": false,\n                            \"alpha2\": \"KR\",\n                            \"alpha3\": \"KOR\",\n                            \"numerical\": \"410\",\n                            \"name\": \"Korea,Republic of\"\n                        },\n                        {\n                            \"text\": \"Kosovo,Republic of\",\n                            \"value\": \"XKK\",\n                            \"checked\": false,\n                            \"alpha2\": \"XK\",\n                            \"alpha3\": \"XKK\",\n                            \"numerical\": \"008\",\n                            \"name\": \"Kosovo,Republic of\"\n                        },\n                        {\n                            \"text\": \"Kuwait\",\n                            \"value\": \"KWT\",\n                            \"checked\": false,\n                            \"alpha2\": \"KW\",\n                            \"alpha3\": \"KWT\",\n                            \"numerical\": \"414\",\n                            \"name\": \"Kuwait\"\n                        },\n                        {\n                            \"text\": \"Kyrgyzstan\",\n                            \"value\": \"KGZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"KG\",\n                            \"alpha3\": \"KGZ\",\n                            \"numerical\": \"417\",\n                            \"name\": \"Kyrgyzstan\"\n                        },\n                        {\n                            \"text\": \"Lao People's Democratic Republic\",\n                            \"value\": \"LAO\",\n                            \"checked\": false,\n                            \"alpha2\": \"LA\",\n                            \"alpha3\": \"LAO\",\n                            \"numerical\": \"418\",\n                            \"name\": \"Lao People's Democratic Republic\"\n                        },\n                        {\n                            \"text\": \"Latvia\",\n                            \"value\": \"LVA\",\n                            \"checked\": false,\n                            \"alpha2\": \"LV\",\n                            \"alpha3\": \"LVA\",\n                            \"numerical\": \"428\",\n                            \"name\": \"Latvia\"\n                        },\n                        {\n                            \"text\": \"Lebanon\",\n                            \"value\": \"LBN\",\n                            \"checked\": false,\n                            \"alpha2\": \"LB\",\n                            \"alpha3\": \"LBN\",\n                            \"numerical\": \"422\",\n                            \"name\": \"Lebanon\"\n                        },\n                        {\n                            \"text\": \"Lesotho\",\n                            \"value\": \"LSO\",\n                            \"checked\": false,\n                            \"alpha2\": \"LS\",\n                            \"alpha3\": \"LSO\",\n                            \"numerical\": \"426\",\n                            \"name\": \"Lesotho\"\n                        },\n                        {\n                            \"text\": \"Liberia\",\n                            \"value\": \"LBR\",\n                            \"checked\": false,\n                            \"alpha2\": \"LR\",\n                            \"alpha3\": \"LBR\",\n                            \"numerical\": \"430\",\n                            \"name\": \"Liberia\"\n                        },\n                        {\n                            \"text\": \"Libya\",\n                            \"value\": \"LBY\",\n                            \"checked\": false,\n                            \"alpha2\": \"LY\",\n                            \"alpha3\": \"LBY\",\n                            \"numerical\": \"434\",\n                            \"name\": \"Libya\"\n                        },\n                        {\n                            \"text\": \"Liechtenstein\",\n                            \"value\": \"LIE\",\n                            \"checked\": false,\n                            \"alpha2\": \"LI\",\n                            \"alpha3\": \"LIE\",\n                            \"numerical\": \"438\",\n                            \"name\": \"Liechtenstein\"\n                        },\n                        {\n                            \"text\": \"Lithuania\",\n                            \"value\": \"LTU\",\n                            \"checked\": false,\n                            \"alpha2\": \"LT\",\n                            \"alpha3\": \"LTU\",\n                            \"numerical\": \"440\",\n                            \"name\": \"Lithuania\"\n                        },\n                        {\n                            \"text\": \"Luxembourg\",\n                            \"value\": \"LUX\",\n                            \"checked\": false,\n                            \"alpha2\": \"LU\",\n                            \"alpha3\": \"LUX\",\n                            \"numerical\": \"442\",\n                            \"name\": \"Luxembourg\"\n                        },\n                        {\n                            \"text\": \"Macao\",\n                            \"value\": \"MAC\",\n                            \"checked\": false,\n                            \"alpha2\": \"MO\",\n                            \"alpha3\": \"MAC\",\n                            \"numerical\": \"446\",\n                            \"name\": \"Macao\"\n                        },\n                        {\n                            \"text\": \"North Macedonia\",\n                            \"value\": \"MKD\",\n                            \"checked\": false,\n                            \"alpha2\": \"MK\",\n                            \"alpha3\": \"MKD\",\n                            \"numerical\": \"807\",\n                            \"name\": \"North Macedonia\"\n                        },\n                        {\n                            \"text\": \"Madagascar\",\n                            \"value\": \"MDG\",\n                            \"checked\": false,\n                            \"alpha2\": \"MG\",\n                            \"alpha3\": \"MDG\",\n                            \"numerical\": \"450\",\n                            \"name\": \"Madagascar\"\n                        },\n                        {\n                            \"text\": \"Malawi\",\n                            \"value\": \"MWI\",\n                            \"checked\": false,\n                            \"alpha2\": \"MW\",\n                            \"alpha3\": \"MWI\",\n                            \"numerical\": \"454\",\n                            \"name\": \"Malawi\"\n                        },\n                        {\n                            \"text\": \"Malaysia\",\n                            \"value\": \"MYS\",\n                            \"checked\": false,\n                            \"alpha2\": \"MY\",\n                            \"alpha3\": \"MYS\",\n                            \"numerical\": \"458\",\n                            \"name\": \"Malaysia\"\n                        },\n                        {\n                            \"text\": \"Maldives\",\n                            \"value\": \"MDV\",\n                            \"checked\": false,\n                            \"alpha2\": \"MV\",\n                            \"alpha3\": \"MDV\",\n                            \"numerical\": \"462\",\n                            \"name\": \"Maldives\"\n                        },\n                        {\n                            \"text\": \"Mali\",\n                            \"value\": \"MLI\",\n                            \"checked\": false,\n                            \"alpha2\": \"ML\",\n                            \"alpha3\": \"MLI\",\n                            \"numerical\": \"466\",\n                            \"name\": \"Mali\"\n                        },\n                        {\n                            \"text\": \"Malta\",\n                            \"value\": \"MLT\",\n                            \"checked\": false,\n                            \"alpha2\": \"MT\",\n                            \"alpha3\": \"MLT\",\n                            \"numerical\": \"470\",\n                            \"name\": \"Malta\"\n                        },\n                        {\n                            \"text\": \"Marshall Islands\",\n                            \"value\": \"MHL\",\n                            \"checked\": false,\n                            \"alpha2\": \"MH\",\n                            \"alpha3\": \"MHL\",\n                            \"numerical\": \"584\",\n                            \"name\": \"Marshall Islands\"\n                        },\n                        {\n                            \"text\": \"Martinique\",\n                            \"value\": \"MTQ\",\n                            \"checked\": false,\n                            \"alpha2\": \"MQ\",\n                            \"alpha3\": \"MTQ\",\n                            \"numerical\": \"474\",\n                            \"name\": \"Martinique\"\n                        },\n                        {\n                            \"text\": \"Mauritania\",\n                            \"value\": \"MRT\",\n                            \"checked\": false,\n                            \"alpha2\": \"MR\",\n                            \"alpha3\": \"MRT\",\n                            \"numerical\": \"478\",\n                            \"name\": \"Mauritania\"\n                        },\n                        {\n                            \"text\": \"Mauritius\",\n                            \"value\": \"MUS\",\n                            \"checked\": false,\n                            \"alpha2\": \"MU\",\n                            \"alpha3\": \"MUS\",\n                            \"numerical\": \"480\",\n                            \"name\": \"Mauritius\"\n                        },\n                        {\n                            \"text\": \"Mayotte\",\n                            \"value\": \"MYT\",\n                            \"checked\": false,\n                            \"alpha2\": \"YT\",\n                            \"alpha3\": \"MYT\",\n                            \"numerical\": \"175\",\n                            \"name\": \"Mayotte\"\n                        },\n                        {\n                            \"text\": \"Mexico\",\n                            \"value\": \"MEX\",\n                            \"checked\": false,\n                            \"alpha2\": \"MX\",\n                            \"alpha3\": \"MEX\",\n                            \"numerical\": \"484\",\n                            \"name\": \"Mexico\"\n                        },\n                        {\n                            \"text\": \"Micronesia,Federated States of\",\n                            \"value\": \"FSM\",\n                            \"checked\": false,\n                            \"alpha2\": \"FM\",\n                            \"alpha3\": \"FSM\",\n                            \"numerical\": \"583\",\n                            \"name\": \"Micronesia,Federated States of\"\n                        },\n                        {\n                            \"text\": \"Moldova,Republic of\",\n                            \"value\": \"MDA\",\n                            \"checked\": false,\n                            \"alpha2\": \"MD\",\n                            \"alpha3\": \"MDA\",\n                            \"numerical\": \"498\",\n                            \"name\": \"Moldova,Republic of\"\n                        },\n                        {\n                            \"text\": \"Monaco\",\n                            \"value\": \"MCO\",\n                            \"checked\": false,\n                            \"alpha2\": \"MC\",\n                            \"alpha3\": \"MCO\",\n                            \"numerical\": \"492\",\n                            \"name\": \"Monaco\"\n                        },\n                        {\n                            \"text\": \"Mongolia\",\n                            \"value\": \"MNG\",\n                            \"checked\": false,\n                            \"alpha2\": \"MN\",\n                            \"alpha3\": \"MNG\",\n                            \"numerical\": \"496\",\n                            \"name\": \"Mongolia\"\n                        },\n                        {\n                            \"text\": \"Montenegro\",\n                            \"value\": \"MNE\",\n                            \"checked\": false,\n                            \"alpha2\": \"ME\",\n                            \"alpha3\": \"MNE\",\n                            \"numerical\": \"499\",\n                            \"name\": \"Montenegro\"\n                        },\n                        {\n                            \"text\": \"Montserrat\",\n                            \"value\": \"MSR\",\n                            \"checked\": false,\n                            \"alpha2\": \"MS\",\n                            \"alpha3\": \"MSR\",\n                            \"numerical\": \"500\",\n                            \"name\": \"Montserrat\"\n                        },\n                        {\n                            \"text\": \"Morocco\",\n                            \"value\": \"MAR\",\n                            \"checked\": false,\n                            \"alpha2\": \"MA\",\n                            \"alpha3\": \"MAR\",\n                            \"numerical\": \"504\",\n                            \"name\": \"Morocco\"\n                        },\n                        {\n                            \"text\": \"Mozambique\",\n                            \"value\": \"MOZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"MZ\",\n                            \"alpha3\": \"MOZ\",\n                            \"numerical\": \"508\",\n                            \"name\": \"Mozambique\"\n                        },\n                        {\n                            \"text\": \"Myanmar\",\n                            \"value\": \"MMR\",\n                            \"checked\": false,\n                            \"alpha2\": \"MM\",\n                            \"alpha3\": \"MMR\",\n                            \"numerical\": \"104\",\n                            \"name\": \"Myanmar\"\n                        },\n                        {\n                            \"text\": \"Namibia\",\n                            \"value\": \"NAM\",\n                            \"checked\": false,\n                            \"alpha2\": \"NA\",\n                            \"alpha3\": \"NAM\",\n                            \"numerical\": \"516\",\n                            \"name\": \"Namibia\"\n                        },\n                        {\n                            \"text\": \"Nauru\",\n                            \"value\": \"NRU\",\n                            \"checked\": false,\n                            \"alpha2\": \"NR\",\n                            \"alpha3\": \"NRU\",\n                            \"numerical\": \"520\",\n                            \"name\": \"Nauru\"\n                        },\n                        {\n                            \"text\": \"Nepal\",\n                            \"value\": \"NPL\",\n                            \"checked\": false,\n                            \"alpha2\": \"NP\",\n                            \"alpha3\": \"NPL\",\n                            \"numerical\": \"524\",\n                            \"name\": \"Nepal\"\n                        },\n                        {\n                            \"text\": \"Netherlands\",\n                            \"value\": \"NLD\",\n                            \"checked\": false,\n                            \"alpha2\": \"NL\",\n                            \"alpha3\": \"NLD\",\n                            \"numerical\": \"528\",\n                            \"name\": \"Netherlands\"\n                        },\n                        {\n                            \"text\": \"New Caledonia\",\n                            \"value\": \"NCL\",\n                            \"checked\": false,\n                            \"alpha2\": \"NC\",\n                            \"alpha3\": \"NCL\",\n                            \"numerical\": \"540\",\n                            \"name\": \"New Caledonia\"\n                        },\n                        {\n                            \"text\": \"New Zealand\",\n                            \"value\": \"NZL\",\n                            \"checked\": false,\n                            \"alpha2\": \"NZ\",\n                            \"alpha3\": \"NZL\",\n                            \"numerical\": \"554\",\n                            \"name\": \"New Zealand\"\n                        },\n                        {\n                            \"text\": \"Nicaragua\",\n                            \"value\": \"NIC\",\n                            \"checked\": false,\n                            \"alpha2\": \"NI\",\n                            \"alpha3\": \"NIC\",\n                            \"numerical\": \"558\",\n                            \"name\": \"Nicaragua\"\n                        },\n                        {\n                            \"text\": \"Niger\",\n                            \"value\": \"NER\",\n                            \"checked\": false,\n                            \"alpha2\": \"NE\",\n                            \"alpha3\": \"NER\",\n                            \"numerical\": \"562\",\n                            \"name\": \"Niger\"\n                        },\n                        {\n                            \"text\": \"Nigeria\",\n                            \"value\": \"NGA\",\n                            \"checked\": false,\n                            \"alpha2\": \"NG\",\n                            \"alpha3\": \"NGA\",\n                            \"numerical\": \"566\",\n                            \"name\": \"Nigeria\"\n                        },\n                        {\n                            \"text\": \"Niue\",\n                            \"value\": \"NIU\",\n                            \"checked\": false,\n                            \"alpha2\": \"NU\",\n                            \"alpha3\": \"NIU\",\n                            \"numerical\": \"570\",\n                            \"name\": \"Niue\"\n                        },\n                        {\n                            \"text\": \"Norfolk Island\",\n                            \"value\": \"NFK\",\n                            \"checked\": false,\n                            \"alpha2\": \"NF\",\n                            \"alpha3\": \"NFK\",\n                            \"numerical\": \"574\",\n                            \"name\": \"Norfolk Island\"\n                        },\n                        {\n                            \"text\": \"Northern Mariana Islands\",\n                            \"value\": \"MNP\",\n                            \"checked\": false,\n                            \"alpha2\": \"MP\",\n                            \"alpha3\": \"MNP\",\n                            \"numerical\": \"580\",\n                            \"name\": \"Northern Mariana Islands\"\n                        },\n                        {\n                            \"text\": \"Norway\",\n                            \"value\": \"NOR\",\n                            \"checked\": false,\n                            \"alpha2\": \"NO\",\n                            \"alpha3\": \"NOR\",\n                            \"numerical\": \"578\",\n                            \"name\": \"Norway\"\n                        },\n                        {\n                            \"text\": \"Oman\",\n                            \"value\": \"OMN\",\n                            \"checked\": false,\n                            \"alpha2\": \"OM\",\n                            \"alpha3\": \"OMN\",\n                            \"numerical\": \"512\",\n                            \"name\": \"Oman\"\n                        },\n                        {\n                            \"text\": \"Pakistan\",\n                            \"value\": \"PAK\",\n                            \"checked\": false,\n                            \"alpha2\": \"PK\",\n                            \"alpha3\": \"PAK\",\n                            \"numerical\": \"586\",\n                            \"name\": \"Pakistan\"\n                        },\n                        {\n                            \"text\": \"Palau\",\n                            \"value\": \"PLW\",\n                            \"checked\": false,\n                            \"alpha2\": \"PW\",\n                            \"alpha3\": \"PLW\",\n                            \"numerical\": \"585\",\n                            \"name\": \"Palau\"\n                        },\n                        {\n                            \"text\": \"Palestine,State of\",\n                            \"value\": \"PSE\",\n                            \"checked\": false,\n                            \"alpha2\": \"PS\",\n                            \"alpha3\": \"PSE\",\n                            \"numerical\": \"275\",\n                            \"name\": \"Palestine,State of\"\n                        },\n                        {\n                            \"text\": \"Panama\",\n                            \"value\": \"PAN\",\n                            \"checked\": false,\n                            \"alpha2\": \"PA\",\n                            \"alpha3\": \"PAN\",\n                            \"numerical\": \"591\",\n                            \"name\": \"Panama\"\n                        },\n                        {\n                            \"text\": \"Papua New Guinea\",\n                            \"value\": \"PNG\",\n                            \"checked\": false,\n                            \"alpha2\": \"PG\",\n                            \"alpha3\": \"PNG\",\n                            \"numerical\": \"598\",\n                            \"name\": \"Papua New Guinea\"\n                        },\n                        {\n                            \"text\": \"Paraguay\",\n                            \"value\": \"PRY\",\n                            \"checked\": false,\n                            \"alpha2\": \"PY\",\n                            \"alpha3\": \"PRY\",\n                            \"numerical\": \"600\",\n                            \"name\": \"Paraguay\"\n                        },\n                        {\n                            \"text\": \"Peru\",\n                            \"value\": \"PER\",\n                            \"checked\": false,\n                            \"alpha2\": \"PE\",\n                            \"alpha3\": \"PER\",\n                            \"numerical\": \"604\",\n                            \"name\": \"Peru\"\n                        },\n                        {\n                            \"text\": \"Philippines\",\n                            \"value\": \"PHL\",\n                            \"checked\": false,\n                            \"alpha2\": \"PH\",\n                            \"alpha3\": \"PHL\",\n                            \"numerical\": \"608\",\n                            \"name\": \"Philippines\"\n                        },\n                        {\n                            \"text\": \"Pitcairn\",\n                            \"value\": \"PCN\",\n                            \"checked\": false,\n                            \"alpha2\": \"PN\",\n                            \"alpha3\": \"PCN\",\n                            \"numerical\": \"612\",\n                            \"name\": \"Pitcairn\"\n                        },\n                        {\n                            \"text\": \"Poland\",\n                            \"value\": \"POL\",\n                            \"checked\": false,\n                            \"alpha2\": \"PL\",\n                            \"alpha3\": \"POL\",\n                            \"numerical\": \"616\",\n                            \"name\": \"Poland\"\n                        },\n                        {\n                            \"text\": \"Portugal\",\n                            \"value\": \"PRT\",\n                            \"checked\": false,\n                            \"alpha2\": \"PT\",\n                            \"alpha3\": \"PRT\",\n                            \"numerical\": \"620\",\n                            \"name\": \"Portugal\"\n                        },\n                        {\n                            \"text\": \"Puerto Rico\",\n                            \"value\": \"PRI\",\n                            \"checked\": false,\n                            \"alpha2\": \"PR\",\n                            \"alpha3\": \"PRI\",\n                            \"numerical\": \"630\",\n                            \"name\": \"Puerto Rico\"\n                        },\n                        {\n                            \"text\": \"Qatar\",\n                            \"value\": \"QAT\",\n                            \"checked\": false,\n                            \"alpha2\": \"QA\",\n                            \"alpha3\": \"QAT\",\n                            \"numerical\": \"634\",\n                            \"name\": \"Qatar\"\n                        },\n                        {\n                            \"text\": \"Réunion\",\n                            \"value\": \"REU\",\n                            \"checked\": false,\n                            \"alpha2\": \"RE\",\n                            \"alpha3\": \"REU\",\n                            \"numerical\": \"638\",\n                            \"name\": \"Réunion\"\n                        },\n                        {\n                            \"text\": \"Romania\",\n                            \"value\": \"ROU\",\n                            \"checked\": false,\n                            \"alpha2\": \"RO\",\n                            \"alpha3\": \"ROU\",\n                            \"numerical\": \"642\",\n                            \"name\": \"Romania\"\n                        },\n                        {\n                            \"text\": \"Russian Federation\",\n                            \"value\": \"RUS\",\n                            \"checked\": false,\n                            \"alpha2\": \"RU\",\n                            \"alpha3\": \"RUS\",\n                            \"numerical\": \"643\",\n                            \"name\": \"Russian Federation\"\n                        },\n                        {\n                            \"text\": \"Rwanda\",\n                            \"value\": \"RWA\",\n                            \"checked\": false,\n                            \"alpha2\": \"RW\",\n                            \"alpha3\": \"RWA\",\n                            \"numerical\": \"646\",\n                            \"name\": \"Rwanda\"\n                        },\n                        {\n                            \"text\": \"Saint Barthélemy\",\n                            \"value\": \"BLM\",\n                            \"checked\": false,\n                            \"alpha2\": \"BL\",\n                            \"alpha3\": \"BLM\",\n                            \"numerical\": \"652\",\n                            \"name\": \"Saint Barthélemy\"\n                        },\n                        {\n                            \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                            \"value\": \"SHN\",\n                            \"checked\": false,\n                            \"alpha2\": \"SH\",\n                            \"alpha3\": \"SHN\",\n                            \"numerical\": \"654\",\n                            \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                        },\n                        {\n                            \"text\": \"Saint Kitts and Nevis\",\n                            \"value\": \"KNA\",\n                            \"checked\": false,\n                            \"alpha2\": \"KN\",\n                            \"alpha3\": \"KNA\",\n                            \"numerical\": \"659\",\n                            \"name\": \"Saint Kitts and Nevis\"\n                        },\n                        {\n                            \"text\": \"Saint Lucia\",\n                            \"value\": \"LCA\",\n                            \"checked\": false,\n                            \"alpha2\": \"LC\",\n                            \"alpha3\": \"LCA\",\n                            \"numerical\": \"662\",\n                            \"name\": \"Saint Lucia\"\n                        },\n                        {\n                            \"text\": \"Saint Martin (French part)\",\n                            \"value\": \"MAF\",\n                            \"checked\": false,\n                            \"alpha2\": \"MF\",\n                            \"alpha3\": \"MAF\",\n                            \"numerical\": \"663\",\n                            \"name\": \"Saint Martin (French part)\"\n                        },\n                        {\n                            \"text\": \"Saint Pierre and Miquelon\",\n                            \"value\": \"SPM\",\n                            \"checked\": false,\n                            \"alpha2\": \"PM\",\n                            \"alpha3\": \"SPM\",\n                            \"numerical\": \"666\",\n                            \"name\": \"Saint Pierre and Miquelon\"\n                        },\n                        {\n                            \"text\": \"Saint Vincent and the Grenadines\",\n                            \"value\": \"VCT\",\n                            \"checked\": false,\n                            \"alpha2\": \"VC\",\n                            \"alpha3\": \"VCT\",\n                            \"numerical\": \"670\",\n                            \"name\": \"Saint Vincent and the Grenadines\"\n                        },\n                        {\n                            \"text\": \"Samoa\",\n                            \"value\": \"WSM\",\n                            \"checked\": false,\n                            \"alpha2\": \"WS\",\n                            \"alpha3\": \"WSM\",\n                            \"numerical\": \"882\",\n                            \"name\": \"Samoa\"\n                        },\n                        {\n                            \"text\": \"San Marino\",\n                            \"value\": \"SMR\",\n                            \"checked\": false,\n                            \"alpha2\": \"SM\",\n                            \"alpha3\": \"SMR\",\n                            \"numerical\": \"674\",\n                            \"name\": \"San Marino\"\n                        },\n                        {\n                            \"text\": \"Sao Tome and Principe\",\n                            \"value\": \"STP\",\n                            \"checked\": false,\n                            \"alpha2\": \"ST\",\n                            \"alpha3\": \"STP\",\n                            \"numerical\": \"678\",\n                            \"name\": \"Sao Tome and Principe\"\n                        },\n                        {\n                            \"text\": \"Saudi Arabia\",\n                            \"value\": \"SAU\",\n                            \"checked\": false,\n                            \"alpha2\": \"SA\",\n                            \"alpha3\": \"SAU\",\n                            \"numerical\": \"682\",\n                            \"name\": \"Saudi Arabia\"\n                        },\n                        {\n                            \"text\": \"Senegal\",\n                            \"value\": \"SEN\",\n                            \"checked\": false,\n                            \"alpha2\": \"SN\",\n                            \"alpha3\": \"SEN\",\n                            \"numerical\": \"686\",\n                            \"name\": \"Senegal\"\n                        },\n                        {\n                            \"text\": \"Serbia\",\n                            \"value\": \"SRB\",\n                            \"checked\": false,\n                            \"alpha2\": \"RS\",\n                            \"alpha3\": \"SRB\",\n                            \"numerical\": \"688\",\n                            \"name\": \"Serbia\"\n                        },\n                        {\n                            \"text\": \"Seychelles\",\n                            \"value\": \"SYC\",\n                            \"checked\": false,\n                            \"alpha2\": \"SC\",\n                            \"alpha3\": \"SYC\",\n                            \"numerical\": \"690\",\n                            \"name\": \"Seychelles\"\n                        },\n                        {\n                            \"text\": \"Sierra Leone\",\n                            \"value\": \"SLE\",\n                            \"checked\": false,\n                            \"alpha2\": \"SL\",\n                            \"alpha3\": \"SLE\",\n                            \"numerical\": \"694\",\n                            \"name\": \"Sierra Leone\"\n                        },\n                        {\n                            \"text\": \"Singapore\",\n                            \"value\": \"SGP\",\n                            \"checked\": false,\n                            \"alpha2\": \"SG\",\n                            \"alpha3\": \"SGP\",\n                            \"numerical\": \"702\",\n                            \"name\": \"Singapore\"\n                        },\n                        {\n                            \"text\": \"Sint Maarten (Dutch part)\",\n                            \"value\": \"SXM\",\n                            \"checked\": false,\n                            \"alpha2\": \"SX\",\n                            \"alpha3\": \"SXM\",\n                            \"numerical\": \"534\",\n                            \"name\": \"Sint Maarten (Dutch part)\"\n                        },\n                        {\n                            \"text\": \"Slovakia\",\n                            \"value\": \"SVK\",\n                            \"checked\": false,\n                            \"alpha2\": \"SK\",\n                            \"alpha3\": \"SVK\",\n                            \"numerical\": \"703\",\n                            \"name\": \"Slovakia\"\n                        },\n                        {\n                            \"text\": \"Slovenia\",\n                            \"value\": \"SVN\",\n                            \"checked\": false,\n                            \"alpha2\": \"SI\",\n                            \"alpha3\": \"SVN\",\n                            \"numerical\": \"705\",\n                            \"name\": \"Slovenia\"\n                        },\n                        {\n                            \"text\": \"Solomon Islands\",\n                            \"value\": \"SLB\",\n                            \"checked\": false,\n                            \"alpha2\": \"SB\",\n                            \"alpha3\": \"SLB\",\n                            \"numerical\": \"090\",\n                            \"name\": \"Solomon Islands\"\n                        },\n                        {\n                            \"text\": \"Somalia\",\n                            \"value\": \"SOM\",\n                            \"checked\": false,\n                            \"alpha2\": \"SO\",\n                            \"alpha3\": \"SOM\",\n                            \"numerical\": \"706\",\n                            \"name\": \"Somalia\"\n                        },\n                        {\n                            \"text\": \"South Africa\",\n                            \"value\": \"ZAF\",\n                            \"checked\": false,\n                            \"alpha2\": \"ZA\",\n                            \"alpha3\": \"ZAF\",\n                            \"numerical\": \"710\",\n                            \"name\": \"South Africa\"\n                        },\n                        {\n                            \"text\": \"South Georgia and the South Sandwich Islands\",\n                            \"value\": \"SGS\",\n                            \"checked\": false,\n                            \"alpha2\": \"GS\",\n                            \"alpha3\": \"SGS\",\n                            \"numerical\": \"239\",\n                            \"name\": \"South Georgia and the South Sandwich Islands\"\n                        },\n                        {\n                            \"text\": \"South Sudan\",\n                            \"value\": \"SSD\",\n                            \"checked\": false,\n                            \"alpha2\": \"SS\",\n                            \"alpha3\": \"SSD\",\n                            \"numerical\": \"728\",\n                            \"name\": \"South Sudan\"\n                        },\n                        {\n                            \"text\": \"Spain\",\n                            \"value\": \"ESP\",\n                            \"checked\": false,\n                            \"alpha2\": \"ES\",\n                            \"alpha3\": \"ESP\",\n                            \"numerical\": \"724\",\n                            \"name\": \"Spain\"\n                        },\n                        {\n                            \"text\": \"Sri Lanka\",\n                            \"value\": \"LKA\",\n                            \"checked\": false,\n                            \"alpha2\": \"LK\",\n                            \"alpha3\": \"LKA\",\n                            \"numerical\": \"144\",\n                            \"name\": \"Sri Lanka\"\n                        },\n                        {\n                            \"text\": \"Sudan\",\n                            \"value\": \"SDN\",\n                            \"checked\": false,\n                            \"alpha2\": \"SD\",\n                            \"alpha3\": \"SDN\",\n                            \"numerical\": \"729\",\n                            \"name\": \"Sudan\"\n                        },\n                        {\n                            \"text\": \"Suriname\",\n                            \"value\": \"SUR\",\n                            \"checked\": false,\n                            \"alpha2\": \"SR\",\n                            \"alpha3\": \"SUR\",\n                            \"numerical\": \"740\",\n                            \"name\": \"Suriname\"\n                        },\n                        {\n                            \"text\": \"Svalbard and Jan Mayen\",\n                            \"value\": \"SJM\",\n                            \"checked\": false,\n                            \"alpha2\": \"SJ\",\n                            \"alpha3\": \"SJM\",\n                            \"numerical\": \"744\",\n                            \"name\": \"Svalbard and Jan Mayen\"\n                        },\n                        {\n                            \"text\": \"Eswatini\",\n                            \"value\": \"SWZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"SZ\",\n                            \"alpha3\": \"SWZ\",\n                            \"numerical\": \"748\",\n                            \"name\": \"Eswatini\"\n                        },\n                        {\n                            \"text\": \"Sweden\",\n                            \"value\": \"SWE\",\n                            \"checked\": false,\n                            \"alpha2\": \"SE\",\n                            \"alpha3\": \"SWE\",\n                            \"numerical\": \"752\",\n                            \"name\": \"Sweden\"\n                        },\n                        {\n                            \"text\": \"Switzerland\",\n                            \"value\": \"CHE\",\n                            \"checked\": false,\n                            \"alpha2\": \"CH\",\n                            \"alpha3\": \"CHE\",\n                            \"numerical\": \"756\",\n                            \"name\": \"Switzerland\"\n                        },\n                        {\n                            \"text\": \"Syrian Arab Republic\",\n                            \"value\": \"SYR\",\n                            \"checked\": false,\n                            \"alpha2\": \"SY\",\n                            \"alpha3\": \"SYR\",\n                            \"numerical\": \"760\",\n                            \"name\": \"Syrian Arab Republic\"\n                        },\n                        {\n                            \"text\": \"Taiwan\",\n                            \"value\": \"TWN\",\n                            \"checked\": false,\n                            \"alpha2\": \"TW\",\n                            \"alpha3\": \"TWN\",\n                            \"numerical\": \"158\",\n                            \"name\": \"Taiwan\"\n                        },\n                        {\n                            \"text\": \"Tajikistan\",\n                            \"value\": \"TJK\",\n                            \"checked\": false,\n                            \"alpha2\": \"TJ\",\n                            \"alpha3\": \"TJK\",\n                            \"numerical\": \"762\",\n                            \"name\": \"Tajikistan\"\n                        },\n                        {\n                            \"text\": \"Tanzania,United Republic of\",\n                            \"value\": \"TZA\",\n                            \"checked\": false,\n                            \"alpha2\": \"TZ\",\n                            \"alpha3\": \"TZA\",\n                            \"numerical\": \"834\",\n                            \"name\": \"Tanzania,United Republic of\"\n                        },\n                        {\n                            \"text\": \"Thailand\",\n                            \"value\": \"THA\",\n                            \"checked\": false,\n                            \"alpha2\": \"TH\",\n                            \"alpha3\": \"THA\",\n                            \"numerical\": \"764\",\n                            \"name\": \"Thailand\"\n                        },\n                        {\n                            \"text\": \"Timor-Leste\",\n                            \"value\": \"TLS\",\n                            \"checked\": false,\n                            \"alpha2\": \"TL\",\n                            \"alpha3\": \"TLS\",\n                            \"numerical\": \"626\",\n                            \"name\": \"Timor-Leste\"\n                        },\n                        {\n                            \"text\": \"Togo\",\n                            \"value\": \"TGO\",\n                            \"checked\": false,\n                            \"alpha2\": \"TG\",\n                            \"alpha3\": \"TGO\",\n                            \"numerical\": \"768\",\n                            \"name\": \"Togo\"\n                        },\n                        {\n                            \"text\": \"Tokelau\",\n                            \"value\": \"TKL\",\n                            \"checked\": false,\n                            \"alpha2\": \"TK\",\n                            \"alpha3\": \"TKL\",\n                            \"numerical\": \"772\",\n                            \"name\": \"Tokelau\"\n                        },\n                        {\n                            \"text\": \"Tonga\",\n                            \"value\": \"TON\",\n                            \"checked\": false,\n                            \"alpha2\": \"TO\",\n                            \"alpha3\": \"TON\",\n                            \"numerical\": \"776\",\n                            \"name\": \"Tonga\"\n                        },\n                        {\n                            \"text\": \"Trinidad and Tobago\",\n                            \"value\": \"TTO\",\n                            \"checked\": false,\n                            \"alpha2\": \"TT\",\n                            \"alpha3\": \"TTO\",\n                            \"numerical\": \"780\",\n                            \"name\": \"Trinidad and Tobago\"\n                        },\n                        {\n                            \"text\": \"Tunisia\",\n                            \"value\": \"TUN\",\n                            \"checked\": false,\n                            \"alpha2\": \"TN\",\n                            \"alpha3\": \"TUN\",\n                            \"numerical\": \"788\",\n                            \"name\": \"Tunisia\"\n                        },\n                        {\n                            \"text\": \"Turkey\",\n                            \"value\": \"TUR\",\n                            \"checked\": false,\n                            \"alpha2\": \"TR\",\n                            \"alpha3\": \"TUR\",\n                            \"numerical\": \"792\",\n                            \"name\": \"Turkey\"\n                        },\n                        {\n                            \"text\": \"Turkmenistan\",\n                            \"value\": \"TKM\",\n                            \"checked\": false,\n                            \"alpha2\": \"TM\",\n                            \"alpha3\": \"TKM\",\n                            \"numerical\": \"795\",\n                            \"name\": \"Turkmenistan\"\n                        },\n                        {\n                            \"text\": \"Turks and Caicos Islands\",\n                            \"value\": \"TCA\",\n                            \"checked\": false,\n                            \"alpha2\": \"TC\",\n                            \"alpha3\": \"TCA\",\n                            \"numerical\": \"796\",\n                            \"name\": \"Turks and Caicos Islands\"\n                        },\n                        {\n                            \"text\": \"Tuvalu\",\n                            \"value\": \"TUV\",\n                            \"checked\": false,\n                            \"alpha2\": \"TV\",\n                            \"alpha3\": \"TUV\",\n                            \"numerical\": \"798\",\n                            \"name\": \"Tuvalu\"\n                        },\n                        {\n                            \"text\": \"Uganda\",\n                            \"value\": \"UGA\",\n                            \"checked\": false,\n                            \"alpha2\": \"UG\",\n                            \"alpha3\": \"UGA\",\n                            \"numerical\": \"800\",\n                            \"name\": \"Uganda\"\n                        },\n                        {\n                            \"text\": \"Ukraine\",\n                            \"value\": \"UKR\",\n                            \"checked\": false,\n                            \"alpha2\": \"UA\",\n                            \"alpha3\": \"UKR\",\n                            \"numerical\": \"804\",\n                            \"name\": \"Ukraine\"\n                        },\n                        {\n                            \"text\": \"United Arab Emirates\",\n                            \"value\": \"ARE\",\n                            \"checked\": false,\n                            \"alpha2\": \"AE\",\n                            \"alpha3\": \"ARE\",\n                            \"numerical\": \"784\",\n                            \"name\": \"United Arab Emirates\"\n                        },\n                        {\n                            \"text\": \"United Kingdom\",\n                            \"value\": \"GBR\",\n                            \"checked\": false,\n                            \"alpha2\": \"GB\",\n                            \"alpha3\": \"GBR\",\n                            \"numerical\": \"826\",\n                            \"name\": \"United Kingdom\"\n                        },\n                        {\n                            \"text\": \"United States Minor Outlying Islands\",\n                            \"value\": \"UMI\",\n                            \"checked\": false,\n                            \"alpha2\": \"UM\",\n                            \"alpha3\": \"UMI\",\n                            \"numerical\": \"581\",\n                            \"name\": \"United States Minor Outlying Islands\"\n                        },\n                        {\n                            \"text\": \"Uruguay\",\n                            \"value\": \"URY\",\n                            \"checked\": false,\n                            \"alpha2\": \"UY\",\n                            \"alpha3\": \"URY\",\n                            \"numerical\": \"858\",\n                            \"name\": \"Uruguay\"\n                        },\n                        {\n                            \"text\": \"Uzbekistan\",\n                            \"value\": \"UZB\",\n                            \"checked\": false,\n                            \"alpha2\": \"UZ\",\n                            \"alpha3\": \"UZB\",\n                            \"numerical\": \"860\",\n                            \"name\": \"Uzbekistan\"\n                        },\n                        {\n                            \"text\": \"Vanuatu\",\n                            \"value\": \"VUT\",\n                            \"checked\": false,\n                            \"alpha2\": \"VU\",\n                            \"alpha3\": \"VUT\",\n                            \"numerical\": \"548\",\n                            \"name\": \"Vanuatu\"\n                        },\n                        {\n                            \"text\": \"Venezuela,Bolivarian Republic of\",\n                            \"value\": \"VEN\",\n                            \"checked\": false,\n                            \"alpha2\": \"VE\",\n                            \"alpha3\": \"VEN\",\n                            \"numerical\": \"862\",\n                            \"name\": \"Venezuela,Bolivarian Republic of\"\n                        },\n                        {\n                            \"text\": \"Viet Nam\",\n                            \"value\": \"VNM\",\n                            \"checked\": false,\n                            \"alpha2\": \"VN\",\n                            \"alpha3\": \"VNM\",\n                            \"numerical\": \"704\",\n                            \"name\": \"Viet Nam\"\n                        },\n                        {\n                            \"text\": \"Virgin Islands,British\",\n                            \"value\": \"VGB\",\n                            \"checked\": false,\n                            \"alpha2\": \"VG\",\n                            \"alpha3\": \"VGB\",\n                            \"numerical\": \"092\",\n                            \"name\": \"Virgin Islands,British\"\n                        },\n                        {\n                            \"text\": \"Virgin Islands,U.S.\",\n                            \"value\": \"VIR\",\n                            \"checked\": false,\n                            \"alpha2\": \"VI\",\n                            \"alpha3\": \"VIR\",\n                            \"numerical\": \"850\",\n                            \"name\": \"Virgin Islands,U.S.\"\n                        },\n                        {\n                            \"text\": \"Wallis and Futuna\",\n                            \"value\": \"WLF\",\n                            \"checked\": false,\n                            \"alpha2\": \"WF\",\n                            \"alpha3\": \"WLF\",\n                            \"numerical\": \"876\",\n                            \"name\": \"Wallis and Futuna\"\n                        },\n                        {\n                            \"text\": \"Western Sahara\",\n                            \"value\": \"ESH\",\n                            \"checked\": false,\n                            \"alpha2\": \"EH\",\n                            \"alpha3\": \"ESH\",\n                            \"numerical\": \"732\",\n                            \"name\": \"Western Sahara\"\n                        },\n                        {\n                            \"text\": \"Yemen\",\n                            \"value\": \"YEM\",\n                            \"checked\": false,\n                            \"alpha2\": \"YE\",\n                            \"alpha3\": \"YEM\",\n                            \"numerical\": \"887\",\n                            \"name\": \"Yemen\"\n                        },\n                        {\n                            \"text\": \"Zambia\",\n                            \"value\": \"ZMB\",\n                            \"checked\": false,\n                            \"alpha2\": \"ZM\",\n                            \"alpha3\": \"ZMB\",\n                            \"numerical\": \"894\",\n                            \"name\": \"Zambia\"\n                        },\n                        {\n                            \"text\": \"Zimbabwe\",\n                            \"value\": \"ZWE\",\n                            \"checked\": false,\n                            \"alpha2\": \"ZW\",\n                            \"alpha3\": \"ZWE\",\n                            \"numerical\": \"895\",\n                            \"name\": \"Zimbabwe\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_dob\",\n                \"slug\": \"user-dob\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"date\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Date of Birth\",\n                \"form_attributes\": {\n                    \"field_type\": \"datepicker\",\n                    \"label\": \"Date of Birth\",\n                    \"name\": \"dob\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"size\": \"half\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_require_visa\",\n                \"slug\": \"user-citizenship-require-visa\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"boolean\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"User Require Visa?\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"Do you require visa?\",\n                    \"name\": \"requires_visa\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"source\": \"locked\",\n                    \"data_source\": \"data_source.yesno\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"help_text\": \"\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Yes\",\n                            \"value\": true,\n                            \"checked\": false,\n                            \"name\": \"Yes\",\n                            \"abbrev\": \"Y\"\n                        },\n                        {\n                            \"text\": \"No\",\n                            \"value\": false,\n                            \"checked\": false,\n                            \"name\": \"No\",\n                            \"abbrev\": \"N\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_email_address\",\n                \"slug\": \"user-email-address\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [\n                    {\n                        \"type\": \"email\"\n                    },\n                    {\n                        \"type\": \"unique\",\n                        \"resource\": \"users\",\n                        \"slug\": \"user-email-address\"\n                    },\n                    {\n                        \"type\": \"unique\",\n                        \"resource\": \"users\",\n                        \"slug\": \"user-identities-email\"\n                    }\n                ],\n                \"transformations\": [\n                    {\n                        \"type\": \"lowercase\"\n                    },\n                    {\n                        \"type\": \"trim\"\n                    }\n                ],\n                \"notes\": \"Email address\",\n                \"form_attributes\": {\n                    \"field_type\": \"email\",\n                    \"label\": \"Email\",\n                    \"name\": \"email\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"size\": \"full\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\",\n                    \"unique\",\n                    \"relationship_import\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_first_name\",\n                \"slug\": \"user-first-name\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [\n                    {\n                        \"type\": \"name\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"First Name\",\n                \"form_attributes\": {\n                    \"field_type\": \"text\",\n                    \"label\": \"First Name\",\n                    \"name\": \"first_name\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"size\": \"half\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_former_last_name\",\n                \"slug\": \"user-former-last-name\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Former Last Name\",\n                \"form_attributes\": {\n                    \"field_type\": \"text\",\n                    \"label\": \"Former Last Name(s)\",\n                    \"name\": \"former_last_name\",\n                    \"default\": \"\",\n                    \"placeholder\": \"Former Last Name(s)\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_gender\",\n                \"slug\": \"user-gender\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Gender\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"Gender\",\n                    \"name\": \"gender\",\n                    \"default\": \"\",\n                    \"placeholder\": \"Gender\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.gender\",\n                    \"data_source_text\": \"value\",\n                    \"data_source_value\": \"value\",\n                    \"input_widget\": \"toggle\",\n                    \"size\": \"half\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Female\",\n                            \"value\": \"Female\",\n                            \"checked\": false,\n                            \"one\": \"F\"\n                        },\n                        {\n                            \"text\": \"Male\",\n                            \"value\": \"Male\",\n                            \"checked\": false,\n                            \"one\": \"M\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_gender_pronouns\",\n                \"slug\": \"user-gender-pronouns\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Gender Pronouns\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Gender Pronouns\",\n                    \"name\": \"gender_pronouns\",\n                    \"notes\": \"Gender Pronouns\",\n                    \"data_source\": \"data_source.gender_pronouns\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"code\",\n                    \"size\": \"half\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Female (she/her/hers)\",\n                            \"value\": \"female\",\n                            \"checked\": false,\n                            \"name\": \"Female (she/her/hers)\",\n                            \"code\": \"female\"\n                        },\n                        {\n                            \"text\": \"Male (he/him/his)\",\n                            \"value\": \"male\",\n                            \"checked\": false,\n                            \"name\": \"Male (he/him/his)\",\n                            \"code\": \"male\"\n                        },\n                        {\n                            \"text\": \"Neutral (they/them/their/theirs)\",\n                            \"value\": \"neutral\",\n                            \"checked\": false,\n                            \"name\": \"Neutral (they/them/their/theirs)\",\n                            \"code\": \"neutral\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_family_household_income\",\n                \"slug\": \"user-family-household-income\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Family - Household Income\",\n                \"form_attributes\": {\n                    \"field_type\": \"text\",\n                    \"label\": \"Household Income\",\n                    \"name\": \"gross_income\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"What is your approximate gross household income? (e.g. $75,000)\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_education_housing\",\n                \"slug\": \"user-education-housing\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Student Housing - C,R\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"Housing Preference\",\n                    \"name\": \"housing_preference\",\n                    \"default\": \"\",\n                    \"placeholder\": \"Housing Preference\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.education_housing\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Commuter\",\n                            \"value\": \"commuter\",\n                            \"checked\": false,\n                            \"name\": \"Commuter\",\n                            \"code\": \"C\"\n                        },\n                        {\n                            \"text\": \"Resident\",\n                            \"value\": \"resident\",\n                            \"checked\": false,\n                            \"name\": \"Resident\",\n                            \"code\": \"R\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"import\",\n                    \"export\",\n                    \"forms\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_how_did_you_hear_about_us\",\n                \"slug\": \"user-how-did-you-hear-about-us\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"How did you hear about us?\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"How did you hear about us?\",\n                    \"name\": \"how_did_you_hear_about_us\",\n                    \"placeholder\": \"\",\n                    \"hidden\": true,\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.how_did_you_heard_about_us\",\n                    \"data_source_text\": \"text\",\n                    \"data_source_value\": \"value\",\n                    \"input_widget\": \"toggle\",\n                    \"size\": \"half\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Friend/Family\",\n                            \"value\": \"friend_family\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Current or Past Student\",\n                            \"value\": \"student\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"High School Teacher\",\n                            \"value\": \"hs_teacher\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Online Advertisement\",\n                            \"value\": \"online_adv\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Print Advertisement\",\n                            \"value\": \"print_adv\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Social Media\",\n                            \"value\": \"social_media\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Other\",\n                            \"value\": \"other\",\n                            \"checked\": false\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_education_campus\",\n                \"slug\": \"user-education-campus\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Campus\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Intended Campus\",\n                    \"name\": \"campus\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.campuses\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"guid\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Main Campus\",\n                            \"value\": \"instance.campus.2297\",\n                            \"checked\": false,\n                            \"name\": \"Main Campus\",\n                            \"schools\": \"instance.school.2639\"\n                        },\n                        {\n                            \"text\": \"Virtual\",\n                            \"value\": \"instance.campus.3259\",\n                            \"checked\": false,\n                            \"name\": \"Virtual\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_education_degree\",\n                \"slug\": \"user-education-degree\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Intended Degree\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Intended Degree\",\n                    \"name\": \"intended_degree\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.degrees_ref\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"code\",\n                    \"size\": \"half\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Undergraduate\",\n                            \"value\": \"UND\",\n                            \"checked\": false,\n                            \"name\": \"Undergraduate\",\n                            \"guid\": \"instance.degrees.895\",\n                            \"code\": \"UND\"\n                        },\n                        {\n                            \"text\": \"Graduate\",\n                            \"value\": \"GRAD\",\n                            \"checked\": false,\n                            \"name\": \"Graduate\",\n                            \"guid\": \"instance.degrees.896\",\n                            \"code\": \"GRAD\",\n                            \"applications\": [\n                                \"instance.applications.518\"\n                            ]\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_education_prefered_major\",\n                \"slug\": \"user-education-prefered-major\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Intended Major\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Intended Major\",\n                    \"name\": \"intended_major\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.majors\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"guid\",\n                    \"size\": \"half\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Physical Therapy AS (TEST)\",\n                            \"value\": \"instance.major.3461\",\n                            \"checked\": false,\n                            \"name\": \"Physical Therapy AS (TEST)\",\n                            \"guid\": \"instance.major.3461\",\n                            \"code\": \"PTHERAPY.AS\",\n                            \"campus\": [\n                                \"instance.campus.285\"\n                            ],\n                            \"schools\": [\n                                \"instance.school.2640\"\n                            ]\n                        },\n                        {\n                            \"text\": \"Biological Sciences\",\n                            \"value\": \"instance.major.5934\",\n                            \"checked\": false,\n                            \"name\": \"Biological Sciences\",\n                            \"guid\": \"instance.major.5934\",\n                            \"code\": \"BS12\",\n                            \"custom_1\": \"test 1\",\n                            \"custom_2\": \"abc\",\n                            \"student_types\": [\n                                \"F\"\n                            ],\n                            \"terms\": [\n                                \"instance.terms.1841\",\n                                \"instance.terms.35768\"\n                            ],\n                            \"cip\": \"Equestrian/Equine Studies\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_education_intended_school\",\n                \"slug\": \"user-education-intended-school\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Intended School/Department\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Intended School\",\n                    \"name\": \"school\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.schools\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"guid\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Arts\",\n                            \"value\": \"instance.school.2639\",\n                            \"checked\": false,\n                            \"name\": \"Arts\",\n                            \"guid\": \"instance.school.2639\",\n                            \"code\": \"ART\"\n                        },\n                        {\n                            \"text\": \"Math & Sciences\",\n                            \"value\": \"instance.school.2640\",\n                            \"checked\": false,\n                            \"name\": \"Math & Sciences\",\n                            \"guid\": \"instance.school.2640\",\n                            \"code\": \"MAT\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"import\",\n                    \"export\",\n                    \"forms\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_education_student_type\",\n                \"slug\": \"user-education-student-type\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Student Type - Transfer, Fist-Year etc....\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Intended Student Type\",\n                    \"name\": \"student_type\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.student_type\",\n                    \"data_source_text\": \"label\",\n                    \"data_source_value\": \"short\",\n                    \"size\": \"half\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Freshman\",\n                            \"value\": \"F\",\n                            \"checked\": false,\n                            \"label\": \"Freshman\",\n                            \"full\": \"freshman\",\n                            \"short\": \"F\"\n                        },\n                        {\n                            \"text\": \"Transfer\",\n                            \"value\": \"T\",\n                            \"checked\": false,\n                            \"label\": \"Transfer\",\n                            \"full\": \"transfer\",\n                            \"short\": \"T\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_education_term\",\n                \"slug\": \"user-education-term\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Intended Term\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Intended Term\",\n                    \"name\": \"intended_term\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.term\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"guid\",\n                    \"size\": \"half\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Fall 2025\",\n                            \"value\": \"instance.terms.37816\",\n                            \"checked\": false,\n                            \"name\": \"Fall 2025\",\n                            \"guid\": \"instance.terms.37816\",\n                            \"code\": \"202580\"\n                        },\n                        {\n                            \"text\": \"Spring 2025\",\n                            \"value\": \"instance.terms.41823\",\n                            \"checked\": false,\n                            \"name\": \"Spring 2025\",\n                            \"guid\": \"instance.terms.41823\",\n                            \"code\": \"2025SP\",\n                            \"sis\": \"cb96b46c-579b-4910-8324-1bdda83876c5\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_last_name\",\n                \"slug\": \"user-last-name\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [\n                    {\n                        \"type\": \"name\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"Last Name\",\n                \"form_attributes\": {\n                    \"field_type\": \"text\",\n                    \"label\": \"Last Name\",\n                    \"name\": \"last_name\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"size\": \"half\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_middle_name\",\n                \"slug\": \"user-middle-name\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [\n                    {\n                        \"type\": \"name\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"Middle Name\",\n                \"form_attributes\": {\n                    \"field_type\": \"text\",\n                    \"label\": \"Middle Name\",\n                    \"name\": \"middle_name\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"size\": \"half\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_prefix_name\",\n                \"slug\": \"user-prefix-name\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Name Prefix\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Name Prefix\",\n                    \"name\": \"name_prefix\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.prefix\",\n                    \"data_source_text\": \"short\",\n                    \"data_source_value\": \"name\",\n                    \"input_widget\": \"toggle\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"None\",\n                            \"value\": \"None\",\n                            \"checked\": false,\n                            \"name\": \"None\",\n                            \"short\": \"None\",\n                            \"full\": \"None\"\n                        },\n                        {\n                            \"text\": \"Mr\",\n                            \"value\": \"Mr\",\n                            \"checked\": false,\n                            \"name\": \"Mr\",\n                            \"short\": \"Mr\",\n                            \"full\": \"Mr\"\n                        },\n                        {\n                            \"text\": \"Mrs\",\n                            \"value\": \"Mrs\",\n                            \"checked\": false,\n                            \"name\": \"Mrs\",\n                            \"short\": \"Mrs\",\n                            \"full\": \"Mrs\"\n                        },\n                        {\n                            \"text\": \"Miss\",\n                            \"value\": \"Miss\",\n                            \"checked\": false,\n                            \"name\": \"Miss\",\n                            \"short\": \"Miss\",\n                            \"full\": \"Miss\"\n                        },\n                        {\n                            \"text\": \"Ms\",\n                            \"value\": \"Ms\",\n                            \"checked\": false,\n                            \"name\": \"Ms\",\n                            \"short\": \"Ms\",\n                            \"full\": \"Ms\"\n                        },\n                        {\n                            \"text\": \"Dr\",\n                            \"value\": \"Dr\",\n                            \"checked\": false,\n                            \"name\": \"Dr\",\n                            \"short\": \"Dr\",\n                            \"full\": \"Dr\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_suffix_name\",\n                \"slug\": \"user-suffix-name\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Name Suffix\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Name Suffix\",\n                    \"name\": \"name_suffix\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.suffix\",\n                    \"data_source_text\": \"short\",\n                    \"data_source_value\": \"name\",\n                    \"input_widget\": \"toggle\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"None\",\n                            \"value\": \"\",\n                            \"checked\": false,\n                            \"name\": \"\",\n                            \"full\": \"None\",\n                            \"short\": \"None\"\n                        },\n                        {\n                            \"text\": \"Sr.\",\n                            \"value\": \"Sr.\",\n                            \"checked\": false,\n                            \"name\": \"Sr.\",\n                            \"full\": \"Senior\",\n                            \"short\": \"Sr.\"\n                        },\n                        {\n                            \"text\": \"Jr.\",\n                            \"value\": \"Jr.\",\n                            \"checked\": false,\n                            \"name\": \"Jr.\",\n                            \"full\": \"Junior\",\n                            \"short\": \"Jr.\"\n                        },\n                        {\n                            \"text\": \"II\",\n                            \"value\": \"II\",\n                            \"checked\": false,\n                            \"name\": \"II\",\n                            \"full\": \"Second\",\n                            \"short\": \"II\"\n                        },\n                        {\n                            \"text\": \"III\",\n                            \"value\": \"III\",\n                            \"checked\": false,\n                            \"name\": \"III\",\n                            \"full\": \"Third\",\n                            \"short\": \"III\"\n                        },\n                        {\n                            \"text\": \"IV\",\n                            \"value\": \"IV\",\n                            \"checked\": false,\n                            \"name\": \"IV\",\n                            \"full\": \"Fourth\",\n                            \"short\": \"IV\"\n                        },\n                        {\n                            \"text\": \"V\",\n                            \"value\": \"V\",\n                            \"checked\": false,\n                            \"name\": \"V\",\n                            \"full\": \"Fifth\",\n                            \"short\": \"V\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_english_native_language\",\n                \"slug\": \"user-citizenship-english-native-language\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"boolean\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"English Native Language?\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"Native English Speaker\",\n                    \"name\": \"english_native\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"source\": \"locked\",\n                    \"data_source\": \"data_source.yesno\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"help_text\": \"Is English your native/first language?\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Yes\",\n                            \"value\": true,\n                            \"checked\": false,\n                            \"name\": \"Yes\",\n                            \"abbrev\": \"Y\"\n                        },\n                        {\n                            \"text\": \"No\",\n                            \"value\": false,\n                            \"checked\": false,\n                            \"name\": \"No\",\n                            \"abbrev\": \"N\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_native_language\",\n                \"slug\": \"user-citizenship-native-language\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Native Language\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Native Language\",\n                    \"name\": \"native_language\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.languages\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"code\",\n                    \"help_text\": \"What language did you learn first?\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Albanian\",\n                            \"value\": \"alb\",\n                            \"checked\": false,\n                            \"name\": \"Albanian\",\n                            \"code\": \"alb\"\n                        },\n                        {\n                            \"text\": \"Arabic\",\n                            \"value\": \"ara\",\n                            \"checked\": false,\n                            \"name\": \"Arabic\",\n                            \"code\": \"ara\"\n                        },\n                        {\n                            \"text\": \"Armenian\",\n                            \"value\": \"arm\",\n                            \"checked\": false,\n                            \"name\": \"Armenian\",\n                            \"code\": \"arm\"\n                        },\n                        {\n                            \"text\": \"Assamese\",\n                            \"value\": \"asm\",\n                            \"checked\": false,\n                            \"name\": \"Assamese\",\n                            \"code\": \"asm\"\n                        },\n                        {\n                            \"text\": \"Azerbaijani\",\n                            \"value\": \"aze\",\n                            \"checked\": false,\n                            \"name\": \"Azerbaijani\",\n                            \"code\": \"aze\"\n                        },\n                        {\n                            \"text\": \"Belarusian\",\n                            \"value\": \"bel\",\n                            \"checked\": false,\n                            \"name\": \"Belarusian\",\n                            \"code\": \"bel\"\n                        },\n                        {\n                            \"text\": \"Bengali\",\n                            \"value\": \"ben\",\n                            \"checked\": false,\n                            \"name\": \"Bengali\",\n                            \"code\": \"ben\"\n                        },\n                        {\n                            \"text\": \"Bulgarian\",\n                            \"value\": \"bul\",\n                            \"checked\": false,\n                            \"name\": \"Bulgarian\",\n                            \"code\": \"bul\"\n                        },\n                        {\n                            \"text\": \"Catalan/Valencian\",\n                            \"value\": \"cat\",\n                            \"checked\": false,\n                            \"name\": \"Catalan/Valencian\",\n                            \"code\": \"cat\"\n                        },\n                        {\n                            \"text\": \"Chinese\",\n                            \"value\": \"chi\",\n                            \"checked\": false,\n                            \"name\": \"Chinese\",\n                            \"code\": \"chi\"\n                        },\n                        {\n                            \"text\": \"Croatian\",\n                            \"value\": \"hrv\",\n                            \"checked\": false,\n                            \"name\": \"Croatian\",\n                            \"code\": \"hrv\"\n                        },\n                        {\n                            \"text\": \"Czech\",\n                            \"value\": \"cze\",\n                            \"checked\": false,\n                            \"name\": \"Czech\",\n                            \"code\": \"cze\"\n                        },\n                        {\n                            \"text\": \"Danish\",\n                            \"value\": \"dan\",\n                            \"checked\": false,\n                            \"name\": \"Danish\",\n                            \"code\": \"dan\"\n                        },\n                        {\n                            \"text\": \"Dutch/Flemish\",\n                            \"value\": \"dum\",\n                            \"checked\": false,\n                            \"name\": \"Dutch/Flemish\",\n                            \"code\": \"dum\"\n                        },\n                        {\n                            \"text\": \"English\",\n                            \"value\": \"eng\",\n                            \"checked\": false,\n                            \"name\": \"English\",\n                            \"code\": \"eng\"\n                        },\n                        {\n                            \"text\": \"Estonian\",\n                            \"value\": \"est\",\n                            \"checked\": false,\n                            \"name\": \"Estonian\",\n                            \"code\": \"est\"\n                        },\n                        {\n                            \"text\": \"Filipino/Pilipino\",\n                            \"value\": \"fil\",\n                            \"checked\": false,\n                            \"name\": \"Filipino/Pilipino\",\n                            \"code\": \"fil\"\n                        },\n                        {\n                            \"text\": \"Finnish\",\n                            \"value\": \"fin\",\n                            \"checked\": false,\n                            \"name\": \"Finnish\",\n                            \"code\": \"fin\"\n                        },\n                        {\n                            \"text\": \"French\",\n                            \"value\": \"fre\",\n                            \"checked\": false,\n                            \"name\": \"French\",\n                            \"code\": \"fre\"\n                        },\n                        {\n                            \"text\": \"Georgian\",\n                            \"value\": \"geo\",\n                            \"checked\": false,\n                            \"name\": \"Georgian\",\n                            \"code\": \"geo\"\n                        },\n                        {\n                            \"text\": \"German\",\n                            \"value\": \"ger\",\n                            \"checked\": false,\n                            \"name\": \"German\",\n                            \"code\": \"ger\"\n                        },\n                        {\n                            \"text\": \"Greek\",\n                            \"value\": \"grc\",\n                            \"checked\": false,\n                            \"name\": \"Greek\",\n                            \"code\": \"grc\"\n                        },\n                        {\n                            \"text\": \"Gujarati\",\n                            \"value\": \"guj\",\n                            \"checked\": false,\n                            \"name\": \"Gujarati\",\n                            \"code\": \"guj\"\n                        },\n                        {\n                            \"text\": \"Hebrew\",\n                            \"value\": \"heb\",\n                            \"checked\": false,\n                            \"name\": \"Hebrew\",\n                            \"code\": \"heb\"\n                        },\n                        {\n                            \"text\": \"Hindi\",\n                            \"value\": \"hin\",\n                            \"checked\": false,\n                            \"name\": \"Hindi\",\n                            \"code\": \"hin\"\n                        },\n                        {\n                            \"text\": \"Hungarian\",\n                            \"value\": \"hun\",\n                            \"checked\": false,\n                            \"name\": \"Hungarian\",\n                            \"code\": \"hun\"\n                        },\n                        {\n                            \"text\": \"Icelandic\",\n                            \"value\": \"ice\",\n                            \"checked\": false,\n                            \"name\": \"Icelandic\",\n                            \"code\": \"ice\"\n                        },\n                        {\n                            \"text\": \"Indonesian\",\n                            \"value\": \"ind\",\n                            \"checked\": false,\n                            \"name\": \"Indonesian\",\n                            \"code\": \"ind\"\n                        },\n                        {\n                            \"text\": \"Italian\",\n                            \"value\": \"ita\",\n                            \"checked\": false,\n                            \"name\": \"Italian\",\n                            \"code\": \"ita\"\n                        },\n                        {\n                            \"text\": \"Japanese\",\n                            \"value\": \"jpn\",\n                            \"checked\": false,\n                            \"name\": \"Japanese\",\n                            \"code\": \"jpn\"\n                        },\n                        {\n                            \"text\": \"Javanese\",\n                            \"value\": \"jav\",\n                            \"checked\": false,\n                            \"name\": \"Javanese\",\n                            \"code\": \"jav\"\n                        },\n                        {\n                            \"text\": \"Korean\",\n                            \"value\": \"kor\",\n                            \"checked\": false,\n                            \"name\": \"Korean\",\n                            \"code\": \"kor\"\n                        },\n                        {\n                            \"text\": \"Latvian\",\n                            \"value\": \"lav\",\n                            \"checked\": false,\n                            \"name\": \"Latvian\",\n                            \"code\": \"lav\"\n                        },\n                        {\n                            \"text\": \"Lithuanian\",\n                            \"value\": \"lit\",\n                            \"checked\": false,\n                            \"name\": \"Lithuanian\",\n                            \"code\": \"lit\"\n                        },\n                        {\n                            \"text\": \"Macedonian\",\n                            \"value\": \"mac\",\n                            \"checked\": false,\n                            \"name\": \"Macedonian\",\n                            \"code\": \"mac\"\n                        },\n                        {\n                            \"text\": \"Malay\",\n                            \"value\": \"may\",\n                            \"checked\": false,\n                            \"name\": \"Malay\",\n                            \"code\": \"may\"\n                        },\n                        {\n                            \"text\": \"Malayalam\",\n                            \"value\": \"mal\",\n                            \"checked\": false,\n                            \"name\": \"Malayalam\",\n                            \"code\": \"mal\"\n                        },\n                        {\n                            \"text\": \"Marathi\",\n                            \"value\": \"mar\",\n                            \"checked\": false,\n                            \"name\": \"Marathi\",\n                            \"code\": \"mar\"\n                        },\n                        {\n                            \"text\": \"Moldavian\",\n                            \"value\": \"ron\",\n                            \"checked\": false,\n                            \"name\": \"Moldavian\",\n                            \"code\": \"ron\"\n                        },\n                        {\n                            \"text\": \"Nepali\",\n                            \"value\": \"nep\",\n                            \"checked\": false,\n                            \"name\": \"Nepali\",\n                            \"code\": \"nep\"\n                        },\n                        {\n                            \"text\": \"Norwegian\",\n                            \"value\": \"nor\",\n                            \"checked\": false,\n                            \"name\": \"Norwegian\",\n                            \"code\": \"nor\"\n                        },\n                        {\n                            \"text\": \"Other\",\n                            \"value\": \"oth\",\n                            \"checked\": false,\n                            \"name\": \"Other\",\n                            \"code\": \"oth\"\n                        },\n                        {\n                            \"text\": \"Persian\",\n                            \"value\": \"per\",\n                            \"checked\": false,\n                            \"name\": \"Persian\",\n                            \"code\": \"per\"\n                        },\n                        {\n                            \"text\": \"Polish\",\n                            \"value\": \"pol\",\n                            \"checked\": false,\n                            \"name\": \"Polish\",\n                            \"code\": \"pol\"\n                        },\n                        {\n                            \"text\": \"Portuguese\",\n                            \"value\": \"por\",\n                            \"checked\": false,\n                            \"name\": \"Portuguese\",\n                            \"code\": \"por\"\n                        },\n                        {\n                            \"text\": \"Punjabi/Panjabi\",\n                            \"value\": \"pan\",\n                            \"checked\": false,\n                            \"name\": \"Punjabi/Panjabi\",\n                            \"code\": \"pan\"\n                        },\n                        {\n                            \"text\": \"Romanian\",\n                            \"value\": \"rum\",\n                            \"checked\": false,\n                            \"name\": \"Romanian\",\n                            \"code\": \"rum\"\n                        },\n                        {\n                            \"text\": \"Russian\",\n                            \"value\": \"rus\",\n                            \"checked\": false,\n                            \"name\": \"Russian\",\n                            \"code\": \"rus\"\n                        },\n                        {\n                            \"text\": \"Serbian\",\n                            \"value\": \"srp\",\n                            \"checked\": false,\n                            \"name\": \"Serbian\",\n                            \"code\": \"srp\"\n                        },\n                        {\n                            \"text\": \"Slovak\",\n                            \"value\": \"slo\",\n                            \"checked\": false,\n                            \"name\": \"Slovak\",\n                            \"code\": \"slo\"\n                        },\n                        {\n                            \"text\": \"Slovenian\",\n                            \"value\": \"slv\",\n                            \"checked\": false,\n                            \"name\": \"Slovenian\",\n                            \"code\": \"slv\"\n                        },\n                        {\n                            \"text\": \"Spanish/Castilian\",\n                            \"value\": \"spa\",\n                            \"checked\": false,\n                            \"name\": \"Spanish/Castilian\",\n                            \"code\": \"spa\"\n                        },\n                        {\n                            \"text\": \"Swahili\",\n                            \"value\": \"swa\",\n                            \"checked\": false,\n                            \"name\": \"Swahili\",\n                            \"code\": \"swa\"\n                        },\n                        {\n                            \"text\": \"Swedish\",\n                            \"value\": \"swe\",\n                            \"checked\": false,\n                            \"name\": \"Swedish\",\n                            \"code\": \"swe\"\n                        },\n                        {\n                            \"text\": \"Tagalog\",\n                            \"value\": \"tgl\",\n                            \"checked\": false,\n                            \"name\": \"Tagalog\",\n                            \"code\": \"tgl\"\n                        },\n                        {\n                            \"text\": \"Tamil\",\n                            \"value\": \"tam\",\n                            \"checked\": false,\n                            \"name\": \"Tamil\",\n                            \"code\": \"tam\"\n                        },\n                        {\n                            \"text\": \"Tatar\",\n                            \"value\": \"tat\",\n                            \"checked\": false,\n                            \"name\": \"Tatar\",\n                            \"code\": \"tat\"\n                        },\n                        {\n                            \"text\": \"Telugu\",\n                            \"value\": \"tel\",\n                            \"checked\": false,\n                            \"name\": \"Telugu\",\n                            \"code\": \"tel\"\n                        },\n                        {\n                            \"text\": \"Thai\",\n                            \"value\": \"tha\",\n                            \"checked\": false,\n                            \"name\": \"Thai\",\n                            \"code\": \"tha\"\n                        },\n                        {\n                            \"text\": \"Tibetan\",\n                            \"value\": \"tib\",\n                            \"checked\": false,\n                            \"name\": \"Tibetan\",\n                            \"code\": \"tib\"\n                        },\n                        {\n                            \"text\": \"Turkish\",\n                            \"value\": \"tur\",\n                            \"checked\": false,\n                            \"name\": \"Turkish\",\n                            \"code\": \"tur\"\n                        },\n                        {\n                            \"text\": \"Ukrainian\",\n                            \"value\": \"ukr\",\n                            \"checked\": false,\n                            \"name\": \"Ukrainian\",\n                            \"code\": \"ukr\"\n                        },\n                        {\n                            \"text\": \"Urdu\",\n                            \"value\": \"urd\",\n                            \"checked\": false,\n                            \"name\": \"Urdu\",\n                            \"code\": \"urd\"\n                        },\n                        {\n                            \"text\": \"Vietnamese\",\n                            \"value\": \"vie\",\n                            \"checked\": false,\n                            \"name\": \"Vietnamese\",\n                            \"code\": \"vie\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_sms_updates\",\n                \"slug\": \"user-sms-updates\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"boolean\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Opt in for SMS\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"Opt in for SMS\",\n                    \"name\": \"sms_opt_in\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"source\": \"locked\",\n                    \"data_source\": \"data_source.yesno\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"input_widget\": \"toggle\",\n                    \"size\": \"half\",\n                    \"help_text\": \"You must opt-in in order to receive SMS messages. Messaging frequency varies. You may opt-out at any time. Standard messaging rates may apply.\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Yes\",\n                            \"value\": true,\n                            \"checked\": false,\n                            \"name\": \"Yes\",\n                            \"abbrev\": \"Y\"\n                        },\n                        {\n                            \"text\": \"No\",\n                            \"value\": false,\n                            \"checked\": false,\n                            \"name\": \"No\",\n                            \"abbrev\": \"N\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_whatsapp_updates\",\n                \"slug\": \"user-whatsapp-updates\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"boolean\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Opt in for WhatsApp\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"Opt in for WhatsApp\",\n                    \"name\": \"whatsapp_opt_in\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"source\": \"locked\",\n                    \"data_source\": \"data_source.yesno\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"input_widget\": \"toggle\",\n                    \"size\": \"half\",\n                    \"help_text\": \"Messaging frequency varies. You may opt-out at any time.\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Yes\",\n                            \"value\": true,\n                            \"checked\": false,\n                            \"name\": \"Yes\",\n                            \"abbrev\": \"Y\"\n                        },\n                        {\n                            \"text\": \"No\",\n                            \"value\": false,\n                            \"checked\": false,\n                            \"name\": \"No\",\n                            \"abbrev\": \"N\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_religion_other\",\n                \"slug\": \"user-religion-other\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Religion - Other\",\n                \"form_attributes\": {\n                    \"field_type\": \"text\",\n                    \"label\": \"Other Religion\",\n                    \"name\": \"other_religion\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"Enter details/specify.\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_password\",\n                \"slug\": \"user-password\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [\n                    {\n                        \"type\": \"hash\"\n                    }\n                ],\n                \"notes\": \"User password\",\n                \"form_attributes\": {\n                    \"field_type\": \"password\",\n                    \"label\": \"Password\",\n                    \"name\": \"password\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"At least 6 characters, please\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"system_value\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_permanent_resident_number\",\n                \"slug\": \"user-citizenship-permanent-resident-number\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Permanent Resident Number\",\n                \"form_attributes\": {\n                    \"name\": \"permanent_resident_number_1729112221974\",\n                    \"label\": \"Permanent Resident Number\",\n                    \"data_source\": null,\n                    \"notes\": \"\",\n                    \"default\": null,\n                    \"field_type\": \"text\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"import\",\n                    \"export\",\n                    \"forms\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_preferred_name\",\n                \"slug\": \"user-preferred-name\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Preferred Name\",\n                \"form_attributes\": {\n                    \"field_type\": \"text\",\n                    \"label\": \"Preferred First Name\",\n                    \"name\": \"preferred_first_name\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_education_university_applied_before\",\n                \"slug\": \"user-education-university-applied-before\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"boolean\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Previously Applied?\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"Previously Applied\",\n                    \"name\": \"previously_applied\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"source\": \"locked\",\n                    \"data_source\": \"data_source.yesno\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"help_text\": \"Have you previously applied to this school?\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Yes\",\n                            \"value\": true,\n                            \"checked\": false,\n                            \"name\": \"Yes\",\n                            \"abbrev\": \"Y\"\n                        },\n                        {\n                            \"text\": \"No\",\n                            \"value\": false,\n                            \"checked\": false,\n                            \"name\": \"No\",\n                            \"abbrev\": \"N\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_profile_type\",\n                \"slug\": \"user-profile-type\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"User Profile Type, [student, family, influencer, agent]\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Profile Type\",\n                    \"name\": \"profile_type\",\n                    \"default\": \"student\",\n                    \"placeholder\": \"\",\n                    \"hidden\": true,\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"source\": \"locked\",\n                    \"options\": [\n                        {\n                            \"text\": \"Student\",\n                            \"value\": \"student\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Family\",\n                            \"value\": \"family\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Influencer\",\n                            \"value\": \"influencer\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Agent\",\n                            \"value\": \"agent\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Volunteer\",\n                            \"value\": \"volunteer\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Organization\",\n                            \"value\": \"organization\",\n                            \"checked\": false\n                        }\n                    ],\n                    \"size\": \"half\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_religion_name\",\n                \"slug\": \"user-religion-name\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Religion Code\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Religious Affilliation\",\n                    \"name\": \"religion\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.religion\",\n                    \"data_source_text\": \"text\",\n                    \"data_source_value\": \"value\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Baptist\",\n                            \"value\": \"BT\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Buddhist\",\n                            \"value\": \"BU\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Episcopal\",\n                            \"value\": \"EP\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Evangelical\",\n                            \"value\": \"EV\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Hindu\",\n                            \"value\": \"HI\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Jewish\",\n                            \"value\": \"JE\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Lutheran\",\n                            \"value\": \"LU\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Methodist\",\n                            \"value\": \"ME\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Muslim\",\n                            \"value\": \"MU\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Orthodox Christian\",\n                            \"value\": \"OC\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Other\",\n                            \"value\": \"OT\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Protestant\",\n                            \"value\": \"PO\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Presbyterian\",\n                            \"value\": \"PR\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Roman Catholic\",\n                            \"value\": \"RC\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Unknown\",\n                            \"value\": \"UK\",\n                            \"checked\": false\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_activities_resume\",\n                \"slug\": \"user-activities-resume\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"User Activities Resume File\",\n                \"form_attributes\": {\n                    \"field_type\": \"file\",\n                    \"label\": \"Resume Upload\",\n                    \"name\": \"resume_file\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"Please upload your resume file (.pdf format).\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_country_second\",\n                \"slug\": \"user-citizenship-country-second\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Second Country of Citizenship\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Second Country of Citizenship\",\n                    \"name\": \"second_country_of_citizenship\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.country\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"alpha3\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"United States\",\n                            \"value\": \"USA\",\n                            \"checked\": false,\n                            \"alpha2\": \"US\",\n                            \"alpha3\": \"USA\",\n                            \"numerical\": \"840\",\n                            \"name\": \"United States\"\n                        },\n                        {\n                            \"text\": \"Afghanistan\",\n                            \"value\": \"AFG\",\n                            \"checked\": false,\n                            \"alpha2\": \"AF\",\n                            \"alpha3\": \"AFG\",\n                            \"numerical\": \"004\",\n                            \"name\": \"Afghanistan\"\n                        },\n                        {\n                            \"text\": \"Åland Islands\",\n                            \"value\": \"ALA\",\n                            \"checked\": false,\n                            \"alpha2\": \"AX\",\n                            \"alpha3\": \"ALA\",\n                            \"numerical\": \"248\",\n                            \"name\": \"Åland Islands\"\n                        },\n                        {\n                            \"text\": \"Albania\",\n                            \"value\": \"ALB\",\n                            \"checked\": false,\n                            \"alpha2\": \"AL\",\n                            \"alpha3\": \"ALB\",\n                            \"numerical\": \"008\",\n                            \"name\": \"Albania\"\n                        },\n                        {\n                            \"text\": \"Algeria\",\n                            \"value\": \"DZA\",\n                            \"checked\": false,\n                            \"alpha2\": \"DZ\",\n                            \"alpha3\": \"DZA\",\n                            \"numerical\": \"012\",\n                            \"name\": \"Algeria\"\n                        },\n                        {\n                            \"text\": \"American Samoa\",\n                            \"value\": \"ASM\",\n                            \"checked\": false,\n                            \"alpha2\": \"AS\",\n                            \"alpha3\": \"ASM\",\n                            \"numerical\": \"016\",\n                            \"name\": \"American Samoa\"\n                        },\n                        {\n                            \"text\": \"Andorra\",\n                            \"value\": \"AND\",\n                            \"checked\": false,\n                            \"alpha2\": \"AD\",\n                            \"alpha3\": \"AND\",\n                            \"numerical\": \"020\",\n                            \"name\": \"Andorra\"\n                        },\n                        {\n                            \"text\": \"Angola\",\n                            \"value\": \"AGO\",\n                            \"checked\": false,\n                            \"alpha2\": \"AO\",\n                            \"alpha3\": \"AGO\",\n                            \"numerical\": \"024\",\n                            \"name\": \"Angola\"\n                        },\n                        {\n                            \"text\": \"Anguilla\",\n                            \"value\": \"AIA\",\n                            \"checked\": false,\n                            \"alpha2\": \"AI\",\n                            \"alpha3\": \"AIA\",\n                            \"numerical\": \"660\",\n                            \"name\": \"Anguilla\"\n                        },\n                        {\n                            \"text\": \"Antarctica\",\n                            \"value\": \"ATA\",\n                            \"checked\": false,\n                            \"alpha2\": \"AQ\",\n                            \"alpha3\": \"ATA\",\n                            \"numerical\": \"010\",\n                            \"name\": \"Antarctica\"\n                        },\n                        {\n                            \"text\": \"Antigua and Barbuda\",\n                            \"value\": \"ATG\",\n                            \"checked\": false,\n                            \"alpha2\": \"AG\",\n                            \"alpha3\": \"ATG\",\n                            \"numerical\": \"028\",\n                            \"name\": \"Antigua and Barbuda\"\n                        },\n                        {\n                            \"text\": \"Argentina\",\n                            \"value\": \"ARG\",\n                            \"checked\": false,\n                            \"alpha2\": \"AR\",\n                            \"alpha3\": \"ARG\",\n                            \"numerical\": \"032\",\n                            \"name\": \"Argentina\"\n                        },\n                        {\n                            \"text\": \"Armenia\",\n                            \"value\": \"ARM\",\n                            \"checked\": false,\n                            \"alpha2\": \"AM\",\n                            \"alpha3\": \"ARM\",\n                            \"numerical\": \"051\",\n                            \"name\": \"Armenia\"\n                        },\n                        {\n                            \"text\": \"Aruba\",\n                            \"value\": \"ABW\",\n                            \"checked\": false,\n                            \"alpha2\": \"AW\",\n                            \"alpha3\": \"ABW\",\n                            \"numerical\": \"533\",\n                            \"name\": \"Aruba\"\n                        },\n                        {\n                            \"text\": \"Australia\",\n                            \"value\": \"AUS\",\n                            \"checked\": false,\n                            \"alpha2\": \"AU\",\n                            \"alpha3\": \"AUS\",\n                            \"numerical\": \"036\",\n                            \"name\": \"Australia\"\n                        },\n                        {\n                            \"text\": \"Austria\",\n                            \"value\": \"AUT\",\n                            \"checked\": false,\n                            \"alpha2\": \"AT\",\n                            \"alpha3\": \"AUT\",\n                            \"numerical\": \"040\",\n                            \"name\": \"Austria\"\n                        },\n                        {\n                            \"text\": \"Azerbaijan\",\n                            \"value\": \"AZE\",\n                            \"checked\": false,\n                            \"alpha2\": \"AZ\",\n                            \"alpha3\": \"AZE\",\n                            \"numerical\": \"031\",\n                            \"name\": \"Azerbaijan\"\n                        },\n                        {\n                            \"text\": \"Bahamas\",\n                            \"value\": \"BHS\",\n                            \"checked\": false,\n                            \"alpha2\": \"BS\",\n                            \"alpha3\": \"BHS\",\n                            \"numerical\": \"044\",\n                            \"name\": \"Bahamas\"\n                        },\n                        {\n                            \"text\": \"Bahrain\",\n                            \"value\": \"BHR\",\n                            \"checked\": false,\n                            \"alpha2\": \"BH\",\n                            \"alpha3\": \"BHR\",\n                            \"numerical\": \"048\",\n                            \"name\": \"Bahrain\"\n                        },\n                        {\n                            \"text\": \"Bangladesh\",\n                            \"value\": \"BGD\",\n                            \"checked\": false,\n                            \"alpha2\": \"BD\",\n                            \"alpha3\": \"BGD\",\n                            \"numerical\": \"050\",\n                            \"name\": \"Bangladesh\"\n                        },\n                        {\n                            \"text\": \"Barbados\",\n                            \"value\": \"BRB\",\n                            \"checked\": false,\n                            \"alpha2\": \"BB\",\n                            \"alpha3\": \"BRB\",\n                            \"numerical\": \"052\",\n                            \"name\": \"Barbados\"\n                        },\n                        {\n                            \"text\": \"Belarus\",\n                            \"value\": \"BLR\",\n                            \"checked\": false,\n                            \"alpha2\": \"BY\",\n                            \"alpha3\": \"BLR\",\n                            \"numerical\": \"112\",\n                            \"name\": \"Belarus\"\n                        },\n                        {\n                            \"text\": \"Belgium\",\n                            \"value\": \"BEL\",\n                            \"checked\": false,\n                            \"alpha2\": \"BE\",\n                            \"alpha3\": \"BEL\",\n                            \"numerical\": \"056\",\n                            \"name\": \"Belgium\"\n                        },\n                        {\n                            \"text\": \"Belize\",\n                            \"value\": \"BLZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"BZ\",\n                            \"alpha3\": \"BLZ\",\n                            \"numerical\": \"084\",\n                            \"name\": \"Belize\"\n                        },\n                        {\n                            \"text\": \"Benin\",\n                            \"value\": \"BEN\",\n                            \"checked\": false,\n                            \"alpha2\": \"BJ\",\n                            \"alpha3\": \"BEN\",\n                            \"numerical\": \"204\",\n                            \"name\": \"Benin\"\n                        },\n                        {\n                            \"text\": \"Bermuda\",\n                            \"value\": \"BMU\",\n                            \"checked\": false,\n                            \"alpha2\": \"BM\",\n                            \"alpha3\": \"BMU\",\n                            \"numerical\": \"060\",\n                            \"name\": \"Bermuda\"\n                        },\n                        {\n                            \"text\": \"Bhutan\",\n                            \"value\": \"BTN\",\n                            \"checked\": false,\n                            \"alpha2\": \"BT\",\n                            \"alpha3\": \"BTN\",\n                            \"numerical\": \"064\",\n                            \"name\": \"Bhutan\"\n                        },\n                        {\n                            \"text\": \"Bolivia,Plurinational State of\",\n                            \"value\": \"BOL\",\n                            \"checked\": false,\n                            \"alpha2\": \"BO\",\n                            \"alpha3\": \"BOL\",\n                            \"numerical\": \"068\",\n                            \"name\": \"Bolivia,Plurinational State of\"\n                        },\n                        {\n                            \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                            \"value\": \"BES\",\n                            \"checked\": false,\n                            \"alpha2\": \"BQ\",\n                            \"alpha3\": \"BES\",\n                            \"numerical\": \"535\",\n                            \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                        },\n                        {\n                            \"text\": \"Bosnia and Herzegovina\",\n                            \"value\": \"BIH\",\n                            \"checked\": false,\n                            \"alpha2\": \"BA\",\n                            \"alpha3\": \"BIH\",\n                            \"numerical\": \"070\",\n                            \"name\": \"Bosnia and Herzegovina\"\n                        },\n                        {\n                            \"text\": \"Botswana\",\n                            \"value\": \"BWA\",\n                            \"checked\": false,\n                            \"alpha2\": \"BW\",\n                            \"alpha3\": \"BWA\",\n                            \"numerical\": \"072\",\n                            \"name\": \"Botswana\"\n                        },\n                        {\n                            \"text\": \"Bouvet Island\",\n                            \"value\": \"BVT\",\n                            \"checked\": false,\n                            \"alpha2\": \"BV\",\n                            \"alpha3\": \"BVT\",\n                            \"numerical\": \"074\",\n                            \"name\": \"Bouvet Island\"\n                        },\n                        {\n                            \"text\": \"Brazil\",\n                            \"value\": \"BRA\",\n                            \"checked\": false,\n                            \"alpha2\": \"BR\",\n                            \"alpha3\": \"BRA\",\n                            \"numerical\": \"076\",\n                            \"name\": \"Brazil\"\n                        },\n                        {\n                            \"text\": \"British Indian Ocean Territory\",\n                            \"value\": \"IOT\",\n                            \"checked\": false,\n                            \"alpha2\": \"IO\",\n                            \"alpha3\": \"IOT\",\n                            \"numerical\": \"086\",\n                            \"name\": \"British Indian Ocean Territory\"\n                        },\n                        {\n                            \"text\": \"Brunei Darussalam\",\n                            \"value\": \"BRN\",\n                            \"checked\": false,\n                            \"alpha2\": \"BN\",\n                            \"alpha3\": \"BRN\",\n                            \"numerical\": \"096\",\n                            \"name\": \"Brunei Darussalam\"\n                        },\n                        {\n                            \"text\": \"Bulgaria\",\n                            \"value\": \"BGR\",\n                            \"checked\": false,\n                            \"alpha2\": \"BG\",\n                            \"alpha3\": \"BGR\",\n                            \"numerical\": \"100\",\n                            \"name\": \"Bulgaria\"\n                        },\n                        {\n                            \"text\": \"Burkina Faso\",\n                            \"value\": \"BFA\",\n                            \"checked\": false,\n                            \"alpha2\": \"BF\",\n                            \"alpha3\": \"BFA\",\n                            \"numerical\": \"854\",\n                            \"name\": \"Burkina Faso\"\n                        },\n                        {\n                            \"text\": \"Burundi\",\n                            \"value\": \"BDI\",\n                            \"checked\": false,\n                            \"alpha2\": \"BI\",\n                            \"alpha3\": \"BDI\",\n                            \"numerical\": \"108\",\n                            \"name\": \"Burundi\"\n                        },\n                        {\n                            \"text\": \"Cabo Verde\",\n                            \"value\": \"CPV\",\n                            \"checked\": false,\n                            \"alpha2\": \"CV\",\n                            \"alpha3\": \"CPV\",\n                            \"numerical\": \"132\",\n                            \"name\": \"Cabo Verde\"\n                        },\n                        {\n                            \"text\": \"Cambodia\",\n                            \"value\": \"KHM\",\n                            \"checked\": false,\n                            \"alpha2\": \"KH\",\n                            \"alpha3\": \"KHM\",\n                            \"numerical\": \"116\",\n                            \"name\": \"Cambodia\"\n                        },\n                        {\n                            \"text\": \"Cameroon\",\n                            \"value\": \"CMR\",\n                            \"checked\": false,\n                            \"alpha2\": \"CM\",\n                            \"alpha3\": \"CMR\",\n                            \"numerical\": \"120\",\n                            \"name\": \"Cameroon\"\n                        },\n                        {\n                            \"text\": \"Canada\",\n                            \"value\": \"CAN\",\n                            \"checked\": false,\n                            \"alpha2\": \"CA\",\n                            \"alpha3\": \"CAN\",\n                            \"numerical\": \"124\",\n                            \"name\": \"Canada\"\n                        },\n                        {\n                            \"text\": \"Cayman Islands\",\n                            \"value\": \"CYM\",\n                            \"checked\": false,\n                            \"alpha2\": \"KY\",\n                            \"alpha3\": \"CYM\",\n                            \"numerical\": \"136\",\n                            \"name\": \"Cayman Islands\"\n                        },\n                        {\n                            \"text\": \"Central African Republic\",\n                            \"value\": \"CAF\",\n                            \"checked\": false,\n                            \"alpha2\": \"CF\",\n                            \"alpha3\": \"CAF\",\n                            \"numerical\": \"140\",\n                            \"name\": \"Central African Republic\"\n                        },\n                        {\n                            \"text\": \"Chad\",\n                            \"value\": \"TCD\",\n                            \"checked\": false,\n                            \"alpha2\": \"TD\",\n                            \"alpha3\": \"TCD\",\n                            \"numerical\": \"148\",\n                            \"name\": \"Chad\"\n                        },\n                        {\n                            \"text\": \"Chile\",\n                            \"value\": \"CHL\",\n                            \"checked\": false,\n                            \"alpha2\": \"CL\",\n                            \"alpha3\": \"CHL\",\n                            \"numerical\": \"152\",\n                            \"name\": \"Chile\"\n                        },\n                        {\n                            \"text\": \"China\",\n                            \"value\": \"CHN\",\n                            \"checked\": false,\n                            \"alpha2\": \"CN\",\n                            \"alpha3\": \"CHN\",\n                            \"numerical\": \"156\",\n                            \"name\": \"China\"\n                        },\n                        {\n                            \"text\": \"Christmas Island\",\n                            \"value\": \"CXR\",\n                            \"checked\": false,\n                            \"alpha2\": \"CX\",\n                            \"alpha3\": \"CXR\",\n                            \"numerical\": \"162\",\n                            \"name\": \"Christmas Island\"\n                        },\n                        {\n                            \"text\": \"Cocos (Keeling) Islands\",\n                            \"value\": \"CCK\",\n                            \"checked\": false,\n                            \"alpha2\": \"CC\",\n                            \"alpha3\": \"CCK\",\n                            \"numerical\": \"166\",\n                            \"name\": \"Cocos (Keeling) Islands\"\n                        },\n                        {\n                            \"text\": \"Colombia\",\n                            \"value\": \"COL\",\n                            \"checked\": false,\n                            \"alpha2\": \"CO\",\n                            \"alpha3\": \"COL\",\n                            \"numerical\": \"170\",\n                            \"name\": \"Colombia\"\n                        },\n                        {\n                            \"text\": \"Comoros\",\n                            \"value\": \"COM\",\n                            \"checked\": false,\n                            \"alpha2\": \"KM\",\n                            \"alpha3\": \"COM\",\n                            \"numerical\": \"174\",\n                            \"name\": \"Comoros\"\n                        },\n                        {\n                            \"text\": \"Congo\",\n                            \"value\": \"COG\",\n                            \"checked\": false,\n                            \"alpha2\": \"CG\",\n                            \"alpha3\": \"COG\",\n                            \"numerical\": \"178\",\n                            \"name\": \"Congo\"\n                        },\n                        {\n                            \"text\": \"Congo,the Democratic Republic of the\",\n                            \"value\": \"COD\",\n                            \"checked\": false,\n                            \"alpha2\": \"CD\",\n                            \"alpha3\": \"COD\",\n                            \"numerical\": \"180\",\n                            \"name\": \"Congo,the Democratic Republic of the\"\n                        },\n                        {\n                            \"text\": \"Cook Islands\",\n                            \"value\": \"COK\",\n                            \"checked\": false,\n                            \"alpha2\": \"CK\",\n                            \"alpha3\": \"COK\",\n                            \"numerical\": \"184\",\n                            \"name\": \"Cook Islands\"\n                        },\n                        {\n                            \"text\": \"Costa Rica\",\n                            \"value\": \"CRI\",\n                            \"checked\": false,\n                            \"alpha2\": \"CR\",\n                            \"alpha3\": \"CRI\",\n                            \"numerical\": \"188\",\n                            \"name\": \"Costa Rica\"\n                        },\n                        {\n                            \"text\": \"Côte d'Ivoire\",\n                            \"value\": \"CIV\",\n                            \"checked\": false,\n                            \"alpha2\": \"CI\",\n                            \"alpha3\": \"CIV\",\n                            \"numerical\": \"384\",\n                            \"name\": \"Côte d'Ivoire\"\n                        },\n                        {\n                            \"text\": \"Croatia\",\n                            \"value\": \"HRV\",\n                            \"checked\": false,\n                            \"alpha2\": \"HR\",\n                            \"alpha3\": \"HRV\",\n                            \"numerical\": \"191\",\n                            \"name\": \"Croatia\"\n                        },\n                        {\n                            \"text\": \"Cuba\",\n                            \"value\": \"CUB\",\n                            \"checked\": false,\n                            \"alpha2\": \"CU\",\n                            \"alpha3\": \"CUB\",\n                            \"numerical\": \"192\",\n                            \"name\": \"Cuba\"\n                        },\n                        {\n                            \"text\": \"Curaçao\",\n                            \"value\": \"CUW\",\n                            \"checked\": false,\n                            \"alpha2\": \"CW\",\n                            \"alpha3\": \"CUW\",\n                            \"numerical\": \"531\",\n                            \"name\": \"Curaçao\"\n                        },\n                        {\n                            \"text\": \"Cyprus\",\n                            \"value\": \"CYP\",\n                            \"checked\": false,\n                            \"alpha2\": \"CY\",\n                            \"alpha3\": \"CYP\",\n                            \"numerical\": \"196\",\n                            \"name\": \"Cyprus\"\n                        },\n                        {\n                            \"text\": \"Czech Republic\",\n                            \"value\": \"CZE\",\n                            \"checked\": false,\n                            \"alpha2\": \"CZ\",\n                            \"alpha3\": \"CZE\",\n                            \"numerical\": \"203\",\n                            \"name\": \"Czech Republic\"\n                        },\n                        {\n                            \"text\": \"Denmark\",\n                            \"value\": \"DNK\",\n                            \"checked\": false,\n                            \"alpha2\": \"DK\",\n                            \"alpha3\": \"DNK\",\n                            \"numerical\": \"208\",\n                            \"name\": \"Denmark\"\n                        },\n                        {\n                            \"text\": \"Djibouti\",\n                            \"value\": \"DJI\",\n                            \"checked\": false,\n                            \"alpha2\": \"DJ\",\n                            \"alpha3\": \"DJI\",\n                            \"numerical\": \"262\",\n                            \"name\": \"Djibouti\"\n                        },\n                        {\n                            \"text\": \"Dominica\",\n                            \"value\": \"DMA\",\n                            \"checked\": false,\n                            \"alpha2\": \"DM\",\n                            \"alpha3\": \"DMA\",\n                            \"numerical\": \"212\",\n                            \"name\": \"Dominica\"\n                        },\n                        {\n                            \"text\": \"Dominican Republic\",\n                            \"value\": \"DOM\",\n                            \"checked\": false,\n                            \"alpha2\": \"DO\",\n                            \"alpha3\": \"DOM\",\n                            \"numerical\": \"214\",\n                            \"name\": \"Dominican Republic\"\n                        },\n                        {\n                            \"text\": \"Ecuador\",\n                            \"value\": \"ECU\",\n                            \"checked\": false,\n                            \"alpha2\": \"EC\",\n                            \"alpha3\": \"ECU\",\n                            \"numerical\": \"218\",\n                            \"name\": \"Ecuador\"\n                        },\n                        {\n                            \"text\": \"Egypt\",\n                            \"value\": \"EGY\",\n                            \"checked\": false,\n                            \"alpha2\": \"EG\",\n                            \"alpha3\": \"EGY\",\n                            \"numerical\": \"818\",\n                            \"name\": \"Egypt\"\n                        },\n                        {\n                            \"text\": \"El Salvador\",\n                            \"value\": \"SLV\",\n                            \"checked\": false,\n                            \"alpha2\": \"SV\",\n                            \"alpha3\": \"SLV\",\n                            \"numerical\": \"222\",\n                            \"name\": \"El Salvador\"\n                        },\n                        {\n                            \"text\": \"Equatorial Guinea\",\n                            \"value\": \"GNQ\",\n                            \"checked\": false,\n                            \"alpha2\": \"GQ\",\n                            \"alpha3\": \"GNQ\",\n                            \"numerical\": \"226\",\n                            \"name\": \"Equatorial Guinea\"\n                        },\n                        {\n                            \"text\": \"Eritrea\",\n                            \"value\": \"ERI\",\n                            \"checked\": false,\n                            \"alpha2\": \"ER\",\n                            \"alpha3\": \"ERI\",\n                            \"numerical\": \"232\",\n                            \"name\": \"Eritrea\"\n                        },\n                        {\n                            \"text\": \"Estonia\",\n                            \"value\": \"EST\",\n                            \"checked\": false,\n                            \"alpha2\": \"EE\",\n                            \"alpha3\": \"EST\",\n                            \"numerical\": \"233\",\n                            \"name\": \"Estonia\"\n                        },\n                        {\n                            \"text\": \"Ethiopia\",\n                            \"value\": \"ETH\",\n                            \"checked\": false,\n                            \"alpha2\": \"ET\",\n                            \"alpha3\": \"ETH\",\n                            \"numerical\": \"231\",\n                            \"name\": \"Ethiopia\"\n                        },\n                        {\n                            \"text\": \"Falkland Islands (Malvinas)\",\n                            \"value\": \"FLK\",\n                            \"checked\": false,\n                            \"alpha2\": \"FK\",\n                            \"alpha3\": \"FLK\",\n                            \"numerical\": \"238\",\n                            \"name\": \"Falkland Islands (Malvinas)\"\n                        },\n                        {\n                            \"text\": \"Faroe Islands\",\n                            \"value\": \"FRO\",\n                            \"checked\": false,\n                            \"alpha2\": \"FO\",\n                            \"alpha3\": \"FRO\",\n                            \"numerical\": \"234\",\n                            \"name\": \"Faroe Islands\"\n                        },\n                        {\n                            \"text\": \"Fiji\",\n                            \"value\": \"FJI\",\n                            \"checked\": false,\n                            \"alpha2\": \"FJ\",\n                            \"alpha3\": \"FJI\",\n                            \"numerical\": \"242\",\n                            \"name\": \"Fiji\"\n                        },\n                        {\n                            \"text\": \"Finland\",\n                            \"value\": \"FIN\",\n                            \"checked\": false,\n                            \"alpha2\": \"FI\",\n                            \"alpha3\": \"FIN\",\n                            \"numerical\": \"246\",\n                            \"name\": \"Finland\"\n                        },\n                        {\n                            \"text\": \"France\",\n                            \"value\": \"FRA\",\n                            \"checked\": false,\n                            \"alpha2\": \"FR\",\n                            \"alpha3\": \"FRA\",\n                            \"numerical\": \"250\",\n                            \"name\": \"France\"\n                        },\n                        {\n                            \"text\": \"French Guiana\",\n                            \"value\": \"GUF\",\n                            \"checked\": false,\n                            \"alpha2\": \"GF\",\n                            \"alpha3\": \"GUF\",\n                            \"numerical\": \"254\",\n                            \"name\": \"French Guiana\"\n                        },\n                        {\n                            \"text\": \"French Polynesia\",\n                            \"value\": \"PYF\",\n                            \"checked\": false,\n                            \"alpha2\": \"PF\",\n                            \"alpha3\": \"PYF\",\n                            \"numerical\": \"258\",\n                            \"name\": \"French Polynesia\"\n                        },\n                        {\n                            \"text\": \"French Southern Territories\",\n                            \"value\": \"ATF\",\n                            \"checked\": false,\n                            \"alpha2\": \"TF\",\n                            \"alpha3\": \"ATF\",\n                            \"numerical\": \"260\",\n                            \"name\": \"French Southern Territories\"\n                        },\n                        {\n                            \"text\": \"Gabon\",\n                            \"value\": \"GAB\",\n                            \"checked\": false,\n                            \"alpha2\": \"GA\",\n                            \"alpha3\": \"GAB\",\n                            \"numerical\": \"266\",\n                            \"name\": \"Gabon\"\n                        },\n                        {\n                            \"text\": \"Gambia\",\n                            \"value\": \"GMB\",\n                            \"checked\": false,\n                            \"alpha2\": \"GM\",\n                            \"alpha3\": \"GMB\",\n                            \"numerical\": \"270\",\n                            \"name\": \"Gambia\"\n                        },\n                        {\n                            \"text\": \"Georgia\",\n                            \"value\": \"GEO\",\n                            \"checked\": false,\n                            \"alpha2\": \"GE\",\n                            \"alpha3\": \"GEO\",\n                            \"numerical\": \"268\",\n                            \"name\": \"Georgia\"\n                        },\n                        {\n                            \"text\": \"Germany\",\n                            \"value\": \"DEU\",\n                            \"checked\": false,\n                            \"alpha2\": \"DE\",\n                            \"alpha3\": \"DEU\",\n                            \"numerical\": \"276\",\n                            \"name\": \"Germany\"\n                        },\n                        {\n                            \"text\": \"Ghana\",\n                            \"value\": \"GHA\",\n                            \"checked\": false,\n                            \"alpha2\": \"GH\",\n                            \"alpha3\": \"GHA\",\n                            \"numerical\": \"288\",\n                            \"name\": \"Ghana\"\n                        },\n                        {\n                            \"text\": \"Gibraltar\",\n                            \"value\": \"GIB\",\n                            \"checked\": false,\n                            \"alpha2\": \"GI\",\n                            \"alpha3\": \"GIB\",\n                            \"numerical\": \"292\",\n                            \"name\": \"Gibraltar\"\n                        },\n                        {\n                            \"text\": \"Greece\",\n                            \"value\": \"GRC\",\n                            \"checked\": false,\n                            \"alpha2\": \"GR\",\n                            \"alpha3\": \"GRC\",\n                            \"numerical\": \"300\",\n                            \"name\": \"Greece\"\n                        },\n                        {\n                            \"text\": \"Greenland\",\n                            \"value\": \"GRL\",\n                            \"checked\": false,\n                            \"alpha2\": \"GL\",\n                            \"alpha3\": \"GRL\",\n                            \"numerical\": \"304\",\n                            \"name\": \"Greenland\"\n                        },\n                        {\n                            \"text\": \"Grenada\",\n                            \"value\": \"GRD\",\n                            \"checked\": false,\n                            \"alpha2\": \"GD\",\n                            \"alpha3\": \"GRD\",\n                            \"numerical\": \"308\",\n                            \"name\": \"Grenada\"\n                        },\n                        {\n                            \"text\": \"Guadeloupe\",\n                            \"value\": \"GLP\",\n                            \"checked\": false,\n                            \"alpha2\": \"GP\",\n                            \"alpha3\": \"GLP\",\n                            \"numerical\": \"312\",\n                            \"name\": \"Guadeloupe\"\n                        },\n                        {\n                            \"text\": \"Guam\",\n                            \"value\": \"GUM\",\n                            \"checked\": false,\n                            \"alpha2\": \"GU\",\n                            \"alpha3\": \"GUM\",\n                            \"numerical\": \"316\",\n                            \"name\": \"Guam\"\n                        },\n                        {\n                            \"text\": \"Guatemala\",\n                            \"value\": \"GTM\",\n                            \"checked\": false,\n                            \"alpha2\": \"GT\",\n                            \"alpha3\": \"GTM\",\n                            \"numerical\": \"320\",\n                            \"name\": \"Guatemala\"\n                        },\n                        {\n                            \"text\": \"Guernsey\",\n                            \"value\": \"GGY\",\n                            \"checked\": false,\n                            \"alpha2\": \"GG\",\n                            \"alpha3\": \"GGY\",\n                            \"numerical\": \"831\",\n                            \"name\": \"Guernsey\"\n                        },\n                        {\n                            \"text\": \"Guinea\",\n                            \"value\": \"GIN\",\n                            \"checked\": false,\n                            \"alpha2\": \"GN\",\n                            \"alpha3\": \"GIN\",\n                            \"numerical\": \"324\",\n                            \"name\": \"Guinea\"\n                        },\n                        {\n                            \"text\": \"Guinea-Bissau\",\n                            \"value\": \"GNB\",\n                            \"checked\": false,\n                            \"alpha2\": \"GW\",\n                            \"alpha3\": \"GNB\",\n                            \"numerical\": \"624\",\n                            \"name\": \"Guinea-Bissau\"\n                        },\n                        {\n                            \"text\": \"Guyana\",\n                            \"value\": \"GUY\",\n                            \"checked\": false,\n                            \"alpha2\": \"GY\",\n                            \"alpha3\": \"GUY\",\n                            \"numerical\": \"328\",\n                            \"name\": \"Guyana\"\n                        },\n                        {\n                            \"text\": \"Haiti\",\n                            \"value\": \"HTI\",\n                            \"checked\": false,\n                            \"alpha2\": \"HT\",\n                            \"alpha3\": \"HTI\",\n                            \"numerical\": \"332\",\n                            \"name\": \"Haiti\"\n                        },\n                        {\n                            \"text\": \"Heard Island and McDonald Islands\",\n                            \"value\": \"HMD\",\n                            \"checked\": false,\n                            \"alpha2\": \"HM\",\n                            \"alpha3\": \"HMD\",\n                            \"numerical\": \"334\",\n                            \"name\": \"Heard Island and McDonald Islands\"\n                        },\n                        {\n                            \"text\": \"Holy See (Vatican City State)\",\n                            \"value\": \"VAT\",\n                            \"checked\": false,\n                            \"alpha2\": \"VA\",\n                            \"alpha3\": \"VAT\",\n                            \"numerical\": \"336\",\n                            \"name\": \"Holy See (Vatican City State)\"\n                        },\n                        {\n                            \"text\": \"Honduras\",\n                            \"value\": \"HND\",\n                            \"checked\": false,\n                            \"alpha2\": \"HN\",\n                            \"alpha3\": \"HND\",\n                            \"numerical\": \"340\",\n                            \"name\": \"Honduras\"\n                        },\n                        {\n                            \"text\": \"Hong Kong\",\n                            \"value\": \"HKG\",\n                            \"checked\": false,\n                            \"alpha2\": \"HK\",\n                            \"alpha3\": \"HKG\",\n                            \"numerical\": \"344\",\n                            \"name\": \"Hong Kong\"\n                        },\n                        {\n                            \"text\": \"Hungary\",\n                            \"value\": \"HUN\",\n                            \"checked\": false,\n                            \"alpha2\": \"HU\",\n                            \"alpha3\": \"HUN\",\n                            \"numerical\": \"348\",\n                            \"name\": \"Hungary\"\n                        },\n                        {\n                            \"text\": \"Iceland\",\n                            \"value\": \"ISL\",\n                            \"checked\": false,\n                            \"alpha2\": \"IS\",\n                            \"alpha3\": \"ISL\",\n                            \"numerical\": \"352\",\n                            \"name\": \"Iceland\"\n                        },\n                        {\n                            \"text\": \"India\",\n                            \"value\": \"IND\",\n                            \"checked\": false,\n                            \"alpha2\": \"IN\",\n                            \"alpha3\": \"IND\",\n                            \"numerical\": \"356\",\n                            \"name\": \"India\"\n                        },\n                        {\n                            \"text\": \"Indonesia\",\n                            \"value\": \"IDN\",\n                            \"checked\": false,\n                            \"alpha2\": \"ID\",\n                            \"alpha3\": \"IDN\",\n                            \"numerical\": \"360\",\n                            \"name\": \"Indonesia\"\n                        },\n                        {\n                            \"text\": \"Iran,Islamic Republic of\",\n                            \"value\": \"IRN\",\n                            \"checked\": false,\n                            \"alpha2\": \"IR\",\n                            \"alpha3\": \"IRN\",\n                            \"numerical\": \"364\",\n                            \"name\": \"Iran,Islamic Republic of\"\n                        },\n                        {\n                            \"text\": \"Iraq\",\n                            \"value\": \"IRQ\",\n                            \"checked\": false,\n                            \"alpha2\": \"IQ\",\n                            \"alpha3\": \"IRQ\",\n                            \"numerical\": \"368\",\n                            \"name\": \"Iraq\"\n                        },\n                        {\n                            \"text\": \"Ireland\",\n                            \"value\": \"IRL\",\n                            \"checked\": false,\n                            \"alpha2\": \"IE\",\n                            \"alpha3\": \"IRL\",\n                            \"numerical\": \"372\",\n                            \"name\": \"Ireland\"\n                        },\n                        {\n                            \"text\": \"Isle of Man\",\n                            \"value\": \"IMN\",\n                            \"checked\": false,\n                            \"alpha2\": \"IM\",\n                            \"alpha3\": \"IMN\",\n                            \"numerical\": \"833\",\n                            \"name\": \"Isle of Man\"\n                        },\n                        {\n                            \"text\": \"Israel\",\n                            \"value\": \"ISR\",\n                            \"checked\": false,\n                            \"alpha2\": \"IL\",\n                            \"alpha3\": \"ISR\",\n                            \"numerical\": \"376\",\n                            \"name\": \"Israel\"\n                        },\n                        {\n                            \"text\": \"Italy\",\n                            \"value\": \"ITA\",\n                            \"checked\": false,\n                            \"alpha2\": \"IT\",\n                            \"alpha3\": \"ITA\",\n                            \"numerical\": \"380\",\n                            \"name\": \"Italy\"\n                        },\n                        {\n                            \"text\": \"Jamaica\",\n                            \"value\": \"JAM\",\n                            \"checked\": false,\n                            \"alpha2\": \"JM\",\n                            \"alpha3\": \"JAM\",\n                            \"numerical\": \"388\",\n                            \"name\": \"Jamaica\"\n                        },\n                        {\n                            \"text\": \"Japan\",\n                            \"value\": \"JPN\",\n                            \"checked\": false,\n                            \"alpha2\": \"JP\",\n                            \"alpha3\": \"JPN\",\n                            \"numerical\": \"392\",\n                            \"name\": \"Japan\"\n                        },\n                        {\n                            \"text\": \"Jersey\",\n                            \"value\": \"JEY\",\n                            \"checked\": false,\n                            \"alpha2\": \"JE\",\n                            \"alpha3\": \"JEY\",\n                            \"numerical\": \"832\",\n                            \"name\": \"Jersey\"\n                        },\n                        {\n                            \"text\": \"Jordan\",\n                            \"value\": \"JOR\",\n                            \"checked\": false,\n                            \"alpha2\": \"JO\",\n                            \"alpha3\": \"JOR\",\n                            \"numerical\": \"400\",\n                            \"name\": \"Jordan\"\n                        },\n                        {\n                            \"text\": \"Kazakhstan\",\n                            \"value\": \"KAZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"KZ\",\n                            \"alpha3\": \"KAZ\",\n                            \"numerical\": \"398\",\n                            \"name\": \"Kazakhstan\"\n                        },\n                        {\n                            \"text\": \"Kenya\",\n                            \"value\": \"KEN\",\n                            \"checked\": false,\n                            \"alpha2\": \"KE\",\n                            \"alpha3\": \"KEN\",\n                            \"numerical\": \"404\",\n                            \"name\": \"Kenya\"\n                        },\n                        {\n                            \"text\": \"Kiribati\",\n                            \"value\": \"KIR\",\n                            \"checked\": false,\n                            \"alpha2\": \"KI\",\n                            \"alpha3\": \"KIR\",\n                            \"numerical\": \"296\",\n                            \"name\": \"Kiribati\"\n                        },\n                        {\n                            \"text\": \"Korea,Democratic People's Republic of\",\n                            \"value\": \"PRK\",\n                            \"checked\": false,\n                            \"alpha2\": \"KP\",\n                            \"alpha3\": \"PRK\",\n                            \"numerical\": \"408\",\n                            \"name\": \"Korea,Democratic People's Republic of\"\n                        },\n                        {\n                            \"text\": \"Korea,Republic of\",\n                            \"value\": \"KOR\",\n                            \"checked\": false,\n                            \"alpha2\": \"KR\",\n                            \"alpha3\": \"KOR\",\n                            \"numerical\": \"410\",\n                            \"name\": \"Korea,Republic of\"\n                        },\n                        {\n                            \"text\": \"Kosovo,Republic of\",\n                            \"value\": \"XKK\",\n                            \"checked\": false,\n                            \"alpha2\": \"XK\",\n                            \"alpha3\": \"XKK\",\n                            \"numerical\": \"008\",\n                            \"name\": \"Kosovo,Republic of\"\n                        },\n                        {\n                            \"text\": \"Kuwait\",\n                            \"value\": \"KWT\",\n                            \"checked\": false,\n                            \"alpha2\": \"KW\",\n                            \"alpha3\": \"KWT\",\n                            \"numerical\": \"414\",\n                            \"name\": \"Kuwait\"\n                        },\n                        {\n                            \"text\": \"Kyrgyzstan\",\n                            \"value\": \"KGZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"KG\",\n                            \"alpha3\": \"KGZ\",\n                            \"numerical\": \"417\",\n                            \"name\": \"Kyrgyzstan\"\n                        },\n                        {\n                            \"text\": \"Lao People's Democratic Republic\",\n                            \"value\": \"LAO\",\n                            \"checked\": false,\n                            \"alpha2\": \"LA\",\n                            \"alpha3\": \"LAO\",\n                            \"numerical\": \"418\",\n                            \"name\": \"Lao People's Democratic Republic\"\n                        },\n                        {\n                            \"text\": \"Latvia\",\n                            \"value\": \"LVA\",\n                            \"checked\": false,\n                            \"alpha2\": \"LV\",\n                            \"alpha3\": \"LVA\",\n                            \"numerical\": \"428\",\n                            \"name\": \"Latvia\"\n                        },\n                        {\n                            \"text\": \"Lebanon\",\n                            \"value\": \"LBN\",\n                            \"checked\": false,\n                            \"alpha2\": \"LB\",\n                            \"alpha3\": \"LBN\",\n                            \"numerical\": \"422\",\n                            \"name\": \"Lebanon\"\n                        },\n                        {\n                            \"text\": \"Lesotho\",\n                            \"value\": \"LSO\",\n                            \"checked\": false,\n                            \"alpha2\": \"LS\",\n                            \"alpha3\": \"LSO\",\n                            \"numerical\": \"426\",\n                            \"name\": \"Lesotho\"\n                        },\n                        {\n                            \"text\": \"Liberia\",\n                            \"value\": \"LBR\",\n                            \"checked\": false,\n                            \"alpha2\": \"LR\",\n                            \"alpha3\": \"LBR\",\n                            \"numerical\": \"430\",\n                            \"name\": \"Liberia\"\n                        },\n                        {\n                            \"text\": \"Libya\",\n                            \"value\": \"LBY\",\n                            \"checked\": false,\n                            \"alpha2\": \"LY\",\n                            \"alpha3\": \"LBY\",\n                            \"numerical\": \"434\",\n                            \"name\": \"Libya\"\n                        },\n                        {\n                            \"text\": \"Liechtenstein\",\n                            \"value\": \"LIE\",\n                            \"checked\": false,\n                            \"alpha2\": \"LI\",\n                            \"alpha3\": \"LIE\",\n                            \"numerical\": \"438\",\n                            \"name\": \"Liechtenstein\"\n                        },\n                        {\n                            \"text\": \"Lithuania\",\n                            \"value\": \"LTU\",\n                            \"checked\": false,\n                            \"alpha2\": \"LT\",\n                            \"alpha3\": \"LTU\",\n                            \"numerical\": \"440\",\n                            \"name\": \"Lithuania\"\n                        },\n                        {\n                            \"text\": \"Luxembourg\",\n                            \"value\": \"LUX\",\n                            \"checked\": false,\n                            \"alpha2\": \"LU\",\n                            \"alpha3\": \"LUX\",\n                            \"numerical\": \"442\",\n                            \"name\": \"Luxembourg\"\n                        },\n                        {\n                            \"text\": \"Macao\",\n                            \"value\": \"MAC\",\n                            \"checked\": false,\n                            \"alpha2\": \"MO\",\n                            \"alpha3\": \"MAC\",\n                            \"numerical\": \"446\",\n                            \"name\": \"Macao\"\n                        },\n                        {\n                            \"text\": \"North Macedonia\",\n                            \"value\": \"MKD\",\n                            \"checked\": false,\n                            \"alpha2\": \"MK\",\n                            \"alpha3\": \"MKD\",\n                            \"numerical\": \"807\",\n                            \"name\": \"North Macedonia\"\n                        },\n                        {\n                            \"text\": \"Madagascar\",\n                            \"value\": \"MDG\",\n                            \"checked\": false,\n                            \"alpha2\": \"MG\",\n                            \"alpha3\": \"MDG\",\n                            \"numerical\": \"450\",\n                            \"name\": \"Madagascar\"\n                        },\n                        {\n                            \"text\": \"Malawi\",\n                            \"value\": \"MWI\",\n                            \"checked\": false,\n                            \"alpha2\": \"MW\",\n                            \"alpha3\": \"MWI\",\n                            \"numerical\": \"454\",\n                            \"name\": \"Malawi\"\n                        },\n                        {\n                            \"text\": \"Malaysia\",\n                            \"value\": \"MYS\",\n                            \"checked\": false,\n                            \"alpha2\": \"MY\",\n                            \"alpha3\": \"MYS\",\n                            \"numerical\": \"458\",\n                            \"name\": \"Malaysia\"\n                        },\n                        {\n                            \"text\": \"Maldives\",\n                            \"value\": \"MDV\",\n                            \"checked\": false,\n                            \"alpha2\": \"MV\",\n                            \"alpha3\": \"MDV\",\n                            \"numerical\": \"462\",\n                            \"name\": \"Maldives\"\n                        },\n                        {\n                            \"text\": \"Mali\",\n                            \"value\": \"MLI\",\n                            \"checked\": false,\n                            \"alpha2\": \"ML\",\n                            \"alpha3\": \"MLI\",\n                            \"numerical\": \"466\",\n                            \"name\": \"Mali\"\n                        },\n                        {\n                            \"text\": \"Malta\",\n                            \"value\": \"MLT\",\n                            \"checked\": false,\n                            \"alpha2\": \"MT\",\n                            \"alpha3\": \"MLT\",\n                            \"numerical\": \"470\",\n                            \"name\": \"Malta\"\n                        },\n                        {\n                            \"text\": \"Marshall Islands\",\n                            \"value\": \"MHL\",\n                            \"checked\": false,\n                            \"alpha2\": \"MH\",\n                            \"alpha3\": \"MHL\",\n                            \"numerical\": \"584\",\n                            \"name\": \"Marshall Islands\"\n                        },\n                        {\n                            \"text\": \"Martinique\",\n                            \"value\": \"MTQ\",\n                            \"checked\": false,\n                            \"alpha2\": \"MQ\",\n                            \"alpha3\": \"MTQ\",\n                            \"numerical\": \"474\",\n                            \"name\": \"Martinique\"\n                        },\n                        {\n                            \"text\": \"Mauritania\",\n                            \"value\": \"MRT\",\n                            \"checked\": false,\n                            \"alpha2\": \"MR\",\n                            \"alpha3\": \"MRT\",\n                            \"numerical\": \"478\",\n                            \"name\": \"Mauritania\"\n                        },\n                        {\n                            \"text\": \"Mauritius\",\n                            \"value\": \"MUS\",\n                            \"checked\": false,\n                            \"alpha2\": \"MU\",\n                            \"alpha3\": \"MUS\",\n                            \"numerical\": \"480\",\n                            \"name\": \"Mauritius\"\n                        },\n                        {\n                            \"text\": \"Mayotte\",\n                            \"value\": \"MYT\",\n                            \"checked\": false,\n                            \"alpha2\": \"YT\",\n                            \"alpha3\": \"MYT\",\n                            \"numerical\": \"175\",\n                            \"name\": \"Mayotte\"\n                        },\n                        {\n                            \"text\": \"Mexico\",\n                            \"value\": \"MEX\",\n                            \"checked\": false,\n                            \"alpha2\": \"MX\",\n                            \"alpha3\": \"MEX\",\n                            \"numerical\": \"484\",\n                            \"name\": \"Mexico\"\n                        },\n                        {\n                            \"text\": \"Micronesia,Federated States of\",\n                            \"value\": \"FSM\",\n                            \"checked\": false,\n                            \"alpha2\": \"FM\",\n                            \"alpha3\": \"FSM\",\n                            \"numerical\": \"583\",\n                            \"name\": \"Micronesia,Federated States of\"\n                        },\n                        {\n                            \"text\": \"Moldova,Republic of\",\n                            \"value\": \"MDA\",\n                            \"checked\": false,\n                            \"alpha2\": \"MD\",\n                            \"alpha3\": \"MDA\",\n                            \"numerical\": \"498\",\n                            \"name\": \"Moldova,Republic of\"\n                        },\n                        {\n                            \"text\": \"Monaco\",\n                            \"value\": \"MCO\",\n                            \"checked\": false,\n                            \"alpha2\": \"MC\",\n                            \"alpha3\": \"MCO\",\n                            \"numerical\": \"492\",\n                            \"name\": \"Monaco\"\n                        },\n                        {\n                            \"text\": \"Mongolia\",\n                            \"value\": \"MNG\",\n                            \"checked\": false,\n                            \"alpha2\": \"MN\",\n                            \"alpha3\": \"MNG\",\n                            \"numerical\": \"496\",\n                            \"name\": \"Mongolia\"\n                        },\n                        {\n                            \"text\": \"Montenegro\",\n                            \"value\": \"MNE\",\n                            \"checked\": false,\n                            \"alpha2\": \"ME\",\n                            \"alpha3\": \"MNE\",\n                            \"numerical\": \"499\",\n                            \"name\": \"Montenegro\"\n                        },\n                        {\n                            \"text\": \"Montserrat\",\n                            \"value\": \"MSR\",\n                            \"checked\": false,\n                            \"alpha2\": \"MS\",\n                            \"alpha3\": \"MSR\",\n                            \"numerical\": \"500\",\n                            \"name\": \"Montserrat\"\n                        },\n                        {\n                            \"text\": \"Morocco\",\n                            \"value\": \"MAR\",\n                            \"checked\": false,\n                            \"alpha2\": \"MA\",\n                            \"alpha3\": \"MAR\",\n                            \"numerical\": \"504\",\n                            \"name\": \"Morocco\"\n                        },\n                        {\n                            \"text\": \"Mozambique\",\n                            \"value\": \"MOZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"MZ\",\n                            \"alpha3\": \"MOZ\",\n                            \"numerical\": \"508\",\n                            \"name\": \"Mozambique\"\n                        },\n                        {\n                            \"text\": \"Myanmar\",\n                            \"value\": \"MMR\",\n                            \"checked\": false,\n                            \"alpha2\": \"MM\",\n                            \"alpha3\": \"MMR\",\n                            \"numerical\": \"104\",\n                            \"name\": \"Myanmar\"\n                        },\n                        {\n                            \"text\": \"Namibia\",\n                            \"value\": \"NAM\",\n                            \"checked\": false,\n                            \"alpha2\": \"NA\",\n                            \"alpha3\": \"NAM\",\n                            \"numerical\": \"516\",\n                            \"name\": \"Namibia\"\n                        },\n                        {\n                            \"text\": \"Nauru\",\n                            \"value\": \"NRU\",\n                            \"checked\": false,\n                            \"alpha2\": \"NR\",\n                            \"alpha3\": \"NRU\",\n                            \"numerical\": \"520\",\n                            \"name\": \"Nauru\"\n                        },\n                        {\n                            \"text\": \"Nepal\",\n                            \"value\": \"NPL\",\n                            \"checked\": false,\n                            \"alpha2\": \"NP\",\n                            \"alpha3\": \"NPL\",\n                            \"numerical\": \"524\",\n                            \"name\": \"Nepal\"\n                        },\n                        {\n                            \"text\": \"Netherlands\",\n                            \"value\": \"NLD\",\n                            \"checked\": false,\n                            \"alpha2\": \"NL\",\n                            \"alpha3\": \"NLD\",\n                            \"numerical\": \"528\",\n                            \"name\": \"Netherlands\"\n                        },\n                        {\n                            \"text\": \"New Caledonia\",\n                            \"value\": \"NCL\",\n                            \"checked\": false,\n                            \"alpha2\": \"NC\",\n                            \"alpha3\": \"NCL\",\n                            \"numerical\": \"540\",\n                            \"name\": \"New Caledonia\"\n                        },\n                        {\n                            \"text\": \"New Zealand\",\n                            \"value\": \"NZL\",\n                            \"checked\": false,\n                            \"alpha2\": \"NZ\",\n                            \"alpha3\": \"NZL\",\n                            \"numerical\": \"554\",\n                            \"name\": \"New Zealand\"\n                        },\n                        {\n                            \"text\": \"Nicaragua\",\n                            \"value\": \"NIC\",\n                            \"checked\": false,\n                            \"alpha2\": \"NI\",\n                            \"alpha3\": \"NIC\",\n                            \"numerical\": \"558\",\n                            \"name\": \"Nicaragua\"\n                        },\n                        {\n                            \"text\": \"Niger\",\n                            \"value\": \"NER\",\n                            \"checked\": false,\n                            \"alpha2\": \"NE\",\n                            \"alpha3\": \"NER\",\n                            \"numerical\": \"562\",\n                            \"name\": \"Niger\"\n                        },\n                        {\n                            \"text\": \"Nigeria\",\n                            \"value\": \"NGA\",\n                            \"checked\": false,\n                            \"alpha2\": \"NG\",\n                            \"alpha3\": \"NGA\",\n                            \"numerical\": \"566\",\n                            \"name\": \"Nigeria\"\n                        },\n                        {\n                            \"text\": \"Niue\",\n                            \"value\": \"NIU\",\n                            \"checked\": false,\n                            \"alpha2\": \"NU\",\n                            \"alpha3\": \"NIU\",\n                            \"numerical\": \"570\",\n                            \"name\": \"Niue\"\n                        },\n                        {\n                            \"text\": \"Norfolk Island\",\n                            \"value\": \"NFK\",\n                            \"checked\": false,\n                            \"alpha2\": \"NF\",\n                            \"alpha3\": \"NFK\",\n                            \"numerical\": \"574\",\n                            \"name\": \"Norfolk Island\"\n                        },\n                        {\n                            \"text\": \"Northern Mariana Islands\",\n                            \"value\": \"MNP\",\n                            \"checked\": false,\n                            \"alpha2\": \"MP\",\n                            \"alpha3\": \"MNP\",\n                            \"numerical\": \"580\",\n                            \"name\": \"Northern Mariana Islands\"\n                        },\n                        {\n                            \"text\": \"Norway\",\n                            \"value\": \"NOR\",\n                            \"checked\": false,\n                            \"alpha2\": \"NO\",\n                            \"alpha3\": \"NOR\",\n                            \"numerical\": \"578\",\n                            \"name\": \"Norway\"\n                        },\n                        {\n                            \"text\": \"Oman\",\n                            \"value\": \"OMN\",\n                            \"checked\": false,\n                            \"alpha2\": \"OM\",\n                            \"alpha3\": \"OMN\",\n                            \"numerical\": \"512\",\n                            \"name\": \"Oman\"\n                        },\n                        {\n                            \"text\": \"Pakistan\",\n                            \"value\": \"PAK\",\n                            \"checked\": false,\n                            \"alpha2\": \"PK\",\n                            \"alpha3\": \"PAK\",\n                            \"numerical\": \"586\",\n                            \"name\": \"Pakistan\"\n                        },\n                        {\n                            \"text\": \"Palau\",\n                            \"value\": \"PLW\",\n                            \"checked\": false,\n                            \"alpha2\": \"PW\",\n                            \"alpha3\": \"PLW\",\n                            \"numerical\": \"585\",\n                            \"name\": \"Palau\"\n                        },\n                        {\n                            \"text\": \"Palestine,State of\",\n                            \"value\": \"PSE\",\n                            \"checked\": false,\n                            \"alpha2\": \"PS\",\n                            \"alpha3\": \"PSE\",\n                            \"numerical\": \"275\",\n                            \"name\": \"Palestine,State of\"\n                        },\n                        {\n                            \"text\": \"Panama\",\n                            \"value\": \"PAN\",\n                            \"checked\": false,\n                            \"alpha2\": \"PA\",\n                            \"alpha3\": \"PAN\",\n                            \"numerical\": \"591\",\n                            \"name\": \"Panama\"\n                        },\n                        {\n                            \"text\": \"Papua New Guinea\",\n                            \"value\": \"PNG\",\n                            \"checked\": false,\n                            \"alpha2\": \"PG\",\n                            \"alpha3\": \"PNG\",\n                            \"numerical\": \"598\",\n                            \"name\": \"Papua New Guinea\"\n                        },\n                        {\n                            \"text\": \"Paraguay\",\n                            \"value\": \"PRY\",\n                            \"checked\": false,\n                            \"alpha2\": \"PY\",\n                            \"alpha3\": \"PRY\",\n                            \"numerical\": \"600\",\n                            \"name\": \"Paraguay\"\n                        },\n                        {\n                            \"text\": \"Peru\",\n                            \"value\": \"PER\",\n                            \"checked\": false,\n                            \"alpha2\": \"PE\",\n                            \"alpha3\": \"PER\",\n                            \"numerical\": \"604\",\n                            \"name\": \"Peru\"\n                        },\n                        {\n                            \"text\": \"Philippines\",\n                            \"value\": \"PHL\",\n                            \"checked\": false,\n                            \"alpha2\": \"PH\",\n                            \"alpha3\": \"PHL\",\n                            \"numerical\": \"608\",\n                            \"name\": \"Philippines\"\n                        },\n                        {\n                            \"text\": \"Pitcairn\",\n                            \"value\": \"PCN\",\n                            \"checked\": false,\n                            \"alpha2\": \"PN\",\n                            \"alpha3\": \"PCN\",\n                            \"numerical\": \"612\",\n                            \"name\": \"Pitcairn\"\n                        },\n                        {\n                            \"text\": \"Poland\",\n                            \"value\": \"POL\",\n                            \"checked\": false,\n                            \"alpha2\": \"PL\",\n                            \"alpha3\": \"POL\",\n                            \"numerical\": \"616\",\n                            \"name\": \"Poland\"\n                        },\n                        {\n                            \"text\": \"Portugal\",\n                            \"value\": \"PRT\",\n                            \"checked\": false,\n                            \"alpha2\": \"PT\",\n                            \"alpha3\": \"PRT\",\n                            \"numerical\": \"620\",\n                            \"name\": \"Portugal\"\n                        },\n                        {\n                            \"text\": \"Puerto Rico\",\n                            \"value\": \"PRI\",\n                            \"checked\": false,\n                            \"alpha2\": \"PR\",\n                            \"alpha3\": \"PRI\",\n                            \"numerical\": \"630\",\n                            \"name\": \"Puerto Rico\"\n                        },\n                        {\n                            \"text\": \"Qatar\",\n                            \"value\": \"QAT\",\n                            \"checked\": false,\n                            \"alpha2\": \"QA\",\n                            \"alpha3\": \"QAT\",\n                            \"numerical\": \"634\",\n                            \"name\": \"Qatar\"\n                        },\n                        {\n                            \"text\": \"Réunion\",\n                            \"value\": \"REU\",\n                            \"checked\": false,\n                            \"alpha2\": \"RE\",\n                            \"alpha3\": \"REU\",\n                            \"numerical\": \"638\",\n                            \"name\": \"Réunion\"\n                        },\n                        {\n                            \"text\": \"Romania\",\n                            \"value\": \"ROU\",\n                            \"checked\": false,\n                            \"alpha2\": \"RO\",\n                            \"alpha3\": \"ROU\",\n                            \"numerical\": \"642\",\n                            \"name\": \"Romania\"\n                        },\n                        {\n                            \"text\": \"Russian Federation\",\n                            \"value\": \"RUS\",\n                            \"checked\": false,\n                            \"alpha2\": \"RU\",\n                            \"alpha3\": \"RUS\",\n                            \"numerical\": \"643\",\n                            \"name\": \"Russian Federation\"\n                        },\n                        {\n                            \"text\": \"Rwanda\",\n                            \"value\": \"RWA\",\n                            \"checked\": false,\n                            \"alpha2\": \"RW\",\n                            \"alpha3\": \"RWA\",\n                            \"numerical\": \"646\",\n                            \"name\": \"Rwanda\"\n                        },\n                        {\n                            \"text\": \"Saint Barthélemy\",\n                            \"value\": \"BLM\",\n                            \"checked\": false,\n                            \"alpha2\": \"BL\",\n                            \"alpha3\": \"BLM\",\n                            \"numerical\": \"652\",\n                            \"name\": \"Saint Barthélemy\"\n                        },\n                        {\n                            \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                            \"value\": \"SHN\",\n                            \"checked\": false,\n                            \"alpha2\": \"SH\",\n                            \"alpha3\": \"SHN\",\n                            \"numerical\": \"654\",\n                            \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                        },\n                        {\n                            \"text\": \"Saint Kitts and Nevis\",\n                            \"value\": \"KNA\",\n                            \"checked\": false,\n                            \"alpha2\": \"KN\",\n                            \"alpha3\": \"KNA\",\n                            \"numerical\": \"659\",\n                            \"name\": \"Saint Kitts and Nevis\"\n                        },\n                        {\n                            \"text\": \"Saint Lucia\",\n                            \"value\": \"LCA\",\n                            \"checked\": false,\n                            \"alpha2\": \"LC\",\n                            \"alpha3\": \"LCA\",\n                            \"numerical\": \"662\",\n                            \"name\": \"Saint Lucia\"\n                        },\n                        {\n                            \"text\": \"Saint Martin (French part)\",\n                            \"value\": \"MAF\",\n                            \"checked\": false,\n                            \"alpha2\": \"MF\",\n                            \"alpha3\": \"MAF\",\n                            \"numerical\": \"663\",\n                            \"name\": \"Saint Martin (French part)\"\n                        },\n                        {\n                            \"text\": \"Saint Pierre and Miquelon\",\n                            \"value\": \"SPM\",\n                            \"checked\": false,\n                            \"alpha2\": \"PM\",\n                            \"alpha3\": \"SPM\",\n                            \"numerical\": \"666\",\n                            \"name\": \"Saint Pierre and Miquelon\"\n                        },\n                        {\n                            \"text\": \"Saint Vincent and the Grenadines\",\n                            \"value\": \"VCT\",\n                            \"checked\": false,\n                            \"alpha2\": \"VC\",\n                            \"alpha3\": \"VCT\",\n                            \"numerical\": \"670\",\n                            \"name\": \"Saint Vincent and the Grenadines\"\n                        },\n                        {\n                            \"text\": \"Samoa\",\n                            \"value\": \"WSM\",\n                            \"checked\": false,\n                            \"alpha2\": \"WS\",\n                            \"alpha3\": \"WSM\",\n                            \"numerical\": \"882\",\n                            \"name\": \"Samoa\"\n                        },\n                        {\n                            \"text\": \"San Marino\",\n                            \"value\": \"SMR\",\n                            \"checked\": false,\n                            \"alpha2\": \"SM\",\n                            \"alpha3\": \"SMR\",\n                            \"numerical\": \"674\",\n                            \"name\": \"San Marino\"\n                        },\n                        {\n                            \"text\": \"Sao Tome and Principe\",\n                            \"value\": \"STP\",\n                            \"checked\": false,\n                            \"alpha2\": \"ST\",\n                            \"alpha3\": \"STP\",\n                            \"numerical\": \"678\",\n                            \"name\": \"Sao Tome and Principe\"\n                        },\n                        {\n                            \"text\": \"Saudi Arabia\",\n                            \"value\": \"SAU\",\n                            \"checked\": false,\n                            \"alpha2\": \"SA\",\n                            \"alpha3\": \"SAU\",\n                            \"numerical\": \"682\",\n                            \"name\": \"Saudi Arabia\"\n                        },\n                        {\n                            \"text\": \"Senegal\",\n                            \"value\": \"SEN\",\n                            \"checked\": false,\n                            \"alpha2\": \"SN\",\n                            \"alpha3\": \"SEN\",\n                            \"numerical\": \"686\",\n                            \"name\": \"Senegal\"\n                        },\n                        {\n                            \"text\": \"Serbia\",\n                            \"value\": \"SRB\",\n                            \"checked\": false,\n                            \"alpha2\": \"RS\",\n                            \"alpha3\": \"SRB\",\n                            \"numerical\": \"688\",\n                            \"name\": \"Serbia\"\n                        },\n                        {\n                            \"text\": \"Seychelles\",\n                            \"value\": \"SYC\",\n                            \"checked\": false,\n                            \"alpha2\": \"SC\",\n                            \"alpha3\": \"SYC\",\n                            \"numerical\": \"690\",\n                            \"name\": \"Seychelles\"\n                        },\n                        {\n                            \"text\": \"Sierra Leone\",\n                            \"value\": \"SLE\",\n                            \"checked\": false,\n                            \"alpha2\": \"SL\",\n                            \"alpha3\": \"SLE\",\n                            \"numerical\": \"694\",\n                            \"name\": \"Sierra Leone\"\n                        },\n                        {\n                            \"text\": \"Singapore\",\n                            \"value\": \"SGP\",\n                            \"checked\": false,\n                            \"alpha2\": \"SG\",\n                            \"alpha3\": \"SGP\",\n                            \"numerical\": \"702\",\n                            \"name\": \"Singapore\"\n                        },\n                        {\n                            \"text\": \"Sint Maarten (Dutch part)\",\n                            \"value\": \"SXM\",\n                            \"checked\": false,\n                            \"alpha2\": \"SX\",\n                            \"alpha3\": \"SXM\",\n                            \"numerical\": \"534\",\n                            \"name\": \"Sint Maarten (Dutch part)\"\n                        },\n                        {\n                            \"text\": \"Slovakia\",\n                            \"value\": \"SVK\",\n                            \"checked\": false,\n                            \"alpha2\": \"SK\",\n                            \"alpha3\": \"SVK\",\n                            \"numerical\": \"703\",\n                            \"name\": \"Slovakia\"\n                        },\n                        {\n                            \"text\": \"Slovenia\",\n                            \"value\": \"SVN\",\n                            \"checked\": false,\n                            \"alpha2\": \"SI\",\n                            \"alpha3\": \"SVN\",\n                            \"numerical\": \"705\",\n                            \"name\": \"Slovenia\"\n                        },\n                        {\n                            \"text\": \"Solomon Islands\",\n                            \"value\": \"SLB\",\n                            \"checked\": false,\n                            \"alpha2\": \"SB\",\n                            \"alpha3\": \"SLB\",\n                            \"numerical\": \"090\",\n                            \"name\": \"Solomon Islands\"\n                        },\n                        {\n                            \"text\": \"Somalia\",\n                            \"value\": \"SOM\",\n                            \"checked\": false,\n                            \"alpha2\": \"SO\",\n                            \"alpha3\": \"SOM\",\n                            \"numerical\": \"706\",\n                            \"name\": \"Somalia\"\n                        },\n                        {\n                            \"text\": \"South Africa\",\n                            \"value\": \"ZAF\",\n                            \"checked\": false,\n                            \"alpha2\": \"ZA\",\n                            \"alpha3\": \"ZAF\",\n                            \"numerical\": \"710\",\n                            \"name\": \"South Africa\"\n                        },\n                        {\n                            \"text\": \"South Georgia and the South Sandwich Islands\",\n                            \"value\": \"SGS\",\n                            \"checked\": false,\n                            \"alpha2\": \"GS\",\n                            \"alpha3\": \"SGS\",\n                            \"numerical\": \"239\",\n                            \"name\": \"South Georgia and the South Sandwich Islands\"\n                        },\n                        {\n                            \"text\": \"South Sudan\",\n                            \"value\": \"SSD\",\n                            \"checked\": false,\n                            \"alpha2\": \"SS\",\n                            \"alpha3\": \"SSD\",\n                            \"numerical\": \"728\",\n                            \"name\": \"South Sudan\"\n                        },\n                        {\n                            \"text\": \"Spain\",\n                            \"value\": \"ESP\",\n                            \"checked\": false,\n                            \"alpha2\": \"ES\",\n                            \"alpha3\": \"ESP\",\n                            \"numerical\": \"724\",\n                            \"name\": \"Spain\"\n                        },\n                        {\n                            \"text\": \"Sri Lanka\",\n                            \"value\": \"LKA\",\n                            \"checked\": false,\n                            \"alpha2\": \"LK\",\n                            \"alpha3\": \"LKA\",\n                            \"numerical\": \"144\",\n                            \"name\": \"Sri Lanka\"\n                        },\n                        {\n                            \"text\": \"Sudan\",\n                            \"value\": \"SDN\",\n                            \"checked\": false,\n                            \"alpha2\": \"SD\",\n                            \"alpha3\": \"SDN\",\n                            \"numerical\": \"729\",\n                            \"name\": \"Sudan\"\n                        },\n                        {\n                            \"text\": \"Suriname\",\n                            \"value\": \"SUR\",\n                            \"checked\": false,\n                            \"alpha2\": \"SR\",\n                            \"alpha3\": \"SUR\",\n                            \"numerical\": \"740\",\n                            \"name\": \"Suriname\"\n                        },\n                        {\n                            \"text\": \"Svalbard and Jan Mayen\",\n                            \"value\": \"SJM\",\n                            \"checked\": false,\n                            \"alpha2\": \"SJ\",\n                            \"alpha3\": \"SJM\",\n                            \"numerical\": \"744\",\n                            \"name\": \"Svalbard and Jan Mayen\"\n                        },\n                        {\n                            \"text\": \"Eswatini\",\n                            \"value\": \"SWZ\",\n                            \"checked\": false,\n                            \"alpha2\": \"SZ\",\n                            \"alpha3\": \"SWZ\",\n                            \"numerical\": \"748\",\n                            \"name\": \"Eswatini\"\n                        },\n                        {\n                            \"text\": \"Sweden\",\n                            \"value\": \"SWE\",\n                            \"checked\": false,\n                            \"alpha2\": \"SE\",\n                            \"alpha3\": \"SWE\",\n                            \"numerical\": \"752\",\n                            \"name\": \"Sweden\"\n                        },\n                        {\n                            \"text\": \"Switzerland\",\n                            \"value\": \"CHE\",\n                            \"checked\": false,\n                            \"alpha2\": \"CH\",\n                            \"alpha3\": \"CHE\",\n                            \"numerical\": \"756\",\n                            \"name\": \"Switzerland\"\n                        },\n                        {\n                            \"text\": \"Syrian Arab Republic\",\n                            \"value\": \"SYR\",\n                            \"checked\": false,\n                            \"alpha2\": \"SY\",\n                            \"alpha3\": \"SYR\",\n                            \"numerical\": \"760\",\n                            \"name\": \"Syrian Arab Republic\"\n                        },\n                        {\n                            \"text\": \"Taiwan\",\n                            \"value\": \"TWN\",\n                            \"checked\": false,\n                            \"alpha2\": \"TW\",\n                            \"alpha3\": \"TWN\",\n                            \"numerical\": \"158\",\n                            \"name\": \"Taiwan\"\n                        },\n                        {\n                            \"text\": \"Tajikistan\",\n                            \"value\": \"TJK\",\n                            \"checked\": false,\n                            \"alpha2\": \"TJ\",\n                            \"alpha3\": \"TJK\",\n                            \"numerical\": \"762\",\n                            \"name\": \"Tajikistan\"\n                        },\n                        {\n                            \"text\": \"Tanzania,United Republic of\",\n                            \"value\": \"TZA\",\n                            \"checked\": false,\n                            \"alpha2\": \"TZ\",\n                            \"alpha3\": \"TZA\",\n                            \"numerical\": \"834\",\n                            \"name\": \"Tanzania,United Republic of\"\n                        },\n                        {\n                            \"text\": \"Thailand\",\n                            \"value\": \"THA\",\n                            \"checked\": false,\n                            \"alpha2\": \"TH\",\n                            \"alpha3\": \"THA\",\n                            \"numerical\": \"764\",\n                            \"name\": \"Thailand\"\n                        },\n                        {\n                            \"text\": \"Timor-Leste\",\n                            \"value\": \"TLS\",\n                            \"checked\": false,\n                            \"alpha2\": \"TL\",\n                            \"alpha3\": \"TLS\",\n                            \"numerical\": \"626\",\n                            \"name\": \"Timor-Leste\"\n                        },\n                        {\n                            \"text\": \"Togo\",\n                            \"value\": \"TGO\",\n                            \"checked\": false,\n                            \"alpha2\": \"TG\",\n                            \"alpha3\": \"TGO\",\n                            \"numerical\": \"768\",\n                            \"name\": \"Togo\"\n                        },\n                        {\n                            \"text\": \"Tokelau\",\n                            \"value\": \"TKL\",\n                            \"checked\": false,\n                            \"alpha2\": \"TK\",\n                            \"alpha3\": \"TKL\",\n                            \"numerical\": \"772\",\n                            \"name\": \"Tokelau\"\n                        },\n                        {\n                            \"text\": \"Tonga\",\n                            \"value\": \"TON\",\n                            \"checked\": false,\n                            \"alpha2\": \"TO\",\n                            \"alpha3\": \"TON\",\n                            \"numerical\": \"776\",\n                            \"name\": \"Tonga\"\n                        },\n                        {\n                            \"text\": \"Trinidad and Tobago\",\n                            \"value\": \"TTO\",\n                            \"checked\": false,\n                            \"alpha2\": \"TT\",\n                            \"alpha3\": \"TTO\",\n                            \"numerical\": \"780\",\n                            \"name\": \"Trinidad and Tobago\"\n                        },\n                        {\n                            \"text\": \"Tunisia\",\n                            \"value\": \"TUN\",\n                            \"checked\": false,\n                            \"alpha2\": \"TN\",\n                            \"alpha3\": \"TUN\",\n                            \"numerical\": \"788\",\n                            \"name\": \"Tunisia\"\n                        },\n                        {\n                            \"text\": \"Turkey\",\n                            \"value\": \"TUR\",\n                            \"checked\": false,\n                            \"alpha2\": \"TR\",\n                            \"alpha3\": \"TUR\",\n                            \"numerical\": \"792\",\n                            \"name\": \"Turkey\"\n                        },\n                        {\n                            \"text\": \"Turkmenistan\",\n                            \"value\": \"TKM\",\n                            \"checked\": false,\n                            \"alpha2\": \"TM\",\n                            \"alpha3\": \"TKM\",\n                            \"numerical\": \"795\",\n                            \"name\": \"Turkmenistan\"\n                        },\n                        {\n                            \"text\": \"Turks and Caicos Islands\",\n                            \"value\": \"TCA\",\n                            \"checked\": false,\n                            \"alpha2\": \"TC\",\n                            \"alpha3\": \"TCA\",\n                            \"numerical\": \"796\",\n                            \"name\": \"Turks and Caicos Islands\"\n                        },\n                        {\n                            \"text\": \"Tuvalu\",\n                            \"value\": \"TUV\",\n                            \"checked\": false,\n                            \"alpha2\": \"TV\",\n                            \"alpha3\": \"TUV\",\n                            \"numerical\": \"798\",\n                            \"name\": \"Tuvalu\"\n                        },\n                        {\n                            \"text\": \"Uganda\",\n                            \"value\": \"UGA\",\n                            \"checked\": false,\n                            \"alpha2\": \"UG\",\n                            \"alpha3\": \"UGA\",\n                            \"numerical\": \"800\",\n                            \"name\": \"Uganda\"\n                        },\n                        {\n                            \"text\": \"Ukraine\",\n                            \"value\": \"UKR\",\n                            \"checked\": false,\n                            \"alpha2\": \"UA\",\n                            \"alpha3\": \"UKR\",\n                            \"numerical\": \"804\",\n                            \"name\": \"Ukraine\"\n                        },\n                        {\n                            \"text\": \"United Arab Emirates\",\n                            \"value\": \"ARE\",\n                            \"checked\": false,\n                            \"alpha2\": \"AE\",\n                            \"alpha3\": \"ARE\",\n                            \"numerical\": \"784\",\n                            \"name\": \"United Arab Emirates\"\n                        },\n                        {\n                            \"text\": \"United Kingdom\",\n                            \"value\": \"GBR\",\n                            \"checked\": false,\n                            \"alpha2\": \"GB\",\n                            \"alpha3\": \"GBR\",\n                            \"numerical\": \"826\",\n                            \"name\": \"United Kingdom\"\n                        },\n                        {\n                            \"text\": \"United States Minor Outlying Islands\",\n                            \"value\": \"UMI\",\n                            \"checked\": false,\n                            \"alpha2\": \"UM\",\n                            \"alpha3\": \"UMI\",\n                            \"numerical\": \"581\",\n                            \"name\": \"United States Minor Outlying Islands\"\n                        },\n                        {\n                            \"text\": \"Uruguay\",\n                            \"value\": \"URY\",\n                            \"checked\": false,\n                            \"alpha2\": \"UY\",\n                            \"alpha3\": \"URY\",\n                            \"numerical\": \"858\",\n                            \"name\": \"Uruguay\"\n                        },\n                        {\n                            \"text\": \"Uzbekistan\",\n                            \"value\": \"UZB\",\n                            \"checked\": false,\n                            \"alpha2\": \"UZ\",\n                            \"alpha3\": \"UZB\",\n                            \"numerical\": \"860\",\n                            \"name\": \"Uzbekistan\"\n                        },\n                        {\n                            \"text\": \"Vanuatu\",\n                            \"value\": \"VUT\",\n                            \"checked\": false,\n                            \"alpha2\": \"VU\",\n                            \"alpha3\": \"VUT\",\n                            \"numerical\": \"548\",\n                            \"name\": \"Vanuatu\"\n                        },\n                        {\n                            \"text\": \"Venezuela,Bolivarian Republic of\",\n                            \"value\": \"VEN\",\n                            \"checked\": false,\n                            \"alpha2\": \"VE\",\n                            \"alpha3\": \"VEN\",\n                            \"numerical\": \"862\",\n                            \"name\": \"Venezuela,Bolivarian Republic of\"\n                        },\n                        {\n                            \"text\": \"Viet Nam\",\n                            \"value\": \"VNM\",\n                            \"checked\": false,\n                            \"alpha2\": \"VN\",\n                            \"alpha3\": \"VNM\",\n                            \"numerical\": \"704\",\n                            \"name\": \"Viet Nam\"\n                        },\n                        {\n                            \"text\": \"Virgin Islands,British\",\n                            \"value\": \"VGB\",\n                            \"checked\": false,\n                            \"alpha2\": \"VG\",\n                            \"alpha3\": \"VGB\",\n                            \"numerical\": \"092\",\n                            \"name\": \"Virgin Islands,British\"\n                        },\n                        {\n                            \"text\": \"Virgin Islands,U.S.\",\n                            \"value\": \"VIR\",\n                            \"checked\": false,\n                            \"alpha2\": \"VI\",\n                            \"alpha3\": \"VIR\",\n                            \"numerical\": \"850\",\n                            \"name\": \"Virgin Islands,U.S.\"\n                        },\n                        {\n                            \"text\": \"Wallis and Futuna\",\n                            \"value\": \"WLF\",\n                            \"checked\": false,\n                            \"alpha2\": \"WF\",\n                            \"alpha3\": \"WLF\",\n                            \"numerical\": \"876\",\n                            \"name\": \"Wallis and Futuna\"\n                        },\n                        {\n                            \"text\": \"Western Sahara\",\n                            \"value\": \"ESH\",\n                            \"checked\": false,\n                            \"alpha2\": \"EH\",\n                            \"alpha3\": \"ESH\",\n                            \"numerical\": \"732\",\n                            \"name\": \"Western Sahara\"\n                        },\n                        {\n                            \"text\": \"Yemen\",\n                            \"value\": \"YEM\",\n                            \"checked\": false,\n                            \"alpha2\": \"YE\",\n                            \"alpha3\": \"YEM\",\n                            \"numerical\": \"887\",\n                            \"name\": \"Yemen\"\n                        },\n                        {\n                            \"text\": \"Zambia\",\n                            \"value\": \"ZMB\",\n                            \"checked\": false,\n                            \"alpha2\": \"ZM\",\n                            \"alpha3\": \"ZMB\",\n                            \"numerical\": \"894\",\n                            \"name\": \"Zambia\"\n                        },\n                        {\n                            \"text\": \"Zimbabwe\",\n                            \"value\": \"ZWE\",\n                            \"checked\": false,\n                            \"alpha2\": \"ZW\",\n                            \"alpha3\": \"ZWE\",\n                            \"numerical\": \"895\",\n                            \"name\": \"Zimbabwe\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"export\",\n                    \"import\",\n                    \"forms\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_ssn\",\n                \"slug\": \"user-ssn\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [\n                    {\n                        \"type\": \"ssn\"\n                    },\n                    {\n                        \"type\": \"mask\",\n                        \"mask\": \"999-99-9999\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"Social Security #\",\n                \"form_attributes\": {\n                    \"field_type\": \"text\",\n                    \"label\": \"Social Security #\",\n                    \"name\": \"ssid\",\n                    \"default\": \"\",\n                    \"placeholder\": \"Social Security #\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"mask\": \"999-99-9999\",\n                    \"size\": \"half\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\",\n                    \"unique\",\n                    \"relationship_import\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_state_residency\",\n                \"slug\": \"user-citizenship-state-residency\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"State Residency Status\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"State Residency Status\",\n                    \"name\": \"citizenship_state_residency\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.state_residency\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"code\",\n                    \"help_text\": \"\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Resident\",\n                            \"value\": \"R\",\n                            \"checked\": false,\n                            \"name\": \"Resident\",\n                            \"code\": \"R\"\n                        },\n                        {\n                            \"text\": \"Non-Resident\",\n                            \"value\": \"NR\",\n                            \"checked\": false,\n                            \"name\": \"Non-Resident\",\n                            \"code\": \"NR\"\n                        },\n                        {\n                            \"text\": \"Undeclared\",\n                            \"value\": \"U\",\n                            \"checked\": false,\n                            \"name\": \"Undeclared\",\n                            \"code\": \"U\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_hold_visa\",\n                \"slug\": \"user-citizenship-hold-visa\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"boolean\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"U.S. Visa Holder?\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"U.S. Visa Holder?\",\n                    \"name\": \"hold_visa\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"source\": \"locked\",\n                    \"data_source\": \"data_source.yesno\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"help_text\": \"Do you currently hold a United States visa?\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Yes\",\n                            \"value\": true,\n                            \"checked\": false,\n                            \"name\": \"Yes\",\n                            \"abbrev\": \"Y\"\n                        },\n                        {\n                            \"text\": \"No\",\n                            \"value\": false,\n                            \"checked\": false,\n                            \"name\": \"No\",\n                            \"abbrev\": \"N\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_currently_us\",\n                \"slug\": \"user-citizenship-currently-us\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"boolean\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"U.S. Residency?\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"USA Residency\",\n                    \"name\": \"currently_on_usa\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"source\": \"locked\",\n                    \"data_source\": \"data_source.yesno\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"help_text\": \"Do you currently live in the United States?\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Yes\",\n                            \"value\": true,\n                            \"checked\": false,\n                            \"name\": \"Yes\",\n                            \"abbrev\": \"Y\"\n                        },\n                        {\n                            \"text\": \"No\",\n                            \"value\": false,\n                            \"checked\": false,\n                            \"name\": \"No\",\n                            \"abbrev\": \"N\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_education_veteran_funds\",\n                \"slug\": \"user-education-veteran-funds\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"boolean\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Veteran Funding?\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"Veteran Funding\",\n                    \"name\": \"veteran_funds\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"source\": \"locked\",\n                    \"data_source\": \"data_source.yesno\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"help_text\": \"Do you plan to use veteran funds to finance your education?\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Yes\",\n                            \"value\": true,\n                            \"checked\": false,\n                            \"name\": \"Yes\",\n                            \"abbrev\": \"Y\"\n                        },\n                        {\n                            \"text\": \"No\",\n                            \"value\": false,\n                            \"checked\": false,\n                            \"name\": \"No\",\n                            \"abbrev\": \"N\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_visa_type\",\n                \"slug\": \"user-citizenship-visa-type\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Visa Type\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Visa Type\",\n                    \"name\": \"visa_type\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.visatypes\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"help_text\": \"Please indicate your current visa type.\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"A1 - Diplomatic Service/Family\",\n                            \"value\": \"A1\",\n                            \"checked\": false,\n                            \"name\": \"A1 - Diplomatic Service/Family\"\n                        },\n                        {\n                            \"text\": \"A2 - Foreign Govt Official/Family\",\n                            \"value\": \"A2\",\n                            \"checked\": false,\n                            \"name\": \"A2 - Foreign Govt Official/Family\"\n                        },\n                        {\n                            \"text\": \"A3 - Personal Ee of A1/A2/Family\",\n                            \"value\": \"A3\",\n                            \"checked\": false,\n                            \"name\": \"A3 - Personal Ee of A1/A2/Family\"\n                        },\n                        {\n                            \"text\": \"AS - Granted Asylum\",\n                            \"value\": \"AS\",\n                            \"checked\": false,\n                            \"name\": \"AS - Granted Asylum\"\n                        },\n                        {\n                            \"text\": \"B1 - Visitor (Business)\",\n                            \"value\": \"B1\",\n                            \"checked\": false,\n                            \"name\": \"B1 - Visitor (Business)\"\n                        },\n                        {\n                            \"text\": \"B2 - Visitor (Pleasure)\",\n                            \"value\": \"B2\",\n                            \"checked\": false,\n                            \"name\": \"B2 - Visitor (Pleasure)\"\n                        },\n                        {\n                            \"text\": \"CN - Canadian Citizen\",\n                            \"value\": \"CN\",\n                            \"checked\": false,\n                            \"name\": \"CN - Canadian Citizen\"\n                        },\n                        {\n                            \"text\": \"E1 - Treaty Treader/Dependent\",\n                            \"value\": \"E1\",\n                            \"checked\": false,\n                            \"name\": \"E1 - Treaty Treader/Dependent\"\n                        },\n                        {\n                            \"text\": \"E2 - Treaty Investor/Dependent\",\n                            \"value\": \"E2\",\n                            \"checked\": false,\n                            \"name\": \"E2 - Treaty Investor/Dependent\"\n                        },\n                        {\n                            \"text\": \"F1 - Academic Student\",\n                            \"value\": \"F1\",\n                            \"checked\": false,\n                            \"name\": \"F1 - Academic Student\"\n                        },\n                        {\n                            \"text\": \"F2 - Dependent of F1\",\n                            \"value\": \"F2\",\n                            \"checked\": false,\n                            \"name\": \"F2 - Dependent of F1\"\n                        },\n                        {\n                            \"text\": \"F3 - Commuting Academic Student\",\n                            \"value\": \"F3\",\n                            \"checked\": false,\n                            \"name\": \"F3 - Commuting Academic Student\"\n                        },\n                        {\n                            \"text\": \"G1 - International Organization- Principle Rep/Fam\",\n                            \"value\": \"G1\",\n                            \"checked\": false,\n                            \"name\": \"G1 - International Organization- Principle Rep/Fam\"\n                        },\n                        {\n                            \"text\": \"G2 - International Organization - Government Rep/Fam\",\n                            \"value\": \"G2\",\n                            \"checked\": false,\n                            \"name\": \"G2 - International Organization - Government Rep/Fam\"\n                        },\n                        {\n                            \"text\": \"G3 - International Organization - NonGovernment Rep/Fam\",\n                            \"value\": \"G3\",\n                            \"checked\": false,\n                            \"name\": \"G3 - International Organization - NonGovernment Rep/Fam\"\n                        },\n                        {\n                            \"text\": \"G4 - International Organization - Employee/Family\",\n                            \"value\": \"G4\",\n                            \"checked\": false,\n                            \"name\": \"G4 - International Organization - Employee/Family\"\n                        },\n                        {\n                            \"text\": \"H1 - Exceptional Services\",\n                            \"value\": \"H1\",\n                            \"checked\": false,\n                            \"name\": \"H1 - Exceptional Services\"\n                        },\n                        {\n                            \"text\": \"H2 - Termporary Services\",\n                            \"value\": \"H2\",\n                            \"checked\": false,\n                            \"name\": \"H2 - Termporary Services\"\n                        },\n                        {\n                            \"text\": \"H3 - Trainee\",\n                            \"value\": \"H3\",\n                            \"checked\": false,\n                            \"name\": \"H3 - Trainee\"\n                        },\n                        {\n                            \"text\": \"H4 - Dependent of H-Visa\",\n                            \"value\": \"H4\",\n                            \"checked\": false,\n                            \"name\": \"H4 - Dependent of H-Visa\"\n                        },\n                        {\n                            \"text\": \"I1 - Foreign Media Rep\",\n                            \"value\": \"I1\",\n                            \"checked\": false,\n                            \"name\": \"I1 - Foreign Media Rep\"\n                        },\n                        {\n                            \"text\": \"IM - Immigrant/Non Refugee\",\n                            \"value\": \"IM\",\n                            \"checked\": false,\n                            \"name\": \"IM - Immigrant/Non Refugee\"\n                        },\n                        {\n                            \"text\": \"J1 - Exchange Visitor\",\n                            \"value\": \"J1\",\n                            \"checked\": false,\n                            \"name\": \"J1 - Exchange Visitor\"\n                        },\n                        {\n                            \"text\": \"J-2  Dependent of J1 Visa Holder\",\n                            \"value\": \"J2\",\n                            \"checked\": false,\n                            \"name\": \"J-2  Dependent of J1 Visa Holder\"\n                        },\n                        {\n                            \"text\": \"K1 - Fiance€ of US Citizen\",\n                            \"value\": \"K1\",\n                            \"checked\": false,\n                            \"name\": \"K1 - Fiance€ of US Citizen\"\n                        },\n                        {\n                            \"text\": \"K2 - Minor Child of K1\",\n                            \"value\": \"K2\",\n                            \"checked\": false,\n                            \"name\": \"K2 - Minor Child of K1\"\n                        },\n                        {\n                            \"text\": \"K3 - Spouse of US Citizen/Life Act\",\n                            \"value\": \"K3\",\n                            \"checked\": false,\n                            \"name\": \"K3 - Spouse of US Citizen/Life Act\"\n                        },\n                        {\n                            \"text\": \"K4 - Minor Child of K3\",\n                            \"value\": \"K4\",\n                            \"checked\": false,\n                            \"name\": \"K4 - Minor Child of K3\"\n                        },\n                        {\n                            \"text\": \"L1 - Intracompany Transferee\",\n                            \"value\": \"L1\",\n                            \"checked\": false,\n                            \"name\": \"L1 - Intracompany Transferee\"\n                        },\n                        {\n                            \"text\": \"L2 - Spouse or Child of L1\",\n                            \"value\": \"L2\",\n                            \"checked\": false,\n                            \"name\": \"L2 - Spouse or Child of L1\"\n                        },\n                        {\n                            \"text\": \"M1 - Vocational Student\",\n                            \"value\": \"M1\",\n                            \"checked\": false,\n                            \"name\": \"M1 - Vocational Student\"\n                        },\n                        {\n                            \"text\": \"M2 - Dependent of Vocational Student\",\n                            \"value\": \"M2\",\n                            \"checked\": false,\n                            \"name\": \"M2 - Dependent of Vocational Student\"\n                        },\n                        {\n                            \"text\": \"M3 - Communting Vocational Student\",\n                            \"value\": \"M3\",\n                            \"checked\": false,\n                            \"name\": \"M3 - Communting Vocational Student\"\n                        },\n                        {\n                            \"text\": \"N1 - NATO Principle Rep/Staff/Family\",\n                            \"value\": \"N1\",\n                            \"checked\": false,\n                            \"name\": \"N1 - NATO Principle Rep/Staff/Family\"\n                        },\n                        {\n                            \"text\": \"N2 - NATO Other State Rep/Dependent\",\n                            \"value\": \"N2\",\n                            \"checked\": false,\n                            \"name\": \"N2 - NATO Other State Rep/Dependent\"\n                        },\n                        {\n                            \"text\": \"N3 - NATO Clerical Staff/Family\",\n                            \"value\": \"N3\",\n                            \"checked\": false,\n                            \"name\": \"N3 - NATO Clerical Staff/Family\"\n                        },\n                        {\n                            \"text\": \"N4 - NATO Official/Family\",\n                            \"value\": \"N4\",\n                            \"checked\": false,\n                            \"name\": \"N4 - NATO Official/Family\"\n                        },\n                        {\n                            \"text\": \"N5 - NATO Expert/Family\",\n                            \"value\": \"N5\",\n                            \"checked\": false,\n                            \"name\": \"N5 - NATO Expert/Family\"\n                        },\n                        {\n                            \"text\": \"N6 - NATO Civilian Staff/Dependent\",\n                            \"value\": \"N6\",\n                            \"checked\": false,\n                            \"name\": \"N6 - NATO Civilian Staff/Dependent\"\n                        },\n                        {\n                            \"text\": \"N7 - NATO Personal Ee/Family\",\n                            \"value\": \"N7\",\n                            \"checked\": false,\n                            \"name\": \"N7 - NATO Personal Ee/Family\"\n                        },\n                        {\n                            \"text\": \"NR - Non-Resident Alien\",\n                            \"value\": \"NR\",\n                            \"checked\": false,\n                            \"name\": \"NR - Non-Resident Alien\"\n                        },\n                        {\n                            \"text\": \"O1 - Extraordinary Ability\",\n                            \"value\": \"O1\",\n                            \"checked\": false,\n                            \"name\": \"O1 - Extraordinary Ability\"\n                        },\n                        {\n                            \"text\": \"O2 - Support Staff for O1\",\n                            \"value\": \"O2\",\n                            \"checked\": false,\n                            \"name\": \"O2 - Support Staff for O1\"\n                        },\n                        {\n                            \"text\": \"O3 - Dependent of O1 or O2\",\n                            \"value\": \"O3\",\n                            \"checked\": false,\n                            \"name\": \"O3 - Dependent of O1 or O2\"\n                        },\n                        {\n                            \"text\": \"Other Non-Immigrant\",\n                            \"value\": \"OT\",\n                            \"checked\": false,\n                            \"name\": \"Other Non-Immigrant\"\n                        },\n                        {\n                            \"text\": \"P1 - Athlete/Entertainer\",\n                            \"value\": \"P1\",\n                            \"checked\": false,\n                            \"name\": \"P1 - Athlete/Entertainer\"\n                        },\n                        {\n                            \"text\": \"P2 - Artist/Entertainer Recip Exchange Program\",\n                            \"value\": \"P2\",\n                            \"checked\": false,\n                            \"name\": \"P2 - Artist/Entertainer Recip Exchange Program\"\n                        },\n                        {\n                            \"text\": \"P3 - Artist/Entertainer Culture Unique\",\n                            \"value\": \"P3\",\n                            \"checked\": false,\n                            \"name\": \"P3 - Artist/Entertainer Culture Unique\"\n                        },\n                        {\n                            \"text\": \"P4 - Dependent of P Visa\",\n                            \"value\": \"P4\",\n                            \"checked\": false,\n                            \"name\": \"P4 - Dependent of P Visa\"\n                        },\n                        {\n                            \"text\": \"Q1 - Cultural Exchange Visitor\",\n                            \"value\": \"Q1\",\n                            \"checked\": false,\n                            \"name\": \"Q1 - Cultural Exchange Visitor\"\n                        },\n                        {\n                            \"text\": \"Q2 - Irish Peace Process\",\n                            \"value\": \"Q2\",\n                            \"checked\": false,\n                            \"name\": \"Q2 - Irish Peace Process\"\n                        },\n                        {\n                            \"text\": \"Q3 - Dependent of Q\",\n                            \"value\": \"Q3\",\n                            \"checked\": false,\n                            \"name\": \"Q3 - Dependent of Q\"\n                        },\n                        {\n                            \"text\": \"R1 - Religious Worker\",\n                            \"value\": \"R1\",\n                            \"checked\": false,\n                            \"name\": \"R1 - Religious Worker\"\n                        },\n                        {\n                            \"text\": \"R2 - Dependent of R1\",\n                            \"value\": \"R2\",\n                            \"checked\": false,\n                            \"name\": \"R2 - Dependent of R1\"\n                        },\n                        {\n                            \"text\": \"RA - Resident Alien\",\n                            \"value\": \"RA\",\n                            \"checked\": false,\n                            \"name\": \"RA - Resident Alien\"\n                        },\n                        {\n                            \"text\": \"RF - Refugee\",\n                            \"value\": \"RF\",\n                            \"checked\": false,\n                            \"name\": \"RF - Refugee\"\n                        },\n                        {\n                            \"text\": \"S5 - Informant/Criminal Organization\",\n                            \"value\": \"S5\",\n                            \"checked\": false,\n                            \"name\": \"S5 - Informant/Criminal Organization\"\n                        },\n                        {\n                            \"text\": \"S6 - Informant - Terror Activity\",\n                            \"value\": \"S6\",\n                            \"checked\": false,\n                            \"name\": \"S6 - Informant - Terror Activity\"\n                        },\n                        {\n                            \"text\": \"T1 - Victim Persons Trafficking\",\n                            \"value\": \"T1\",\n                            \"checked\": false,\n                            \"name\": \"T1 - Victim Persons Trafficking\"\n                        },\n                        {\n                            \"text\": \"T2- Spouse of T1\",\n                            \"value\": \"T2\",\n                            \"checked\": false,\n                            \"name\": \"T2- Spouse of T1\"\n                        },\n                        {\n                            \"text\": \"T3 - Child of T1\",\n                            \"value\": \"T3\",\n                            \"checked\": false,\n                            \"name\": \"T3 - Child of T1\"\n                        },\n                        {\n                            \"text\": \"T4 - Parent of T1\",\n                            \"value\": \"T4\",\n                            \"checked\": false,\n                            \"name\": \"T4 - Parent of T1\"\n                        },\n                        {\n                            \"text\": \"TD - Dependent of TN\",\n                            \"value\": \"TD\",\n                            \"checked\": false,\n                            \"name\": \"TD - Dependent of TN\"\n                        },\n                        {\n                            \"text\": \"TN - Professional - NAFTA\",\n                            \"value\": \"TN\",\n                            \"checked\": false,\n                            \"name\": \"TN - Professional - NAFTA\"\n                        },\n                        {\n                            \"text\": \"TP - Temporary Protected Status\",\n                            \"value\": \"TP\",\n                            \"checked\": false,\n                            \"name\": \"TP - Temporary Protected Status\"\n                        },\n                        {\n                            \"text\": \"U1 - Victim of Certain Crimes\",\n                            \"value\": \"U1\",\n                            \"checked\": false,\n                            \"name\": \"U1 - Victim of Certain Crimes\"\n                        },\n                        {\n                            \"text\": \"U2 - Spouse of U1\",\n                            \"value\": \"U2\",\n                            \"checked\": false,\n                            \"name\": \"U2 - Spouse of U1\"\n                        },\n                        {\n                            \"text\": \"U3 - Child of U1\",\n                            \"value\": \"U3\",\n                            \"checked\": false,\n                            \"name\": \"U3 - Child of U1\"\n                        },\n                        {\n                            \"text\": \"U4 - Parent of U1\",\n                            \"value\": \"U4\",\n                            \"checked\": false,\n                            \"name\": \"U4 - Parent of U1\"\n                        },\n                        {\n                            \"text\": \"V1 - Spouse of Lawful Permanent Resident\",\n                            \"value\": \"V1\",\n                            \"checked\": false,\n                            \"name\": \"V1 - Spouse of Lawful Permanent Resident\"\n                        },\n                        {\n                            \"text\": \"V2 - Child of Lawful Permanent Resident\",\n                            \"value\": \"V2\",\n                            \"checked\": false,\n                            \"name\": \"V2 - Child of Lawful Permanent Resident\"\n                        },\n                        {\n                            \"text\": \"V3 - Dependent of V1 or V2\",\n                            \"value\": \"V3\",\n                            \"checked\": false,\n                            \"name\": \"V3 - Dependent of V1 or V2\"\n                        },\n                        {\n                            \"text\": \"Not Available\",\n                            \"value\": \"not-available\",\n                            \"checked\": false,\n                            \"name\": \"Not Available\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_citizenship_hold_visa_type\",\n                \"slug\": \"user-citizenship-hold-visa-type\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"User Visa Type\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Visa Type\",\n                    \"name\": \"hold_visa_type\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.visatypes\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"help_text\": \"Please indicate your current visa type.\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"A1 - Diplomatic Service/Family\",\n                            \"value\": \"A1\",\n                            \"checked\": false,\n                            \"name\": \"A1 - Diplomatic Service/Family\"\n                        },\n                        {\n                            \"text\": \"A2 - Foreign Govt Official/Family\",\n                            \"value\": \"A2\",\n                            \"checked\": false,\n                            \"name\": \"A2 - Foreign Govt Official/Family\"\n                        },\n                        {\n                            \"text\": \"A3 - Personal Ee of A1/A2/Family\",\n                            \"value\": \"A3\",\n                            \"checked\": false,\n                            \"name\": \"A3 - Personal Ee of A1/A2/Family\"\n                        },\n                        {\n                            \"text\": \"AS - Granted Asylum\",\n                            \"value\": \"AS\",\n                            \"checked\": false,\n                            \"name\": \"AS - Granted Asylum\"\n                        },\n                        {\n                            \"text\": \"B1 - Visitor (Business)\",\n                            \"value\": \"B1\",\n                            \"checked\": false,\n                            \"name\": \"B1 - Visitor (Business)\"\n                        },\n                        {\n                            \"text\": \"B2 - Visitor (Pleasure)\",\n                            \"value\": \"B2\",\n                            \"checked\": false,\n                            \"name\": \"B2 - Visitor (Pleasure)\"\n                        },\n                        {\n                            \"text\": \"CN - Canadian Citizen\",\n                            \"value\": \"CN\",\n                            \"checked\": false,\n                            \"name\": \"CN - Canadian Citizen\"\n                        },\n                        {\n                            \"text\": \"E1 - Treaty Treader/Dependent\",\n                            \"value\": \"E1\",\n                            \"checked\": false,\n                            \"name\": \"E1 - Treaty Treader/Dependent\"\n                        },\n                        {\n                            \"text\": \"E2 - Treaty Investor/Dependent\",\n                            \"value\": \"E2\",\n                            \"checked\": false,\n                            \"name\": \"E2 - Treaty Investor/Dependent\"\n                        },\n                        {\n                            \"text\": \"F1 - Academic Student\",\n                            \"value\": \"F1\",\n                            \"checked\": false,\n                            \"name\": \"F1 - Academic Student\"\n                        },\n                        {\n                            \"text\": \"F2 - Dependent of F1\",\n                            \"value\": \"F2\",\n                            \"checked\": false,\n                            \"name\": \"F2 - Dependent of F1\"\n                        },\n                        {\n                            \"text\": \"F3 - Commuting Academic Student\",\n                            \"value\": \"F3\",\n                            \"checked\": false,\n                            \"name\": \"F3 - Commuting Academic Student\"\n                        },\n                        {\n                            \"text\": \"G1 - International Organization- Principle Rep/Fam\",\n                            \"value\": \"G1\",\n                            \"checked\": false,\n                            \"name\": \"G1 - International Organization- Principle Rep/Fam\"\n                        },\n                        {\n                            \"text\": \"G2 - International Organization - Government Rep/Fam\",\n                            \"value\": \"G2\",\n                            \"checked\": false,\n                            \"name\": \"G2 - International Organization - Government Rep/Fam\"\n                        },\n                        {\n                            \"text\": \"G3 - International Organization - NonGovernment Rep/Fam\",\n                            \"value\": \"G3\",\n                            \"checked\": false,\n                            \"name\": \"G3 - International Organization - NonGovernment Rep/Fam\"\n                        },\n                        {\n                            \"text\": \"G4 - International Organization - Employee/Family\",\n                            \"value\": \"G4\",\n                            \"checked\": false,\n                            \"name\": \"G4 - International Organization - Employee/Family\"\n                        },\n                        {\n                            \"text\": \"H1 - Exceptional Services\",\n                            \"value\": \"H1\",\n                            \"checked\": false,\n                            \"name\": \"H1 - Exceptional Services\"\n                        },\n                        {\n                            \"text\": \"H2 - Termporary Services\",\n                            \"value\": \"H2\",\n                            \"checked\": false,\n                            \"name\": \"H2 - Termporary Services\"\n                        },\n                        {\n                            \"text\": \"H3 - Trainee\",\n                            \"value\": \"H3\",\n                            \"checked\": false,\n                            \"name\": \"H3 - Trainee\"\n                        },\n                        {\n                            \"text\": \"H4 - Dependent of H-Visa\",\n                            \"value\": \"H4\",\n                            \"checked\": false,\n                            \"name\": \"H4 - Dependent of H-Visa\"\n                        },\n                        {\n                            \"text\": \"I1 - Foreign Media Rep\",\n                            \"value\": \"I1\",\n                            \"checked\": false,\n                            \"name\": \"I1 - Foreign Media Rep\"\n                        },\n                        {\n                            \"text\": \"IM - Immigrant/Non Refugee\",\n                            \"value\": \"IM\",\n                            \"checked\": false,\n                            \"name\": \"IM - Immigrant/Non Refugee\"\n                        },\n                        {\n                            \"text\": \"J1 - Exchange Visitor\",\n                            \"value\": \"J1\",\n                            \"checked\": false,\n                            \"name\": \"J1 - Exchange Visitor\"\n                        },\n                        {\n                            \"text\": \"J-2  Dependent of J1 Visa Holder\",\n                            \"value\": \"J2\",\n                            \"checked\": false,\n                            \"name\": \"J-2  Dependent of J1 Visa Holder\"\n                        },\n                        {\n                            \"text\": \"K1 - Fiance€ of US Citizen\",\n                            \"value\": \"K1\",\n                            \"checked\": false,\n                            \"name\": \"K1 - Fiance€ of US Citizen\"\n                        },\n                        {\n                            \"text\": \"K2 - Minor Child of K1\",\n                            \"value\": \"K2\",\n                            \"checked\": false,\n                            \"name\": \"K2 - Minor Child of K1\"\n                        },\n                        {\n                            \"text\": \"K3 - Spouse of US Citizen/Life Act\",\n                            \"value\": \"K3\",\n                            \"checked\": false,\n                            \"name\": \"K3 - Spouse of US Citizen/Life Act\"\n                        },\n                        {\n                            \"text\": \"K4 - Minor Child of K3\",\n                            \"value\": \"K4\",\n                            \"checked\": false,\n                            \"name\": \"K4 - Minor Child of K3\"\n                        },\n                        {\n                            \"text\": \"L1 - Intracompany Transferee\",\n                            \"value\": \"L1\",\n                            \"checked\": false,\n                            \"name\": \"L1 - Intracompany Transferee\"\n                        },\n                        {\n                            \"text\": \"L2 - Spouse or Child of L1\",\n                            \"value\": \"L2\",\n                            \"checked\": false,\n                            \"name\": \"L2 - Spouse or Child of L1\"\n                        },\n                        {\n                            \"text\": \"M1 - Vocational Student\",\n                            \"value\": \"M1\",\n                            \"checked\": false,\n                            \"name\": \"M1 - Vocational Student\"\n                        },\n                        {\n                            \"text\": \"M2 - Dependent of Vocational Student\",\n                            \"value\": \"M2\",\n                            \"checked\": false,\n                            \"name\": \"M2 - Dependent of Vocational Student\"\n                        },\n                        {\n                            \"text\": \"M3 - Communting Vocational Student\",\n                            \"value\": \"M3\",\n                            \"checked\": false,\n                            \"name\": \"M3 - Communting Vocational Student\"\n                        },\n                        {\n                            \"text\": \"N1 - NATO Principle Rep/Staff/Family\",\n                            \"value\": \"N1\",\n                            \"checked\": false,\n                            \"name\": \"N1 - NATO Principle Rep/Staff/Family\"\n                        },\n                        {\n                            \"text\": \"N2 - NATO Other State Rep/Dependent\",\n                            \"value\": \"N2\",\n                            \"checked\": false,\n                            \"name\": \"N2 - NATO Other State Rep/Dependent\"\n                        },\n                        {\n                            \"text\": \"N3 - NATO Clerical Staff/Family\",\n                            \"value\": \"N3\",\n                            \"checked\": false,\n                            \"name\": \"N3 - NATO Clerical Staff/Family\"\n                        },\n                        {\n                            \"text\": \"N4 - NATO Official/Family\",\n                            \"value\": \"N4\",\n                            \"checked\": false,\n                            \"name\": \"N4 - NATO Official/Family\"\n                        },\n                        {\n                            \"text\": \"N5 - NATO Expert/Family\",\n                            \"value\": \"N5\",\n                            \"checked\": false,\n                            \"name\": \"N5 - NATO Expert/Family\"\n                        },\n                        {\n                            \"text\": \"N6 - NATO Civilian Staff/Dependent\",\n                            \"value\": \"N6\",\n                            \"checked\": false,\n                            \"name\": \"N6 - NATO Civilian Staff/Dependent\"\n                        },\n                        {\n                            \"text\": \"N7 - NATO Personal Ee/Family\",\n                            \"value\": \"N7\",\n                            \"checked\": false,\n                            \"name\": \"N7 - NATO Personal Ee/Family\"\n                        },\n                        {\n                            \"text\": \"NR - Non-Resident Alien\",\n                            \"value\": \"NR\",\n                            \"checked\": false,\n                            \"name\": \"NR - Non-Resident Alien\"\n                        },\n                        {\n                            \"text\": \"O1 - Extraordinary Ability\",\n                            \"value\": \"O1\",\n                            \"checked\": false,\n                            \"name\": \"O1 - Extraordinary Ability\"\n                        },\n                        {\n                            \"text\": \"O2 - Support Staff for O1\",\n                            \"value\": \"O2\",\n                            \"checked\": false,\n                            \"name\": \"O2 - Support Staff for O1\"\n                        },\n                        {\n                            \"text\": \"O3 - Dependent of O1 or O2\",\n                            \"value\": \"O3\",\n                            \"checked\": false,\n                            \"name\": \"O3 - Dependent of O1 or O2\"\n                        },\n                        {\n                            \"text\": \"Other Non-Immigrant\",\n                            \"value\": \"OT\",\n                            \"checked\": false,\n                            \"name\": \"Other Non-Immigrant\"\n                        },\n                        {\n                            \"text\": \"P1 - Athlete/Entertainer\",\n                            \"value\": \"P1\",\n                            \"checked\": false,\n                            \"name\": \"P1 - Athlete/Entertainer\"\n                        },\n                        {\n                            \"text\": \"P2 - Artist/Entertainer Recip Exchange Program\",\n                            \"value\": \"P2\",\n                            \"checked\": false,\n                            \"name\": \"P2 - Artist/Entertainer Recip Exchange Program\"\n                        },\n                        {\n                            \"text\": \"P3 - Artist/Entertainer Culture Unique\",\n                            \"value\": \"P3\",\n                            \"checked\": false,\n                            \"name\": \"P3 - Artist/Entertainer Culture Unique\"\n                        },\n                        {\n                            \"text\": \"P4 - Dependent of P Visa\",\n                            \"value\": \"P4\",\n                            \"checked\": false,\n                            \"name\": \"P4 - Dependent of P Visa\"\n                        },\n                        {\n                            \"text\": \"Q1 - Cultural Exchange Visitor\",\n                            \"value\": \"Q1\",\n                            \"checked\": false,\n                            \"name\": \"Q1 - Cultural Exchange Visitor\"\n                        },\n                        {\n                            \"text\": \"Q2 - Irish Peace Process\",\n                            \"value\": \"Q2\",\n                            \"checked\": false,\n                            \"name\": \"Q2 - Irish Peace Process\"\n                        },\n                        {\n                            \"text\": \"Q3 - Dependent of Q\",\n                            \"value\": \"Q3\",\n                            \"checked\": false,\n                            \"name\": \"Q3 - Dependent of Q\"\n                        },\n                        {\n                            \"text\": \"R1 - Religious Worker\",\n                            \"value\": \"R1\",\n                            \"checked\": false,\n                            \"name\": \"R1 - Religious Worker\"\n                        },\n                        {\n                            \"text\": \"R2 - Dependent of R1\",\n                            \"value\": \"R2\",\n                            \"checked\": false,\n                            \"name\": \"R2 - Dependent of R1\"\n                        },\n                        {\n                            \"text\": \"RA - Resident Alien\",\n                            \"value\": \"RA\",\n                            \"checked\": false,\n                            \"name\": \"RA - Resident Alien\"\n                        },\n                        {\n                            \"text\": \"RF - Refugee\",\n                            \"value\": \"RF\",\n                            \"checked\": false,\n                            \"name\": \"RF - Refugee\"\n                        },\n                        {\n                            \"text\": \"S5 - Informant/Criminal Organization\",\n                            \"value\": \"S5\",\n                            \"checked\": false,\n                            \"name\": \"S5 - Informant/Criminal Organization\"\n                        },\n                        {\n                            \"text\": \"S6 - Informant - Terror Activity\",\n                            \"value\": \"S6\",\n                            \"checked\": false,\n                            \"name\": \"S6 - Informant - Terror Activity\"\n                        },\n                        {\n                            \"text\": \"T1 - Victim Persons Trafficking\",\n                            \"value\": \"T1\",\n                            \"checked\": false,\n                            \"name\": \"T1 - Victim Persons Trafficking\"\n                        },\n                        {\n                            \"text\": \"T2- Spouse of T1\",\n                            \"value\": \"T2\",\n                            \"checked\": false,\n                            \"name\": \"T2- Spouse of T1\"\n                        },\n                        {\n                            \"text\": \"T3 - Child of T1\",\n                            \"value\": \"T3\",\n                            \"checked\": false,\n                            \"name\": \"T3 - Child of T1\"\n                        },\n                        {\n                            \"text\": \"T4 - Parent of T1\",\n                            \"value\": \"T4\",\n                            \"checked\": false,\n                            \"name\": \"T4 - Parent of T1\"\n                        },\n                        {\n                            \"text\": \"TD - Dependent of TN\",\n                            \"value\": \"TD\",\n                            \"checked\": false,\n                            \"name\": \"TD - Dependent of TN\"\n                        },\n                        {\n                            \"text\": \"TN - Professional - NAFTA\",\n                            \"value\": \"TN\",\n                            \"checked\": false,\n                            \"name\": \"TN - Professional - NAFTA\"\n                        },\n                        {\n                            \"text\": \"TP - Temporary Protected Status\",\n                            \"value\": \"TP\",\n                            \"checked\": false,\n                            \"name\": \"TP - Temporary Protected Status\"\n                        },\n                        {\n                            \"text\": \"U1 - Victim of Certain Crimes\",\n                            \"value\": \"U1\",\n                            \"checked\": false,\n                            \"name\": \"U1 - Victim of Certain Crimes\"\n                        },\n                        {\n                            \"text\": \"U2 - Spouse of U1\",\n                            \"value\": \"U2\",\n                            \"checked\": false,\n                            \"name\": \"U2 - Spouse of U1\"\n                        },\n                        {\n                            \"text\": \"U3 - Child of U1\",\n                            \"value\": \"U3\",\n                            \"checked\": false,\n                            \"name\": \"U3 - Child of U1\"\n                        },\n                        {\n                            \"text\": \"U4 - Parent of U1\",\n                            \"value\": \"U4\",\n                            \"checked\": false,\n                            \"name\": \"U4 - Parent of U1\"\n                        },\n                        {\n                            \"text\": \"V1 - Spouse of Lawful Permanent Resident\",\n                            \"value\": \"V1\",\n                            \"checked\": false,\n                            \"name\": \"V1 - Spouse of Lawful Permanent Resident\"\n                        },\n                        {\n                            \"text\": \"V2 - Child of Lawful Permanent Resident\",\n                            \"value\": \"V2\",\n                            \"checked\": false,\n                            \"name\": \"V2 - Child of Lawful Permanent Resident\"\n                        },\n                        {\n                            \"text\": \"V3 - Dependent of V1 or V2\",\n                            \"value\": \"V3\",\n                            \"checked\": false,\n                            \"name\": \"V3 - Dependent of V1 or V2\"\n                        },\n                        {\n                            \"text\": \"Not Available\",\n                            \"value\": \"not-available\",\n                            \"checked\": false,\n                            \"name\": \"Not Available\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_race_categories\",\n                \"slug\": \"user-race-categories\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"array\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Race - Categories\",\n                \"form_attributes\": {\n                    \"field_type\": \"checkbox\",\n                    \"label\": \"Your Race\",\n                    \"name\": \"race_categories\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.racial\",\n                    \"data_source_text\": \"text\",\n                    \"data_source_value\": \"value\",\n                    \"help_text\": \"Select one or more of the following racial categories you identify with.\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Arab, N. African,Middle East\",\n                            \"value\": \"arab\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Asian or Far East\",\n                            \"value\": \"asian\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Asian, Other\",\n                            \"value\": \"otherasian\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Black, African\",\n                            \"value\": \"african\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Black, African American\",\n                            \"value\": \"americanafrican\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Black, Caribbean/West Indian\",\n                            \"value\": \"caribbean\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Black, Other\",\n                            \"value\": \"black\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Caucasian, All Other Caucasian Heritages\",\n                            \"value\": \"white\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Hispanic, Cuban\",\n                            \"value\": \"cuban\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Hispanic, Mexican\",\n                            \"value\": \"mexican\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Hispanic, Puerto Rican or Central/South American\",\n                            \"value\": \"hispanic\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Indian Subcontinent\",\n                            \"value\": \"indian\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Native American or Alaska Native\",\n                            \"value\": \"americanindian\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Native Hawaiian\",\n                            \"value\": \"nativehawaiian\",\n                            \"checked\": false\n                        },\n                        {\n                            \"text\": \"Pacific Islander\",\n                            \"value\": \"pacificislander\",\n                            \"checked\": false\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ]\n            },\n            {\n                \"guid\": \"mapping.user_applications_plan_type\",\n                \"slug\": \"user-applications-plan-type\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application - Decision Type\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Application - Deadline Type\",\n                    \"name\": \"plan_type\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_degree\",\n                \"slug\": \"user-applications-degree\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application - Degree\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Application - Degree\",\n                    \"name\": \"degree\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.degrees_ref\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"code\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Undergraduate\",\n                            \"value\": \"UND\",\n                            \"checked\": false,\n                            \"name\": \"Undergraduate\",\n                            \"guid\": \"instance.degrees.895\",\n                            \"code\": \"UND\"\n                        },\n                        {\n                            \"text\": \"Graduate\",\n                            \"value\": \"GRAD\",\n                            \"checked\": false,\n                            \"name\": \"Graduate\",\n                            \"guid\": \"instance.degrees.896\",\n                            \"code\": \"GRAD\",\n                            \"applications\": [\n                                \"instance.applications.518\"\n                            ]\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_essay_text\",\n                \"slug\": \"user-applications-essay-text\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application Essay Text\",\n                \"form_attributes\": {\n                    \"field_type\": \"textarea\",\n                    \"label\": \"Application - Essay Text\",\n                    \"name\": \"essay_text\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"Paste or type your essay.\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"import\",\n                    \"export\",\n                    \"forms\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_housing\",\n                \"slug\": \"user-applications-housing\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application - Housing Interest\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Application - Housing Interest\",\n                    \"name\": \"housing\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.housing\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"code\",\n                    \"help_text\": \"Are you interested in University housing?\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Reside on Campus\",\n                            \"value\": \"on_campus\",\n                            \"checked\": false,\n                            \"name\": \"Reside on Campus\",\n                            \"code\": \"on_campus\"\n                        },\n                        {\n                            \"text\": \"Commute\",\n                            \"value\": \"off_campus\",\n                            \"checked\": false,\n                            \"name\": \"Commute\",\n                            \"code\": \"off_campus\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_application_sms_updates\",\n                \"slug\": \"user-application-sms-updates\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"boolean\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application - Opt in for SMS\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"Application - Opt in for SMS\",\n                    \"name\": \"sms_opt_in\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"source\": \"locked\",\n                    \"data_source\": \"data_source.yesno\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"help_text\": \"Please send me updates via text/SMS messaging. (Standard message charges apply.)\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Yes\",\n                            \"value\": true,\n                            \"checked\": false,\n                            \"name\": \"Yes\",\n                            \"abbrev\": \"Y\"\n                        },\n                        {\n                            \"text\": \"No\",\n                            \"value\": false,\n                            \"checked\": false,\n                            \"name\": \"No\",\n                            \"abbrev\": \"N\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"deprecated_import\",\n                    \"deprecated_export\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_previously_applied\",\n                \"slug\": \"user-applications-previously-applied\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"boolean\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Appication - Previously Applied?\",\n                \"form_attributes\": {\n                    \"field_type\": \"radio\",\n                    \"label\": \"Application - Previously Applied?\",\n                    \"name\": \"previously_applied\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"source\": \"locked\",\n                    \"data_source\": \"data_source.yesno\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"value\",\n                    \"help_text\": \"\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Yes\",\n                            \"value\": true,\n                            \"checked\": false,\n                            \"name\": \"Yes\",\n                            \"abbrev\": \"Y\"\n                        },\n                        {\n                            \"text\": \"No\",\n                            \"value\": false,\n                            \"checked\": false,\n                            \"name\": \"No\",\n                            \"abbrev\": \"N\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"export\",\n                    \"forms\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_school\",\n                \"slug\": \"user-applications-school\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application - School\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Application - Schools\",\n                    \"name\": \"school\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.schools\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"guid\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"[Test] Pathway 1\",\n                            \"value\": \"instance.school.2639\",\n                            \"checked\": false,\n                            \"name\": \"[Test] Pathway 1\",\n                            \"guid\": \"instance.school.2639\",\n                            \"code\": \"TP\"\n                        },\n                        {\n                            \"text\": \"[Test] Pathway 2\",\n                            \"value\": \"instance.school.2640\",\n                            \"checked\": false,\n                            \"name\": \"[Test] Pathway 2\",\n                            \"guid\": \"instance.school.2640\",\n                            \"code\": \"TP2\"\n                        },\n                        {\n                            \"text\": \"BSN No Masters\",\n                            \"value\": \"instance.school.27921\",\n                            \"checked\": false,\n                            \"name\": \"BSN No Masters\",\n                            \"guid\": \"instance.school.27921\",\n                            \"code\": \"BSNNM\"\n                        },\n                        {\n                            \"text\": \"MSN Non Health Related\",\n                            \"value\": \"instance.school.27922\",\n                            \"checked\": false,\n                            \"name\": \"MSN Non Health Related\",\n                            \"guid\": \"instance.school.27922\",\n                            \"code\": \"MSNNHR\"\n                        },\n                        {\n                            \"text\": \"APRN\",\n                            \"value\": \"instance.school.27923\",\n                            \"checked\": false,\n                            \"name\": \"APRN\",\n                            \"guid\": \"instance.school.27923\",\n                            \"code\": \"APRN\"\n                        },\n                        {\n                            \"text\": \"[TG] Guest\",\n                            \"value\": \"instance.school.29860\",\n                            \"checked\": false,\n                            \"name\": \"[TG] Guest\",\n                            \"guid\": \"instance.school.29860\",\n                            \"code\": \"G\"\n                        },\n                        {\n                            \"text\": \"[TG] Re-admit\",\n                            \"value\": \"instance.school.29861\",\n                            \"checked\": false,\n                            \"name\": \"[TG] Re-admit\",\n                            \"guid\": \"instance.school.29861\",\n                            \"code\": \"RA\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"import\",\n                    \"export\",\n                    \"forms\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_essay_file\",\n                \"slug\": \"user-applications-essay-file\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application Essay File\",\n                \"form_attributes\": {\n                    \"field_type\": \"file\",\n                    \"label\": \"Application - Upload Essay\",\n                    \"name\": \"essay_file\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"Please upload your essay (.pdf format).\"\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"export\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_campus\",\n                \"slug\": \"user-applications-campus\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application Campus\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Application Campus\",\n                    \"name\": \"campus\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.campuses\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"guid\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Main Campus\",\n                            \"value\": \"instance.campus.2297\",\n                            \"checked\": false,\n                            \"name\": \"Main Campus\",\n                            \"schools\": \"instance.school.2639\"\n                        },\n                        {\n                            \"text\": \"Virtual\",\n                            \"value\": \"instance.campus.3259\",\n                            \"checked\": false,\n                            \"name\": \"Virtual\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_concentration\",\n                \"slug\": \"user-applications-concentration\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application Concentration\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Application Concentration\",\n                    \"name\": \"concentration\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.majors\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"guid\",\n                    \"help_text\": \"\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Biological Sciences\",\n                            \"value\": \"instance.major.5934\",\n                            \"checked\": false,\n                            \"name\": \"Biological Sciences\",\n                            \"guid\": \"instance.major.5934\",\n                            \"code\": \"BS12\",\n                            \"custom_1\": \"test 1\",\n                            \"custom_2\": \"abc\",\n                            \"student_types\": [\n                                \"F\"\n                            ],\n                            \"terms\": [\n                                \"instance.terms.1841\",\n                                \"instance.terms.35768\"\n                            ],\n                            \"cip\": \"Equestrian/Equine Studies\"\n                        },\n                        {\n                            \"text\": \"History\",\n                            \"value\": \"instance.major.5935\",\n                            \"checked\": false,\n                            \"name\": \"History\",\n                            \"guid\": \"instance.major.5935\",\n                            \"code\": \"HS11\",\n                            \"degrees\": [\n                                \"ONL\"\n                            ],\n                            \"student_types\": [\n                                \"grad\"\n                            ],\n                            \"terms\": [\n                                \"instance.terms.1838\",\n                                \"instance.terms.1840\"\n                            ],\n                            \"schools\": [\n                                \"instance.school.2639\"\n                            ],\n                            \"cip\": \"0.02\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_department\",\n                \"slug\": \"user-applications-department\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application - Department\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Application Department\",\n                    \"name\": \"department\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_major\",\n                \"slug\": \"user-applications-major\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application Major\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Application Major\",\n                    \"name\": \"major\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.majors\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"guid\",\n                    \"help_text\": \"What major or academic area are you interested in? Not sure yet? That's OK, just select 'Undecided'.\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Biological Sciences\",\n                            \"value\": \"instance.major.5934\",\n                            \"checked\": false,\n                            \"name\": \"Biological Sciences\",\n                            \"guid\": \"instance.major.5934\",\n                            \"code\": \"BS12\",\n                            \"custom_1\": \"test 1\",\n                            \"custom_2\": \"abc\",\n                            \"student_types\": [\n                                \"F\"\n                            ],\n                            \"terms\": [\n                                \"instance.terms.1841\",\n                                \"instance.terms.35768\"\n                            ],\n                            \"cip\": \"Equestrian/Equine Studies\"\n                        },\n                        {\n                            \"text\": \"History\",\n                            \"value\": \"instance.major.5935\",\n                            \"checked\": false,\n                            \"name\": \"History\",\n                            \"guid\": \"instance.major.5935\",\n                            \"code\": \"HS11\",\n                            \"degrees\": [\n                                \"ONL\"\n                            ],\n                            \"student_types\": [\n                                \"grad\"\n                            ],\n                            \"terms\": [\n                                \"instance.terms.1838\",\n                                \"instance.terms.1840\"\n                            ],\n                            \"schools\": [\n                                \"instance.school.2639\"\n                            ],\n                            \"cip\": \"0.02\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_minor\",\n                \"slug\": \"user-applications-minor\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application Minor\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Application Minor\",\n                    \"name\": \"minor\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.majors\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"guid\",\n                    \"help_text\": \"\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Biological Sciences\",\n                            \"value\": \"instance.major.5934\",\n                            \"checked\": false,\n                            \"name\": \"Biological Sciences\",\n                            \"guid\": \"instance.major.5934\",\n                            \"code\": \"BS12\",\n                            \"custom_1\": \"test 1\",\n                            \"custom_2\": \"abc\",\n                            \"student_types\": [\n                                \"F\"\n                            ],\n                            \"terms\": [\n                                \"instance.terms.1841\",\n                                \"instance.terms.35768\"\n                            ],\n                            \"cip\": \"Equestrian/Equine Studies\"\n                        },\n                        {\n                            \"text\": \"History\",\n                            \"value\": \"instance.major.5935\",\n                            \"checked\": false,\n                            \"name\": \"History\",\n                            \"guid\": \"instance.major.5935\",\n                            \"code\": \"HS11\",\n                            \"degrees\": [\n                                \"ONL\"\n                            ],\n                            \"student_types\": [\n                                \"grad\"\n                            ],\n                            \"terms\": [\n                                \"instance.terms.1838\",\n                                \"instance.terms.1840\"\n                            ],\n                            \"schools\": [\n                                \"instance.school.2639\"\n                            ],\n                            \"cip\": \"0.02\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_major_second\",\n                \"slug\": \"user-applications-major-second\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application Major - Second\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Application Second Major\",\n                    \"name\": \"second_major\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.majors\",\n                    \"data_source_text\": \"code\",\n                    \"data_source_value\": \"guid\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"BS12\",\n                            \"value\": \"instance.major.5934\",\n                            \"checked\": false,\n                            \"name\": \"Biological Sciences\",\n                            \"guid\": \"instance.major.5934\",\n                            \"code\": \"BS12\",\n                            \"custom_1\": \"test 1\",\n                            \"custom_2\": \"abc\",\n                            \"student_types\": [\n                                \"F\"\n                            ],\n                            \"terms\": [\n                                \"instance.terms.1841\",\n                                \"instance.terms.35768\"\n                            ],\n                            \"cip\": \"Equestrian/Equine Studies\"\n                        },\n                        {\n                            \"text\": \"HS11\",\n                            \"value\": \"instance.major.5935\",\n                            \"checked\": false,\n                            \"name\": \"History\",\n                            \"guid\": \"instance.major.5935\",\n                            \"code\": \"HS11\",\n                            \"degrees\": [\n                                \"ONL\"\n                            ],\n                            \"student_types\": [\n                                \"grad\"\n                            ],\n                            \"terms\": [\n                                \"instance.terms.1838\",\n                                \"instance.terms.1840\"\n                            ],\n                            \"schools\": [\n                                \"instance.school.2639\"\n                            ],\n                            \"cip\": \"0.02\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_student_type\",\n                \"slug\": \"user-applications-student-type\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application - Student Type\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Application Student Type\",\n                    \"name\": \"student_type\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.student_type\",\n                    \"data_source_text\": \"label\",\n                    \"data_source_value\": \"short\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Freshman\",\n                            \"value\": \"F\",\n                            \"checked\": false,\n                            \"label\": \"Freshman\",\n                            \"full\": \"freshman\",\n                            \"short\": \"F\"\n                        },\n                        {\n                            \"text\": \"Transfer\",\n                            \"value\": \"T\",\n                            \"checked\": false,\n                            \"label\": \"Transfer\",\n                            \"full\": \"transfer\",\n                            \"short\": \"T\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_term\",\n                \"slug\": \"user-applications-term\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application Term\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Application Term\",\n                    \"name\": \"term\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.term\",\n                    \"data_source_text\": \"name\",\n                    \"data_source_value\": \"guid\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"Fall 2025\",\n                            \"value\": \"instance.terms.37816\",\n                            \"checked\": false,\n                            \"name\": \"Fall 2025\",\n                            \"guid\": \"instance.terms.37816\",\n                            \"code\": \"202580\"\n                        },\n                        {\n                            \"text\": \"Spring 2025\",\n                            \"value\": \"instance.terms.41823\",\n                            \"checked\": false,\n                            \"name\": \"Spring 2025\",\n                            \"guid\": \"instance.terms.41823\",\n                            \"code\": \"2025SP\",\n                            \"sis\": \"cb96b46c-579b-4910-8324-1bdda83876c5\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ],\n                \"has_scopes\": true\n            },\n            {\n                \"guid\": \"mapping.user_applications_major_third\",\n                \"slug\": \"user-applications-major-third\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"string\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Application Major - Third\",\n                \"form_attributes\": {\n                    \"field_type\": \"select\",\n                    \"label\": \"Application Third Major\",\n                    \"name\": \"third_major\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": \"data_source.majors\",\n                    \"data_source_text\": \"code\",\n                    \"data_source_value\": \"guid\",\n                    \"data_source_settings\": [\n                        {\n                            \"text\": \"BS12\",\n                            \"value\": \"instance.major.5934\",\n                            \"checked\": false,\n                            \"name\": \"Biological Sciences\",\n                            \"guid\": \"instance.major.5934\",\n                            \"code\": \"BS12\",\n                            \"custom_1\": \"test 1\",\n                            \"custom_2\": \"abc\",\n                            \"student_types\": [\n                                \"F\"\n                            ],\n                            \"terms\": [\n                                \"instance.terms.1841\",\n                                \"instance.terms.35768\"\n                            ],\n                            \"cip\": \"Equestrian/Equine Studies\"\n                        },\n                        {\n                            \"text\": \"HS11\",\n                            \"value\": \"instance.major.5935\",\n                            \"checked\": false,\n                            \"name\": \"History\",\n                            \"guid\": \"instance.major.5935\",\n                            \"code\": \"HS11\",\n                            \"degrees\": [\n                                \"ONL\"\n                            ],\n                            \"student_types\": [\n                                \"grad\"\n                            ],\n                            \"terms\": [\n                                \"instance.terms.1838\",\n                                \"instance.terms.1840\"\n                            ],\n                            \"schools\": [\n                                \"instance.school.2639\"\n                            ],\n                            \"cip\": \"0.02\"\n                        }\n                    ]\n                },\n                \"conditionals\": null,\n                \"range\": [\n                    \"forms\",\n                    \"import\",\n                    \"export\"\n                ],\n                \"has_scopes\": true\n            }\n        ],\n        \"custom\": {\n            \"types\": [\n                {\n                    \"name\": \"Audio/Video Upload\",\n                    \"slug\": \"audio_video\"\n                },\n                {\n                    \"name\": \"Boolean\",\n                    \"slug\": \"boolean\"\n                },\n                {\n                    \"name\": \"Checkbox\",\n                    \"slug\": \"checkbox\"\n                },\n                {\n                    \"name\": \"Date\",\n                    \"slug\": \"datepicker\"\n                },\n                {\n                    \"name\": \"Datetime\",\n                    \"slug\": \"datetime\"\n                },\n                {\n                    \"name\": \"Dropdown\",\n                    \"slug\": \"select\"\n                },\n                {\n                    \"name\": \"Radio button\",\n                    \"slug\": \"radio\"\n                },\n                {\n                    \"name\": \"Text\",\n                    \"slug\": \"text\"\n                },\n                {\n                    \"name\": \"Text area\",\n                    \"slug\": \"textarea\"\n                },\n                {\n                    \"name\": \"Markdown\",\n                    \"slug\": \"markdown\"\n                },\n                {\n                    \"name\": \"Upload\",\n                    \"slug\": \"file\"\n                },\n                {\n                    \"name\": \"Multiple upload\",\n                    \"slug\": \"multi_file\"\n                }\n            ],\n            \"created\": [\n                {\n                    \"guid\": \"instance.mapping.7390\",\n                    \"slug\": \"user-custom-instance-veteran-status\",\n                    \"owner\": \"instance\",\n                    \"visible_by\": \"user\",\n                    \"data_type\": \"string\",\n                    \"validations\": [],\n                    \"transformations\": [],\n                    \"notes\": null,\n                    \"form_attributes\": {\n                        \"name\": \"veteran_status_1600795398479\",\n                        \"label\": \"Veteran Status\",\n                        \"data_source\": \"data_source.yesno\",\n                        \"notes\": \"\",\n                        \"data_source_text\": \"name\",\n                        \"data_source_value\": \"value\",\n                        \"field_type\": \"radio\",\n                        \"data_source_settings\": [\n                            {\n                                \"text\": \"Yes\",\n                                \"value\": true,\n                                \"checked\": false,\n                                \"name\": \"Yes\",\n                                \"abbrev\": \"Y\"\n                            },\n                            {\n                                \"text\": \"No\",\n                                \"value\": false,\n                                \"checked\": false,\n                                \"name\": \"No\",\n                                \"abbrev\": \"N\"\n                            }\n                        ]\n                    },\n                    \"conditionals\": null,\n                    \"range\": [\n                        \"forms\",\n                        \"import\",\n                        \"export\"\n                    ]\n                },\n                {\n                    \"guid\": \"instance.mapping.7391\",\n                    \"slug\": \"user-custom-instance-military-branch\",\n                    \"owner\": \"instance\",\n                    \"visible_by\": \"user\",\n                    \"data_type\": \"string\",\n                    \"validations\": [],\n                    \"transformations\": [],\n                    \"notes\": null,\n                    \"form_attributes\": {\n                        \"name\": \"military_branch_1600795839367\",\n                        \"label\": \"Military Branch\",\n                        \"data_source\": \"instance.data_source.2197\",\n                        \"notes\": \"\",\n                        \"data_source_text\": \"column_1\",\n                        \"data_source_value\": \"column_2\",\n                        \"field_type\": \"select\",\n                        \"data_source_settings\": [\n                            {\n                                \"text\": \"Air Force\",\n                                \"value\": \"AIRFOR\",\n                                \"checked\": false,\n                                \"column_1\": \"Air Force\",\n                                \"column_2\": \"AIRFOR\"\n                            },\n                            {\n                                \"text\": \"Army\",\n                                \"value\": \"ARMY\",\n                                \"checked\": false,\n                                \"column_1\": \"Army\",\n                                \"column_2\": \"ARMY\"\n                            },\n                            {\n                                \"text\": \"Coast Guard\",\n                                \"value\": \"COSGUR\",\n                                \"checked\": false,\n                                \"column_1\": \"Coast Guard\",\n                                \"column_2\": \"COSGUR\"\n                            },\n                            {\n                                \"text\": \"Marines\",\n                                \"value\": \"MARINE\",\n                                \"checked\": false,\n                                \"column_1\": \"Marines\",\n                                \"column_2\": \"MARINE\"\n                            },\n                            {\n                                \"text\": \"Navy\",\n                                \"value\": \"NAVY\",\n                                \"checked\": false,\n                                \"column_1\": \"Navy\",\n                                \"column_2\": \"NAVY\"\n                            }\n                        ]\n                    },\n                    \"conditionals\": null,\n                    \"range\": [\n                        \"forms\",\n                        \"import\",\n                        \"export\"\n                    ]\n                },\n                {\n                    \"guid\": \"instance.mapping.7394\",\n                    \"slug\": \"user-custom-instance-lor\",\n                    \"owner\": \"instance\",\n                    \"visible_by\": \"user\",\n                    \"data_type\": \"string\",\n                    \"validations\": [],\n                    \"transformations\": [],\n                    \"notes\": null,\n                    \"form_attributes\": {\n                        \"name\": \"letter_of_recommendation_1600813306723\",\n                        \"label\": \"Letter of Recommendation \",\n                        \"data_source\": null,\n                        \"notes\": \"\",\n                        \"document_type_guid\": null,\n                        \"field_type\": \"file\"\n                    },\n                    \"conditionals\": null,\n                    \"range\": [\n                        \"forms\",\n                        \"import\",\n                        \"export\"\n                    ]\n                },\n                {\n                    \"guid\": \"instance.mapping.7690\",\n                    \"slug\": \"user-custom-instance-favorite-sport\",\n                    \"owner\": \"instance\",\n                    \"visible_by\": \"user\",\n                    \"data_type\": \"string\",\n                    \"validations\": [],\n                    \"transformations\": [],\n                    \"notes\": null,\n                    \"form_attributes\": {\n                        \"name\": \"favorite_sport_1607372907511\",\n                        \"label\": \"Favorite sport\",\n                        \"data_source\": \"instance.data_source.2362\",\n                        \"notes\": \"Favorite Sport\",\n                        \"data_source_text\": \"column_1\",\n                        \"data_source_value\": \"column_2\",\n                        \"field_type\": \"select\",\n                        \"data_source_settings\": [\n                            {\n                                \"text\": \"Basketball\",\n                                \"value\": \"1\",\n                                \"checked\": false,\n                                \"column_1\": \"Basketball\",\n                                \"column_2\": \"1\"\n                            },\n                            {\n                                \"text\": \"Football\",\n                                \"value\": \"2\",\n                                \"checked\": false,\n                                \"column_1\": \"Football\",\n                                \"column_2\": \"2\"\n                            },\n                            {\n                                \"text\": \"Baseball\",\n                                \"value\": \"3\",\n                                \"checked\": false,\n                                \"column_1\": \"Baseball\",\n                                \"column_2\": \"3\"\n                            },\n                            {\n                                \"text\": \"Tennis\",\n                                \"value\": \"4\",\n                                \"checked\": false,\n                                \"column_1\": \"Tennis\",\n                                \"column_2\": \"4\"\n                            }\n                        ]\n                    },\n                    \"conditionals\": null,\n                    \"range\": [\n                        \"forms\",\n                        \"import\",\n                        \"export\"\n                    ]\n                },\n                {\n                    \"guid\": \"instance.mapping.7696\",\n                    \"slug\": \"user-custom-instance-audio-visual\",\n                    \"owner\": \"instance\",\n                    \"visible_by\": \"user\",\n                    \"data_type\": \"string\",\n                    \"validations\": [],\n                    \"transformations\": [],\n                    \"notes\": null,\n                    \"form_attributes\": {\n                        \"name\": \"event_audio_visual_accommodation_request_1607471684692\",\n                        \"label\": \"Event Audio Visual Accommodation Request\",\n                        \"data_source\": \"data_source.yesno\",\n                        \"notes\": \"Event Audio Visual Accommodation Request\",\n                        \"data_source_text\": \"name\",\n                        \"data_source_value\": \"value\",\n                        \"field_type\": \"radio\",\n                        \"data_source_settings\": [\n                            {\n                                \"text\": \"Yes\",\n                                \"value\": true,\n                                \"checked\": false,\n                                \"name\": \"Yes\",\n                                \"abbrev\": \"Y\"\n                            },\n                            {\n                                \"text\": \"No\",\n                                \"value\": false,\n                                \"checked\": false,\n                                \"name\": \"No\",\n                                \"abbrev\": \"N\"\n                            }\n                        ]\n                    },\n                    \"conditionals\": null,\n                    \"range\": [\n                        \"forms\",\n                        \"import\",\n                        \"export\"\n                    ]\n                },\n                {\n                    \"guid\": \"instance.mapping.30489\",\n                    \"slug\": \"user-custom-instance-pizzatopping\",\n                    \"owner\": \"instance\",\n                    \"visible_by\": \"user\",\n                    \"data_type\": \"string\",\n                    \"validations\": [],\n                    \"transformations\": [],\n                    \"notes\": null,\n                    \"form_attributes\": {\n                        \"name\": \"pizza_topping_1651434728082\",\n                        \"label\": \"pizza topping\",\n                        \"data_source\": \"instance.data_source.139764\",\n                        \"notes\": \"\",\n                        \"data_source_text\": \"column_1\",\n                        \"data_source_value\": \"column_2\",\n                        \"field_type\": \"select\",\n                        \"data_source_settings\": [\n                            {\n                                \"text\": \"Cheese\",\n                                \"value\": \"C\",\n                                \"checked\": false,\n                                \"column_1\": \"Cheese\",\n                                \"column_2\": \"C\"\n                            },\n                            {\n                                \"text\": \"Pineapple \",\n                                \"value\": \"P\",\n                                \"checked\": false,\n                                \"column_1\": \"Pineapple \",\n                                \"column_2\": \"P\"\n                            },\n                            {\n                                \"text\": \"Peperoni\",\n                                \"value\": \"PP\",\n                                \"checked\": false,\n                                \"column_1\": \"Peperoni\",\n                                \"column_2\": \"PP\"\n                            },\n                            {\n                                \"text\": \"Tom\",\n                                \"value\": \"T\",\n                                \"checked\": false,\n                                \"column_1\": \"Tom\",\n                                \"column_2\": \"T\"\n                            }\n                        ]\n                    },\n                    \"conditionals\": null,\n                    \"range\": [\n                        \"forms\",\n                        \"import\",\n                        \"export\"\n                    ]\n                },\n                {\n                    \"guid\": \"instance.mapping.316305\",\n                    \"slug\": \"user-custom-instance-multi-color\",\n                    \"owner\": \"instance\",\n                    \"visible_by\": \"user\",\n                    \"data_type\": \"array\",\n                    \"validations\": [],\n                    \"transformations\": [],\n                    \"notes\": null,\n                    \"form_attributes\": {\n                        \"name\": \"megan_testing_multi_select_workflow_1675870783487\",\n                        \"label\": \"Megan Testing Multi Select Workflow\",\n                        \"data_source\": \"instance.data_source.27653\",\n                        \"notes\": \"\",\n                        \"data_source_text\": \"column_1\",\n                        \"data_source_value\": \"column_2\",\n                        \"field_type\": \"checkbox\",\n                        \"data_source_settings\": [\n                            {\n                                \"text\": \"Red\",\n                                \"value\": \"R\",\n                                \"checked\": false,\n                                \"column_1\": \"Red\",\n                                \"column_2\": \"R\",\n                                \"column_3\": \"Primary\"\n                            },\n                            {\n                                \"text\": \"Blue\",\n                                \"value\": \"B\",\n                                \"checked\": false,\n                                \"column_1\": \"Blue\",\n                                \"column_2\": \"B\",\n                                \"column_3\": \"Primary\"\n                            },\n                            {\n                                \"text\": \"Green\",\n                                \"value\": \"G\",\n                                \"checked\": false,\n                                \"column_1\": \"Green\",\n                                \"column_2\": \"G\",\n                                \"column_3\": \"Primary\"\n                            },\n                            {\n                                \"text\": \"Orange\",\n                                \"value\": \"orange\",\n                                \"checked\": false,\n                                \"column_1\": \"Orange\",\n                                \"column_2\": \"orange\",\n                                \"column_3\": \"Secondary\"\n                            }\n                        ]\n                    },\n                    \"conditionals\": null,\n                    \"range\": [\n                        \"forms\",\n                        \"import\",\n                        \"export\"\n                    ]\n                }\n            \n            ]\n        },\n        \"groups\": [\n            {\n                \"guid\": null,\n                \"slug\": null,\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": null,\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"User Name\",\n                \"form_attributes\": {\n                    \"field_type\": \"name\",\n                    \"label\": \"Name\",\n                    \"name\": \"uname\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"Enter legal name exactly as it appears on official documents.\"\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"slug\": \"user-prefix-name\",\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"label\": \"Prefix\",\n                            \"name\": \"uname-prefix\",\n                            \"default\": \"\",\n                            \"placeholder\": \"\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.prefix\",\n                            \"data_source_text\": \"short\",\n                            \"data_source_value\": \"name\",\n                            \"hidden\": true,\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"None\",\n                                    \"value\": \"None\",\n                                    \"checked\": false,\n                                    \"name\": \"None\",\n                                    \"short\": \"None\",\n                                    \"full\": \"None\"\n                                },\n                                {\n                                    \"text\": \"Mr\",\n                                    \"value\": \"Mr\",\n                                    \"checked\": false,\n                                    \"name\": \"Mr\",\n                                    \"short\": \"Mr\",\n                                    \"full\": \"Mr\"\n                                },\n                                {\n                                    \"text\": \"Mrs\",\n                                    \"value\": \"Mrs\",\n                                    \"checked\": false,\n                                    \"name\": \"Mrs\",\n                                    \"short\": \"Mrs\",\n                                    \"full\": \"Mrs\"\n                                },\n                                {\n                                    \"text\": \"Miss\",\n                                    \"value\": \"Miss\",\n                                    \"checked\": false,\n                                    \"name\": \"Miss\",\n                                    \"short\": \"Miss\",\n                                    \"full\": \"Miss\"\n                                },\n                                {\n                                    \"text\": \"Ms\",\n                                    \"value\": \"Ms\",\n                                    \"checked\": false,\n                                    \"name\": \"Ms\",\n                                    \"short\": \"Ms\",\n                                    \"full\": \"Ms\"\n                                },\n                                {\n                                    \"text\": \"Dr\",\n                                    \"value\": \"Dr\",\n                                    \"checked\": false,\n                                    \"name\": \"Dr\",\n                                    \"short\": \"Dr\",\n                                    \"full\": \"Dr\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"slug\": \"user-first-name\",\n                        \"visible_by\": \"user\",\n                        \"transformations\": [],\n                        \"validations\": [\n                            {\n                                \"type\": \"name\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"label\": \"First/Given name\",\n                            \"name\": \"uname-firstname\",\n                            \"default\": \"\",\n                            \"placeholder\": \"\",\n                            \"notes\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"slug\": \"user-middle-name\",\n                        \"visible_by\": \"user\",\n                        \"transformations\": [],\n                        \"validations\": [\n                            {\n                                \"type\": \"name\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"label\": \"Middle Name\",\n                            \"name\": \"uname-middlename\",\n                            \"default\": \"\",\n                            \"placeholder\": \"\",\n                            \"notes\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"slug\": \"user-last-name\",\n                        \"visible_by\": \"user\",\n                        \"transformations\": [],\n                        \"validations\": [\n                            {\n                                \"type\": \"name\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"label\": \"Last/Family Name\",\n                            \"name\": \"uname-lastname\",\n                            \"default\": \"\",\n                            \"placeholder\": \"\",\n                            \"notes\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"slug\": \"user-suffix-name\",\n                        \"visible_by\": \"user\",\n                        \"transformations\": [],\n                        \"validations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"label\": \"Suffix\",\n                            \"name\": \"uname-suffix\",\n                            \"default\": \"\",\n                            \"placeholder\": \"\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.suffix\",\n                            \"data_source_text\": \"short\",\n                            \"data_source_value\": \"name\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"None\",\n                                    \"value\": \"\",\n                                    \"checked\": false,\n                                    \"name\": \"\",\n                                    \"full\": \"None\",\n                                    \"short\": \"None\"\n                                },\n                                {\n                                    \"text\": \"Sr.\",\n                                    \"value\": \"Sr.\",\n                                    \"checked\": false,\n                                    \"name\": \"Sr.\",\n                                    \"full\": \"Senior\",\n                                    \"short\": \"Sr.\"\n                                },\n                                {\n                                    \"text\": \"Jr.\",\n                                    \"value\": \"Jr.\",\n                                    \"checked\": false,\n                                    \"name\": \"Jr.\",\n                                    \"full\": \"Junior\",\n                                    \"short\": \"Jr.\"\n                                },\n                                {\n                                    \"text\": \"II\",\n                                    \"value\": \"II\",\n                                    \"checked\": false,\n                                    \"name\": \"II\",\n                                    \"full\": \"Second\",\n                                    \"short\": \"II\"\n                                },\n                                {\n                                    \"text\": \"III\",\n                                    \"value\": \"III\",\n                                    \"checked\": false,\n                                    \"name\": \"III\",\n                                    \"full\": \"Third\",\n                                    \"short\": \"III\"\n                                },\n                                {\n                                    \"text\": \"IV\",\n                                    \"value\": \"IV\",\n                                    \"checked\": false,\n                                    \"name\": \"IV\",\n                                    \"full\": \"Fourth\",\n                                    \"short\": \"IV\"\n                                },\n                                {\n                                    \"text\": \"V\",\n                                    \"value\": \"V\",\n                                    \"checked\": false,\n                                    \"name\": \"V\",\n                                    \"full\": \"Fifth\",\n                                    \"short\": \"V\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-phone-home\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection-item\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"User Home Phone\",\n                \"form_attributes\": {\n                    \"field_type\": \"phone\",\n                    \"label\": \"Home Phone\",\n                    \"name\": \"phone\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"home\",\n                            \"label\": \"Type\",\n                            \"name\": \"phone-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Home\",\n                                    \"value\": \"home\"\n                                },\n                                {\n                                    \"text\": \"Cell\",\n                                    \"value\": \"cell\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Country Alpha 2\",\n                            \"name\": \"phone-country_alpha_2\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Country Code\",\n                            \"name\": \"phone-country_code\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Phone Number\",\n                            \"name\": \"phone-number\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-phone-cell\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection-item\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"User Cell Phone\",\n                \"form_attributes\": {\n                    \"field_type\": \"phone\",\n                    \"label\": \"Cell Phone\",\n                    \"name\": \"user-phone\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"cell\",\n                            \"label\": \"Type\",\n                            \"name\": \"user-phone-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Home\",\n                                    \"value\": \"home\"\n                                },\n                                {\n                                    \"text\": \"Cell\",\n                                    \"value\": \"cell\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Country Alpha 2\",\n                            \"name\": \"user-phone-country_alpha_2\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Country Code\",\n                            \"name\": \"user-phone-country_code\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Phone Number\",\n                            \"name\": \"user-phone-number\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-phone-first\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection-item\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"User Primary Phone\",\n                \"form_attributes\": {\n                    \"field_type\": \"phone\",\n                    \"label\": \"Primary Phone\",\n                    \"name\": \"primary-phone\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Type\",\n                            \"name\": \"primary-phone-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Home\",\n                                    \"value\": \"home\"\n                                },\n                                {\n                                    \"text\": \"Cell\",\n                                    \"value\": \"cell\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Country Alpha 2\",\n                            \"name\": \"primary-phone-country_alpha_2\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Country Code\",\n                            \"name\": \"primary-phone-country_code\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Phone Number\",\n                            \"name\": \"primary-phone-number\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": false,\n                            \"label\": \"This number can receive SMS/Text messages and I opt-in to receive SMS messages.\",\n                            \"name\": \"primary-phone-sms_opt_in\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"You must opt-in in order to receive SMS messages. Messaging frequency varies. You may opt-out at any time. Standard messaging rates may apply.\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"primary-phone-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"cell\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": false,\n                            \"label\": \"This number can receive WhatsApp messages and I opt-in to receive WhatsApp messages.\",\n                            \"name\": \"primary-phone-whatsapp_opt_in\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"Messaging frequency varies. You may opt-out at any time.\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"primary-phone-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"cell\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-phone-second\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection-item\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"User Secondary Phone\",\n                \"form_attributes\": {\n                    \"field_type\": \"phone\",\n                    \"label\": \"Secondary Phone\",\n                    \"name\": \"second-phone\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"guardian\",\n                            \"label\": \"Type\",\n                            \"name\": \"user-family-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Relationship\",\n                            \"name\": \"user-family-relationship\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.family_relationship\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Mother\",\n                                    \"value\": \"mother\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Father\",\n                                    \"value\": \"father\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Guardian\",\n                                    \"value\": \"guardian\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Not Applicable\",\n                                    \"value\": \"not_applicable\",\n                                    \"checked\": false\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Title\",\n                            \"name\": \"user-family-title\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.titles\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Mr.\",\n                                    \"value\": \"mr\",\n                                    \"checked\": false,\n                                    \"name\": \"Mr.\",\n                                    \"id\": \"43A08F05\"\n                                },\n                                {\n                                    \"text\": \"Mrs.\",\n                                    \"value\": \"mrs\",\n                                    \"checked\": false,\n                                    \"name\": \"Mrs.\",\n                                    \"id\": \"E7D4E1EF\"\n                                },\n                                {\n                                    \"text\": \"Ms.\",\n                                    \"value\": \"ms\",\n                                    \"checked\": false,\n                                    \"name\": \"Ms.\",\n                                    \"id\": \"EBBEF2CE\"\n                                },\n                                {\n                                    \"text\": \"Dr.\",\n                                    \"value\": \"dr\",\n                                    \"checked\": false,\n                                    \"name\": \"Dr.\",\n                                    \"id\": \"51C4C8D9\"\n                                },\n                                {\n                                    \"text\": \"Rev.\",\n                                    \"value\": \"rev\",\n                                    \"checked\": false,\n                                    \"name\": \"Rev.\",\n                                    \"id\": \"7C163B61\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"First Name\",\n                            \"name\": \"user-family-first_name\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Middle Name\",\n                            \"name\": \"user-family-middle_name\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Last Name\",\n                            \"name\": \"user-family-last_name\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Gender\",\n                            \"name\": \"user-family-gender\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.gender\",\n                            \"data_source_text\": \"value\",\n                            \"data_source_value\": \"value\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Female\",\n                                    \"value\": \"Female\",\n                                    \"checked\": false,\n                                    \"one\": \"F\"\n                                },\n                                {\n                                    \"text\": \"Male\",\n                                    \"value\": \"Male\",\n                                    \"checked\": false,\n                                    \"one\": \"M\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Suffix\",\n                            \"name\": \"user-family-suffix\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.suffix\",\n                            \"data_source_text\": \"short\",\n                            \"data_source_value\": \"name\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"None\",\n                                    \"value\": \"\",\n                                    \"checked\": false,\n                                    \"name\": \"\",\n                                    \"full\": \"None\",\n                                    \"short\": \"None\"\n                                },\n                                {\n                                    \"text\": \"Sr.\",\n                                    \"value\": \"Sr.\",\n                                    \"checked\": false,\n                                    \"name\": \"Sr.\",\n                                    \"full\": \"Senior\",\n                                    \"short\": \"Sr.\"\n                                },\n                                {\n                                    \"text\": \"Jr.\",\n                                    \"value\": \"Jr.\",\n                                    \"checked\": false,\n                                    \"name\": \"Jr.\",\n                                    \"full\": \"Junior\",\n                                    \"short\": \"Jr.\"\n                                },\n                                {\n                                    \"text\": \"II\",\n                                    \"value\": \"II\",\n                                    \"checked\": false,\n                                    \"name\": \"II\",\n                                    \"full\": \"Second\",\n                                    \"short\": \"II\"\n                                },\n                                {\n                                    \"text\": \"III\",\n                                    \"value\": \"III\",\n                                    \"checked\": false,\n                                    \"name\": \"III\",\n                                    \"full\": \"Third\",\n                                    \"short\": \"III\"\n                                },\n                                {\n                                    \"text\": \"IV\",\n                                    \"value\": \"IV\",\n                                    \"checked\": false,\n                                    \"name\": \"IV\",\n                                    \"full\": \"Fourth\",\n                                    \"short\": \"IV\"\n                                },\n                                {\n                                    \"text\": \"V\",\n                                    \"value\": \"V\",\n                                    \"checked\": false,\n                                    \"name\": \"V\",\n                                    \"full\": \"Fifth\",\n                                    \"short\": \"V\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Date of Birth\",\n                            \"name\": \"user-family-date_of_birth\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Country of Citizenship\",\n                            \"name\": \"user-family-country_of_citizenship\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.country\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha3\",\n                            \"source\": \"locked\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"United States\",\n                                    \"value\": \"USA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"US\",\n                                    \"alpha3\": \"USA\",\n                                    \"numerical\": \"840\",\n                                    \"name\": \"United States\"\n                                },\n                                {\n                                    \"text\": \"Afghanistan\",\n                                    \"value\": \"AFG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AF\",\n                                    \"alpha3\": \"AFG\",\n                                    \"numerical\": \"004\",\n                                    \"name\": \"Afghanistan\"\n                                },\n                                {\n                                    \"text\": \"Åland Islands\",\n                                    \"value\": \"ALA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AX\",\n                                    \"alpha3\": \"ALA\",\n                                    \"numerical\": \"248\",\n                                    \"name\": \"Åland Islands\"\n                                },\n                                {\n                                    \"text\": \"Albania\",\n                                    \"value\": \"ALB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"alpha3\": \"ALB\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Albania\"\n                                },\n                                {\n                                    \"text\": \"Algeria\",\n                                    \"value\": \"DZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DZ\",\n                                    \"alpha3\": \"DZA\",\n                                    \"numerical\": \"012\",\n                                    \"name\": \"Algeria\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"ASM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"alpha3\": \"ASM\",\n                                    \"numerical\": \"016\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Andorra\",\n                                    \"value\": \"AND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AD\",\n                                    \"alpha3\": \"AND\",\n                                    \"numerical\": \"020\",\n                                    \"name\": \"Andorra\"\n                                },\n                                {\n                                    \"text\": \"Angola\",\n                                    \"value\": \"AGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AO\",\n                                    \"alpha3\": \"AGO\",\n                                    \"numerical\": \"024\",\n                                    \"name\": \"Angola\"\n                                },\n                                {\n                                    \"text\": \"Anguilla\",\n                                    \"value\": \"AIA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AI\",\n                                    \"alpha3\": \"AIA\",\n                                    \"numerical\": \"660\",\n                                    \"name\": \"Anguilla\"\n                                },\n                                {\n                                    \"text\": \"Antarctica\",\n                                    \"value\": \"ATA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AQ\",\n                                    \"alpha3\": \"ATA\",\n                                    \"numerical\": \"010\",\n                                    \"name\": \"Antarctica\"\n                                },\n                                {\n                                    \"text\": \"Antigua and Barbuda\",\n                                    \"value\": \"ATG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AG\",\n                                    \"alpha3\": \"ATG\",\n                                    \"numerical\": \"028\",\n                                    \"name\": \"Antigua and Barbuda\"\n                                },\n                                {\n                                    \"text\": \"Argentina\",\n                                    \"value\": \"ARG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"alpha3\": \"ARG\",\n                                    \"numerical\": \"032\",\n                                    \"name\": \"Argentina\"\n                                },\n                                {\n                                    \"text\": \"Armenia\",\n                                    \"value\": \"ARM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AM\",\n                                    \"alpha3\": \"ARM\",\n                                    \"numerical\": \"051\",\n                                    \"name\": \"Armenia\"\n                                },\n                                {\n                                    \"text\": \"Aruba\",\n                                    \"value\": \"ABW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AW\",\n                                    \"alpha3\": \"ABW\",\n                                    \"numerical\": \"533\",\n                                    \"name\": \"Aruba\"\n                                },\n                                {\n                                    \"text\": \"Australia\",\n                                    \"value\": \"AUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AU\",\n                                    \"alpha3\": \"AUS\",\n                                    \"numerical\": \"036\",\n                                    \"name\": \"Australia\"\n                                },\n                                {\n                                    \"text\": \"Austria\",\n                                    \"value\": \"AUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AT\",\n                                    \"alpha3\": \"AUT\",\n                                    \"numerical\": \"040\",\n                                    \"name\": \"Austria\"\n                                },\n                                {\n                                    \"text\": \"Azerbaijan\",\n                                    \"value\": \"AZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"alpha3\": \"AZE\",\n                                    \"numerical\": \"031\",\n                                    \"name\": \"Azerbaijan\"\n                                },\n                                {\n                                    \"text\": \"Bahamas\",\n                                    \"value\": \"BHS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BS\",\n                                    \"alpha3\": \"BHS\",\n                                    \"numerical\": \"044\",\n                                    \"name\": \"Bahamas\"\n                                },\n                                {\n                                    \"text\": \"Bahrain\",\n                                    \"value\": \"BHR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BH\",\n                                    \"alpha3\": \"BHR\",\n                                    \"numerical\": \"048\",\n                                    \"name\": \"Bahrain\"\n                                },\n                                {\n                                    \"text\": \"Bangladesh\",\n                                    \"value\": \"BGD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BD\",\n                                    \"alpha3\": \"BGD\",\n                                    \"numerical\": \"050\",\n                                    \"name\": \"Bangladesh\"\n                                },\n                                {\n                                    \"text\": \"Barbados\",\n                                    \"value\": \"BRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BB\",\n                                    \"alpha3\": \"BRB\",\n                                    \"numerical\": \"052\",\n                                    \"name\": \"Barbados\"\n                                },\n                                {\n                                    \"text\": \"Belarus\",\n                                    \"value\": \"BLR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BY\",\n                                    \"alpha3\": \"BLR\",\n                                    \"numerical\": \"112\",\n                                    \"name\": \"Belarus\"\n                                },\n                                {\n                                    \"text\": \"Belgium\",\n                                    \"value\": \"BEL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BE\",\n                                    \"alpha3\": \"BEL\",\n                                    \"numerical\": \"056\",\n                                    \"name\": \"Belgium\"\n                                },\n                                {\n                                    \"text\": \"Belize\",\n                                    \"value\": \"BLZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BZ\",\n                                    \"alpha3\": \"BLZ\",\n                                    \"numerical\": \"084\",\n                                    \"name\": \"Belize\"\n                                },\n                                {\n                                    \"text\": \"Benin\",\n                                    \"value\": \"BEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BJ\",\n                                    \"alpha3\": \"BEN\",\n                                    \"numerical\": \"204\",\n                                    \"name\": \"Benin\"\n                                },\n                                {\n                                    \"text\": \"Bermuda\",\n                                    \"value\": \"BMU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BM\",\n                                    \"alpha3\": \"BMU\",\n                                    \"numerical\": \"060\",\n                                    \"name\": \"Bermuda\"\n                                },\n                                {\n                                    \"text\": \"Bhutan\",\n                                    \"value\": \"BTN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BT\",\n                                    \"alpha3\": \"BTN\",\n                                    \"numerical\": \"064\",\n                                    \"name\": \"Bhutan\"\n                                },\n                                {\n                                    \"text\": \"Bolivia,Plurinational State of\",\n                                    \"value\": \"BOL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BO\",\n                                    \"alpha3\": \"BOL\",\n                                    \"numerical\": \"068\",\n                                    \"name\": \"Bolivia,Plurinational State of\"\n                                },\n                                {\n                                    \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"value\": \"BES\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BQ\",\n                                    \"alpha3\": \"BES\",\n                                    \"numerical\": \"535\",\n                                    \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                },\n                                {\n                                    \"text\": \"Bosnia and Herzegovina\",\n                                    \"value\": \"BIH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BA\",\n                                    \"alpha3\": \"BIH\",\n                                    \"numerical\": \"070\",\n                                    \"name\": \"Bosnia and Herzegovina\"\n                                },\n                                {\n                                    \"text\": \"Botswana\",\n                                    \"value\": \"BWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BW\",\n                                    \"alpha3\": \"BWA\",\n                                    \"numerical\": \"072\",\n                                    \"name\": \"Botswana\"\n                                },\n                                {\n                                    \"text\": \"Bouvet Island\",\n                                    \"value\": \"BVT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BV\",\n                                    \"alpha3\": \"BVT\",\n                                    \"numerical\": \"074\",\n                                    \"name\": \"Bouvet Island\"\n                                },\n                                {\n                                    \"text\": \"Brazil\",\n                                    \"value\": \"BRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BR\",\n                                    \"alpha3\": \"BRA\",\n                                    \"numerical\": \"076\",\n                                    \"name\": \"Brazil\"\n                                },\n                                {\n                                    \"text\": \"British Indian Ocean Territory\",\n                                    \"value\": \"IOT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IO\",\n                                    \"alpha3\": \"IOT\",\n                                    \"numerical\": \"086\",\n                                    \"name\": \"British Indian Ocean Territory\"\n                                },\n                                {\n                                    \"text\": \"Brunei Darussalam\",\n                                    \"value\": \"BRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BN\",\n                                    \"alpha3\": \"BRN\",\n                                    \"numerical\": \"096\",\n                                    \"name\": \"Brunei Darussalam\"\n                                },\n                                {\n                                    \"text\": \"Bulgaria\",\n                                    \"value\": \"BGR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BG\",\n                                    \"alpha3\": \"BGR\",\n                                    \"numerical\": \"100\",\n                                    \"name\": \"Bulgaria\"\n                                },\n                                {\n                                    \"text\": \"Burkina Faso\",\n                                    \"value\": \"BFA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BF\",\n                                    \"alpha3\": \"BFA\",\n                                    \"numerical\": \"854\",\n                                    \"name\": \"Burkina Faso\"\n                                },\n                                {\n                                    \"text\": \"Burundi\",\n                                    \"value\": \"BDI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BI\",\n                                    \"alpha3\": \"BDI\",\n                                    \"numerical\": \"108\",\n                                    \"name\": \"Burundi\"\n                                },\n                                {\n                                    \"text\": \"Cabo Verde\",\n                                    \"value\": \"CPV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CV\",\n                                    \"alpha3\": \"CPV\",\n                                    \"numerical\": \"132\",\n                                    \"name\": \"Cabo Verde\"\n                                },\n                                {\n                                    \"text\": \"Cambodia\",\n                                    \"value\": \"KHM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KH\",\n                                    \"alpha3\": \"KHM\",\n                                    \"numerical\": \"116\",\n                                    \"name\": \"Cambodia\"\n                                },\n                                {\n                                    \"text\": \"Cameroon\",\n                                    \"value\": \"CMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CM\",\n                                    \"alpha3\": \"CMR\",\n                                    \"numerical\": \"120\",\n                                    \"name\": \"Cameroon\"\n                                },\n                                {\n                                    \"text\": \"Canada\",\n                                    \"value\": \"CAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"alpha3\": \"CAN\",\n                                    \"numerical\": \"124\",\n                                    \"name\": \"Canada\"\n                                },\n                                {\n                                    \"text\": \"Cayman Islands\",\n                                    \"value\": \"CYM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"alpha3\": \"CYM\",\n                                    \"numerical\": \"136\",\n                                    \"name\": \"Cayman Islands\"\n                                },\n                                {\n                                    \"text\": \"Central African Republic\",\n                                    \"value\": \"CAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CF\",\n                                    \"alpha3\": \"CAF\",\n                                    \"numerical\": \"140\",\n                                    \"name\": \"Central African Republic\"\n                                },\n                                {\n                                    \"text\": \"Chad\",\n                                    \"value\": \"TCD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TD\",\n                                    \"alpha3\": \"TCD\",\n                                    \"numerical\": \"148\",\n                                    \"name\": \"Chad\"\n                                },\n                                {\n                                    \"text\": \"Chile\",\n                                    \"value\": \"CHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CL\",\n                                    \"alpha3\": \"CHL\",\n                                    \"numerical\": \"152\",\n                                    \"name\": \"Chile\"\n                                },\n                                {\n                                    \"text\": \"China\",\n                                    \"value\": \"CHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CN\",\n                                    \"alpha3\": \"CHN\",\n                                    \"numerical\": \"156\",\n                                    \"name\": \"China\"\n                                },\n                                {\n                                    \"text\": \"Christmas Island\",\n                                    \"value\": \"CXR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CX\",\n                                    \"alpha3\": \"CXR\",\n                                    \"numerical\": \"162\",\n                                    \"name\": \"Christmas Island\"\n                                },\n                                {\n                                    \"text\": \"Cocos (Keeling) Islands\",\n                                    \"value\": \"CCK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CC\",\n                                    \"alpha3\": \"CCK\",\n                                    \"numerical\": \"166\",\n                                    \"name\": \"Cocos (Keeling) Islands\"\n                                },\n                                {\n                                    \"text\": \"Colombia\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"alpha3\": \"COL\",\n                                    \"numerical\": \"170\",\n                                    \"name\": \"Colombia\"\n                                },\n                                {\n                                    \"text\": \"Comoros\",\n                                    \"value\": \"COM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KM\",\n                                    \"alpha3\": \"COM\",\n                                    \"numerical\": \"174\",\n                                    \"name\": \"Comoros\"\n                                },\n                                {\n                                    \"text\": \"Congo\",\n                                    \"value\": \"COG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CG\",\n                                    \"alpha3\": \"COG\",\n                                    \"numerical\": \"178\",\n                                    \"name\": \"Congo\"\n                                },\n                                {\n                                    \"text\": \"Congo,the Democratic Republic of the\",\n                                    \"value\": \"COD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CD\",\n                                    \"alpha3\": \"COD\",\n                                    \"numerical\": \"180\",\n                                    \"name\": \"Congo,the Democratic Republic of the\"\n                                },\n                                {\n                                    \"text\": \"Cook Islands\",\n                                    \"value\": \"COK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CK\",\n                                    \"alpha3\": \"COK\",\n                                    \"numerical\": \"184\",\n                                    \"name\": \"Cook Islands\"\n                                },\n                                {\n                                    \"text\": \"Costa Rica\",\n                                    \"value\": \"CRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CR\",\n                                    \"alpha3\": \"CRI\",\n                                    \"numerical\": \"188\",\n                                    \"name\": \"Costa Rica\"\n                                },\n                                {\n                                    \"text\": \"Côte d'Ivoire\",\n                                    \"value\": \"CIV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CI\",\n                                    \"alpha3\": \"CIV\",\n                                    \"numerical\": \"384\",\n                                    \"name\": \"Côte d'Ivoire\"\n                                },\n                                {\n                                    \"text\": \"Croatia\",\n                                    \"value\": \"HRV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HR\",\n                                    \"alpha3\": \"HRV\",\n                                    \"numerical\": \"191\",\n                                    \"name\": \"Croatia\"\n                                },\n                                {\n                                    \"text\": \"Cuba\",\n                                    \"value\": \"CUB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CU\",\n                                    \"alpha3\": \"CUB\",\n                                    \"numerical\": \"192\",\n                                    \"name\": \"Cuba\"\n                                },\n                                {\n                                    \"text\": \"Curaçao\",\n                                    \"value\": \"CUW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CW\",\n                                    \"alpha3\": \"CUW\",\n                                    \"numerical\": \"531\",\n                                    \"name\": \"Curaçao\"\n                                },\n                                {\n                                    \"text\": \"Cyprus\",\n                                    \"value\": \"CYP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CY\",\n                                    \"alpha3\": \"CYP\",\n                                    \"numerical\": \"196\",\n                                    \"name\": \"Cyprus\"\n                                },\n                                {\n                                    \"text\": \"Czech Republic\",\n                                    \"value\": \"CZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CZ\",\n                                    \"alpha3\": \"CZE\",\n                                    \"numerical\": \"203\",\n                                    \"name\": \"Czech Republic\"\n                                },\n                                {\n                                    \"text\": \"Denmark\",\n                                    \"value\": \"DNK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DK\",\n                                    \"alpha3\": \"DNK\",\n                                    \"numerical\": \"208\",\n                                    \"name\": \"Denmark\"\n                                },\n                                {\n                                    \"text\": \"Djibouti\",\n                                    \"value\": \"DJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DJ\",\n                                    \"alpha3\": \"DJI\",\n                                    \"numerical\": \"262\",\n                                    \"name\": \"Djibouti\"\n                                },\n                                {\n                                    \"text\": \"Dominica\",\n                                    \"value\": \"DMA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DM\",\n                                    \"alpha3\": \"DMA\",\n                                    \"numerical\": \"212\",\n                                    \"name\": \"Dominica\"\n                                },\n                                {\n                                    \"text\": \"Dominican Republic\",\n                                    \"value\": \"DOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DO\",\n                                    \"alpha3\": \"DOM\",\n                                    \"numerical\": \"214\",\n                                    \"name\": \"Dominican Republic\"\n                                },\n                                {\n                                    \"text\": \"Ecuador\",\n                                    \"value\": \"ECU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EC\",\n                                    \"alpha3\": \"ECU\",\n                                    \"numerical\": \"218\",\n                                    \"name\": \"Ecuador\"\n                                },\n                                {\n                                    \"text\": \"Egypt\",\n                                    \"value\": \"EGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EG\",\n                                    \"alpha3\": \"EGY\",\n                                    \"numerical\": \"818\",\n                                    \"name\": \"Egypt\"\n                                },\n                                {\n                                    \"text\": \"El Salvador\",\n                                    \"value\": \"SLV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SV\",\n                                    \"alpha3\": \"SLV\",\n                                    \"numerical\": \"222\",\n                                    \"name\": \"El Salvador\"\n                                },\n                                {\n                                    \"text\": \"Equatorial Guinea\",\n                                    \"value\": \"GNQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GQ\",\n                                    \"alpha3\": \"GNQ\",\n                                    \"numerical\": \"226\",\n                                    \"name\": \"Equatorial Guinea\"\n                                },\n                                {\n                                    \"text\": \"Eritrea\",\n                                    \"value\": \"ERI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ER\",\n                                    \"alpha3\": \"ERI\",\n                                    \"numerical\": \"232\",\n                                    \"name\": \"Eritrea\"\n                                },\n                                {\n                                    \"text\": \"Estonia\",\n                                    \"value\": \"EST\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EE\",\n                                    \"alpha3\": \"EST\",\n                                    \"numerical\": \"233\",\n                                    \"name\": \"Estonia\"\n                                },\n                                {\n                                    \"text\": \"Ethiopia\",\n                                    \"value\": \"ETH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ET\",\n                                    \"alpha3\": \"ETH\",\n                                    \"numerical\": \"231\",\n                                    \"name\": \"Ethiopia\"\n                                },\n                                {\n                                    \"text\": \"Falkland Islands (Malvinas)\",\n                                    \"value\": \"FLK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FK\",\n                                    \"alpha3\": \"FLK\",\n                                    \"numerical\": \"238\",\n                                    \"name\": \"Falkland Islands (Malvinas)\"\n                                },\n                                {\n                                    \"text\": \"Faroe Islands\",\n                                    \"value\": \"FRO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FO\",\n                                    \"alpha3\": \"FRO\",\n                                    \"numerical\": \"234\",\n                                    \"name\": \"Faroe Islands\"\n                                },\n                                {\n                                    \"text\": \"Fiji\",\n                                    \"value\": \"FJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FJ\",\n                                    \"alpha3\": \"FJI\",\n                                    \"numerical\": \"242\",\n                                    \"name\": \"Fiji\"\n                                },\n                                {\n                                    \"text\": \"Finland\",\n                                    \"value\": \"FIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FI\",\n                                    \"alpha3\": \"FIN\",\n                                    \"numerical\": \"246\",\n                                    \"name\": \"Finland\"\n                                },\n                                {\n                                    \"text\": \"France\",\n                                    \"value\": \"FRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FR\",\n                                    \"alpha3\": \"FRA\",\n                                    \"numerical\": \"250\",\n                                    \"name\": \"France\"\n                                },\n                                {\n                                    \"text\": \"French Guiana\",\n                                    \"value\": \"GUF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GF\",\n                                    \"alpha3\": \"GUF\",\n                                    \"numerical\": \"254\",\n                                    \"name\": \"French Guiana\"\n                                },\n                                {\n                                    \"text\": \"French Polynesia\",\n                                    \"value\": \"PYF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PF\",\n                                    \"alpha3\": \"PYF\",\n                                    \"numerical\": \"258\",\n                                    \"name\": \"French Polynesia\"\n                                },\n                                {\n                                    \"text\": \"French Southern Territories\",\n                                    \"value\": \"ATF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TF\",\n                                    \"alpha3\": \"ATF\",\n                                    \"numerical\": \"260\",\n                                    \"name\": \"French Southern Territories\"\n                                },\n                                {\n                                    \"text\": \"Gabon\",\n                                    \"value\": \"GAB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"alpha3\": \"GAB\",\n                                    \"numerical\": \"266\",\n                                    \"name\": \"Gabon\"\n                                },\n                                {\n                                    \"text\": \"Gambia\",\n                                    \"value\": \"GMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GM\",\n                                    \"alpha3\": \"GMB\",\n                                    \"numerical\": \"270\",\n                                    \"name\": \"Gambia\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"GEO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GE\",\n                                    \"alpha3\": \"GEO\",\n                                    \"numerical\": \"268\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Germany\",\n                                    \"value\": \"DEU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"alpha3\": \"DEU\",\n                                    \"numerical\": \"276\",\n                                    \"name\": \"Germany\"\n                                },\n                                {\n                                    \"text\": \"Ghana\",\n                                    \"value\": \"GHA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GH\",\n                                    \"alpha3\": \"GHA\",\n                                    \"numerical\": \"288\",\n                                    \"name\": \"Ghana\"\n                                },\n                                {\n                                    \"text\": \"Gibraltar\",\n                                    \"value\": \"GIB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GI\",\n                                    \"alpha3\": \"GIB\",\n                                    \"numerical\": \"292\",\n                                    \"name\": \"Gibraltar\"\n                                },\n                                {\n                                    \"text\": \"Greece\",\n                                    \"value\": \"GRC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GR\",\n                                    \"alpha3\": \"GRC\",\n                                    \"numerical\": \"300\",\n                                    \"name\": \"Greece\"\n                                },\n                                {\n                                    \"text\": \"Greenland\",\n                                    \"value\": \"GRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GL\",\n                                    \"alpha3\": \"GRL\",\n                                    \"numerical\": \"304\",\n                                    \"name\": \"Greenland\"\n                                },\n                                {\n                                    \"text\": \"Grenada\",\n                                    \"value\": \"GRD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GD\",\n                                    \"alpha3\": \"GRD\",\n                                    \"numerical\": \"308\",\n                                    \"name\": \"Grenada\"\n                                },\n                                {\n                                    \"text\": \"Guadeloupe\",\n                                    \"value\": \"GLP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GP\",\n                                    \"alpha3\": \"GLP\",\n                                    \"numerical\": \"312\",\n                                    \"name\": \"Guadeloupe\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"GUM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"alpha3\": \"GUM\",\n                                    \"numerical\": \"316\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Guatemala\",\n                                    \"value\": \"GTM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GT\",\n                                    \"alpha3\": \"GTM\",\n                                    \"numerical\": \"320\",\n                                    \"name\": \"Guatemala\"\n                                },\n                                {\n                                    \"text\": \"Guernsey\",\n                                    \"value\": \"GGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GG\",\n                                    \"alpha3\": \"GGY\",\n                                    \"numerical\": \"831\",\n                                    \"name\": \"Guernsey\"\n                                },\n                                {\n                                    \"text\": \"Guinea\",\n                                    \"value\": \"GIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GN\",\n                                    \"alpha3\": \"GIN\",\n                                    \"numerical\": \"324\",\n                                    \"name\": \"Guinea\"\n                                },\n                                {\n                                    \"text\": \"Guinea-Bissau\",\n                                    \"value\": \"GNB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GW\",\n                                    \"alpha3\": \"GNB\",\n                                    \"numerical\": \"624\",\n                                    \"name\": \"Guinea-Bissau\"\n                                },\n                                {\n                                    \"text\": \"Guyana\",\n                                    \"value\": \"GUY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GY\",\n                                    \"alpha3\": \"GUY\",\n                                    \"numerical\": \"328\",\n                                    \"name\": \"Guyana\"\n                                },\n                                {\n                                    \"text\": \"Haiti\",\n                                    \"value\": \"HTI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HT\",\n                                    \"alpha3\": \"HTI\",\n                                    \"numerical\": \"332\",\n                                    \"name\": \"Haiti\"\n                                },\n                                {\n                                    \"text\": \"Heard Island and McDonald Islands\",\n                                    \"value\": \"HMD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HM\",\n                                    \"alpha3\": \"HMD\",\n                                    \"numerical\": \"334\",\n                                    \"name\": \"Heard Island and McDonald Islands\"\n                                },\n                                {\n                                    \"text\": \"Holy See (Vatican City State)\",\n                                    \"value\": \"VAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"alpha3\": \"VAT\",\n                                    \"numerical\": \"336\",\n                                    \"name\": \"Holy See (Vatican City State)\"\n                                },\n                                {\n                                    \"text\": \"Honduras\",\n                                    \"value\": \"HND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HN\",\n                                    \"alpha3\": \"HND\",\n                                    \"numerical\": \"340\",\n                                    \"name\": \"Honduras\"\n                                },\n                                {\n                                    \"text\": \"Hong Kong\",\n                                    \"value\": \"HKG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HK\",\n                                    \"alpha3\": \"HKG\",\n                                    \"numerical\": \"344\",\n                                    \"name\": \"Hong Kong\"\n                                },\n                                {\n                                    \"text\": \"Hungary\",\n                                    \"value\": \"HUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HU\",\n                                    \"alpha3\": \"HUN\",\n                                    \"numerical\": \"348\",\n                                    \"name\": \"Hungary\"\n                                },\n                                {\n                                    \"text\": \"Iceland\",\n                                    \"value\": \"ISL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IS\",\n                                    \"alpha3\": \"ISL\",\n                                    \"numerical\": \"352\",\n                                    \"name\": \"Iceland\"\n                                },\n                                {\n                                    \"text\": \"India\",\n                                    \"value\": \"IND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"alpha3\": \"IND\",\n                                    \"numerical\": \"356\",\n                                    \"name\": \"India\"\n                                },\n                                {\n                                    \"text\": \"Indonesia\",\n                                    \"value\": \"IDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"alpha3\": \"IDN\",\n                                    \"numerical\": \"360\",\n                                    \"name\": \"Indonesia\"\n                                },\n                                {\n                                    \"text\": \"Iran,Islamic Republic of\",\n                                    \"value\": \"IRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IR\",\n                                    \"alpha3\": \"IRN\",\n                                    \"numerical\": \"364\",\n                                    \"name\": \"Iran,Islamic Republic of\"\n                                },\n                                {\n                                    \"text\": \"Iraq\",\n                                    \"value\": \"IRQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IQ\",\n                                    \"alpha3\": \"IRQ\",\n                                    \"numerical\": \"368\",\n                                    \"name\": \"Iraq\"\n                                },\n                                {\n                                    \"text\": \"Ireland\",\n                                    \"value\": \"IRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IE\",\n                                    \"alpha3\": \"IRL\",\n                                    \"numerical\": \"372\",\n                                    \"name\": \"Ireland\"\n                                },\n                                {\n                                    \"text\": \"Isle of Man\",\n                                    \"value\": \"IMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IM\",\n                                    \"alpha3\": \"IMN\",\n                                    \"numerical\": \"833\",\n                                    \"name\": \"Isle of Man\"\n                                },\n                                {\n                                    \"text\": \"Israel\",\n                                    \"value\": \"ISR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"alpha3\": \"ISR\",\n                                    \"numerical\": \"376\",\n                                    \"name\": \"Israel\"\n                                },\n                                {\n                                    \"text\": \"Italy\",\n                                    \"value\": \"ITA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IT\",\n                                    \"alpha3\": \"ITA\",\n                                    \"numerical\": \"380\",\n                                    \"name\": \"Italy\"\n                                },\n                                {\n                                    \"text\": \"Jamaica\",\n                                    \"value\": \"JAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JM\",\n                                    \"alpha3\": \"JAM\",\n                                    \"numerical\": \"388\",\n                                    \"name\": \"Jamaica\"\n                                },\n                                {\n                                    \"text\": \"Japan\",\n                                    \"value\": \"JPN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JP\",\n                                    \"alpha3\": \"JPN\",\n                                    \"numerical\": \"392\",\n                                    \"name\": \"Japan\"\n                                },\n                                {\n                                    \"text\": \"Jersey\",\n                                    \"value\": \"JEY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JE\",\n                                    \"alpha3\": \"JEY\",\n                                    \"numerical\": \"832\",\n                                    \"name\": \"Jersey\"\n                                },\n                                {\n                                    \"text\": \"Jordan\",\n                                    \"value\": \"JOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JO\",\n                                    \"alpha3\": \"JOR\",\n                                    \"numerical\": \"400\",\n                                    \"name\": \"Jordan\"\n                                },\n                                {\n                                    \"text\": \"Kazakhstan\",\n                                    \"value\": \"KAZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KZ\",\n                                    \"alpha3\": \"KAZ\",\n                                    \"numerical\": \"398\",\n                                    \"name\": \"Kazakhstan\"\n                                },\n                                {\n                                    \"text\": \"Kenya\",\n                                    \"value\": \"KEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KE\",\n                                    \"alpha3\": \"KEN\",\n                                    \"numerical\": \"404\",\n                                    \"name\": \"Kenya\"\n                                },\n                                {\n                                    \"text\": \"Kiribati\",\n                                    \"value\": \"KIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KI\",\n                                    \"alpha3\": \"KIR\",\n                                    \"numerical\": \"296\",\n                                    \"name\": \"Kiribati\"\n                                },\n                                {\n                                    \"text\": \"Korea,Democratic People's Republic of\",\n                                    \"value\": \"PRK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KP\",\n                                    \"alpha3\": \"PRK\",\n                                    \"numerical\": \"408\",\n                                    \"name\": \"Korea,Democratic People's Republic of\"\n                                },\n                                {\n                                    \"text\": \"Korea,Republic of\",\n                                    \"value\": \"KOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KR\",\n                                    \"alpha3\": \"KOR\",\n                                    \"numerical\": \"410\",\n                                    \"name\": \"Korea,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kosovo,Republic of\",\n                                    \"value\": \"XKK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"XK\",\n                                    \"alpha3\": \"XKK\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Kosovo,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kuwait\",\n                                    \"value\": \"KWT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KW\",\n                                    \"alpha3\": \"KWT\",\n                                    \"numerical\": \"414\",\n                                    \"name\": \"Kuwait\"\n                                },\n                                {\n                                    \"text\": \"Kyrgyzstan\",\n                                    \"value\": \"KGZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KG\",\n                                    \"alpha3\": \"KGZ\",\n                                    \"numerical\": \"417\",\n                                    \"name\": \"Kyrgyzstan\"\n                                },\n                                {\n                                    \"text\": \"Lao People's Democratic Republic\",\n                                    \"value\": \"LAO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"alpha3\": \"LAO\",\n                                    \"numerical\": \"418\",\n                                    \"name\": \"Lao People's Democratic Republic\"\n                                },\n                                {\n                                    \"text\": \"Latvia\",\n                                    \"value\": \"LVA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LV\",\n                                    \"alpha3\": \"LVA\",\n                                    \"numerical\": \"428\",\n                                    \"name\": \"Latvia\"\n                                },\n                                {\n                                    \"text\": \"Lebanon\",\n                                    \"value\": \"LBN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LB\",\n                                    \"alpha3\": \"LBN\",\n                                    \"numerical\": \"422\",\n                                    \"name\": \"Lebanon\"\n                                },\n                                {\n                                    \"text\": \"Lesotho\",\n                                    \"value\": \"LSO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LS\",\n                                    \"alpha3\": \"LSO\",\n                                    \"numerical\": \"426\",\n                                    \"name\": \"Lesotho\"\n                                },\n                                {\n                                    \"text\": \"Liberia\",\n                                    \"value\": \"LBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LR\",\n                                    \"alpha3\": \"LBR\",\n                                    \"numerical\": \"430\",\n                                    \"name\": \"Liberia\"\n                                },\n                                {\n                                    \"text\": \"Libya\",\n                                    \"value\": \"LBY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LY\",\n                                    \"alpha3\": \"LBY\",\n                                    \"numerical\": \"434\",\n                                    \"name\": \"Libya\"\n                                },\n                                {\n                                    \"text\": \"Liechtenstein\",\n                                    \"value\": \"LIE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LI\",\n                                    \"alpha3\": \"LIE\",\n                                    \"numerical\": \"438\",\n                                    \"name\": \"Liechtenstein\"\n                                },\n                                {\n                                    \"text\": \"Lithuania\",\n                                    \"value\": \"LTU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LT\",\n                                    \"alpha3\": \"LTU\",\n                                    \"numerical\": \"440\",\n                                    \"name\": \"Lithuania\"\n                                },\n                                {\n                                    \"text\": \"Luxembourg\",\n                                    \"value\": \"LUX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LU\",\n                                    \"alpha3\": \"LUX\",\n                                    \"numerical\": \"442\",\n                                    \"name\": \"Luxembourg\"\n                                },\n                                {\n                                    \"text\": \"Macao\",\n                                    \"value\": \"MAC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"alpha3\": \"MAC\",\n                                    \"numerical\": \"446\",\n                                    \"name\": \"Macao\"\n                                },\n                                {\n                                    \"text\": \"North Macedonia\",\n                                    \"value\": \"MKD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MK\",\n                                    \"alpha3\": \"MKD\",\n                                    \"numerical\": \"807\",\n                                    \"name\": \"North Macedonia\"\n                                },\n                                {\n                                    \"text\": \"Madagascar\",\n                                    \"value\": \"MDG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MG\",\n                                    \"alpha3\": \"MDG\",\n                                    \"numerical\": \"450\",\n                                    \"name\": \"Madagascar\"\n                                },\n                                {\n                                    \"text\": \"Malawi\",\n                                    \"value\": \"MWI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MW\",\n                                    \"alpha3\": \"MWI\",\n                                    \"numerical\": \"454\",\n                                    \"name\": \"Malawi\"\n                                },\n                                {\n                                    \"text\": \"Malaysia\",\n                                    \"value\": \"MYS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MY\",\n                                    \"alpha3\": \"MYS\",\n                                    \"numerical\": \"458\",\n                                    \"name\": \"Malaysia\"\n                                },\n                                {\n                                    \"text\": \"Maldives\",\n                                    \"value\": \"MDV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MV\",\n                                    \"alpha3\": \"MDV\",\n                                    \"numerical\": \"462\",\n                                    \"name\": \"Maldives\"\n                                },\n                                {\n                                    \"text\": \"Mali\",\n                                    \"value\": \"MLI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ML\",\n                                    \"alpha3\": \"MLI\",\n                                    \"numerical\": \"466\",\n                                    \"name\": \"Mali\"\n                                },\n                                {\n                                    \"text\": \"Malta\",\n                                    \"value\": \"MLT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"alpha3\": \"MLT\",\n                                    \"numerical\": \"470\",\n                                    \"name\": \"Malta\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"MHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"alpha3\": \"MHL\",\n                                    \"numerical\": \"584\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Martinique\",\n                                    \"value\": \"MTQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MQ\",\n                                    \"alpha3\": \"MTQ\",\n                                    \"numerical\": \"474\",\n                                    \"name\": \"Martinique\"\n                                },\n                                {\n                                    \"text\": \"Mauritania\",\n                                    \"value\": \"MRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MR\",\n                                    \"alpha3\": \"MRT\",\n                                    \"numerical\": \"478\",\n                                    \"name\": \"Mauritania\"\n                                },\n                                {\n                                    \"text\": \"Mauritius\",\n                                    \"value\": \"MUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MU\",\n                                    \"alpha3\": \"MUS\",\n                                    \"numerical\": \"480\",\n                                    \"name\": \"Mauritius\"\n                                },\n                                {\n                                    \"text\": \"Mayotte\",\n                                    \"value\": \"MYT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YT\",\n                                    \"alpha3\": \"MYT\",\n                                    \"numerical\": \"175\",\n                                    \"name\": \"Mayotte\"\n                                },\n                                {\n                                    \"text\": \"Mexico\",\n                                    \"value\": \"MEX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MX\",\n                                    \"alpha3\": \"MEX\",\n                                    \"numerical\": \"484\",\n                                    \"name\": \"Mexico\"\n                                },\n                                {\n                                    \"text\": \"Micronesia,Federated States of\",\n                                    \"value\": \"FSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"alpha3\": \"FSM\",\n                                    \"numerical\": \"583\",\n                                    \"name\": \"Micronesia,Federated States of\"\n                                },\n                                {\n                                    \"text\": \"Moldova,Republic of\",\n                                    \"value\": \"MDA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"alpha3\": \"MDA\",\n                                    \"numerical\": \"498\",\n                                    \"name\": \"Moldova,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Monaco\",\n                                    \"value\": \"MCO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MC\",\n                                    \"alpha3\": \"MCO\",\n                                    \"numerical\": \"492\",\n                                    \"name\": \"Monaco\"\n                                },\n                                {\n                                    \"text\": \"Mongolia\",\n                                    \"value\": \"MNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"alpha3\": \"MNG\",\n                                    \"numerical\": \"496\",\n                                    \"name\": \"Mongolia\"\n                                },\n                                {\n                                    \"text\": \"Montenegro\",\n                                    \"value\": \"MNE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"alpha3\": \"MNE\",\n                                    \"numerical\": \"499\",\n                                    \"name\": \"Montenegro\"\n                                },\n                                {\n                                    \"text\": \"Montserrat\",\n                                    \"value\": \"MSR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"alpha3\": \"MSR\",\n                                    \"numerical\": \"500\",\n                                    \"name\": \"Montserrat\"\n                                },\n                                {\n                                    \"text\": \"Morocco\",\n                                    \"value\": \"MAR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"alpha3\": \"MAR\",\n                                    \"numerical\": \"504\",\n                                    \"name\": \"Morocco\"\n                                },\n                                {\n                                    \"text\": \"Mozambique\",\n                                    \"value\": \"MOZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MZ\",\n                                    \"alpha3\": \"MOZ\",\n                                    \"numerical\": \"508\",\n                                    \"name\": \"Mozambique\"\n                                },\n                                {\n                                    \"text\": \"Myanmar\",\n                                    \"value\": \"MMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MM\",\n                                    \"alpha3\": \"MMR\",\n                                    \"numerical\": \"104\",\n                                    \"name\": \"Myanmar\"\n                                },\n                                {\n                                    \"text\": \"Namibia\",\n                                    \"value\": \"NAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NA\",\n                                    \"alpha3\": \"NAM\",\n                                    \"numerical\": \"516\",\n                                    \"name\": \"Namibia\"\n                                },\n                                {\n                                    \"text\": \"Nauru\",\n                                    \"value\": \"NRU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NR\",\n                                    \"alpha3\": \"NRU\",\n                                    \"numerical\": \"520\",\n                                    \"name\": \"Nauru\"\n                                },\n                                {\n                                    \"text\": \"Nepal\",\n                                    \"value\": \"NPL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NP\",\n                                    \"alpha3\": \"NPL\",\n                                    \"numerical\": \"524\",\n                                    \"name\": \"Nepal\"\n                                },\n                                {\n                                    \"text\": \"Netherlands\",\n                                    \"value\": \"NLD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NL\",\n                                    \"alpha3\": \"NLD\",\n                                    \"numerical\": \"528\",\n                                    \"name\": \"Netherlands\"\n                                },\n                                {\n                                    \"text\": \"New Caledonia\",\n                                    \"value\": \"NCL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"alpha3\": \"NCL\",\n                                    \"numerical\": \"540\",\n                                    \"name\": \"New Caledonia\"\n                                },\n                                {\n                                    \"text\": \"New Zealand\",\n                                    \"value\": \"NZL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NZ\",\n                                    \"alpha3\": \"NZL\",\n                                    \"numerical\": \"554\",\n                                    \"name\": \"New Zealand\"\n                                },\n                                {\n                                    \"text\": \"Nicaragua\",\n                                    \"value\": \"NIC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NI\",\n                                    \"alpha3\": \"NIC\",\n                                    \"numerical\": \"558\",\n                                    \"name\": \"Nicaragua\"\n                                },\n                                {\n                                    \"text\": \"Niger\",\n                                    \"value\": \"NER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"alpha3\": \"NER\",\n                                    \"numerical\": \"562\",\n                                    \"name\": \"Niger\"\n                                },\n                                {\n                                    \"text\": \"Nigeria\",\n                                    \"value\": \"NGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NG\",\n                                    \"alpha3\": \"NGA\",\n                                    \"numerical\": \"566\",\n                                    \"name\": \"Nigeria\"\n                                },\n                                {\n                                    \"text\": \"Niue\",\n                                    \"value\": \"NIU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NU\",\n                                    \"alpha3\": \"NIU\",\n                                    \"numerical\": \"570\",\n                                    \"name\": \"Niue\"\n                                },\n                                {\n                                    \"text\": \"Norfolk Island\",\n                                    \"value\": \"NFK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NF\",\n                                    \"alpha3\": \"NFK\",\n                                    \"numerical\": \"574\",\n                                    \"name\": \"Norfolk Island\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"MNP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"alpha3\": \"MNP\",\n                                    \"numerical\": \"580\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Norway\",\n                                    \"value\": \"NOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NO\",\n                                    \"alpha3\": \"NOR\",\n                                    \"numerical\": \"578\",\n                                    \"name\": \"Norway\"\n                                },\n                                {\n                                    \"text\": \"Oman\",\n                                    \"value\": \"OMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OM\",\n                                    \"alpha3\": \"OMN\",\n                                    \"numerical\": \"512\",\n                                    \"name\": \"Oman\"\n                                },\n                                {\n                                    \"text\": \"Pakistan\",\n                                    \"value\": \"PAK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PK\",\n                                    \"alpha3\": \"PAK\",\n                                    \"numerical\": \"586\",\n                                    \"name\": \"Pakistan\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"PLW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"alpha3\": \"PLW\",\n                                    \"numerical\": \"585\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Palestine,State of\",\n                                    \"value\": \"PSE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PS\",\n                                    \"alpha3\": \"PSE\",\n                                    \"numerical\": \"275\",\n                                    \"name\": \"Palestine,State of\"\n                                },\n                                {\n                                    \"text\": \"Panama\",\n                                    \"value\": \"PAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"alpha3\": \"PAN\",\n                                    \"numerical\": \"591\",\n                                    \"name\": \"Panama\"\n                                },\n                                {\n                                    \"text\": \"Papua New Guinea\",\n                                    \"value\": \"PNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PG\",\n                                    \"alpha3\": \"PNG\",\n                                    \"numerical\": \"598\",\n                                    \"name\": \"Papua New Guinea\"\n                                },\n                                {\n                                    \"text\": \"Paraguay\",\n                                    \"value\": \"PRY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PY\",\n                                    \"alpha3\": \"PRY\",\n                                    \"numerical\": \"600\",\n                                    \"name\": \"Paraguay\"\n                                },\n                                {\n                                    \"text\": \"Peru\",\n                                    \"value\": \"PER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PE\",\n                                    \"alpha3\": \"PER\",\n                                    \"numerical\": \"604\",\n                                    \"name\": \"Peru\"\n                                },\n                                {\n                                    \"text\": \"Philippines\",\n                                    \"value\": \"PHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PH\",\n                                    \"alpha3\": \"PHL\",\n                                    \"numerical\": \"608\",\n                                    \"name\": \"Philippines\"\n                                },\n                                {\n                                    \"text\": \"Pitcairn\",\n                                    \"value\": \"PCN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PN\",\n                                    \"alpha3\": \"PCN\",\n                                    \"numerical\": \"612\",\n                                    \"name\": \"Pitcairn\"\n                                },\n                                {\n                                    \"text\": \"Poland\",\n                                    \"value\": \"POL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PL\",\n                                    \"alpha3\": \"POL\",\n                                    \"numerical\": \"616\",\n                                    \"name\": \"Poland\"\n                                },\n                                {\n                                    \"text\": \"Portugal\",\n                                    \"value\": \"PRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PT\",\n                                    \"alpha3\": \"PRT\",\n                                    \"numerical\": \"620\",\n                                    \"name\": \"Portugal\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"PRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"alpha3\": \"PRI\",\n                                    \"numerical\": \"630\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Qatar\",\n                                    \"value\": \"QAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"QA\",\n                                    \"alpha3\": \"QAT\",\n                                    \"numerical\": \"634\",\n                                    \"name\": \"Qatar\"\n                                },\n                                {\n                                    \"text\": \"Réunion\",\n                                    \"value\": \"REU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RE\",\n                                    \"alpha3\": \"REU\",\n                                    \"numerical\": \"638\",\n                                    \"name\": \"Réunion\"\n                                },\n                                {\n                                    \"text\": \"Romania\",\n                                    \"value\": \"ROU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RO\",\n                                    \"alpha3\": \"ROU\",\n                                    \"numerical\": \"642\",\n                                    \"name\": \"Romania\"\n                                },\n                                {\n                                    \"text\": \"Russian Federation\",\n                                    \"value\": \"RUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RU\",\n                                    \"alpha3\": \"RUS\",\n                                    \"numerical\": \"643\",\n                                    \"name\": \"Russian Federation\"\n                                },\n                                {\n                                    \"text\": \"Rwanda\",\n                                    \"value\": \"RWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RW\",\n                                    \"alpha3\": \"RWA\",\n                                    \"numerical\": \"646\",\n                                    \"name\": \"Rwanda\"\n                                },\n                                {\n                                    \"text\": \"Saint Barthélemy\",\n                                    \"value\": \"BLM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BL\",\n                                    \"alpha3\": \"BLM\",\n                                    \"numerical\": \"652\",\n                                    \"name\": \"Saint Barthélemy\"\n                                },\n                                {\n                                    \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"value\": \"SHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SH\",\n                                    \"alpha3\": \"SHN\",\n                                    \"numerical\": \"654\",\n                                    \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                },\n                                {\n                                    \"text\": \"Saint Kitts and Nevis\",\n                                    \"value\": \"KNA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KN\",\n                                    \"alpha3\": \"KNA\",\n                                    \"numerical\": \"659\",\n                                    \"name\": \"Saint Kitts and Nevis\"\n                                },\n                                {\n                                    \"text\": \"Saint Lucia\",\n                                    \"value\": \"LCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LC\",\n                                    \"alpha3\": \"LCA\",\n                                    \"numerical\": \"662\",\n                                    \"name\": \"Saint Lucia\"\n                                },\n                                {\n                                    \"text\": \"Saint Martin (French part)\",\n                                    \"value\": \"MAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MF\",\n                                    \"alpha3\": \"MAF\",\n                                    \"numerical\": \"663\",\n                                    \"name\": \"Saint Martin (French part)\"\n                                },\n                                {\n                                    \"text\": \"Saint Pierre and Miquelon\",\n                                    \"value\": \"SPM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PM\",\n                                    \"alpha3\": \"SPM\",\n                                    \"numerical\": \"666\",\n                                    \"name\": \"Saint Pierre and Miquelon\"\n                                },\n                                {\n                                    \"text\": \"Saint Vincent and the Grenadines\",\n                                    \"value\": \"VCT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VC\",\n                                    \"alpha3\": \"VCT\",\n                                    \"numerical\": \"670\",\n                                    \"name\": \"Saint Vincent and the Grenadines\"\n                                },\n                                {\n                                    \"text\": \"Samoa\",\n                                    \"value\": \"WSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WS\",\n                                    \"alpha3\": \"WSM\",\n                                    \"numerical\": \"882\",\n                                    \"name\": \"Samoa\"\n                                },\n                                {\n                                    \"text\": \"San Marino\",\n                                    \"value\": \"SMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SM\",\n                                    \"alpha3\": \"SMR\",\n                                    \"numerical\": \"674\",\n                                    \"name\": \"San Marino\"\n                                },\n                                {\n                                    \"text\": \"Sao Tome and Principe\",\n                                    \"value\": \"STP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ST\",\n                                    \"alpha3\": \"STP\",\n                                    \"numerical\": \"678\",\n                                    \"name\": \"Sao Tome and Principe\"\n                                },\n                                {\n                                    \"text\": \"Saudi Arabia\",\n                                    \"value\": \"SAU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SA\",\n                                    \"alpha3\": \"SAU\",\n                                    \"numerical\": \"682\",\n                                    \"name\": \"Saudi Arabia\"\n                                },\n                                {\n                                    \"text\": \"Senegal\",\n                                    \"value\": \"SEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SN\",\n                                    \"alpha3\": \"SEN\",\n                                    \"numerical\": \"686\",\n                                    \"name\": \"Senegal\"\n                                },\n                                {\n                                    \"text\": \"Serbia\",\n                                    \"value\": \"SRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RS\",\n                                    \"alpha3\": \"SRB\",\n                                    \"numerical\": \"688\",\n                                    \"name\": \"Serbia\"\n                                },\n                                {\n                                    \"text\": \"Seychelles\",\n                                    \"value\": \"SYC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"alpha3\": \"SYC\",\n                                    \"numerical\": \"690\",\n                                    \"name\": \"Seychelles\"\n                                },\n                                {\n                                    \"text\": \"Sierra Leone\",\n                                    \"value\": \"SLE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SL\",\n                                    \"alpha3\": \"SLE\",\n                                    \"numerical\": \"694\",\n                                    \"name\": \"Sierra Leone\"\n                                },\n                                {\n                                    \"text\": \"Singapore\",\n                                    \"value\": \"SGP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SG\",\n                                    \"alpha3\": \"SGP\",\n                                    \"numerical\": \"702\",\n                                    \"name\": \"Singapore\"\n                                },\n                                {\n                                    \"text\": \"Sint Maarten (Dutch part)\",\n                                    \"value\": \"SXM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SX\",\n                                    \"alpha3\": \"SXM\",\n                                    \"numerical\": \"534\",\n                                    \"name\": \"Sint Maarten (Dutch part)\"\n                                },\n                                {\n                                    \"text\": \"Slovakia\",\n                                    \"value\": \"SVK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SK\",\n                                    \"alpha3\": \"SVK\",\n                                    \"numerical\": \"703\",\n                                    \"name\": \"Slovakia\"\n                                },\n                                {\n                                    \"text\": \"Slovenia\",\n                                    \"value\": \"SVN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SI\",\n                                    \"alpha3\": \"SVN\",\n                                    \"numerical\": \"705\",\n                                    \"name\": \"Slovenia\"\n                                },\n                                {\n                                    \"text\": \"Solomon Islands\",\n                                    \"value\": \"SLB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SB\",\n                                    \"alpha3\": \"SLB\",\n                                    \"numerical\": \"090\",\n                                    \"name\": \"Solomon Islands\"\n                                },\n                                {\n                                    \"text\": \"Somalia\",\n                                    \"value\": \"SOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SO\",\n                                    \"alpha3\": \"SOM\",\n                                    \"numerical\": \"706\",\n                                    \"name\": \"Somalia\"\n                                },\n                                {\n                                    \"text\": \"South Africa\",\n                                    \"value\": \"ZAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZA\",\n                                    \"alpha3\": \"ZAF\",\n                                    \"numerical\": \"710\",\n                                    \"name\": \"South Africa\"\n                                },\n                                {\n                                    \"text\": \"South Georgia and the South Sandwich Islands\",\n                                    \"value\": \"SGS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GS\",\n                                    \"alpha3\": \"SGS\",\n                                    \"numerical\": \"239\",\n                                    \"name\": \"South Georgia and the South Sandwich Islands\"\n                                },\n                                {\n                                    \"text\": \"South Sudan\",\n                                    \"value\": \"SSD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SS\",\n                                    \"alpha3\": \"SSD\",\n                                    \"numerical\": \"728\",\n                                    \"name\": \"South Sudan\"\n                                },\n                                {\n                                    \"text\": \"Spain\",\n                                    \"value\": \"ESP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ES\",\n                                    \"alpha3\": \"ESP\",\n                                    \"numerical\": \"724\",\n                                    \"name\": \"Spain\"\n                                },\n                                {\n                                    \"text\": \"Sri Lanka\",\n                                    \"value\": \"LKA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LK\",\n                                    \"alpha3\": \"LKA\",\n                                    \"numerical\": \"144\",\n                                    \"name\": \"Sri Lanka\"\n                                },\n                                {\n                                    \"text\": \"Sudan\",\n                                    \"value\": \"SDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"alpha3\": \"SDN\",\n                                    \"numerical\": \"729\",\n                                    \"name\": \"Sudan\"\n                                },\n                                {\n                                    \"text\": \"Suriname\",\n                                    \"value\": \"SUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SR\",\n                                    \"alpha3\": \"SUR\",\n                                    \"numerical\": \"740\",\n                                    \"name\": \"Suriname\"\n                                },\n                                {\n                                    \"text\": \"Svalbard and Jan Mayen\",\n                                    \"value\": \"SJM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SJ\",\n                                    \"alpha3\": \"SJM\",\n                                    \"numerical\": \"744\",\n                                    \"name\": \"Svalbard and Jan Mayen\"\n                                },\n                                {\n                                    \"text\": \"Eswatini\",\n                                    \"value\": \"SWZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SZ\",\n                                    \"alpha3\": \"SWZ\",\n                                    \"numerical\": \"748\",\n                                    \"name\": \"Eswatini\"\n                                },\n                                {\n                                    \"text\": \"Sweden\",\n                                    \"value\": \"SWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SE\",\n                                    \"alpha3\": \"SWE\",\n                                    \"numerical\": \"752\",\n                                    \"name\": \"Sweden\"\n                                },\n                                {\n                                    \"text\": \"Switzerland\",\n                                    \"value\": \"CHE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CH\",\n                                    \"alpha3\": \"CHE\",\n                                    \"numerical\": \"756\",\n                                    \"name\": \"Switzerland\"\n                                },\n                                {\n                                    \"text\": \"Syrian Arab Republic\",\n                                    \"value\": \"SYR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SY\",\n                                    \"alpha3\": \"SYR\",\n                                    \"numerical\": \"760\",\n                                    \"name\": \"Syrian Arab Republic\"\n                                },\n                                {\n                                    \"text\": \"Taiwan\",\n                                    \"value\": \"TWN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TW\",\n                                    \"alpha3\": \"TWN\",\n                                    \"numerical\": \"158\",\n                                    \"name\": \"Taiwan\"\n                                },\n                                {\n                                    \"text\": \"Tajikistan\",\n                                    \"value\": \"TJK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TJ\",\n                                    \"alpha3\": \"TJK\",\n                                    \"numerical\": \"762\",\n                                    \"name\": \"Tajikistan\"\n                                },\n                                {\n                                    \"text\": \"Tanzania,United Republic of\",\n                                    \"value\": \"TZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TZ\",\n                                    \"alpha3\": \"TZA\",\n                                    \"numerical\": \"834\",\n                                    \"name\": \"Tanzania,United Republic of\"\n                                },\n                                {\n                                    \"text\": \"Thailand\",\n                                    \"value\": \"THA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TH\",\n                                    \"alpha3\": \"THA\",\n                                    \"numerical\": \"764\",\n                                    \"name\": \"Thailand\"\n                                },\n                                {\n                                    \"text\": \"Timor-Leste\",\n                                    \"value\": \"TLS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TL\",\n                                    \"alpha3\": \"TLS\",\n                                    \"numerical\": \"626\",\n                                    \"name\": \"Timor-Leste\"\n                                },\n                                {\n                                    \"text\": \"Togo\",\n                                    \"value\": \"TGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TG\",\n                                    \"alpha3\": \"TGO\",\n                                    \"numerical\": \"768\",\n                                    \"name\": \"Togo\"\n                                },\n                                {\n                                    \"text\": \"Tokelau\",\n                                    \"value\": \"TKL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TK\",\n                                    \"alpha3\": \"TKL\",\n                                    \"numerical\": \"772\",\n                                    \"name\": \"Tokelau\"\n                                },\n                                {\n                                    \"text\": \"Tonga\",\n                                    \"value\": \"TON\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TO\",\n                                    \"alpha3\": \"TON\",\n                                    \"numerical\": \"776\",\n                                    \"name\": \"Tonga\"\n                                },\n                                {\n                                    \"text\": \"Trinidad and Tobago\",\n                                    \"value\": \"TTO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TT\",\n                                    \"alpha3\": \"TTO\",\n                                    \"numerical\": \"780\",\n                                    \"name\": \"Trinidad and Tobago\"\n                                },\n                                {\n                                    \"text\": \"Tunisia\",\n                                    \"value\": \"TUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"alpha3\": \"TUN\",\n                                    \"numerical\": \"788\",\n                                    \"name\": \"Tunisia\"\n                                },\n                                {\n                                    \"text\": \"Turkey\",\n                                    \"value\": \"TUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TR\",\n                                    \"alpha3\": \"TUR\",\n                                    \"numerical\": \"792\",\n                                    \"name\": \"Turkey\"\n                                },\n                                {\n                                    \"text\": \"Turkmenistan\",\n                                    \"value\": \"TKM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TM\",\n                                    \"alpha3\": \"TKM\",\n                                    \"numerical\": \"795\",\n                                    \"name\": \"Turkmenistan\"\n                                },\n                                {\n                                    \"text\": \"Turks and Caicos Islands\",\n                                    \"value\": \"TCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TC\",\n                                    \"alpha3\": \"TCA\",\n                                    \"numerical\": \"796\",\n                                    \"name\": \"Turks and Caicos Islands\"\n                                },\n                                {\n                                    \"text\": \"Tuvalu\",\n                                    \"value\": \"TUV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TV\",\n                                    \"alpha3\": \"TUV\",\n                                    \"numerical\": \"798\",\n                                    \"name\": \"Tuvalu\"\n                                },\n                                {\n                                    \"text\": \"Uganda\",\n                                    \"value\": \"UGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UG\",\n                                    \"alpha3\": \"UGA\",\n                                    \"numerical\": \"800\",\n                                    \"name\": \"Uganda\"\n                                },\n                                {\n                                    \"text\": \"Ukraine\",\n                                    \"value\": \"UKR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UA\",\n                                    \"alpha3\": \"UKR\",\n                                    \"numerical\": \"804\",\n                                    \"name\": \"Ukraine\"\n                                },\n                                {\n                                    \"text\": \"United Arab Emirates\",\n                                    \"value\": \"ARE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"alpha3\": \"ARE\",\n                                    \"numerical\": \"784\",\n                                    \"name\": \"United Arab Emirates\"\n                                },\n                                {\n                                    \"text\": \"United Kingdom\",\n                                    \"value\": \"GBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GB\",\n                                    \"alpha3\": \"GBR\",\n                                    \"numerical\": \"826\",\n                                    \"name\": \"United Kingdom\"\n                                },\n                                {\n                                    \"text\": \"United States Minor Outlying Islands\",\n                                    \"value\": \"UMI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"alpha3\": \"UMI\",\n                                    \"numerical\": \"581\",\n                                    \"name\": \"United States Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Uruguay\",\n                                    \"value\": \"URY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UY\",\n                                    \"alpha3\": \"URY\",\n                                    \"numerical\": \"858\",\n                                    \"name\": \"Uruguay\"\n                                },\n                                {\n                                    \"text\": \"Uzbekistan\",\n                                    \"value\": \"UZB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UZ\",\n                                    \"alpha3\": \"UZB\",\n                                    \"numerical\": \"860\",\n                                    \"name\": \"Uzbekistan\"\n                                },\n                                {\n                                    \"text\": \"Vanuatu\",\n                                    \"value\": \"VUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VU\",\n                                    \"alpha3\": \"VUT\",\n                                    \"numerical\": \"548\",\n                                    \"name\": \"Vanuatu\"\n                                },\n                                {\n                                    \"text\": \"Venezuela,Bolivarian Republic of\",\n                                    \"value\": \"VEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VE\",\n                                    \"alpha3\": \"VEN\",\n                                    \"numerical\": \"862\",\n                                    \"name\": \"Venezuela,Bolivarian Republic of\"\n                                },\n                                {\n                                    \"text\": \"Viet Nam\",\n                                    \"value\": \"VNM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VN\",\n                                    \"alpha3\": \"VNM\",\n                                    \"numerical\": \"704\",\n                                    \"name\": \"Viet Nam\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,British\",\n                                    \"value\": \"VGB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VG\",\n                                    \"alpha3\": \"VGB\",\n                                    \"numerical\": \"092\",\n                                    \"name\": \"Virgin Islands,British\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,U.S.\",\n                                    \"value\": \"VIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"alpha3\": \"VIR\",\n                                    \"numerical\": \"850\",\n                                    \"name\": \"Virgin Islands,U.S.\"\n                                },\n                                {\n                                    \"text\": \"Wallis and Futuna\",\n                                    \"value\": \"WLF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WF\",\n                                    \"alpha3\": \"WLF\",\n                                    \"numerical\": \"876\",\n                                    \"name\": \"Wallis and Futuna\"\n                                },\n                                {\n                                    \"text\": \"Western Sahara\",\n                                    \"value\": \"ESH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EH\",\n                                    \"alpha3\": \"ESH\",\n                                    \"numerical\": \"732\",\n                                    \"name\": \"Western Sahara\"\n                                },\n                                {\n                                    \"text\": \"Yemen\",\n                                    \"value\": \"YEM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YE\",\n                                    \"alpha3\": \"YEM\",\n                                    \"numerical\": \"887\",\n                                    \"name\": \"Yemen\"\n                                },\n                                {\n                                    \"text\": \"Zambia\",\n                                    \"value\": \"ZMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZM\",\n                                    \"alpha3\": \"ZMB\",\n                                    \"numerical\": \"894\",\n                                    \"name\": \"Zambia\"\n                                },\n                                {\n                                    \"text\": \"Zimbabwe\",\n                                    \"value\": \"ZWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZW\",\n                                    \"alpha3\": \"ZWE\",\n                                    \"numerical\": \"895\",\n                                    \"name\": \"Zimbabwe\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Country of Birth\",\n                            \"name\": \"user-family-country_of_birth\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.country\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha3\",\n                            \"source\": \"locked\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"United States\",\n                                    \"value\": \"USA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"US\",\n                                    \"alpha3\": \"USA\",\n                                    \"numerical\": \"840\",\n                                    \"name\": \"United States\"\n                                },\n                                {\n                                    \"text\": \"Afghanistan\",\n                                    \"value\": \"AFG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AF\",\n                                    \"alpha3\": \"AFG\",\n                                    \"numerical\": \"004\",\n                                    \"name\": \"Afghanistan\"\n                                },\n                                {\n                                    \"text\": \"Åland Islands\",\n                                    \"value\": \"ALA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AX\",\n                                    \"alpha3\": \"ALA\",\n                                    \"numerical\": \"248\",\n                                    \"name\": \"Åland Islands\"\n                                },\n                                {\n                                    \"text\": \"Albania\",\n                                    \"value\": \"ALB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"alpha3\": \"ALB\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Albania\"\n                                },\n                                {\n                                    \"text\": \"Algeria\",\n                                    \"value\": \"DZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DZ\",\n                                    \"alpha3\": \"DZA\",\n                                    \"numerical\": \"012\",\n                                    \"name\": \"Algeria\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"ASM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"alpha3\": \"ASM\",\n                                    \"numerical\": \"016\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Andorra\",\n                                    \"value\": \"AND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AD\",\n                                    \"alpha3\": \"AND\",\n                                    \"numerical\": \"020\",\n                                    \"name\": \"Andorra\"\n                                },\n                                {\n                                    \"text\": \"Angola\",\n                                    \"value\": \"AGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AO\",\n                                    \"alpha3\": \"AGO\",\n                                    \"numerical\": \"024\",\n                                    \"name\": \"Angola\"\n                                },\n                                {\n                                    \"text\": \"Anguilla\",\n                                    \"value\": \"AIA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AI\",\n                                    \"alpha3\": \"AIA\",\n                                    \"numerical\": \"660\",\n                                    \"name\": \"Anguilla\"\n                                },\n                                {\n                                    \"text\": \"Antarctica\",\n                                    \"value\": \"ATA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AQ\",\n                                    \"alpha3\": \"ATA\",\n                                    \"numerical\": \"010\",\n                                    \"name\": \"Antarctica\"\n                                },\n                                {\n                                    \"text\": \"Antigua and Barbuda\",\n                                    \"value\": \"ATG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AG\",\n                                    \"alpha3\": \"ATG\",\n                                    \"numerical\": \"028\",\n                                    \"name\": \"Antigua and Barbuda\"\n                                },\n                                {\n                                    \"text\": \"Argentina\",\n                                    \"value\": \"ARG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"alpha3\": \"ARG\",\n                                    \"numerical\": \"032\",\n                                    \"name\": \"Argentina\"\n                                },\n                                {\n                                    \"text\": \"Armenia\",\n                                    \"value\": \"ARM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AM\",\n                                    \"alpha3\": \"ARM\",\n                                    \"numerical\": \"051\",\n                                    \"name\": \"Armenia\"\n                                },\n                                {\n                                    \"text\": \"Aruba\",\n                                    \"value\": \"ABW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AW\",\n                                    \"alpha3\": \"ABW\",\n                                    \"numerical\": \"533\",\n                                    \"name\": \"Aruba\"\n                                },\n                                {\n                                    \"text\": \"Australia\",\n                                    \"value\": \"AUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AU\",\n                                    \"alpha3\": \"AUS\",\n                                    \"numerical\": \"036\",\n                                    \"name\": \"Australia\"\n                                },\n                                {\n                                    \"text\": \"Austria\",\n                                    \"value\": \"AUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AT\",\n                                    \"alpha3\": \"AUT\",\n                                    \"numerical\": \"040\",\n                                    \"name\": \"Austria\"\n                                },\n                                {\n                                    \"text\": \"Azerbaijan\",\n                                    \"value\": \"AZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"alpha3\": \"AZE\",\n                                    \"numerical\": \"031\",\n                                    \"name\": \"Azerbaijan\"\n                                },\n                                {\n                                    \"text\": \"Bahamas\",\n                                    \"value\": \"BHS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BS\",\n                                    \"alpha3\": \"BHS\",\n                                    \"numerical\": \"044\",\n                                    \"name\": \"Bahamas\"\n                                },\n                                {\n                                    \"text\": \"Bahrain\",\n                                    \"value\": \"BHR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BH\",\n                                    \"alpha3\": \"BHR\",\n                                    \"numerical\": \"048\",\n                                    \"name\": \"Bahrain\"\n                                },\n                                {\n                                    \"text\": \"Bangladesh\",\n                                    \"value\": \"BGD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BD\",\n                                    \"alpha3\": \"BGD\",\n                                    \"numerical\": \"050\",\n                                    \"name\": \"Bangladesh\"\n                                },\n                                {\n                                    \"text\": \"Barbados\",\n                                    \"value\": \"BRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BB\",\n                                    \"alpha3\": \"BRB\",\n                                    \"numerical\": \"052\",\n                                    \"name\": \"Barbados\"\n                                },\n                                {\n                                    \"text\": \"Belarus\",\n                                    \"value\": \"BLR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BY\",\n                                    \"alpha3\": \"BLR\",\n                                    \"numerical\": \"112\",\n                                    \"name\": \"Belarus\"\n                                },\n                                {\n                                    \"text\": \"Belgium\",\n                                    \"value\": \"BEL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BE\",\n                                    \"alpha3\": \"BEL\",\n                                    \"numerical\": \"056\",\n                                    \"name\": \"Belgium\"\n                                },\n                                {\n                                    \"text\": \"Belize\",\n                                    \"value\": \"BLZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BZ\",\n                                    \"alpha3\": \"BLZ\",\n                                    \"numerical\": \"084\",\n                                    \"name\": \"Belize\"\n                                },\n                                {\n                                    \"text\": \"Benin\",\n                                    \"value\": \"BEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BJ\",\n                                    \"alpha3\": \"BEN\",\n                                    \"numerical\": \"204\",\n                                    \"name\": \"Benin\"\n                                },\n                                {\n                                    \"text\": \"Bermuda\",\n                                    \"value\": \"BMU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BM\",\n                                    \"alpha3\": \"BMU\",\n                                    \"numerical\": \"060\",\n                                    \"name\": \"Bermuda\"\n                                },\n                                {\n                                    \"text\": \"Bhutan\",\n                                    \"value\": \"BTN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BT\",\n                                    \"alpha3\": \"BTN\",\n                                    \"numerical\": \"064\",\n                                    \"name\": \"Bhutan\"\n                                },\n                                {\n                                    \"text\": \"Bolivia,Plurinational State of\",\n                                    \"value\": \"BOL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BO\",\n                                    \"alpha3\": \"BOL\",\n                                    \"numerical\": \"068\",\n                                    \"name\": \"Bolivia,Plurinational State of\"\n                                },\n                                {\n                                    \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"value\": \"BES\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BQ\",\n                                    \"alpha3\": \"BES\",\n                                    \"numerical\": \"535\",\n                                    \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                },\n                                {\n                                    \"text\": \"Bosnia and Herzegovina\",\n                                    \"value\": \"BIH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BA\",\n                                    \"alpha3\": \"BIH\",\n                                    \"numerical\": \"070\",\n                                    \"name\": \"Bosnia and Herzegovina\"\n                                },\n                                {\n                                    \"text\": \"Botswana\",\n                                    \"value\": \"BWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BW\",\n                                    \"alpha3\": \"BWA\",\n                                    \"numerical\": \"072\",\n                                    \"name\": \"Botswana\"\n                                },\n                                {\n                                    \"text\": \"Bouvet Island\",\n                                    \"value\": \"BVT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BV\",\n                                    \"alpha3\": \"BVT\",\n                                    \"numerical\": \"074\",\n                                    \"name\": \"Bouvet Island\"\n                                },\n                                {\n                                    \"text\": \"Brazil\",\n                                    \"value\": \"BRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BR\",\n                                    \"alpha3\": \"BRA\",\n                                    \"numerical\": \"076\",\n                                    \"name\": \"Brazil\"\n                                },\n                                {\n                                    \"text\": \"British Indian Ocean Territory\",\n                                    \"value\": \"IOT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IO\",\n                                    \"alpha3\": \"IOT\",\n                                    \"numerical\": \"086\",\n                                    \"name\": \"British Indian Ocean Territory\"\n                                },\n                                {\n                                    \"text\": \"Brunei Darussalam\",\n                                    \"value\": \"BRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BN\",\n                                    \"alpha3\": \"BRN\",\n                                    \"numerical\": \"096\",\n                                    \"name\": \"Brunei Darussalam\"\n                                },\n                                {\n                                    \"text\": \"Bulgaria\",\n                                    \"value\": \"BGR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BG\",\n                                    \"alpha3\": \"BGR\",\n                                    \"numerical\": \"100\",\n                                    \"name\": \"Bulgaria\"\n                                },\n                                {\n                                    \"text\": \"Burkina Faso\",\n                                    \"value\": \"BFA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BF\",\n                                    \"alpha3\": \"BFA\",\n                                    \"numerical\": \"854\",\n                                    \"name\": \"Burkina Faso\"\n                                },\n                                {\n                                    \"text\": \"Burundi\",\n                                    \"value\": \"BDI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BI\",\n                                    \"alpha3\": \"BDI\",\n                                    \"numerical\": \"108\",\n                                    \"name\": \"Burundi\"\n                                },\n                                {\n                                    \"text\": \"Cabo Verde\",\n                                    \"value\": \"CPV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CV\",\n                                    \"alpha3\": \"CPV\",\n                                    \"numerical\": \"132\",\n                                    \"name\": \"Cabo Verde\"\n                                },\n                                {\n                                    \"text\": \"Cambodia\",\n                                    \"value\": \"KHM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KH\",\n                                    \"alpha3\": \"KHM\",\n                                    \"numerical\": \"116\",\n                                    \"name\": \"Cambodia\"\n                                },\n                                {\n                                    \"text\": \"Cameroon\",\n                                    \"value\": \"CMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CM\",\n                                    \"alpha3\": \"CMR\",\n                                    \"numerical\": \"120\",\n                                    \"name\": \"Cameroon\"\n                                },\n                                {\n                                    \"text\": \"Canada\",\n                                    \"value\": \"CAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"alpha3\": \"CAN\",\n                                    \"numerical\": \"124\",\n                                    \"name\": \"Canada\"\n                                },\n                                {\n                                    \"text\": \"Cayman Islands\",\n                                    \"value\": \"CYM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"alpha3\": \"CYM\",\n                                    \"numerical\": \"136\",\n                                    \"name\": \"Cayman Islands\"\n                                },\n                                {\n                                    \"text\": \"Central African Republic\",\n                                    \"value\": \"CAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CF\",\n                                    \"alpha3\": \"CAF\",\n                                    \"numerical\": \"140\",\n                                    \"name\": \"Central African Republic\"\n                                },\n                                {\n                                    \"text\": \"Chad\",\n                                    \"value\": \"TCD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TD\",\n                                    \"alpha3\": \"TCD\",\n                                    \"numerical\": \"148\",\n                                    \"name\": \"Chad\"\n                                },\n                                {\n                                    \"text\": \"Chile\",\n                                    \"value\": \"CHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CL\",\n                                    \"alpha3\": \"CHL\",\n                                    \"numerical\": \"152\",\n                                    \"name\": \"Chile\"\n                                },\n                                {\n                                    \"text\": \"China\",\n                                    \"value\": \"CHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CN\",\n                                    \"alpha3\": \"CHN\",\n                                    \"numerical\": \"156\",\n                                    \"name\": \"China\"\n                                },\n                                {\n                                    \"text\": \"Christmas Island\",\n                                    \"value\": \"CXR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CX\",\n                                    \"alpha3\": \"CXR\",\n                                    \"numerical\": \"162\",\n                                    \"name\": \"Christmas Island\"\n                                },\n                                {\n                                    \"text\": \"Cocos (Keeling) Islands\",\n                                    \"value\": \"CCK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CC\",\n                                    \"alpha3\": \"CCK\",\n                                    \"numerical\": \"166\",\n                                    \"name\": \"Cocos (Keeling) Islands\"\n                                },\n                                {\n                                    \"text\": \"Colombia\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"alpha3\": \"COL\",\n                                    \"numerical\": \"170\",\n                                    \"name\": \"Colombia\"\n                                },\n                                {\n                                    \"text\": \"Comoros\",\n                                    \"value\": \"COM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KM\",\n                                    \"alpha3\": \"COM\",\n                                    \"numerical\": \"174\",\n                                    \"name\": \"Comoros\"\n                                },\n                                {\n                                    \"text\": \"Congo\",\n                                    \"value\": \"COG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CG\",\n                                    \"alpha3\": \"COG\",\n                                    \"numerical\": \"178\",\n                                    \"name\": \"Congo\"\n                                },\n                                {\n                                    \"text\": \"Congo,the Democratic Republic of the\",\n                                    \"value\": \"COD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CD\",\n                                    \"alpha3\": \"COD\",\n                                    \"numerical\": \"180\",\n                                    \"name\": \"Congo,the Democratic Republic of the\"\n                                },\n                                {\n                                    \"text\": \"Cook Islands\",\n                                    \"value\": \"COK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CK\",\n                                    \"alpha3\": \"COK\",\n                                    \"numerical\": \"184\",\n                                    \"name\": \"Cook Islands\"\n                                },\n                                {\n                                    \"text\": \"Costa Rica\",\n                                    \"value\": \"CRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CR\",\n                                    \"alpha3\": \"CRI\",\n                                    \"numerical\": \"188\",\n                                    \"name\": \"Costa Rica\"\n                                },\n                                {\n                                    \"text\": \"Côte d'Ivoire\",\n                                    \"value\": \"CIV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CI\",\n                                    \"alpha3\": \"CIV\",\n                                    \"numerical\": \"384\",\n                                    \"name\": \"Côte d'Ivoire\"\n                                },\n                                {\n                                    \"text\": \"Croatia\",\n                                    \"value\": \"HRV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HR\",\n                                    \"alpha3\": \"HRV\",\n                                    \"numerical\": \"191\",\n                                    \"name\": \"Croatia\"\n                                },\n                                {\n                                    \"text\": \"Cuba\",\n                                    \"value\": \"CUB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CU\",\n                                    \"alpha3\": \"CUB\",\n                                    \"numerical\": \"192\",\n                                    \"name\": \"Cuba\"\n                                },\n                                {\n                                    \"text\": \"Curaçao\",\n                                    \"value\": \"CUW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CW\",\n                                    \"alpha3\": \"CUW\",\n                                    \"numerical\": \"531\",\n                                    \"name\": \"Curaçao\"\n                                },\n                                {\n                                    \"text\": \"Cyprus\",\n                                    \"value\": \"CYP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CY\",\n                                    \"alpha3\": \"CYP\",\n                                    \"numerical\": \"196\",\n                                    \"name\": \"Cyprus\"\n                                },\n                                {\n                                    \"text\": \"Czech Republic\",\n                                    \"value\": \"CZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CZ\",\n                                    \"alpha3\": \"CZE\",\n                                    \"numerical\": \"203\",\n                                    \"name\": \"Czech Republic\"\n                                },\n                                {\n                                    \"text\": \"Denmark\",\n                                    \"value\": \"DNK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DK\",\n                                    \"alpha3\": \"DNK\",\n                                    \"numerical\": \"208\",\n                                    \"name\": \"Denmark\"\n                                },\n                                {\n                                    \"text\": \"Djibouti\",\n                                    \"value\": \"DJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DJ\",\n                                    \"alpha3\": \"DJI\",\n                                    \"numerical\": \"262\",\n                                    \"name\": \"Djibouti\"\n                                },\n                                {\n                                    \"text\": \"Dominica\",\n                                    \"value\": \"DMA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DM\",\n                                    \"alpha3\": \"DMA\",\n                                    \"numerical\": \"212\",\n                                    \"name\": \"Dominica\"\n                                },\n                                {\n                                    \"text\": \"Dominican Republic\",\n                                    \"value\": \"DOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DO\",\n                                    \"alpha3\": \"DOM\",\n                                    \"numerical\": \"214\",\n                                    \"name\": \"Dominican Republic\"\n                                },\n                                {\n                                    \"text\": \"Ecuador\",\n                                    \"value\": \"ECU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EC\",\n                                    \"alpha3\": \"ECU\",\n                                    \"numerical\": \"218\",\n                                    \"name\": \"Ecuador\"\n                                },\n                                {\n                                    \"text\": \"Egypt\",\n                                    \"value\": \"EGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EG\",\n                                    \"alpha3\": \"EGY\",\n                                    \"numerical\": \"818\",\n                                    \"name\": \"Egypt\"\n                                },\n                                {\n                                    \"text\": \"El Salvador\",\n                                    \"value\": \"SLV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SV\",\n                                    \"alpha3\": \"SLV\",\n                                    \"numerical\": \"222\",\n                                    \"name\": \"El Salvador\"\n                                },\n                                {\n                                    \"text\": \"Equatorial Guinea\",\n                                    \"value\": \"GNQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GQ\",\n                                    \"alpha3\": \"GNQ\",\n                                    \"numerical\": \"226\",\n                                    \"name\": \"Equatorial Guinea\"\n                                },\n                                {\n                                    \"text\": \"Eritrea\",\n                                    \"value\": \"ERI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ER\",\n                                    \"alpha3\": \"ERI\",\n                                    \"numerical\": \"232\",\n                                    \"name\": \"Eritrea\"\n                                },\n                                {\n                                    \"text\": \"Estonia\",\n                                    \"value\": \"EST\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EE\",\n                                    \"alpha3\": \"EST\",\n                                    \"numerical\": \"233\",\n                                    \"name\": \"Estonia\"\n                                },\n                                {\n                                    \"text\": \"Ethiopia\",\n                                    \"value\": \"ETH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ET\",\n                                    \"alpha3\": \"ETH\",\n                                    \"numerical\": \"231\",\n                                    \"name\": \"Ethiopia\"\n                                },\n                                {\n                                    \"text\": \"Falkland Islands (Malvinas)\",\n                                    \"value\": \"FLK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FK\",\n                                    \"alpha3\": \"FLK\",\n                                    \"numerical\": \"238\",\n                                    \"name\": \"Falkland Islands (Malvinas)\"\n                                },\n                                {\n                                    \"text\": \"Faroe Islands\",\n                                    \"value\": \"FRO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FO\",\n                                    \"alpha3\": \"FRO\",\n                                    \"numerical\": \"234\",\n                                    \"name\": \"Faroe Islands\"\n                                },\n                                {\n                                    \"text\": \"Fiji\",\n                                    \"value\": \"FJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FJ\",\n                                    \"alpha3\": \"FJI\",\n                                    \"numerical\": \"242\",\n                                    \"name\": \"Fiji\"\n                                },\n                                {\n                                    \"text\": \"Finland\",\n                                    \"value\": \"FIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FI\",\n                                    \"alpha3\": \"FIN\",\n                                    \"numerical\": \"246\",\n                                    \"name\": \"Finland\"\n                                },\n                                {\n                                    \"text\": \"France\",\n                                    \"value\": \"FRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FR\",\n                                    \"alpha3\": \"FRA\",\n                                    \"numerical\": \"250\",\n                                    \"name\": \"France\"\n                                },\n                                {\n                                    \"text\": \"French Guiana\",\n                                    \"value\": \"GUF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GF\",\n                                    \"alpha3\": \"GUF\",\n                                    \"numerical\": \"254\",\n                                    \"name\": \"French Guiana\"\n                                },\n                                {\n                                    \"text\": \"French Polynesia\",\n                                    \"value\": \"PYF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PF\",\n                                    \"alpha3\": \"PYF\",\n                                    \"numerical\": \"258\",\n                                    \"name\": \"French Polynesia\"\n                                },\n                                {\n                                    \"text\": \"French Southern Territories\",\n                                    \"value\": \"ATF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TF\",\n                                    \"alpha3\": \"ATF\",\n                                    \"numerical\": \"260\",\n                                    \"name\": \"French Southern Territories\"\n                                },\n                                {\n                                    \"text\": \"Gabon\",\n                                    \"value\": \"GAB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"alpha3\": \"GAB\",\n                                    \"numerical\": \"266\",\n                                    \"name\": \"Gabon\"\n                                },\n                                {\n                                    \"text\": \"Gambia\",\n                                    \"value\": \"GMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GM\",\n                                    \"alpha3\": \"GMB\",\n                                    \"numerical\": \"270\",\n                                    \"name\": \"Gambia\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"GEO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GE\",\n                                    \"alpha3\": \"GEO\",\n                                    \"numerical\": \"268\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Germany\",\n                                    \"value\": \"DEU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"alpha3\": \"DEU\",\n                                    \"numerical\": \"276\",\n                                    \"name\": \"Germany\"\n                                },\n                                {\n                                    \"text\": \"Ghana\",\n                                    \"value\": \"GHA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GH\",\n                                    \"alpha3\": \"GHA\",\n                                    \"numerical\": \"288\",\n                                    \"name\": \"Ghana\"\n                                },\n                                {\n                                    \"text\": \"Gibraltar\",\n                                    \"value\": \"GIB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GI\",\n                                    \"alpha3\": \"GIB\",\n                                    \"numerical\": \"292\",\n                                    \"name\": \"Gibraltar\"\n                                },\n                                {\n                                    \"text\": \"Greece\",\n                                    \"value\": \"GRC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GR\",\n                                    \"alpha3\": \"GRC\",\n                                    \"numerical\": \"300\",\n                                    \"name\": \"Greece\"\n                                },\n                                {\n                                    \"text\": \"Greenland\",\n                                    \"value\": \"GRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GL\",\n                                    \"alpha3\": \"GRL\",\n                                    \"numerical\": \"304\",\n                                    \"name\": \"Greenland\"\n                                },\n                                {\n                                    \"text\": \"Grenada\",\n                                    \"value\": \"GRD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GD\",\n                                    \"alpha3\": \"GRD\",\n                                    \"numerical\": \"308\",\n                                    \"name\": \"Grenada\"\n                                },\n                                {\n                                    \"text\": \"Guadeloupe\",\n                                    \"value\": \"GLP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GP\",\n                                    \"alpha3\": \"GLP\",\n                                    \"numerical\": \"312\",\n                                    \"name\": \"Guadeloupe\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"GUM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"alpha3\": \"GUM\",\n                                    \"numerical\": \"316\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Guatemala\",\n                                    \"value\": \"GTM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GT\",\n                                    \"alpha3\": \"GTM\",\n                                    \"numerical\": \"320\",\n                                    \"name\": \"Guatemala\"\n                                },\n                                {\n                                    \"text\": \"Guernsey\",\n                                    \"value\": \"GGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GG\",\n                                    \"alpha3\": \"GGY\",\n                                    \"numerical\": \"831\",\n                                    \"name\": \"Guernsey\"\n                                },\n                                {\n                                    \"text\": \"Guinea\",\n                                    \"value\": \"GIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GN\",\n                                    \"alpha3\": \"GIN\",\n                                    \"numerical\": \"324\",\n                                    \"name\": \"Guinea\"\n                                },\n                                {\n                                    \"text\": \"Guinea-Bissau\",\n                                    \"value\": \"GNB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GW\",\n                                    \"alpha3\": \"GNB\",\n                                    \"numerical\": \"624\",\n                                    \"name\": \"Guinea-Bissau\"\n                                },\n                                {\n                                    \"text\": \"Guyana\",\n                                    \"value\": \"GUY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GY\",\n                                    \"alpha3\": \"GUY\",\n                                    \"numerical\": \"328\",\n                                    \"name\": \"Guyana\"\n                                },\n                                {\n                                    \"text\": \"Haiti\",\n                                    \"value\": \"HTI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HT\",\n                                    \"alpha3\": \"HTI\",\n                                    \"numerical\": \"332\",\n                                    \"name\": \"Haiti\"\n                                },\n                                {\n                                    \"text\": \"Heard Island and McDonald Islands\",\n                                    \"value\": \"HMD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HM\",\n                                    \"alpha3\": \"HMD\",\n                                    \"numerical\": \"334\",\n                                    \"name\": \"Heard Island and McDonald Islands\"\n                                },\n                                {\n                                    \"text\": \"Holy See (Vatican City State)\",\n                                    \"value\": \"VAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"alpha3\": \"VAT\",\n                                    \"numerical\": \"336\",\n                                    \"name\": \"Holy See (Vatican City State)\"\n                                },\n                                {\n                                    \"text\": \"Honduras\",\n                                    \"value\": \"HND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HN\",\n                                    \"alpha3\": \"HND\",\n                                    \"numerical\": \"340\",\n                                    \"name\": \"Honduras\"\n                                },\n                                {\n                                    \"text\": \"Hong Kong\",\n                                    \"value\": \"HKG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HK\",\n                                    \"alpha3\": \"HKG\",\n                                    \"numerical\": \"344\",\n                                    \"name\": \"Hong Kong\"\n                                },\n                                {\n                                    \"text\": \"Hungary\",\n                                    \"value\": \"HUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HU\",\n                                    \"alpha3\": \"HUN\",\n                                    \"numerical\": \"348\",\n                                    \"name\": \"Hungary\"\n                                },\n                                {\n                                    \"text\": \"Iceland\",\n                                    \"value\": \"ISL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IS\",\n                                    \"alpha3\": \"ISL\",\n                                    \"numerical\": \"352\",\n                                    \"name\": \"Iceland\"\n                                },\n                                {\n                                    \"text\": \"India\",\n                                    \"value\": \"IND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"alpha3\": \"IND\",\n                                    \"numerical\": \"356\",\n                                    \"name\": \"India\"\n                                },\n                                {\n                                    \"text\": \"Indonesia\",\n                                    \"value\": \"IDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"alpha3\": \"IDN\",\n                                    \"numerical\": \"360\",\n                                    \"name\": \"Indonesia\"\n                                },\n                                {\n                                    \"text\": \"Iran,Islamic Republic of\",\n                                    \"value\": \"IRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IR\",\n                                    \"alpha3\": \"IRN\",\n                                    \"numerical\": \"364\",\n                                    \"name\": \"Iran,Islamic Republic of\"\n                                },\n                                {\n                                    \"text\": \"Iraq\",\n                                    \"value\": \"IRQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IQ\",\n                                    \"alpha3\": \"IRQ\",\n                                    \"numerical\": \"368\",\n                                    \"name\": \"Iraq\"\n                                },\n                                {\n                                    \"text\": \"Ireland\",\n                                    \"value\": \"IRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IE\",\n                                    \"alpha3\": \"IRL\",\n                                    \"numerical\": \"372\",\n                                    \"name\": \"Ireland\"\n                                },\n                                {\n                                    \"text\": \"Isle of Man\",\n                                    \"value\": \"IMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IM\",\n                                    \"alpha3\": \"IMN\",\n                                    \"numerical\": \"833\",\n                                    \"name\": \"Isle of Man\"\n                                },\n                                {\n                                    \"text\": \"Israel\",\n                                    \"value\": \"ISR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"alpha3\": \"ISR\",\n                                    \"numerical\": \"376\",\n                                    \"name\": \"Israel\"\n                                },\n                                {\n                                    \"text\": \"Italy\",\n                                    \"value\": \"ITA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IT\",\n                                    \"alpha3\": \"ITA\",\n                                    \"numerical\": \"380\",\n                                    \"name\": \"Italy\"\n                                },\n                                {\n                                    \"text\": \"Jamaica\",\n                                    \"value\": \"JAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JM\",\n                                    \"alpha3\": \"JAM\",\n                                    \"numerical\": \"388\",\n                                    \"name\": \"Jamaica\"\n                                },\n                                {\n                                    \"text\": \"Japan\",\n                                    \"value\": \"JPN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JP\",\n                                    \"alpha3\": \"JPN\",\n                                    \"numerical\": \"392\",\n                                    \"name\": \"Japan\"\n                                },\n                                {\n                                    \"text\": \"Jersey\",\n                                    \"value\": \"JEY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JE\",\n                                    \"alpha3\": \"JEY\",\n                                    \"numerical\": \"832\",\n                                    \"name\": \"Jersey\"\n                                },\n                                {\n                                    \"text\": \"Jordan\",\n                                    \"value\": \"JOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JO\",\n                                    \"alpha3\": \"JOR\",\n                                    \"numerical\": \"400\",\n                                    \"name\": \"Jordan\"\n                                },\n                                {\n                                    \"text\": \"Kazakhstan\",\n                                    \"value\": \"KAZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KZ\",\n                                    \"alpha3\": \"KAZ\",\n                                    \"numerical\": \"398\",\n                                    \"name\": \"Kazakhstan\"\n                                },\n                                {\n                                    \"text\": \"Kenya\",\n                                    \"value\": \"KEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KE\",\n                                    \"alpha3\": \"KEN\",\n                                    \"numerical\": \"404\",\n                                    \"name\": \"Kenya\"\n                                },\n                                {\n                                    \"text\": \"Kiribati\",\n                                    \"value\": \"KIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KI\",\n                                    \"alpha3\": \"KIR\",\n                                    \"numerical\": \"296\",\n                                    \"name\": \"Kiribati\"\n                                },\n                                {\n                                    \"text\": \"Korea,Democratic People's Republic of\",\n                                    \"value\": \"PRK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KP\",\n                                    \"alpha3\": \"PRK\",\n                                    \"numerical\": \"408\",\n                                    \"name\": \"Korea,Democratic People's Republic of\"\n                                },\n                                {\n                                    \"text\": \"Korea,Republic of\",\n                                    \"value\": \"KOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KR\",\n                                    \"alpha3\": \"KOR\",\n                                    \"numerical\": \"410\",\n                                    \"name\": \"Korea,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kosovo,Republic of\",\n                                    \"value\": \"XKK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"XK\",\n                                    \"alpha3\": \"XKK\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Kosovo,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kuwait\",\n                                    \"value\": \"KWT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KW\",\n                                    \"alpha3\": \"KWT\",\n                                    \"numerical\": \"414\",\n                                    \"name\": \"Kuwait\"\n                                },\n                                {\n                                    \"text\": \"Kyrgyzstan\",\n                                    \"value\": \"KGZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KG\",\n                                    \"alpha3\": \"KGZ\",\n                                    \"numerical\": \"417\",\n                                    \"name\": \"Kyrgyzstan\"\n                                },\n                                {\n                                    \"text\": \"Lao People's Democratic Republic\",\n                                    \"value\": \"LAO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"alpha3\": \"LAO\",\n                                    \"numerical\": \"418\",\n                                    \"name\": \"Lao People's Democratic Republic\"\n                                },\n                                {\n                                    \"text\": \"Latvia\",\n                                    \"value\": \"LVA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LV\",\n                                    \"alpha3\": \"LVA\",\n                                    \"numerical\": \"428\",\n                                    \"name\": \"Latvia\"\n                                },\n                                {\n                                    \"text\": \"Lebanon\",\n                                    \"value\": \"LBN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LB\",\n                                    \"alpha3\": \"LBN\",\n                                    \"numerical\": \"422\",\n                                    \"name\": \"Lebanon\"\n                                },\n                                {\n                                    \"text\": \"Lesotho\",\n                                    \"value\": \"LSO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LS\",\n                                    \"alpha3\": \"LSO\",\n                                    \"numerical\": \"426\",\n                                    \"name\": \"Lesotho\"\n                                },\n                                {\n                                    \"text\": \"Liberia\",\n                                    \"value\": \"LBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LR\",\n                                    \"alpha3\": \"LBR\",\n                                    \"numerical\": \"430\",\n                                    \"name\": \"Liberia\"\n                                },\n                                {\n                                    \"text\": \"Libya\",\n                                    \"value\": \"LBY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LY\",\n                                    \"alpha3\": \"LBY\",\n                                    \"numerical\": \"434\",\n                                    \"name\": \"Libya\"\n                                },\n                                {\n                                    \"text\": \"Liechtenstein\",\n                                    \"value\": \"LIE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LI\",\n                                    \"alpha3\": \"LIE\",\n                                    \"numerical\": \"438\",\n                                    \"name\": \"Liechtenstein\"\n                                },\n                                {\n                                    \"text\": \"Lithuania\",\n                                    \"value\": \"LTU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LT\",\n                                    \"alpha3\": \"LTU\",\n                                    \"numerical\": \"440\",\n                                    \"name\": \"Lithuania\"\n                                },\n                                {\n                                    \"text\": \"Luxembourg\",\n                                    \"value\": \"LUX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LU\",\n                                    \"alpha3\": \"LUX\",\n                                    \"numerical\": \"442\",\n                                    \"name\": \"Luxembourg\"\n                                },\n                                {\n                                    \"text\": \"Macao\",\n                                    \"value\": \"MAC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"alpha3\": \"MAC\",\n                                    \"numerical\": \"446\",\n                                    \"name\": \"Macao\"\n                                },\n                                {\n                                    \"text\": \"North Macedonia\",\n                                    \"value\": \"MKD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MK\",\n                                    \"alpha3\": \"MKD\",\n                                    \"numerical\": \"807\",\n                                    \"name\": \"North Macedonia\"\n                                },\n                                {\n                                    \"text\": \"Madagascar\",\n                                    \"value\": \"MDG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MG\",\n                                    \"alpha3\": \"MDG\",\n                                    \"numerical\": \"450\",\n                                    \"name\": \"Madagascar\"\n                                },\n                                {\n                                    \"text\": \"Malawi\",\n                                    \"value\": \"MWI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MW\",\n                                    \"alpha3\": \"MWI\",\n                                    \"numerical\": \"454\",\n                                    \"name\": \"Malawi\"\n                                },\n                                {\n                                    \"text\": \"Malaysia\",\n                                    \"value\": \"MYS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MY\",\n                                    \"alpha3\": \"MYS\",\n                                    \"numerical\": \"458\",\n                                    \"name\": \"Malaysia\"\n                                },\n                                {\n                                    \"text\": \"Maldives\",\n                                    \"value\": \"MDV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MV\",\n                                    \"alpha3\": \"MDV\",\n                                    \"numerical\": \"462\",\n                                    \"name\": \"Maldives\"\n                                },\n                                {\n                                    \"text\": \"Mali\",\n                                    \"value\": \"MLI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ML\",\n                                    \"alpha3\": \"MLI\",\n                                    \"numerical\": \"466\",\n                                    \"name\": \"Mali\"\n                                },\n                                {\n                                    \"text\": \"Malta\",\n                                    \"value\": \"MLT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"alpha3\": \"MLT\",\n                                    \"numerical\": \"470\",\n                                    \"name\": \"Malta\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"MHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"alpha3\": \"MHL\",\n                                    \"numerical\": \"584\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Martinique\",\n                                    \"value\": \"MTQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MQ\",\n                                    \"alpha3\": \"MTQ\",\n                                    \"numerical\": \"474\",\n                                    \"name\": \"Martinique\"\n                                },\n                                {\n                                    \"text\": \"Mauritania\",\n                                    \"value\": \"MRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MR\",\n                                    \"alpha3\": \"MRT\",\n                                    \"numerical\": \"478\",\n                                    \"name\": \"Mauritania\"\n                                },\n                                {\n                                    \"text\": \"Mauritius\",\n                                    \"value\": \"MUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MU\",\n                                    \"alpha3\": \"MUS\",\n                                    \"numerical\": \"480\",\n                                    \"name\": \"Mauritius\"\n                                },\n                                {\n                                    \"text\": \"Mayotte\",\n                                    \"value\": \"MYT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YT\",\n                                    \"alpha3\": \"MYT\",\n                                    \"numerical\": \"175\",\n                                    \"name\": \"Mayotte\"\n                                },\n                                {\n                                    \"text\": \"Mexico\",\n                                    \"value\": \"MEX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MX\",\n                                    \"alpha3\": \"MEX\",\n                                    \"numerical\": \"484\",\n                                    \"name\": \"Mexico\"\n                                },\n                                {\n                                    \"text\": \"Micronesia,Federated States of\",\n                                    \"value\": \"FSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"alpha3\": \"FSM\",\n                                    \"numerical\": \"583\",\n                                    \"name\": \"Micronesia,Federated States of\"\n                                },\n                                {\n                                    \"text\": \"Moldova,Republic of\",\n                                    \"value\": \"MDA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"alpha3\": \"MDA\",\n                                    \"numerical\": \"498\",\n                                    \"name\": \"Moldova,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Monaco\",\n                                    \"value\": \"MCO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MC\",\n                                    \"alpha3\": \"MCO\",\n                                    \"numerical\": \"492\",\n                                    \"name\": \"Monaco\"\n                                },\n                                {\n                                    \"text\": \"Mongolia\",\n                                    \"value\": \"MNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"alpha3\": \"MNG\",\n                                    \"numerical\": \"496\",\n                                    \"name\": \"Mongolia\"\n                                },\n                                {\n                                    \"text\": \"Montenegro\",\n                                    \"value\": \"MNE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"alpha3\": \"MNE\",\n                                    \"numerical\": \"499\",\n                                    \"name\": \"Montenegro\"\n                                },\n                                {\n                                    \"text\": \"Montserrat\",\n                                    \"value\": \"MSR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"alpha3\": \"MSR\",\n                                    \"numerical\": \"500\",\n                                    \"name\": \"Montserrat\"\n                                },\n                                {\n                                    \"text\": \"Morocco\",\n                                    \"value\": \"MAR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"alpha3\": \"MAR\",\n                                    \"numerical\": \"504\",\n                                    \"name\": \"Morocco\"\n                                },\n                                {\n                                    \"text\": \"Mozambique\",\n                                    \"value\": \"MOZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MZ\",\n                                    \"alpha3\": \"MOZ\",\n                                    \"numerical\": \"508\",\n                                    \"name\": \"Mozambique\"\n                                },\n                                {\n                                    \"text\": \"Myanmar\",\n                                    \"value\": \"MMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MM\",\n                                    \"alpha3\": \"MMR\",\n                                    \"numerical\": \"104\",\n                                    \"name\": \"Myanmar\"\n                                },\n                                {\n                                    \"text\": \"Namibia\",\n                                    \"value\": \"NAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NA\",\n                                    \"alpha3\": \"NAM\",\n                                    \"numerical\": \"516\",\n                                    \"name\": \"Namibia\"\n                                },\n                                {\n                                    \"text\": \"Nauru\",\n                                    \"value\": \"NRU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NR\",\n                                    \"alpha3\": \"NRU\",\n                                    \"numerical\": \"520\",\n                                    \"name\": \"Nauru\"\n                                },\n                                {\n                                    \"text\": \"Nepal\",\n                                    \"value\": \"NPL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NP\",\n                                    \"alpha3\": \"NPL\",\n                                    \"numerical\": \"524\",\n                                    \"name\": \"Nepal\"\n                                },\n                                {\n                                    \"text\": \"Netherlands\",\n                                    \"value\": \"NLD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NL\",\n                                    \"alpha3\": \"NLD\",\n                                    \"numerical\": \"528\",\n                                    \"name\": \"Netherlands\"\n                                },\n                                {\n                                    \"text\": \"New Caledonia\",\n                                    \"value\": \"NCL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"alpha3\": \"NCL\",\n                                    \"numerical\": \"540\",\n                                    \"name\": \"New Caledonia\"\n                                },\n                                {\n                                    \"text\": \"New Zealand\",\n                                    \"value\": \"NZL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NZ\",\n                                    \"alpha3\": \"NZL\",\n                                    \"numerical\": \"554\",\n                                    \"name\": \"New Zealand\"\n                                },\n                                {\n                                    \"text\": \"Nicaragua\",\n                                    \"value\": \"NIC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NI\",\n                                    \"alpha3\": \"NIC\",\n                                    \"numerical\": \"558\",\n                                    \"name\": \"Nicaragua\"\n                                },\n                                {\n                                    \"text\": \"Niger\",\n                                    \"value\": \"NER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"alpha3\": \"NER\",\n                                    \"numerical\": \"562\",\n                                    \"name\": \"Niger\"\n                                },\n                                {\n                                    \"text\": \"Nigeria\",\n                                    \"value\": \"NGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NG\",\n                                    \"alpha3\": \"NGA\",\n                                    \"numerical\": \"566\",\n                                    \"name\": \"Nigeria\"\n                                },\n                                {\n                                    \"text\": \"Niue\",\n                                    \"value\": \"NIU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NU\",\n                                    \"alpha3\": \"NIU\",\n                                    \"numerical\": \"570\",\n                                    \"name\": \"Niue\"\n                                },\n                                {\n                                    \"text\": \"Norfolk Island\",\n                                    \"value\": \"NFK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NF\",\n                                    \"alpha3\": \"NFK\",\n                                    \"numerical\": \"574\",\n                                    \"name\": \"Norfolk Island\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"MNP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"alpha3\": \"MNP\",\n                                    \"numerical\": \"580\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Norway\",\n                                    \"value\": \"NOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NO\",\n                                    \"alpha3\": \"NOR\",\n                                    \"numerical\": \"578\",\n                                    \"name\": \"Norway\"\n                                },\n                                {\n                                    \"text\": \"Oman\",\n                                    \"value\": \"OMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OM\",\n                                    \"alpha3\": \"OMN\",\n                                    \"numerical\": \"512\",\n                                    \"name\": \"Oman\"\n                                },\n                                {\n                                    \"text\": \"Pakistan\",\n                                    \"value\": \"PAK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PK\",\n                                    \"alpha3\": \"PAK\",\n                                    \"numerical\": \"586\",\n                                    \"name\": \"Pakistan\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"PLW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"alpha3\": \"PLW\",\n                                    \"numerical\": \"585\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Palestine,State of\",\n                                    \"value\": \"PSE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PS\",\n                                    \"alpha3\": \"PSE\",\n                                    \"numerical\": \"275\",\n                                    \"name\": \"Palestine,State of\"\n                                },\n                                {\n                                    \"text\": \"Panama\",\n                                    \"value\": \"PAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"alpha3\": \"PAN\",\n                                    \"numerical\": \"591\",\n                                    \"name\": \"Panama\"\n                                },\n                                {\n                                    \"text\": \"Papua New Guinea\",\n                                    \"value\": \"PNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PG\",\n                                    \"alpha3\": \"PNG\",\n                                    \"numerical\": \"598\",\n                                    \"name\": \"Papua New Guinea\"\n                                },\n                                {\n                                    \"text\": \"Paraguay\",\n                                    \"value\": \"PRY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PY\",\n                                    \"alpha3\": \"PRY\",\n                                    \"numerical\": \"600\",\n                                    \"name\": \"Paraguay\"\n                                },\n                                {\n                                    \"text\": \"Peru\",\n                                    \"value\": \"PER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PE\",\n                                    \"alpha3\": \"PER\",\n                                    \"numerical\": \"604\",\n                                    \"name\": \"Peru\"\n                                },\n                                {\n                                    \"text\": \"Philippines\",\n                                    \"value\": \"PHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PH\",\n                                    \"alpha3\": \"PHL\",\n                                    \"numerical\": \"608\",\n                                    \"name\": \"Philippines\"\n                                },\n                                {\n                                    \"text\": \"Pitcairn\",\n                                    \"value\": \"PCN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PN\",\n                                    \"alpha3\": \"PCN\",\n                                    \"numerical\": \"612\",\n                                    \"name\": \"Pitcairn\"\n                                },\n                                {\n                                    \"text\": \"Poland\",\n                                    \"value\": \"POL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PL\",\n                                    \"alpha3\": \"POL\",\n                                    \"numerical\": \"616\",\n                                    \"name\": \"Poland\"\n                                },\n                                {\n                                    \"text\": \"Portugal\",\n                                    \"value\": \"PRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PT\",\n                                    \"alpha3\": \"PRT\",\n                                    \"numerical\": \"620\",\n                                    \"name\": \"Portugal\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"PRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"alpha3\": \"PRI\",\n                                    \"numerical\": \"630\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Qatar\",\n                                    \"value\": \"QAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"QA\",\n                                    \"alpha3\": \"QAT\",\n                                    \"numerical\": \"634\",\n                                    \"name\": \"Qatar\"\n                                },\n                                {\n                                    \"text\": \"Réunion\",\n                                    \"value\": \"REU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RE\",\n                                    \"alpha3\": \"REU\",\n                                    \"numerical\": \"638\",\n                                    \"name\": \"Réunion\"\n                                },\n                                {\n                                    \"text\": \"Romania\",\n                                    \"value\": \"ROU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RO\",\n                                    \"alpha3\": \"ROU\",\n                                    \"numerical\": \"642\",\n                                    \"name\": \"Romania\"\n                                },\n                                {\n                                    \"text\": \"Russian Federation\",\n                                    \"value\": \"RUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RU\",\n                                    \"alpha3\": \"RUS\",\n                                    \"numerical\": \"643\",\n                                    \"name\": \"Russian Federation\"\n                                },\n                                {\n                                    \"text\": \"Rwanda\",\n                                    \"value\": \"RWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RW\",\n                                    \"alpha3\": \"RWA\",\n                                    \"numerical\": \"646\",\n                                    \"name\": \"Rwanda\"\n                                },\n                                {\n                                    \"text\": \"Saint Barthélemy\",\n                                    \"value\": \"BLM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BL\",\n                                    \"alpha3\": \"BLM\",\n                                    \"numerical\": \"652\",\n                                    \"name\": \"Saint Barthélemy\"\n                                },\n                                {\n                                    \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"value\": \"SHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SH\",\n                                    \"alpha3\": \"SHN\",\n                                    \"numerical\": \"654\",\n                                    \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                },\n                                {\n                                    \"text\": \"Saint Kitts and Nevis\",\n                                    \"value\": \"KNA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KN\",\n                                    \"alpha3\": \"KNA\",\n                                    \"numerical\": \"659\",\n                                    \"name\": \"Saint Kitts and Nevis\"\n                                },\n                                {\n                                    \"text\": \"Saint Lucia\",\n                                    \"value\": \"LCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LC\",\n                                    \"alpha3\": \"LCA\",\n                                    \"numerical\": \"662\",\n                                    \"name\": \"Saint Lucia\"\n                                },\n                                {\n                                    \"text\": \"Saint Martin (French part)\",\n                                    \"value\": \"MAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MF\",\n                                    \"alpha3\": \"MAF\",\n                                    \"numerical\": \"663\",\n                                    \"name\": \"Saint Martin (French part)\"\n                                },\n                                {\n                                    \"text\": \"Saint Pierre and Miquelon\",\n                                    \"value\": \"SPM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PM\",\n                                    \"alpha3\": \"SPM\",\n                                    \"numerical\": \"666\",\n                                    \"name\": \"Saint Pierre and Miquelon\"\n                                },\n                                {\n                                    \"text\": \"Saint Vincent and the Grenadines\",\n                                    \"value\": \"VCT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VC\",\n                                    \"alpha3\": \"VCT\",\n                                    \"numerical\": \"670\",\n                                    \"name\": \"Saint Vincent and the Grenadines\"\n                                },\n                                {\n                                    \"text\": \"Samoa\",\n                                    \"value\": \"WSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WS\",\n                                    \"alpha3\": \"WSM\",\n                                    \"numerical\": \"882\",\n                                    \"name\": \"Samoa\"\n                                },\n                                {\n                                    \"text\": \"San Marino\",\n                                    \"value\": \"SMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SM\",\n                                    \"alpha3\": \"SMR\",\n                                    \"numerical\": \"674\",\n                                    \"name\": \"San Marino\"\n                                },\n                                {\n                                    \"text\": \"Sao Tome and Principe\",\n                                    \"value\": \"STP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ST\",\n                                    \"alpha3\": \"STP\",\n                                    \"numerical\": \"678\",\n                                    \"name\": \"Sao Tome and Principe\"\n                                },\n                                {\n                                    \"text\": \"Saudi Arabia\",\n                                    \"value\": \"SAU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SA\",\n                                    \"alpha3\": \"SAU\",\n                                    \"numerical\": \"682\",\n                                    \"name\": \"Saudi Arabia\"\n                                },\n                                {\n                                    \"text\": \"Senegal\",\n                                    \"value\": \"SEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SN\",\n                                    \"alpha3\": \"SEN\",\n                                    \"numerical\": \"686\",\n                                    \"name\": \"Senegal\"\n                                },\n                                {\n                                    \"text\": \"Serbia\",\n                                    \"value\": \"SRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RS\",\n                                    \"alpha3\": \"SRB\",\n                                    \"numerical\": \"688\",\n                                    \"name\": \"Serbia\"\n                                },\n                                {\n                                    \"text\": \"Seychelles\",\n                                    \"value\": \"SYC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"alpha3\": \"SYC\",\n                                    \"numerical\": \"690\",\n                                    \"name\": \"Seychelles\"\n                                },\n                                {\n                                    \"text\": \"Sierra Leone\",\n                                    \"value\": \"SLE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SL\",\n                                    \"alpha3\": \"SLE\",\n                                    \"numerical\": \"694\",\n                                    \"name\": \"Sierra Leone\"\n                                },\n                                {\n                                    \"text\": \"Singapore\",\n                                    \"value\": \"SGP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SG\",\n                                    \"alpha3\": \"SGP\",\n                                    \"numerical\": \"702\",\n                                    \"name\": \"Singapore\"\n                                },\n                                {\n                                    \"text\": \"Sint Maarten (Dutch part)\",\n                                    \"value\": \"SXM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SX\",\n                                    \"alpha3\": \"SXM\",\n                                    \"numerical\": \"534\",\n                                    \"name\": \"Sint Maarten (Dutch part)\"\n                                },\n                                {\n                                    \"text\": \"Slovakia\",\n                                    \"value\": \"SVK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SK\",\n                                    \"alpha3\": \"SVK\",\n                                    \"numerical\": \"703\",\n                                    \"name\": \"Slovakia\"\n                                },\n                                {\n                                    \"text\": \"Slovenia\",\n                                    \"value\": \"SVN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SI\",\n                                    \"alpha3\": \"SVN\",\n                                    \"numerical\": \"705\",\n                                    \"name\": \"Slovenia\"\n                                },\n                                {\n                                    \"text\": \"Solomon Islands\",\n                                    \"value\": \"SLB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SB\",\n                                    \"alpha3\": \"SLB\",\n                                    \"numerical\": \"090\",\n                                    \"name\": \"Solomon Islands\"\n                                },\n                                {\n                                    \"text\": \"Somalia\",\n                                    \"value\": \"SOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SO\",\n                                    \"alpha3\": \"SOM\",\n                                    \"numerical\": \"706\",\n                                    \"name\": \"Somalia\"\n                                },\n                                {\n                                    \"text\": \"South Africa\",\n                                    \"value\": \"ZAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZA\",\n                                    \"alpha3\": \"ZAF\",\n                                    \"numerical\": \"710\",\n                                    \"name\": \"South Africa\"\n                                },\n                                {\n                                    \"text\": \"South Georgia and the South Sandwich Islands\",\n                                    \"value\": \"SGS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GS\",\n                                    \"alpha3\": \"SGS\",\n                                    \"numerical\": \"239\",\n                                    \"name\": \"South Georgia and the South Sandwich Islands\"\n                                },\n                                {\n                                    \"text\": \"South Sudan\",\n                                    \"value\": \"SSD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SS\",\n                                    \"alpha3\": \"SSD\",\n                                    \"numerical\": \"728\",\n                                    \"name\": \"South Sudan\"\n                                },\n                                {\n                                    \"text\": \"Spain\",\n                                    \"value\": \"ESP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ES\",\n                                    \"alpha3\": \"ESP\",\n                                    \"numerical\": \"724\",\n                                    \"name\": \"Spain\"\n                                },\n                                {\n                                    \"text\": \"Sri Lanka\",\n                                    \"value\": \"LKA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LK\",\n                                    \"alpha3\": \"LKA\",\n                                    \"numerical\": \"144\",\n                                    \"name\": \"Sri Lanka\"\n                                },\n                                {\n                                    \"text\": \"Sudan\",\n                                    \"value\": \"SDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"alpha3\": \"SDN\",\n                                    \"numerical\": \"729\",\n                                    \"name\": \"Sudan\"\n                                },\n                                {\n                                    \"text\": \"Suriname\",\n                                    \"value\": \"SUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SR\",\n                                    \"alpha3\": \"SUR\",\n                                    \"numerical\": \"740\",\n                                    \"name\": \"Suriname\"\n                                },\n                                {\n                                    \"text\": \"Svalbard and Jan Mayen\",\n                                    \"value\": \"SJM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SJ\",\n                                    \"alpha3\": \"SJM\",\n                                    \"numerical\": \"744\",\n                                    \"name\": \"Svalbard and Jan Mayen\"\n                                },\n                                {\n                                    \"text\": \"Eswatini\",\n                                    \"value\": \"SWZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SZ\",\n                                    \"alpha3\": \"SWZ\",\n                                    \"numerical\": \"748\",\n                                    \"name\": \"Eswatini\"\n                                },\n                                {\n                                    \"text\": \"Sweden\",\n                                    \"value\": \"SWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SE\",\n                                    \"alpha3\": \"SWE\",\n                                    \"numerical\": \"752\",\n                                    \"name\": \"Sweden\"\n                                },\n                                {\n                                    \"text\": \"Switzerland\",\n                                    \"value\": \"CHE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CH\",\n                                    \"alpha3\": \"CHE\",\n                                    \"numerical\": \"756\",\n                                    \"name\": \"Switzerland\"\n                                },\n                                {\n                                    \"text\": \"Syrian Arab Republic\",\n                                    \"value\": \"SYR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SY\",\n                                    \"alpha3\": \"SYR\",\n                                    \"numerical\": \"760\",\n                                    \"name\": \"Syrian Arab Republic\"\n                                },\n                                {\n                                    \"text\": \"Taiwan\",\n                                    \"value\": \"TWN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TW\",\n                                    \"alpha3\": \"TWN\",\n                                    \"numerical\": \"158\",\n                                    \"name\": \"Taiwan\"\n                                },\n                                {\n                                    \"text\": \"Tajikistan\",\n                                    \"value\": \"TJK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TJ\",\n                                    \"alpha3\": \"TJK\",\n                                    \"numerical\": \"762\",\n                                    \"name\": \"Tajikistan\"\n                                },\n                                {\n                                    \"text\": \"Tanzania,United Republic of\",\n                                    \"value\": \"TZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TZ\",\n                                    \"alpha3\": \"TZA\",\n                                    \"numerical\": \"834\",\n                                    \"name\": \"Tanzania,United Republic of\"\n                                },\n                                {\n                                    \"text\": \"Thailand\",\n                                    \"value\": \"THA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TH\",\n                                    \"alpha3\": \"THA\",\n                                    \"numerical\": \"764\",\n                                    \"name\": \"Thailand\"\n                                },\n                                {\n                                    \"text\": \"Timor-Leste\",\n                                    \"value\": \"TLS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TL\",\n                                    \"alpha3\": \"TLS\",\n                                    \"numerical\": \"626\",\n                                    \"name\": \"Timor-Leste\"\n                                },\n                                {\n                                    \"text\": \"Togo\",\n                                    \"value\": \"TGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TG\",\n                                    \"alpha3\": \"TGO\",\n                                    \"numerical\": \"768\",\n                                    \"name\": \"Togo\"\n                                },\n                                {\n                                    \"text\": \"Tokelau\",\n                                    \"value\": \"TKL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TK\",\n                                    \"alpha3\": \"TKL\",\n                                    \"numerical\": \"772\",\n                                    \"name\": \"Tokelau\"\n                                },\n                                {\n                                    \"text\": \"Tonga\",\n                                    \"value\": \"TON\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TO\",\n                                    \"alpha3\": \"TON\",\n                                    \"numerical\": \"776\",\n                                    \"name\": \"Tonga\"\n                                },\n                                {\n                                    \"text\": \"Trinidad and Tobago\",\n                                    \"value\": \"TTO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TT\",\n                                    \"alpha3\": \"TTO\",\n                                    \"numerical\": \"780\",\n                                    \"name\": \"Trinidad and Tobago\"\n                                },\n                                {\n                                    \"text\": \"Tunisia\",\n                                    \"value\": \"TUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"alpha3\": \"TUN\",\n                                    \"numerical\": \"788\",\n                                    \"name\": \"Tunisia\"\n                                },\n                                {\n                                    \"text\": \"Turkey\",\n                                    \"value\": \"TUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TR\",\n                                    \"alpha3\": \"TUR\",\n                                    \"numerical\": \"792\",\n                                    \"name\": \"Turkey\"\n                                },\n                                {\n                                    \"text\": \"Turkmenistan\",\n                                    \"value\": \"TKM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TM\",\n                                    \"alpha3\": \"TKM\",\n                                    \"numerical\": \"795\",\n                                    \"name\": \"Turkmenistan\"\n                                },\n                                {\n                                    \"text\": \"Turks and Caicos Islands\",\n                                    \"value\": \"TCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TC\",\n                                    \"alpha3\": \"TCA\",\n                                    \"numerical\": \"796\",\n                                    \"name\": \"Turks and Caicos Islands\"\n                                },\n                                {\n                                    \"text\": \"Tuvalu\",\n                                    \"value\": \"TUV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TV\",\n                                    \"alpha3\": \"TUV\",\n                                    \"numerical\": \"798\",\n                                    \"name\": \"Tuvalu\"\n                                },\n                                {\n                                    \"text\": \"Uganda\",\n                                    \"value\": \"UGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UG\",\n                                    \"alpha3\": \"UGA\",\n                                    \"numerical\": \"800\",\n                                    \"name\": \"Uganda\"\n                                },\n                                {\n                                    \"text\": \"Ukraine\",\n                                    \"value\": \"UKR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UA\",\n                                    \"alpha3\": \"UKR\",\n                                    \"numerical\": \"804\",\n                                    \"name\": \"Ukraine\"\n                                },\n                                {\n                                    \"text\": \"United Arab Emirates\",\n                                    \"value\": \"ARE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"alpha3\": \"ARE\",\n                                    \"numerical\": \"784\",\n                                    \"name\": \"United Arab Emirates\"\n                                },\n                                {\n                                    \"text\": \"United Kingdom\",\n                                    \"value\": \"GBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GB\",\n                                    \"alpha3\": \"GBR\",\n                                    \"numerical\": \"826\",\n                                    \"name\": \"United Kingdom\"\n                                },\n                                {\n                                    \"text\": \"United States Minor Outlying Islands\",\n                                    \"value\": \"UMI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"alpha3\": \"UMI\",\n                                    \"numerical\": \"581\",\n                                    \"name\": \"United States Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Uruguay\",\n                                    \"value\": \"URY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UY\",\n                                    \"alpha3\": \"URY\",\n                                    \"numerical\": \"858\",\n                                    \"name\": \"Uruguay\"\n                                },\n                                {\n                                    \"text\": \"Uzbekistan\",\n                                    \"value\": \"UZB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UZ\",\n                                    \"alpha3\": \"UZB\",\n                                    \"numerical\": \"860\",\n                                    \"name\": \"Uzbekistan\"\n                                },\n                                {\n                                    \"text\": \"Vanuatu\",\n                                    \"value\": \"VUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VU\",\n                                    \"alpha3\": \"VUT\",\n                                    \"numerical\": \"548\",\n                                    \"name\": \"Vanuatu\"\n                                },\n                                {\n                                    \"text\": \"Venezuela,Bolivarian Republic of\",\n                                    \"value\": \"VEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VE\",\n                                    \"alpha3\": \"VEN\",\n                                    \"numerical\": \"862\",\n                                    \"name\": \"Venezuela,Bolivarian Republic of\"\n                                },\n                                {\n                                    \"text\": \"Viet Nam\",\n                                    \"value\": \"VNM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VN\",\n                                    \"alpha3\": \"VNM\",\n                                    \"numerical\": \"704\",\n                                    \"name\": \"Viet Nam\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,British\",\n                                    \"value\": \"VGB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VG\",\n                                    \"alpha3\": \"VGB\",\n                                    \"numerical\": \"092\",\n                                    \"name\": \"Virgin Islands,British\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,U.S.\",\n                                    \"value\": \"VIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"alpha3\": \"VIR\",\n                                    \"numerical\": \"850\",\n                                    \"name\": \"Virgin Islands,U.S.\"\n                                },\n                                {\n                                    \"text\": \"Wallis and Futuna\",\n                                    \"value\": \"WLF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WF\",\n                                    \"alpha3\": \"WLF\",\n                                    \"numerical\": \"876\",\n                                    \"name\": \"Wallis and Futuna\"\n                                },\n                                {\n                                    \"text\": \"Western Sahara\",\n                                    \"value\": \"ESH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EH\",\n                                    \"alpha3\": \"ESH\",\n                                    \"numerical\": \"732\",\n                                    \"name\": \"Western Sahara\"\n                                },\n                                {\n                                    \"text\": \"Yemen\",\n                                    \"value\": \"YEM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YE\",\n                                    \"alpha3\": \"YEM\",\n                                    \"numerical\": \"887\",\n                                    \"name\": \"Yemen\"\n                                },\n                                {\n                                    \"text\": \"Zambia\",\n                                    \"value\": \"ZMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZM\",\n                                    \"alpha3\": \"ZMB\",\n                                    \"numerical\": \"894\",\n                                    \"name\": \"Zambia\"\n                                },\n                                {\n                                    \"text\": \"Zimbabwe\",\n                                    \"value\": \"ZWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZW\",\n                                    \"alpha3\": \"ZWE\",\n                                    \"numerical\": \"895\",\n                                    \"name\": \"Zimbabwe\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"City of Birth\",\n                            \"name\": \"user-family-city_of_birth\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Education Level\",\n                            \"name\": \"user-family-degree\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.degrees\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"What is the highest degree your parent/guardian earned?\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"High school diploma or equivalent\",\n                                    \"value\": \"HS/GED\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Some college\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Associates (two-year degree)\",\n                                    \"value\": \"AA/AS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Bachelors (four-year degree)\",\n                                    \"value\": \"BA/BS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Masters (excluding MBA)\",\n                                    \"value\": \"MA/MS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"MBA (Business)\",\n                                    \"value\": \"MBA\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"JD (Law)\",\n                                    \"value\": \"JD\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"MD / DO / DVM / DDS (Medicine)\",\n                                    \"value\": \"MD/DDS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"PHD (Doctorate)\",\n                                    \"value\": \"PhD\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-living\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": true,\n                            \"label\": \"Living?\",\n                            \"name\": \"user-family-living\",\n                            \"notes\": \"\",\n                            \"source\": \"locked\",\n                            \"data_source\": false,\n                            \"options\": [\n                                {\n                                    \"text\": \"Home\",\n                                    \"value\": \"home\"\n                                },\n                                {\n                                    \"text\": \"Cell\",\n                                    \"value\": \"cell\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Country Alpha 2\",\n                            \"name\": \"second-phone-country_alpha_2\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Country Code\",\n                            \"name\": \"second-phone-country_code\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Phone Number\",\n                            \"name\": \"second-phone-number\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": false,\n                            \"label\": \"This number can receive SMS/Text messages and I opt-in to receive SMS messages.\",\n                            \"name\": \"second-phone-sms_opt_in\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"You must opt-in in order to receive SMS messages. Messaging frequency varies. You may opt-out at any time. Standard messaging rates may apply.\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"second-phone-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"cell\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": false,\n                            \"label\": \"This number can receive WhatsApp messages and I opt-in to receive WhatsApp messages.\",\n                            \"name\": \"second-phone-whatsapp_opt_in\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"Messaging frequency varies. You may opt-out at any time.\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"second-phone-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"cell\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-family-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"User Family\",\n                \"form_attributes\": {\n                    \"field_type\": \"family-member\",\n                    \"label\": \"Parent / Legal Guardian\",\n                    \"name\": \"user-family\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"guardian\",\n                            \"label\": \"Type\",\n                            \"name\": \"user-family-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Relationship\",\n                            \"name\": \"user-family-relationship\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.family_relationship\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Mother\",\n                                    \"value\": \"mother\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Father\",\n                                    \"value\": \"father\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Guardian\",\n                                    \"value\": \"guardian\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Not Applicable\",\n                                    \"value\": \"not_applicable\",\n                                    \"checked\": false\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Title\",\n                            \"name\": \"user-family-title\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.titles\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Mr.\",\n                                    \"value\": \"mr\",\n                                    \"checked\": false,\n                                    \"name\": \"Mr.\",\n                                    \"id\": \"43A08F05\"\n                                },\n                                {\n                                    \"text\": \"Mrs.\",\n                                    \"value\": \"mrs\",\n                                    \"checked\": false,\n                                    \"name\": \"Mrs.\",\n                                    \"id\": \"E7D4E1EF\"\n                                },\n                                {\n                                    \"text\": \"Ms.\",\n                                    \"value\": \"ms\",\n                                    \"checked\": false,\n                                    \"name\": \"Ms.\",\n                                    \"id\": \"EBBEF2CE\"\n                                },\n                                {\n                                    \"text\": \"Dr.\",\n                                    \"value\": \"dr\",\n                                    \"checked\": false,\n                                    \"name\": \"Dr.\",\n                                    \"id\": \"51C4C8D9\"\n                                },\n                                {\n                                    \"text\": \"Rev.\",\n                                    \"value\": \"rev\",\n                                    \"checked\": false,\n                                    \"name\": \"Rev.\",\n                                    \"id\": \"7C163B61\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"First Name\",\n                            \"name\": \"user-family-first_name\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Middle Name\",\n                            \"name\": \"user-family-middle_name\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Last Name\",\n                            \"name\": \"user-family-last_name\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Gender\",\n                            \"name\": \"user-family-gender\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.gender\",\n                            \"data_source_text\": \"value\",\n                            \"data_source_value\": \"value\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Female\",\n                                    \"value\": \"Female\",\n                                    \"checked\": false,\n                                    \"one\": \"F\"\n                                },\n                                {\n                                    \"text\": \"Male\",\n                                    \"value\": \"Male\",\n                                    \"checked\": false,\n                                    \"one\": \"M\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Suffix\",\n                            \"name\": \"user-family-suffix\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.suffix\",\n                            \"data_source_text\": \"short\",\n                            \"data_source_value\": \"name\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"None\",\n                                    \"value\": \"\",\n                                    \"checked\": false,\n                                    \"name\": \"\",\n                                    \"full\": \"None\",\n                                    \"short\": \"None\"\n                                },\n                                {\n                                    \"text\": \"Sr.\",\n                                    \"value\": \"Sr.\",\n                                    \"checked\": false,\n                                    \"name\": \"Sr.\",\n                                    \"full\": \"Senior\",\n                                    \"short\": \"Sr.\"\n                                },\n                                {\n                                    \"text\": \"Jr.\",\n                                    \"value\": \"Jr.\",\n                                    \"checked\": false,\n                                    \"name\": \"Jr.\",\n                                    \"full\": \"Junior\",\n                                    \"short\": \"Jr.\"\n                                },\n                                {\n                                    \"text\": \"II\",\n                                    \"value\": \"II\",\n                                    \"checked\": false,\n                                    \"name\": \"II\",\n                                    \"full\": \"Second\",\n                                    \"short\": \"II\"\n                                },\n                                {\n                                    \"text\": \"III\",\n                                    \"value\": \"III\",\n                                    \"checked\": false,\n                                    \"name\": \"III\",\n                                    \"full\": \"Third\",\n                                    \"short\": \"III\"\n                                },\n                                {\n                                    \"text\": \"IV\",\n                                    \"value\": \"IV\",\n                                    \"checked\": false,\n                                    \"name\": \"IV\",\n                                    \"full\": \"Fourth\",\n                                    \"short\": \"IV\"\n                                },\n                                {\n                                    \"text\": \"V\",\n                                    \"value\": \"V\",\n                                    \"checked\": false,\n                                    \"name\": \"V\",\n                                    \"full\": \"Fifth\",\n                                    \"short\": \"V\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Date of Birth\",\n                            \"name\": \"user-family-date_of_birth\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Country of Citizenship\",\n                            \"name\": \"user-family-country_of_citizenship\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.country\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha3\",\n                            \"source\": \"locked\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"United States\",\n                                    \"value\": \"USA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"US\",\n                                    \"alpha3\": \"USA\",\n                                    \"numerical\": \"840\",\n                                    \"name\": \"United States\"\n                                },\n                                {\n                                    \"text\": \"Afghanistan\",\n                                    \"value\": \"AFG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AF\",\n                                    \"alpha3\": \"AFG\",\n                                    \"numerical\": \"004\",\n                                    \"name\": \"Afghanistan\"\n                                },\n                                {\n                                    \"text\": \"Åland Islands\",\n                                    \"value\": \"ALA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AX\",\n                                    \"alpha3\": \"ALA\",\n                                    \"numerical\": \"248\",\n                                    \"name\": \"Åland Islands\"\n                                },\n                                {\n                                    \"text\": \"Albania\",\n                                    \"value\": \"ALB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"alpha3\": \"ALB\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Albania\"\n                                },\n                                {\n                                    \"text\": \"Algeria\",\n                                    \"value\": \"DZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DZ\",\n                                    \"alpha3\": \"DZA\",\n                                    \"numerical\": \"012\",\n                                    \"name\": \"Algeria\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"ASM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"alpha3\": \"ASM\",\n                                    \"numerical\": \"016\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Andorra\",\n                                    \"value\": \"AND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AD\",\n                                    \"alpha3\": \"AND\",\n                                    \"numerical\": \"020\",\n                                    \"name\": \"Andorra\"\n                                },\n                                {\n                                    \"text\": \"Angola\",\n                                    \"value\": \"AGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AO\",\n                                    \"alpha3\": \"AGO\",\n                                    \"numerical\": \"024\",\n                                    \"name\": \"Angola\"\n                                },\n                                {\n                                    \"text\": \"Anguilla\",\n                                    \"value\": \"AIA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AI\",\n                                    \"alpha3\": \"AIA\",\n                                    \"numerical\": \"660\",\n                                    \"name\": \"Anguilla\"\n                                },\n                                {\n                                    \"text\": \"Antarctica\",\n                                    \"value\": \"ATA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AQ\",\n                                    \"alpha3\": \"ATA\",\n                                    \"numerical\": \"010\",\n                                    \"name\": \"Antarctica\"\n                                },\n                                {\n                                    \"text\": \"Antigua and Barbuda\",\n                                    \"value\": \"ATG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AG\",\n                                    \"alpha3\": \"ATG\",\n                                    \"numerical\": \"028\",\n                                    \"name\": \"Antigua and Barbuda\"\n                                },\n                                {\n                                    \"text\": \"Argentina\",\n                                    \"value\": \"ARG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"alpha3\": \"ARG\",\n                                    \"numerical\": \"032\",\n                                    \"name\": \"Argentina\"\n                                },\n                                {\n                                    \"text\": \"Armenia\",\n                                    \"value\": \"ARM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AM\",\n                                    \"alpha3\": \"ARM\",\n                                    \"numerical\": \"051\",\n                                    \"name\": \"Armenia\"\n                                },\n                                {\n                                    \"text\": \"Aruba\",\n                                    \"value\": \"ABW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AW\",\n                                    \"alpha3\": \"ABW\",\n                                    \"numerical\": \"533\",\n                                    \"name\": \"Aruba\"\n                                },\n                                {\n                                    \"text\": \"Australia\",\n                                    \"value\": \"AUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AU\",\n                                    \"alpha3\": \"AUS\",\n                                    \"numerical\": \"036\",\n                                    \"name\": \"Australia\"\n                                },\n                                {\n                                    \"text\": \"Austria\",\n                                    \"value\": \"AUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AT\",\n                                    \"alpha3\": \"AUT\",\n                                    \"numerical\": \"040\",\n                                    \"name\": \"Austria\"\n                                },\n                                {\n                                    \"text\": \"Azerbaijan\",\n                                    \"value\": \"AZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"alpha3\": \"AZE\",\n                                    \"numerical\": \"031\",\n                                    \"name\": \"Azerbaijan\"\n                                },\n                                {\n                                    \"text\": \"Bahamas\",\n                                    \"value\": \"BHS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BS\",\n                                    \"alpha3\": \"BHS\",\n                                    \"numerical\": \"044\",\n                                    \"name\": \"Bahamas\"\n                                },\n                                {\n                                    \"text\": \"Bahrain\",\n                                    \"value\": \"BHR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BH\",\n                                    \"alpha3\": \"BHR\",\n                                    \"numerical\": \"048\",\n                                    \"name\": \"Bahrain\"\n                                },\n                                {\n                                    \"text\": \"Bangladesh\",\n                                    \"value\": \"BGD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BD\",\n                                    \"alpha3\": \"BGD\",\n                                    \"numerical\": \"050\",\n                                    \"name\": \"Bangladesh\"\n                                },\n                                {\n                                    \"text\": \"Barbados\",\n                                    \"value\": \"BRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BB\",\n                                    \"alpha3\": \"BRB\",\n                                    \"numerical\": \"052\",\n                                    \"name\": \"Barbados\"\n                                },\n                                {\n                                    \"text\": \"Belarus\",\n                                    \"value\": \"BLR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BY\",\n                                    \"alpha3\": \"BLR\",\n                                    \"numerical\": \"112\",\n                                    \"name\": \"Belarus\"\n                                },\n                                {\n                                    \"text\": \"Belgium\",\n                                    \"value\": \"BEL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BE\",\n                                    \"alpha3\": \"BEL\",\n                                    \"numerical\": \"056\",\n                                    \"name\": \"Belgium\"\n                                },\n                                {\n                                    \"text\": \"Belize\",\n                                    \"value\": \"BLZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BZ\",\n                                    \"alpha3\": \"BLZ\",\n                                    \"numerical\": \"084\",\n                                    \"name\": \"Belize\"\n                                },\n                                {\n                                    \"text\": \"Benin\",\n                                    \"value\": \"BEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BJ\",\n                                    \"alpha3\": \"BEN\",\n                                    \"numerical\": \"204\",\n                                    \"name\": \"Benin\"\n                                },\n                                {\n                                    \"text\": \"Bermuda\",\n                                    \"value\": \"BMU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BM\",\n                                    \"alpha3\": \"BMU\",\n                                    \"numerical\": \"060\",\n                                    \"name\": \"Bermuda\"\n                                },\n                                {\n                                    \"text\": \"Bhutan\",\n                                    \"value\": \"BTN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BT\",\n                                    \"alpha3\": \"BTN\",\n                                    \"numerical\": \"064\",\n                                    \"name\": \"Bhutan\"\n                                },\n                                {\n                                    \"text\": \"Bolivia,Plurinational State of\",\n                                    \"value\": \"BOL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BO\",\n                                    \"alpha3\": \"BOL\",\n                                    \"numerical\": \"068\",\n                                    \"name\": \"Bolivia,Plurinational State of\"\n                                },\n                                {\n                                    \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"value\": \"BES\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BQ\",\n                                    \"alpha3\": \"BES\",\n                                    \"numerical\": \"535\",\n                                    \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                },\n                                {\n                                    \"text\": \"Bosnia and Herzegovina\",\n                                    \"value\": \"BIH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BA\",\n                                    \"alpha3\": \"BIH\",\n                                    \"numerical\": \"070\",\n                                    \"name\": \"Bosnia and Herzegovina\"\n                                },\n                                {\n                                    \"text\": \"Botswana\",\n                                    \"value\": \"BWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BW\",\n                                    \"alpha3\": \"BWA\",\n                                    \"numerical\": \"072\",\n                                    \"name\": \"Botswana\"\n                                },\n                                {\n                                    \"text\": \"Bouvet Island\",\n                                    \"value\": \"BVT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BV\",\n                                    \"alpha3\": \"BVT\",\n                                    \"numerical\": \"074\",\n                                    \"name\": \"Bouvet Island\"\n                                },\n                                {\n                                    \"text\": \"Brazil\",\n                                    \"value\": \"BRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BR\",\n                                    \"alpha3\": \"BRA\",\n                                    \"numerical\": \"076\",\n                                    \"name\": \"Brazil\"\n                                },\n                                {\n                                    \"text\": \"British Indian Ocean Territory\",\n                                    \"value\": \"IOT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IO\",\n                                    \"alpha3\": \"IOT\",\n                                    \"numerical\": \"086\",\n                                    \"name\": \"British Indian Ocean Territory\"\n                                },\n                                {\n                                    \"text\": \"Brunei Darussalam\",\n                                    \"value\": \"BRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BN\",\n                                    \"alpha3\": \"BRN\",\n                                    \"numerical\": \"096\",\n                                    \"name\": \"Brunei Darussalam\"\n                                },\n                                {\n                                    \"text\": \"Bulgaria\",\n                                    \"value\": \"BGR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BG\",\n                                    \"alpha3\": \"BGR\",\n                                    \"numerical\": \"100\",\n                                    \"name\": \"Bulgaria\"\n                                },\n                                {\n                                    \"text\": \"Burkina Faso\",\n                                    \"value\": \"BFA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BF\",\n                                    \"alpha3\": \"BFA\",\n                                    \"numerical\": \"854\",\n                                    \"name\": \"Burkina Faso\"\n                                },\n                                {\n                                    \"text\": \"Burundi\",\n                                    \"value\": \"BDI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BI\",\n                                    \"alpha3\": \"BDI\",\n                                    \"numerical\": \"108\",\n                                    \"name\": \"Burundi\"\n                                },\n                                {\n                                    \"text\": \"Cabo Verde\",\n                                    \"value\": \"CPV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CV\",\n                                    \"alpha3\": \"CPV\",\n                                    \"numerical\": \"132\",\n                                    \"name\": \"Cabo Verde\"\n                                },\n                                {\n                                    \"text\": \"Cambodia\",\n                                    \"value\": \"KHM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KH\",\n                                    \"alpha3\": \"KHM\",\n                                    \"numerical\": \"116\",\n                                    \"name\": \"Cambodia\"\n                                },\n                                {\n                                    \"text\": \"Cameroon\",\n                                    \"value\": \"CMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CM\",\n                                    \"alpha3\": \"CMR\",\n                                    \"numerical\": \"120\",\n                                    \"name\": \"Cameroon\"\n                                },\n                                {\n                                    \"text\": \"Canada\",\n                                    \"value\": \"CAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"alpha3\": \"CAN\",\n                                    \"numerical\": \"124\",\n                                    \"name\": \"Canada\"\n                                },\n                                {\n                                    \"text\": \"Cayman Islands\",\n                                    \"value\": \"CYM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"alpha3\": \"CYM\",\n                                    \"numerical\": \"136\",\n                                    \"name\": \"Cayman Islands\"\n                                },\n                                {\n                                    \"text\": \"Central African Republic\",\n                                    \"value\": \"CAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CF\",\n                                    \"alpha3\": \"CAF\",\n                                    \"numerical\": \"140\",\n                                    \"name\": \"Central African Republic\"\n                                },\n                                {\n                                    \"text\": \"Chad\",\n                                    \"value\": \"TCD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TD\",\n                                    \"alpha3\": \"TCD\",\n                                    \"numerical\": \"148\",\n                                    \"name\": \"Chad\"\n                                },\n                                {\n                                    \"text\": \"Chile\",\n                                    \"value\": \"CHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CL\",\n                                    \"alpha3\": \"CHL\",\n                                    \"numerical\": \"152\",\n                                    \"name\": \"Chile\"\n                                },\n                                {\n                                    \"text\": \"China\",\n                                    \"value\": \"CHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CN\",\n                                    \"alpha3\": \"CHN\",\n                                    \"numerical\": \"156\",\n                                    \"name\": \"China\"\n                                },\n                                {\n                                    \"text\": \"Christmas Island\",\n                                    \"value\": \"CXR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CX\",\n                                    \"alpha3\": \"CXR\",\n                                    \"numerical\": \"162\",\n                                    \"name\": \"Christmas Island\"\n                                },\n                                {\n                                    \"text\": \"Cocos (Keeling) Islands\",\n                                    \"value\": \"CCK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CC\",\n                                    \"alpha3\": \"CCK\",\n                                    \"numerical\": \"166\",\n                                    \"name\": \"Cocos (Keeling) Islands\"\n                                },\n                                {\n                                    \"text\": \"Colombia\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"alpha3\": \"COL\",\n                                    \"numerical\": \"170\",\n                                    \"name\": \"Colombia\"\n                                },\n                                {\n                                    \"text\": \"Comoros\",\n                                    \"value\": \"COM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KM\",\n                                    \"alpha3\": \"COM\",\n                                    \"numerical\": \"174\",\n                                    \"name\": \"Comoros\"\n                                },\n                                {\n                                    \"text\": \"Congo\",\n                                    \"value\": \"COG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CG\",\n                                    \"alpha3\": \"COG\",\n                                    \"numerical\": \"178\",\n                                    \"name\": \"Congo\"\n                                },\n                                {\n                                    \"text\": \"Congo,the Democratic Republic of the\",\n                                    \"value\": \"COD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CD\",\n                                    \"alpha3\": \"COD\",\n                                    \"numerical\": \"180\",\n                                    \"name\": \"Congo,the Democratic Republic of the\"\n                                },\n                                {\n                                    \"text\": \"Cook Islands\",\n                                    \"value\": \"COK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CK\",\n                                    \"alpha3\": \"COK\",\n                                    \"numerical\": \"184\",\n                                    \"name\": \"Cook Islands\"\n                                },\n                                {\n                                    \"text\": \"Costa Rica\",\n                                    \"value\": \"CRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CR\",\n                                    \"alpha3\": \"CRI\",\n                                    \"numerical\": \"188\",\n                                    \"name\": \"Costa Rica\"\n                                },\n                                {\n                                    \"text\": \"Côte d'Ivoire\",\n                                    \"value\": \"CIV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CI\",\n                                    \"alpha3\": \"CIV\",\n                                    \"numerical\": \"384\",\n                                    \"name\": \"Côte d'Ivoire\"\n                                },\n                                {\n                                    \"text\": \"Croatia\",\n                                    \"value\": \"HRV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HR\",\n                                    \"alpha3\": \"HRV\",\n                                    \"numerical\": \"191\",\n                                    \"name\": \"Croatia\"\n                                },\n                                {\n                                    \"text\": \"Cuba\",\n                                    \"value\": \"CUB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CU\",\n                                    \"alpha3\": \"CUB\",\n                                    \"numerical\": \"192\",\n                                    \"name\": \"Cuba\"\n                                },\n                                {\n                                    \"text\": \"Curaçao\",\n                                    \"value\": \"CUW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CW\",\n                                    \"alpha3\": \"CUW\",\n                                    \"numerical\": \"531\",\n                                    \"name\": \"Curaçao\"\n                                },\n                                {\n                                    \"text\": \"Cyprus\",\n                                    \"value\": \"CYP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CY\",\n                                    \"alpha3\": \"CYP\",\n                                    \"numerical\": \"196\",\n                                    \"name\": \"Cyprus\"\n                                },\n                                {\n                                    \"text\": \"Czech Republic\",\n                                    \"value\": \"CZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CZ\",\n                                    \"alpha3\": \"CZE\",\n                                    \"numerical\": \"203\",\n                                    \"name\": \"Czech Republic\"\n                                },\n                                {\n                                    \"text\": \"Denmark\",\n                                    \"value\": \"DNK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DK\",\n                                    \"alpha3\": \"DNK\",\n                                    \"numerical\": \"208\",\n                                    \"name\": \"Denmark\"\n                                },\n                                {\n                                    \"text\": \"Djibouti\",\n                                    \"value\": \"DJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DJ\",\n                                    \"alpha3\": \"DJI\",\n                                    \"numerical\": \"262\",\n                                    \"name\": \"Djibouti\"\n                                },\n                                {\n                                    \"text\": \"Dominica\",\n                                    \"value\": \"DMA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DM\",\n                                    \"alpha3\": \"DMA\",\n                                    \"numerical\": \"212\",\n                                    \"name\": \"Dominica\"\n                                },\n                                {\n                                    \"text\": \"Dominican Republic\",\n                                    \"value\": \"DOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DO\",\n                                    \"alpha3\": \"DOM\",\n                                    \"numerical\": \"214\",\n                                    \"name\": \"Dominican Republic\"\n                                },\n                                {\n                                    \"text\": \"Ecuador\",\n                                    \"value\": \"ECU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EC\",\n                                    \"alpha3\": \"ECU\",\n                                    \"numerical\": \"218\",\n                                    \"name\": \"Ecuador\"\n                                },\n                                {\n                                    \"text\": \"Egypt\",\n                                    \"value\": \"EGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EG\",\n                                    \"alpha3\": \"EGY\",\n                                    \"numerical\": \"818\",\n                                    \"name\": \"Egypt\"\n                                },\n                                {\n                                    \"text\": \"El Salvador\",\n                                    \"value\": \"SLV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SV\",\n                                    \"alpha3\": \"SLV\",\n                                    \"numerical\": \"222\",\n                                    \"name\": \"El Salvador\"\n                                },\n                                {\n                                    \"text\": \"Equatorial Guinea\",\n                                    \"value\": \"GNQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GQ\",\n                                    \"alpha3\": \"GNQ\",\n                                    \"numerical\": \"226\",\n                                    \"name\": \"Equatorial Guinea\"\n                                },\n                                {\n                                    \"text\": \"Eritrea\",\n                                    \"value\": \"ERI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ER\",\n                                    \"alpha3\": \"ERI\",\n                                    \"numerical\": \"232\",\n                                    \"name\": \"Eritrea\"\n                                },\n                                {\n                                    \"text\": \"Estonia\",\n                                    \"value\": \"EST\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EE\",\n                                    \"alpha3\": \"EST\",\n                                    \"numerical\": \"233\",\n                                    \"name\": \"Estonia\"\n                                },\n                                {\n                                    \"text\": \"Ethiopia\",\n                                    \"value\": \"ETH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ET\",\n                                    \"alpha3\": \"ETH\",\n                                    \"numerical\": \"231\",\n                                    \"name\": \"Ethiopia\"\n                                },\n                                {\n                                    \"text\": \"Falkland Islands (Malvinas)\",\n                                    \"value\": \"FLK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FK\",\n                                    \"alpha3\": \"FLK\",\n                                    \"numerical\": \"238\",\n                                    \"name\": \"Falkland Islands (Malvinas)\"\n                                },\n                                {\n                                    \"text\": \"Faroe Islands\",\n                                    \"value\": \"FRO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FO\",\n                                    \"alpha3\": \"FRO\",\n                                    \"numerical\": \"234\",\n                                    \"name\": \"Faroe Islands\"\n                                },\n                                {\n                                    \"text\": \"Fiji\",\n                                    \"value\": \"FJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FJ\",\n                                    \"alpha3\": \"FJI\",\n                                    \"numerical\": \"242\",\n                                    \"name\": \"Fiji\"\n                                },\n                                {\n                                    \"text\": \"Finland\",\n                                    \"value\": \"FIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FI\",\n                                    \"alpha3\": \"FIN\",\n                                    \"numerical\": \"246\",\n                                    \"name\": \"Finland\"\n                                },\n                                {\n                                    \"text\": \"France\",\n                                    \"value\": \"FRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FR\",\n                                    \"alpha3\": \"FRA\",\n                                    \"numerical\": \"250\",\n                                    \"name\": \"France\"\n                                },\n                                {\n                                    \"text\": \"French Guiana\",\n                                    \"value\": \"GUF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GF\",\n                                    \"alpha3\": \"GUF\",\n                                    \"numerical\": \"254\",\n                                    \"name\": \"French Guiana\"\n                                },\n                                {\n                                    \"text\": \"French Polynesia\",\n                                    \"value\": \"PYF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PF\",\n                                    \"alpha3\": \"PYF\",\n                                    \"numerical\": \"258\",\n                                    \"name\": \"French Polynesia\"\n                                },\n                                {\n                                    \"text\": \"French Southern Territories\",\n                                    \"value\": \"ATF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TF\",\n                                    \"alpha3\": \"ATF\",\n                                    \"numerical\": \"260\",\n                                    \"name\": \"French Southern Territories\"\n                                },\n                                {\n                                    \"text\": \"Gabon\",\n                                    \"value\": \"GAB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"alpha3\": \"GAB\",\n                                    \"numerical\": \"266\",\n                                    \"name\": \"Gabon\"\n                                },\n                                {\n                                    \"text\": \"Gambia\",\n                                    \"value\": \"GMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GM\",\n                                    \"alpha3\": \"GMB\",\n                                    \"numerical\": \"270\",\n                                    \"name\": \"Gambia\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"GEO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GE\",\n                                    \"alpha3\": \"GEO\",\n                                    \"numerical\": \"268\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Germany\",\n                                    \"value\": \"DEU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"alpha3\": \"DEU\",\n                                    \"numerical\": \"276\",\n                                    \"name\": \"Germany\"\n                                },\n                                {\n                                    \"text\": \"Ghana\",\n                                    \"value\": \"GHA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GH\",\n                                    \"alpha3\": \"GHA\",\n                                    \"numerical\": \"288\",\n                                    \"name\": \"Ghana\"\n                                },\n                                {\n                                    \"text\": \"Gibraltar\",\n                                    \"value\": \"GIB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GI\",\n                                    \"alpha3\": \"GIB\",\n                                    \"numerical\": \"292\",\n                                    \"name\": \"Gibraltar\"\n                                },\n                                {\n                                    \"text\": \"Greece\",\n                                    \"value\": \"GRC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GR\",\n                                    \"alpha3\": \"GRC\",\n                                    \"numerical\": \"300\",\n                                    \"name\": \"Greece\"\n                                },\n                                {\n                                    \"text\": \"Greenland\",\n                                    \"value\": \"GRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GL\",\n                                    \"alpha3\": \"GRL\",\n                                    \"numerical\": \"304\",\n                                    \"name\": \"Greenland\"\n                                },\n                                {\n                                    \"text\": \"Grenada\",\n                                    \"value\": \"GRD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GD\",\n                                    \"alpha3\": \"GRD\",\n                                    \"numerical\": \"308\",\n                                    \"name\": \"Grenada\"\n                                },\n                                {\n                                    \"text\": \"Guadeloupe\",\n                                    \"value\": \"GLP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GP\",\n                                    \"alpha3\": \"GLP\",\n                                    \"numerical\": \"312\",\n                                    \"name\": \"Guadeloupe\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"GUM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"alpha3\": \"GUM\",\n                                    \"numerical\": \"316\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Guatemala\",\n                                    \"value\": \"GTM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GT\",\n                                    \"alpha3\": \"GTM\",\n                                    \"numerical\": \"320\",\n                                    \"name\": \"Guatemala\"\n                                },\n                                {\n                                    \"text\": \"Guernsey\",\n                                    \"value\": \"GGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GG\",\n                                    \"alpha3\": \"GGY\",\n                                    \"numerical\": \"831\",\n                                    \"name\": \"Guernsey\"\n                                },\n                                {\n                                    \"text\": \"Guinea\",\n                                    \"value\": \"GIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GN\",\n                                    \"alpha3\": \"GIN\",\n                                    \"numerical\": \"324\",\n                                    \"name\": \"Guinea\"\n                                },\n                                {\n                                    \"text\": \"Guinea-Bissau\",\n                                    \"value\": \"GNB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GW\",\n                                    \"alpha3\": \"GNB\",\n                                    \"numerical\": \"624\",\n                                    \"name\": \"Guinea-Bissau\"\n                                },\n                                {\n                                    \"text\": \"Guyana\",\n                                    \"value\": \"GUY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GY\",\n                                    \"alpha3\": \"GUY\",\n                                    \"numerical\": \"328\",\n                                    \"name\": \"Guyana\"\n                                },\n                                {\n                                    \"text\": \"Haiti\",\n                                    \"value\": \"HTI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HT\",\n                                    \"alpha3\": \"HTI\",\n                                    \"numerical\": \"332\",\n                                    \"name\": \"Haiti\"\n                                },\n                                {\n                                    \"text\": \"Heard Island and McDonald Islands\",\n                                    \"value\": \"HMD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HM\",\n                                    \"alpha3\": \"HMD\",\n                                    \"numerical\": \"334\",\n                                    \"name\": \"Heard Island and McDonald Islands\"\n                                },\n                                {\n                                    \"text\": \"Holy See (Vatican City State)\",\n                                    \"value\": \"VAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"alpha3\": \"VAT\",\n                                    \"numerical\": \"336\",\n                                    \"name\": \"Holy See (Vatican City State)\"\n                                },\n                                {\n                                    \"text\": \"Honduras\",\n                                    \"value\": \"HND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HN\",\n                                    \"alpha3\": \"HND\",\n                                    \"numerical\": \"340\",\n                                    \"name\": \"Honduras\"\n                                },\n                                {\n                                    \"text\": \"Hong Kong\",\n                                    \"value\": \"HKG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HK\",\n                                    \"alpha3\": \"HKG\",\n                                    \"numerical\": \"344\",\n                                    \"name\": \"Hong Kong\"\n                                },\n                                {\n                                    \"text\": \"Hungary\",\n                                    \"value\": \"HUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HU\",\n                                    \"alpha3\": \"HUN\",\n                                    \"numerical\": \"348\",\n                                    \"name\": \"Hungary\"\n                                },\n                                {\n                                    \"text\": \"Iceland\",\n                                    \"value\": \"ISL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IS\",\n                                    \"alpha3\": \"ISL\",\n                                    \"numerical\": \"352\",\n                                    \"name\": \"Iceland\"\n                                },\n                                {\n                                    \"text\": \"India\",\n                                    \"value\": \"IND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"alpha3\": \"IND\",\n                                    \"numerical\": \"356\",\n                                    \"name\": \"India\"\n                                },\n                                {\n                                    \"text\": \"Indonesia\",\n                                    \"value\": \"IDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"alpha3\": \"IDN\",\n                                    \"numerical\": \"360\",\n                                    \"name\": \"Indonesia\"\n                                },\n                                {\n                                    \"text\": \"Iran,Islamic Republic of\",\n                                    \"value\": \"IRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IR\",\n                                    \"alpha3\": \"IRN\",\n                                    \"numerical\": \"364\",\n                                    \"name\": \"Iran,Islamic Republic of\"\n                                },\n                                {\n                                    \"text\": \"Iraq\",\n                                    \"value\": \"IRQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IQ\",\n                                    \"alpha3\": \"IRQ\",\n                                    \"numerical\": \"368\",\n                                    \"name\": \"Iraq\"\n                                },\n                                {\n                                    \"text\": \"Ireland\",\n                                    \"value\": \"IRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IE\",\n                                    \"alpha3\": \"IRL\",\n                                    \"numerical\": \"372\",\n                                    \"name\": \"Ireland\"\n                                },\n                                {\n                                    \"text\": \"Isle of Man\",\n                                    \"value\": \"IMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IM\",\n                                    \"alpha3\": \"IMN\",\n                                    \"numerical\": \"833\",\n                                    \"name\": \"Isle of Man\"\n                                },\n                                {\n                                    \"text\": \"Israel\",\n                                    \"value\": \"ISR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"alpha3\": \"ISR\",\n                                    \"numerical\": \"376\",\n                                    \"name\": \"Israel\"\n                                },\n                                {\n                                    \"text\": \"Italy\",\n                                    \"value\": \"ITA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IT\",\n                                    \"alpha3\": \"ITA\",\n                                    \"numerical\": \"380\",\n                                    \"name\": \"Italy\"\n                                },\n                                {\n                                    \"text\": \"Jamaica\",\n                                    \"value\": \"JAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JM\",\n                                    \"alpha3\": \"JAM\",\n                                    \"numerical\": \"388\",\n                                    \"name\": \"Jamaica\"\n                                },\n                                {\n                                    \"text\": \"Japan\",\n                                    \"value\": \"JPN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JP\",\n                                    \"alpha3\": \"JPN\",\n                                    \"numerical\": \"392\",\n                                    \"name\": \"Japan\"\n                                },\n                                {\n                                    \"text\": \"Jersey\",\n                                    \"value\": \"JEY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JE\",\n                                    \"alpha3\": \"JEY\",\n                                    \"numerical\": \"832\",\n                                    \"name\": \"Jersey\"\n                                },\n                                {\n                                    \"text\": \"Jordan\",\n                                    \"value\": \"JOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JO\",\n                                    \"alpha3\": \"JOR\",\n                                    \"numerical\": \"400\",\n                                    \"name\": \"Jordan\"\n                                },\n                                {\n                                    \"text\": \"Kazakhstan\",\n                                    \"value\": \"KAZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KZ\",\n                                    \"alpha3\": \"KAZ\",\n                                    \"numerical\": \"398\",\n                                    \"name\": \"Kazakhstan\"\n                                },\n                                {\n                                    \"text\": \"Kenya\",\n                                    \"value\": \"KEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KE\",\n                                    \"alpha3\": \"KEN\",\n                                    \"numerical\": \"404\",\n                                    \"name\": \"Kenya\"\n                                },\n                                {\n                                    \"text\": \"Kiribati\",\n                                    \"value\": \"KIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KI\",\n                                    \"alpha3\": \"KIR\",\n                                    \"numerical\": \"296\",\n                                    \"name\": \"Kiribati\"\n                                },\n                                {\n                                    \"text\": \"Korea,Democratic People's Republic of\",\n                                    \"value\": \"PRK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KP\",\n                                    \"alpha3\": \"PRK\",\n                                    \"numerical\": \"408\",\n                                    \"name\": \"Korea,Democratic People's Republic of\"\n                                },\n                                {\n                                    \"text\": \"Korea,Republic of\",\n                                    \"value\": \"KOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KR\",\n                                    \"alpha3\": \"KOR\",\n                                    \"numerical\": \"410\",\n                                    \"name\": \"Korea,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kosovo,Republic of\",\n                                    \"value\": \"XKK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"XK\",\n                                    \"alpha3\": \"XKK\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Kosovo,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kuwait\",\n                                    \"value\": \"KWT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KW\",\n                                    \"alpha3\": \"KWT\",\n                                    \"numerical\": \"414\",\n                                    \"name\": \"Kuwait\"\n                                },\n                                {\n                                    \"text\": \"Kyrgyzstan\",\n                                    \"value\": \"KGZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KG\",\n                                    \"alpha3\": \"KGZ\",\n                                    \"numerical\": \"417\",\n                                    \"name\": \"Kyrgyzstan\"\n                                },\n                                {\n                                    \"text\": \"Lao People's Democratic Republic\",\n                                    \"value\": \"LAO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"alpha3\": \"LAO\",\n                                    \"numerical\": \"418\",\n                                    \"name\": \"Lao People's Democratic Republic\"\n                                },\n                                {\n                                    \"text\": \"Latvia\",\n                                    \"value\": \"LVA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LV\",\n                                    \"alpha3\": \"LVA\",\n                                    \"numerical\": \"428\",\n                                    \"name\": \"Latvia\"\n                                },\n                                {\n                                    \"text\": \"Lebanon\",\n                                    \"value\": \"LBN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LB\",\n                                    \"alpha3\": \"LBN\",\n                                    \"numerical\": \"422\",\n                                    \"name\": \"Lebanon\"\n                                },\n                                {\n                                    \"text\": \"Lesotho\",\n                                    \"value\": \"LSO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LS\",\n                                    \"alpha3\": \"LSO\",\n                                    \"numerical\": \"426\",\n                                    \"name\": \"Lesotho\"\n                                },\n                                {\n                                    \"text\": \"Liberia\",\n                                    \"value\": \"LBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LR\",\n                                    \"alpha3\": \"LBR\",\n                                    \"numerical\": \"430\",\n                                    \"name\": \"Liberia\"\n                                },\n                                {\n                                    \"text\": \"Libya\",\n                                    \"value\": \"LBY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LY\",\n                                    \"alpha3\": \"LBY\",\n                                    \"numerical\": \"434\",\n                                    \"name\": \"Libya\"\n                                },\n                                {\n                                    \"text\": \"Liechtenstein\",\n                                    \"value\": \"LIE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LI\",\n                                    \"alpha3\": \"LIE\",\n                                    \"numerical\": \"438\",\n                                    \"name\": \"Liechtenstein\"\n                                },\n                                {\n                                    \"text\": \"Lithuania\",\n                                    \"value\": \"LTU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LT\",\n                                    \"alpha3\": \"LTU\",\n                                    \"numerical\": \"440\",\n                                    \"name\": \"Lithuania\"\n                                },\n                                {\n                                    \"text\": \"Luxembourg\",\n                                    \"value\": \"LUX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LU\",\n                                    \"alpha3\": \"LUX\",\n                                    \"numerical\": \"442\",\n                                    \"name\": \"Luxembourg\"\n                                },\n                                {\n                                    \"text\": \"Macao\",\n                                    \"value\": \"MAC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"alpha3\": \"MAC\",\n                                    \"numerical\": \"446\",\n                                    \"name\": \"Macao\"\n                                },\n                                {\n                                    \"text\": \"North Macedonia\",\n                                    \"value\": \"MKD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MK\",\n                                    \"alpha3\": \"MKD\",\n                                    \"numerical\": \"807\",\n                                    \"name\": \"North Macedonia\"\n                                },\n                                {\n                                    \"text\": \"Madagascar\",\n                                    \"value\": \"MDG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MG\",\n                                    \"alpha3\": \"MDG\",\n                                    \"numerical\": \"450\",\n                                    \"name\": \"Madagascar\"\n                                },\n                                {\n                                    \"text\": \"Malawi\",\n                                    \"value\": \"MWI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MW\",\n                                    \"alpha3\": \"MWI\",\n                                    \"numerical\": \"454\",\n                                    \"name\": \"Malawi\"\n                                },\n                                {\n                                    \"text\": \"Malaysia\",\n                                    \"value\": \"MYS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MY\",\n                                    \"alpha3\": \"MYS\",\n                                    \"numerical\": \"458\",\n                                    \"name\": \"Malaysia\"\n                                },\n                                {\n                                    \"text\": \"Maldives\",\n                                    \"value\": \"MDV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MV\",\n                                    \"alpha3\": \"MDV\",\n                                    \"numerical\": \"462\",\n                                    \"name\": \"Maldives\"\n                                },\n                                {\n                                    \"text\": \"Mali\",\n                                    \"value\": \"MLI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ML\",\n                                    \"alpha3\": \"MLI\",\n                                    \"numerical\": \"466\",\n                                    \"name\": \"Mali\"\n                                },\n                                {\n                                    \"text\": \"Malta\",\n                                    \"value\": \"MLT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"alpha3\": \"MLT\",\n                                    \"numerical\": \"470\",\n                                    \"name\": \"Malta\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"MHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"alpha3\": \"MHL\",\n                                    \"numerical\": \"584\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Martinique\",\n                                    \"value\": \"MTQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MQ\",\n                                    \"alpha3\": \"MTQ\",\n                                    \"numerical\": \"474\",\n                                    \"name\": \"Martinique\"\n                                },\n                                {\n                                    \"text\": \"Mauritania\",\n                                    \"value\": \"MRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MR\",\n                                    \"alpha3\": \"MRT\",\n                                    \"numerical\": \"478\",\n                                    \"name\": \"Mauritania\"\n                                },\n                                {\n                                    \"text\": \"Mauritius\",\n                                    \"value\": \"MUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MU\",\n                                    \"alpha3\": \"MUS\",\n                                    \"numerical\": \"480\",\n                                    \"name\": \"Mauritius\"\n                                },\n                                {\n                                    \"text\": \"Mayotte\",\n                                    \"value\": \"MYT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YT\",\n                                    \"alpha3\": \"MYT\",\n                                    \"numerical\": \"175\",\n                                    \"name\": \"Mayotte\"\n                                },\n                                {\n                                    \"text\": \"Mexico\",\n                                    \"value\": \"MEX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MX\",\n                                    \"alpha3\": \"MEX\",\n                                    \"numerical\": \"484\",\n                                    \"name\": \"Mexico\"\n                                },\n                                {\n                                    \"text\": \"Micronesia,Federated States of\",\n                                    \"value\": \"FSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"alpha3\": \"FSM\",\n                                    \"numerical\": \"583\",\n                                    \"name\": \"Micronesia,Federated States of\"\n                                },\n                                {\n                                    \"text\": \"Moldova,Republic of\",\n                                    \"value\": \"MDA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"alpha3\": \"MDA\",\n                                    \"numerical\": \"498\",\n                                    \"name\": \"Moldova,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Monaco\",\n                                    \"value\": \"MCO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MC\",\n                                    \"alpha3\": \"MCO\",\n                                    \"numerical\": \"492\",\n                                    \"name\": \"Monaco\"\n                                },\n                                {\n                                    \"text\": \"Mongolia\",\n                                    \"value\": \"MNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"alpha3\": \"MNG\",\n                                    \"numerical\": \"496\",\n                                    \"name\": \"Mongolia\"\n                                },\n                                {\n                                    \"text\": \"Montenegro\",\n                                    \"value\": \"MNE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"alpha3\": \"MNE\",\n                                    \"numerical\": \"499\",\n                                    \"name\": \"Montenegro\"\n                                },\n                                {\n                                    \"text\": \"Montserrat\",\n                                    \"value\": \"MSR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"alpha3\": \"MSR\",\n                                    \"numerical\": \"500\",\n                                    \"name\": \"Montserrat\"\n                                },\n                                {\n                                    \"text\": \"Morocco\",\n                                    \"value\": \"MAR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"alpha3\": \"MAR\",\n                                    \"numerical\": \"504\",\n                                    \"name\": \"Morocco\"\n                                },\n                                {\n                                    \"text\": \"Mozambique\",\n                                    \"value\": \"MOZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MZ\",\n                                    \"alpha3\": \"MOZ\",\n                                    \"numerical\": \"508\",\n                                    \"name\": \"Mozambique\"\n                                },\n                                {\n                                    \"text\": \"Myanmar\",\n                                    \"value\": \"MMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MM\",\n                                    \"alpha3\": \"MMR\",\n                                    \"numerical\": \"104\",\n                                    \"name\": \"Myanmar\"\n                                },\n                                {\n                                    \"text\": \"Namibia\",\n                                    \"value\": \"NAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NA\",\n                                    \"alpha3\": \"NAM\",\n                                    \"numerical\": \"516\",\n                                    \"name\": \"Namibia\"\n                                },\n                                {\n                                    \"text\": \"Nauru\",\n                                    \"value\": \"NRU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NR\",\n                                    \"alpha3\": \"NRU\",\n                                    \"numerical\": \"520\",\n                                    \"name\": \"Nauru\"\n                                },\n                                {\n                                    \"text\": \"Nepal\",\n                                    \"value\": \"NPL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NP\",\n                                    \"alpha3\": \"NPL\",\n                                    \"numerical\": \"524\",\n                                    \"name\": \"Nepal\"\n                                },\n                                {\n                                    \"text\": \"Netherlands\",\n                                    \"value\": \"NLD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NL\",\n                                    \"alpha3\": \"NLD\",\n                                    \"numerical\": \"528\",\n                                    \"name\": \"Netherlands\"\n                                },\n                                {\n                                    \"text\": \"New Caledonia\",\n                                    \"value\": \"NCL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"alpha3\": \"NCL\",\n                                    \"numerical\": \"540\",\n                                    \"name\": \"New Caledonia\"\n                                },\n                                {\n                                    \"text\": \"New Zealand\",\n                                    \"value\": \"NZL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NZ\",\n                                    \"alpha3\": \"NZL\",\n                                    \"numerical\": \"554\",\n                                    \"name\": \"New Zealand\"\n                                },\n                                {\n                                    \"text\": \"Nicaragua\",\n                                    \"value\": \"NIC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NI\",\n                                    \"alpha3\": \"NIC\",\n                                    \"numerical\": \"558\",\n                                    \"name\": \"Nicaragua\"\n                                },\n                                {\n                                    \"text\": \"Niger\",\n                                    \"value\": \"NER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"alpha3\": \"NER\",\n                                    \"numerical\": \"562\",\n                                    \"name\": \"Niger\"\n                                },\n                                {\n                                    \"text\": \"Nigeria\",\n                                    \"value\": \"NGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NG\",\n                                    \"alpha3\": \"NGA\",\n                                    \"numerical\": \"566\",\n                                    \"name\": \"Nigeria\"\n                                },\n                                {\n                                    \"text\": \"Niue\",\n                                    \"value\": \"NIU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NU\",\n                                    \"alpha3\": \"NIU\",\n                                    \"numerical\": \"570\",\n                                    \"name\": \"Niue\"\n                                },\n                                {\n                                    \"text\": \"Norfolk Island\",\n                                    \"value\": \"NFK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NF\",\n                                    \"alpha3\": \"NFK\",\n                                    \"numerical\": \"574\",\n                                    \"name\": \"Norfolk Island\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"MNP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"alpha3\": \"MNP\",\n                                    \"numerical\": \"580\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Norway\",\n                                    \"value\": \"NOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NO\",\n                                    \"alpha3\": \"NOR\",\n                                    \"numerical\": \"578\",\n                                    \"name\": \"Norway\"\n                                },\n                                {\n                                    \"text\": \"Oman\",\n                                    \"value\": \"OMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OM\",\n                                    \"alpha3\": \"OMN\",\n                                    \"numerical\": \"512\",\n                                    \"name\": \"Oman\"\n                                },\n                                {\n                                    \"text\": \"Pakistan\",\n                                    \"value\": \"PAK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PK\",\n                                    \"alpha3\": \"PAK\",\n                                    \"numerical\": \"586\",\n                                    \"name\": \"Pakistan\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"PLW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"alpha3\": \"PLW\",\n                                    \"numerical\": \"585\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Palestine,State of\",\n                                    \"value\": \"PSE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PS\",\n                                    \"alpha3\": \"PSE\",\n                                    \"numerical\": \"275\",\n                                    \"name\": \"Palestine,State of\"\n                                },\n                                {\n                                    \"text\": \"Panama\",\n                                    \"value\": \"PAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"alpha3\": \"PAN\",\n                                    \"numerical\": \"591\",\n                                    \"name\": \"Panama\"\n                                },\n                                {\n                                    \"text\": \"Papua New Guinea\",\n                                    \"value\": \"PNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PG\",\n                                    \"alpha3\": \"PNG\",\n                                    \"numerical\": \"598\",\n                                    \"name\": \"Papua New Guinea\"\n                                },\n                                {\n                                    \"text\": \"Paraguay\",\n                                    \"value\": \"PRY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PY\",\n                                    \"alpha3\": \"PRY\",\n                                    \"numerical\": \"600\",\n                                    \"name\": \"Paraguay\"\n                                },\n                                {\n                                    \"text\": \"Peru\",\n                                    \"value\": \"PER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PE\",\n                                    \"alpha3\": \"PER\",\n                                    \"numerical\": \"604\",\n                                    \"name\": \"Peru\"\n                                },\n                                {\n                                    \"text\": \"Philippines\",\n                                    \"value\": \"PHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PH\",\n                                    \"alpha3\": \"PHL\",\n                                    \"numerical\": \"608\",\n                                    \"name\": \"Philippines\"\n                                },\n                                {\n                                    \"text\": \"Pitcairn\",\n                                    \"value\": \"PCN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PN\",\n                                    \"alpha3\": \"PCN\",\n                                    \"numerical\": \"612\",\n                                    \"name\": \"Pitcairn\"\n                                },\n                                {\n                                    \"text\": \"Poland\",\n                                    \"value\": \"POL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PL\",\n                                    \"alpha3\": \"POL\",\n                                    \"numerical\": \"616\",\n                                    \"name\": \"Poland\"\n                                },\n                                {\n                                    \"text\": \"Portugal\",\n                                    \"value\": \"PRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PT\",\n                                    \"alpha3\": \"PRT\",\n                                    \"numerical\": \"620\",\n                                    \"name\": \"Portugal\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"PRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"alpha3\": \"PRI\",\n                                    \"numerical\": \"630\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Qatar\",\n                                    \"value\": \"QAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"QA\",\n                                    \"alpha3\": \"QAT\",\n                                    \"numerical\": \"634\",\n                                    \"name\": \"Qatar\"\n                                },\n                                {\n                                    \"text\": \"Réunion\",\n                                    \"value\": \"REU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RE\",\n                                    \"alpha3\": \"REU\",\n                                    \"numerical\": \"638\",\n                                    \"name\": \"Réunion\"\n                                },\n                                {\n                                    \"text\": \"Romania\",\n                                    \"value\": \"ROU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RO\",\n                                    \"alpha3\": \"ROU\",\n                                    \"numerical\": \"642\",\n                                    \"name\": \"Romania\"\n                                },\n                                {\n                                    \"text\": \"Russian Federation\",\n                                    \"value\": \"RUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RU\",\n                                    \"alpha3\": \"RUS\",\n                                    \"numerical\": \"643\",\n                                    \"name\": \"Russian Federation\"\n                                },\n                                {\n                                    \"text\": \"Rwanda\",\n                                    \"value\": \"RWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RW\",\n                                    \"alpha3\": \"RWA\",\n                                    \"numerical\": \"646\",\n                                    \"name\": \"Rwanda\"\n                                },\n                                {\n                                    \"text\": \"Saint Barthélemy\",\n                                    \"value\": \"BLM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BL\",\n                                    \"alpha3\": \"BLM\",\n                                    \"numerical\": \"652\",\n                                    \"name\": \"Saint Barthélemy\"\n                                },\n                                {\n                                    \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"value\": \"SHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SH\",\n                                    \"alpha3\": \"SHN\",\n                                    \"numerical\": \"654\",\n                                    \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                },\n                                {\n                                    \"text\": \"Saint Kitts and Nevis\",\n                                    \"value\": \"KNA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KN\",\n                                    \"alpha3\": \"KNA\",\n                                    \"numerical\": \"659\",\n                                    \"name\": \"Saint Kitts and Nevis\"\n                                },\n                                {\n                                    \"text\": \"Saint Lucia\",\n                                    \"value\": \"LCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LC\",\n                                    \"alpha3\": \"LCA\",\n                                    \"numerical\": \"662\",\n                                    \"name\": \"Saint Lucia\"\n                                },\n                                {\n                                    \"text\": \"Saint Martin (French part)\",\n                                    \"value\": \"MAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MF\",\n                                    \"alpha3\": \"MAF\",\n                                    \"numerical\": \"663\",\n                                    \"name\": \"Saint Martin (French part)\"\n                                },\n                                {\n                                    \"text\": \"Saint Pierre and Miquelon\",\n                                    \"value\": \"SPM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PM\",\n                                    \"alpha3\": \"SPM\",\n                                    \"numerical\": \"666\",\n                                    \"name\": \"Saint Pierre and Miquelon\"\n                                },\n                                {\n                                    \"text\": \"Saint Vincent and the Grenadines\",\n                                    \"value\": \"VCT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VC\",\n                                    \"alpha3\": \"VCT\",\n                                    \"numerical\": \"670\",\n                                    \"name\": \"Saint Vincent and the Grenadines\"\n                                },\n                                {\n                                    \"text\": \"Samoa\",\n                                    \"value\": \"WSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WS\",\n                                    \"alpha3\": \"WSM\",\n                                    \"numerical\": \"882\",\n                                    \"name\": \"Samoa\"\n                                },\n                                {\n                                    \"text\": \"San Marino\",\n                                    \"value\": \"SMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SM\",\n                                    \"alpha3\": \"SMR\",\n                                    \"numerical\": \"674\",\n                                    \"name\": \"San Marino\"\n                                },\n                                {\n                                    \"text\": \"Sao Tome and Principe\",\n                                    \"value\": \"STP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ST\",\n                                    \"alpha3\": \"STP\",\n                                    \"numerical\": \"678\",\n                                    \"name\": \"Sao Tome and Principe\"\n                                },\n                                {\n                                    \"text\": \"Saudi Arabia\",\n                                    \"value\": \"SAU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SA\",\n                                    \"alpha3\": \"SAU\",\n                                    \"numerical\": \"682\",\n                                    \"name\": \"Saudi Arabia\"\n                                },\n                                {\n                                    \"text\": \"Senegal\",\n                                    \"value\": \"SEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SN\",\n                                    \"alpha3\": \"SEN\",\n                                    \"numerical\": \"686\",\n                                    \"name\": \"Senegal\"\n                                },\n                                {\n                                    \"text\": \"Serbia\",\n                                    \"value\": \"SRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RS\",\n                                    \"alpha3\": \"SRB\",\n                                    \"numerical\": \"688\",\n                                    \"name\": \"Serbia\"\n                                },\n                                {\n                                    \"text\": \"Seychelles\",\n                                    \"value\": \"SYC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"alpha3\": \"SYC\",\n                                    \"numerical\": \"690\",\n                                    \"name\": \"Seychelles\"\n                                },\n                                {\n                                    \"text\": \"Sierra Leone\",\n                                    \"value\": \"SLE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SL\",\n                                    \"alpha3\": \"SLE\",\n                                    \"numerical\": \"694\",\n                                    \"name\": \"Sierra Leone\"\n                                },\n                                {\n                                    \"text\": \"Singapore\",\n                                    \"value\": \"SGP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SG\",\n                                    \"alpha3\": \"SGP\",\n                                    \"numerical\": \"702\",\n                                    \"name\": \"Singapore\"\n                                },\n                                {\n                                    \"text\": \"Sint Maarten (Dutch part)\",\n                                    \"value\": \"SXM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SX\",\n                                    \"alpha3\": \"SXM\",\n                                    \"numerical\": \"534\",\n                                    \"name\": \"Sint Maarten (Dutch part)\"\n                                },\n                                {\n                                    \"text\": \"Slovakia\",\n                                    \"value\": \"SVK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SK\",\n                                    \"alpha3\": \"SVK\",\n                                    \"numerical\": \"703\",\n                                    \"name\": \"Slovakia\"\n                                },\n                                {\n                                    \"text\": \"Slovenia\",\n                                    \"value\": \"SVN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SI\",\n                                    \"alpha3\": \"SVN\",\n                                    \"numerical\": \"705\",\n                                    \"name\": \"Slovenia\"\n                                },\n                                {\n                                    \"text\": \"Solomon Islands\",\n                                    \"value\": \"SLB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SB\",\n                                    \"alpha3\": \"SLB\",\n                                    \"numerical\": \"090\",\n                                    \"name\": \"Solomon Islands\"\n                                },\n                                {\n                                    \"text\": \"Somalia\",\n                                    \"value\": \"SOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SO\",\n                                    \"alpha3\": \"SOM\",\n                                    \"numerical\": \"706\",\n                                    \"name\": \"Somalia\"\n                                },\n                                {\n                                    \"text\": \"South Africa\",\n                                    \"value\": \"ZAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZA\",\n                                    \"alpha3\": \"ZAF\",\n                                    \"numerical\": \"710\",\n                                    \"name\": \"South Africa\"\n                                },\n                                {\n                                    \"text\": \"South Georgia and the South Sandwich Islands\",\n                                    \"value\": \"SGS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GS\",\n                                    \"alpha3\": \"SGS\",\n                                    \"numerical\": \"239\",\n                                    \"name\": \"South Georgia and the South Sandwich Islands\"\n                                },\n                                {\n                                    \"text\": \"South Sudan\",\n                                    \"value\": \"SSD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SS\",\n                                    \"alpha3\": \"SSD\",\n                                    \"numerical\": \"728\",\n                                    \"name\": \"South Sudan\"\n                                },\n                                {\n                                    \"text\": \"Spain\",\n                                    \"value\": \"ESP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ES\",\n                                    \"alpha3\": \"ESP\",\n                                    \"numerical\": \"724\",\n                                    \"name\": \"Spain\"\n                                },\n                                {\n                                    \"text\": \"Sri Lanka\",\n                                    \"value\": \"LKA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LK\",\n                                    \"alpha3\": \"LKA\",\n                                    \"numerical\": \"144\",\n                                    \"name\": \"Sri Lanka\"\n                                },\n                                {\n                                    \"text\": \"Sudan\",\n                                    \"value\": \"SDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"alpha3\": \"SDN\",\n                                    \"numerical\": \"729\",\n                                    \"name\": \"Sudan\"\n                                },\n                                {\n                                    \"text\": \"Suriname\",\n                                    \"value\": \"SUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SR\",\n                                    \"alpha3\": \"SUR\",\n                                    \"numerical\": \"740\",\n                                    \"name\": \"Suriname\"\n                                },\n                                {\n                                    \"text\": \"Svalbard and Jan Mayen\",\n                                    \"value\": \"SJM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SJ\",\n                                    \"alpha3\": \"SJM\",\n                                    \"numerical\": \"744\",\n                                    \"name\": \"Svalbard and Jan Mayen\"\n                                },\n                                {\n                                    \"text\": \"Eswatini\",\n                                    \"value\": \"SWZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SZ\",\n                                    \"alpha3\": \"SWZ\",\n                                    \"numerical\": \"748\",\n                                    \"name\": \"Eswatini\"\n                                },\n                                {\n                                    \"text\": \"Sweden\",\n                                    \"value\": \"SWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SE\",\n                                    \"alpha3\": \"SWE\",\n                                    \"numerical\": \"752\",\n                                    \"name\": \"Sweden\"\n                                },\n                                {\n                                    \"text\": \"Switzerland\",\n                                    \"value\": \"CHE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CH\",\n                                    \"alpha3\": \"CHE\",\n                                    \"numerical\": \"756\",\n                                    \"name\": \"Switzerland\"\n                                },\n                                {\n                                    \"text\": \"Syrian Arab Republic\",\n                                    \"value\": \"SYR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SY\",\n                                    \"alpha3\": \"SYR\",\n                                    \"numerical\": \"760\",\n                                    \"name\": \"Syrian Arab Republic\"\n                                },\n                                {\n                                    \"text\": \"Taiwan\",\n                                    \"value\": \"TWN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TW\",\n                                    \"alpha3\": \"TWN\",\n                                    \"numerical\": \"158\",\n                                    \"name\": \"Taiwan\"\n                                },\n                                {\n                                    \"text\": \"Tajikistan\",\n                                    \"value\": \"TJK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TJ\",\n                                    \"alpha3\": \"TJK\",\n                                    \"numerical\": \"762\",\n                                    \"name\": \"Tajikistan\"\n                                },\n                                {\n                                    \"text\": \"Tanzania,United Republic of\",\n                                    \"value\": \"TZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TZ\",\n                                    \"alpha3\": \"TZA\",\n                                    \"numerical\": \"834\",\n                                    \"name\": \"Tanzania,United Republic of\"\n                                },\n                                {\n                                    \"text\": \"Thailand\",\n                                    \"value\": \"THA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TH\",\n                                    \"alpha3\": \"THA\",\n                                    \"numerical\": \"764\",\n                                    \"name\": \"Thailand\"\n                                },\n                                {\n                                    \"text\": \"Timor-Leste\",\n                                    \"value\": \"TLS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TL\",\n                                    \"alpha3\": \"TLS\",\n                                    \"numerical\": \"626\",\n                                    \"name\": \"Timor-Leste\"\n                                },\n                                {\n                                    \"text\": \"Togo\",\n                                    \"value\": \"TGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TG\",\n                                    \"alpha3\": \"TGO\",\n                                    \"numerical\": \"768\",\n                                    \"name\": \"Togo\"\n                                },\n                                {\n                                    \"text\": \"Tokelau\",\n                                    \"value\": \"TKL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TK\",\n                                    \"alpha3\": \"TKL\",\n                                    \"numerical\": \"772\",\n                                    \"name\": \"Tokelau\"\n                                },\n                                {\n                                    \"text\": \"Tonga\",\n                                    \"value\": \"TON\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TO\",\n                                    \"alpha3\": \"TON\",\n                                    \"numerical\": \"776\",\n                                    \"name\": \"Tonga\"\n                                },\n                                {\n                                    \"text\": \"Trinidad and Tobago\",\n                                    \"value\": \"TTO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TT\",\n                                    \"alpha3\": \"TTO\",\n                                    \"numerical\": \"780\",\n                                    \"name\": \"Trinidad and Tobago\"\n                                },\n                                {\n                                    \"text\": \"Tunisia\",\n                                    \"value\": \"TUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"alpha3\": \"TUN\",\n                                    \"numerical\": \"788\",\n                                    \"name\": \"Tunisia\"\n                                },\n                                {\n                                    \"text\": \"Turkey\",\n                                    \"value\": \"TUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TR\",\n                                    \"alpha3\": \"TUR\",\n                                    \"numerical\": \"792\",\n                                    \"name\": \"Turkey\"\n                                },\n                                {\n                                    \"text\": \"Turkmenistan\",\n                                    \"value\": \"TKM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TM\",\n                                    \"alpha3\": \"TKM\",\n                                    \"numerical\": \"795\",\n                                    \"name\": \"Turkmenistan\"\n                                },\n                                {\n                                    \"text\": \"Turks and Caicos Islands\",\n                                    \"value\": \"TCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TC\",\n                                    \"alpha3\": \"TCA\",\n                                    \"numerical\": \"796\",\n                                    \"name\": \"Turks and Caicos Islands\"\n                                },\n                                {\n                                    \"text\": \"Tuvalu\",\n                                    \"value\": \"TUV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TV\",\n                                    \"alpha3\": \"TUV\",\n                                    \"numerical\": \"798\",\n                                    \"name\": \"Tuvalu\"\n                                },\n                                {\n                                    \"text\": \"Uganda\",\n                                    \"value\": \"UGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UG\",\n                                    \"alpha3\": \"UGA\",\n                                    \"numerical\": \"800\",\n                                    \"name\": \"Uganda\"\n                                },\n                                {\n                                    \"text\": \"Ukraine\",\n                                    \"value\": \"UKR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UA\",\n                                    \"alpha3\": \"UKR\",\n                                    \"numerical\": \"804\",\n                                    \"name\": \"Ukraine\"\n                                },\n                                {\n                                    \"text\": \"United Arab Emirates\",\n                                    \"value\": \"ARE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"alpha3\": \"ARE\",\n                                    \"numerical\": \"784\",\n                                    \"name\": \"United Arab Emirates\"\n                                },\n                                {\n                                    \"text\": \"United Kingdom\",\n                                    \"value\": \"GBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GB\",\n                                    \"alpha3\": \"GBR\",\n                                    \"numerical\": \"826\",\n                                    \"name\": \"United Kingdom\"\n                                },\n                                {\n                                    \"text\": \"United States Minor Outlying Islands\",\n                                    \"value\": \"UMI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"alpha3\": \"UMI\",\n                                    \"numerical\": \"581\",\n                                    \"name\": \"United States Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Uruguay\",\n                                    \"value\": \"URY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UY\",\n                                    \"alpha3\": \"URY\",\n                                    \"numerical\": \"858\",\n                                    \"name\": \"Uruguay\"\n                                },\n                                {\n                                    \"text\": \"Uzbekistan\",\n                                    \"value\": \"UZB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UZ\",\n                                    \"alpha3\": \"UZB\",\n                                    \"numerical\": \"860\",\n                                    \"name\": \"Uzbekistan\"\n                                },\n                                {\n                                    \"text\": \"Vanuatu\",\n                                    \"value\": \"VUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VU\",\n                                    \"alpha3\": \"VUT\",\n                                    \"numerical\": \"548\",\n                                    \"name\": \"Vanuatu\"\n                                },\n                                {\n                                    \"text\": \"Venezuela,Bolivarian Republic of\",\n                                    \"value\": \"VEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VE\",\n                                    \"alpha3\": \"VEN\",\n                                    \"numerical\": \"862\",\n                                    \"name\": \"Venezuela,Bolivarian Republic of\"\n                                },\n                                {\n                                    \"text\": \"Viet Nam\",\n                                    \"value\": \"VNM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VN\",\n                                    \"alpha3\": \"VNM\",\n                                    \"numerical\": \"704\",\n                                    \"name\": \"Viet Nam\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,British\",\n                                    \"value\": \"VGB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VG\",\n                                    \"alpha3\": \"VGB\",\n                                    \"numerical\": \"092\",\n                                    \"name\": \"Virgin Islands,British\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,U.S.\",\n                                    \"value\": \"VIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"alpha3\": \"VIR\",\n                                    \"numerical\": \"850\",\n                                    \"name\": \"Virgin Islands,U.S.\"\n                                },\n                                {\n                                    \"text\": \"Wallis and Futuna\",\n                                    \"value\": \"WLF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WF\",\n                                    \"alpha3\": \"WLF\",\n                                    \"numerical\": \"876\",\n                                    \"name\": \"Wallis and Futuna\"\n                                },\n                                {\n                                    \"text\": \"Western Sahara\",\n                                    \"value\": \"ESH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EH\",\n                                    \"alpha3\": \"ESH\",\n                                    \"numerical\": \"732\",\n                                    \"name\": \"Western Sahara\"\n                                },\n                                {\n                                    \"text\": \"Yemen\",\n                                    \"value\": \"YEM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YE\",\n                                    \"alpha3\": \"YEM\",\n                                    \"numerical\": \"887\",\n                                    \"name\": \"Yemen\"\n                                },\n                                {\n                                    \"text\": \"Zambia\",\n                                    \"value\": \"ZMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZM\",\n                                    \"alpha3\": \"ZMB\",\n                                    \"numerical\": \"894\",\n                                    \"name\": \"Zambia\"\n                                },\n                                {\n                                    \"text\": \"Zimbabwe\",\n                                    \"value\": \"ZWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZW\",\n                                    \"alpha3\": \"ZWE\",\n                                    \"numerical\": \"895\",\n                                    \"name\": \"Zimbabwe\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Country of Birth\",\n                            \"name\": \"user-family-country_of_birth\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.country\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha3\",\n                            \"source\": \"locked\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"United States\",\n                                    \"value\": \"USA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"US\",\n                                    \"alpha3\": \"USA\",\n                                    \"numerical\": \"840\",\n                                    \"name\": \"United States\"\n                                },\n                                {\n                                    \"text\": \"Afghanistan\",\n                                    \"value\": \"AFG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AF\",\n                                    \"alpha3\": \"AFG\",\n                                    \"numerical\": \"004\",\n                                    \"name\": \"Afghanistan\"\n                                },\n                                {\n                                    \"text\": \"Åland Islands\",\n                                    \"value\": \"ALA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AX\",\n                                    \"alpha3\": \"ALA\",\n                                    \"numerical\": \"248\",\n                                    \"name\": \"Åland Islands\"\n                                },\n                                {\n                                    \"text\": \"Albania\",\n                                    \"value\": \"ALB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"alpha3\": \"ALB\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Albania\"\n                                },\n                                {\n                                    \"text\": \"Algeria\",\n                                    \"value\": \"DZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DZ\",\n                                    \"alpha3\": \"DZA\",\n                                    \"numerical\": \"012\",\n                                    \"name\": \"Algeria\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"ASM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"alpha3\": \"ASM\",\n                                    \"numerical\": \"016\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Andorra\",\n                                    \"value\": \"AND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AD\",\n                                    \"alpha3\": \"AND\",\n                                    \"numerical\": \"020\",\n                                    \"name\": \"Andorra\"\n                                },\n                                {\n                                    \"text\": \"Angola\",\n                                    \"value\": \"AGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AO\",\n                                    \"alpha3\": \"AGO\",\n                                    \"numerical\": \"024\",\n                                    \"name\": \"Angola\"\n                                },\n                                {\n                                    \"text\": \"Anguilla\",\n                                    \"value\": \"AIA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AI\",\n                                    \"alpha3\": \"AIA\",\n                                    \"numerical\": \"660\",\n                                    \"name\": \"Anguilla\"\n                                },\n                                {\n                                    \"text\": \"Antarctica\",\n                                    \"value\": \"ATA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AQ\",\n                                    \"alpha3\": \"ATA\",\n                                    \"numerical\": \"010\",\n                                    \"name\": \"Antarctica\"\n                                },\n                                {\n                                    \"text\": \"Antigua and Barbuda\",\n                                    \"value\": \"ATG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AG\",\n                                    \"alpha3\": \"ATG\",\n                                    \"numerical\": \"028\",\n                                    \"name\": \"Antigua and Barbuda\"\n                                },\n                                {\n                                    \"text\": \"Argentina\",\n                                    \"value\": \"ARG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"alpha3\": \"ARG\",\n                                    \"numerical\": \"032\",\n                                    \"name\": \"Argentina\"\n                                },\n                                {\n                                    \"text\": \"Armenia\",\n                                    \"value\": \"ARM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AM\",\n                                    \"alpha3\": \"ARM\",\n                                    \"numerical\": \"051\",\n                                    \"name\": \"Armenia\"\n                                },\n                                {\n                                    \"text\": \"Aruba\",\n                                    \"value\": \"ABW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AW\",\n                                    \"alpha3\": \"ABW\",\n                                    \"numerical\": \"533\",\n                                    \"name\": \"Aruba\"\n                                },\n                                {\n                                    \"text\": \"Australia\",\n                                    \"value\": \"AUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AU\",\n                                    \"alpha3\": \"AUS\",\n                                    \"numerical\": \"036\",\n                                    \"name\": \"Australia\"\n                                },\n                                {\n                                    \"text\": \"Austria\",\n                                    \"value\": \"AUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AT\",\n                                    \"alpha3\": \"AUT\",\n                                    \"numerical\": \"040\",\n                                    \"name\": \"Austria\"\n                                },\n                                {\n                                    \"text\": \"Azerbaijan\",\n                                    \"value\": \"AZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"alpha3\": \"AZE\",\n                                    \"numerical\": \"031\",\n                                    \"name\": \"Azerbaijan\"\n                                },\n                                {\n                                    \"text\": \"Bahamas\",\n                                    \"value\": \"BHS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BS\",\n                                    \"alpha3\": \"BHS\",\n                                    \"numerical\": \"044\",\n                                    \"name\": \"Bahamas\"\n                                },\n                                {\n                                    \"text\": \"Bahrain\",\n                                    \"value\": \"BHR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BH\",\n                                    \"alpha3\": \"BHR\",\n                                    \"numerical\": \"048\",\n                                    \"name\": \"Bahrain\"\n                                },\n                                {\n                                    \"text\": \"Bangladesh\",\n                                    \"value\": \"BGD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BD\",\n                                    \"alpha3\": \"BGD\",\n                                    \"numerical\": \"050\",\n                                    \"name\": \"Bangladesh\"\n                                },\n                                {\n                                    \"text\": \"Barbados\",\n                                    \"value\": \"BRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BB\",\n                                    \"alpha3\": \"BRB\",\n                                    \"numerical\": \"052\",\n                                    \"name\": \"Barbados\"\n                                },\n                                {\n                                    \"text\": \"Belarus\",\n                                    \"value\": \"BLR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BY\",\n                                    \"alpha3\": \"BLR\",\n                                    \"numerical\": \"112\",\n                                    \"name\": \"Belarus\"\n                                },\n                                {\n                                    \"text\": \"Belgium\",\n                                    \"value\": \"BEL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BE\",\n                                    \"alpha3\": \"BEL\",\n                                    \"numerical\": \"056\",\n                                    \"name\": \"Belgium\"\n                                },\n                                {\n                                    \"text\": \"Belize\",\n                                    \"value\": \"BLZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BZ\",\n                                    \"alpha3\": \"BLZ\",\n                                    \"numerical\": \"084\",\n                                    \"name\": \"Belize\"\n                                },\n                                {\n                                    \"text\": \"Benin\",\n                                    \"value\": \"BEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BJ\",\n                                    \"alpha3\": \"BEN\",\n                                    \"numerical\": \"204\",\n                                    \"name\": \"Benin\"\n                                },\n                                {\n                                    \"text\": \"Bermuda\",\n                                    \"value\": \"BMU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BM\",\n                                    \"alpha3\": \"BMU\",\n                                    \"numerical\": \"060\",\n                                    \"name\": \"Bermuda\"\n                                },\n                                {\n                                    \"text\": \"Bhutan\",\n                                    \"value\": \"BTN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BT\",\n                                    \"alpha3\": \"BTN\",\n                                    \"numerical\": \"064\",\n                                    \"name\": \"Bhutan\"\n                                },\n                                {\n                                    \"text\": \"Bolivia,Plurinational State of\",\n                                    \"value\": \"BOL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BO\",\n                                    \"alpha3\": \"BOL\",\n                                    \"numerical\": \"068\",\n                                    \"name\": \"Bolivia,Plurinational State of\"\n                                },\n                                {\n                                    \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"value\": \"BES\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BQ\",\n                                    \"alpha3\": \"BES\",\n                                    \"numerical\": \"535\",\n                                    \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                },\n                                {\n                                    \"text\": \"Bosnia and Herzegovina\",\n                                    \"value\": \"BIH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BA\",\n                                    \"alpha3\": \"BIH\",\n                                    \"numerical\": \"070\",\n                                    \"name\": \"Bosnia and Herzegovina\"\n                                },\n                                {\n                                    \"text\": \"Botswana\",\n                                    \"value\": \"BWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BW\",\n                                    \"alpha3\": \"BWA\",\n                                    \"numerical\": \"072\",\n                                    \"name\": \"Botswana\"\n                                },\n                                {\n                                    \"text\": \"Bouvet Island\",\n                                    \"value\": \"BVT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BV\",\n                                    \"alpha3\": \"BVT\",\n                                    \"numerical\": \"074\",\n                                    \"name\": \"Bouvet Island\"\n                                },\n                                {\n                                    \"text\": \"Brazil\",\n                                    \"value\": \"BRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BR\",\n                                    \"alpha3\": \"BRA\",\n                                    \"numerical\": \"076\",\n                                    \"name\": \"Brazil\"\n                                },\n                                {\n                                    \"text\": \"British Indian Ocean Territory\",\n                                    \"value\": \"IOT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IO\",\n                                    \"alpha3\": \"IOT\",\n                                    \"numerical\": \"086\",\n                                    \"name\": \"British Indian Ocean Territory\"\n                                },\n                                {\n                                    \"text\": \"Brunei Darussalam\",\n                                    \"value\": \"BRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BN\",\n                                    \"alpha3\": \"BRN\",\n                                    \"numerical\": \"096\",\n                                    \"name\": \"Brunei Darussalam\"\n                                },\n                                {\n                                    \"text\": \"Bulgaria\",\n                                    \"value\": \"BGR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BG\",\n                                    \"alpha3\": \"BGR\",\n                                    \"numerical\": \"100\",\n                                    \"name\": \"Bulgaria\"\n                                },\n                                {\n                                    \"text\": \"Burkina Faso\",\n                                    \"value\": \"BFA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BF\",\n                                    \"alpha3\": \"BFA\",\n                                    \"numerical\": \"854\",\n                                    \"name\": \"Burkina Faso\"\n                                },\n                                {\n                                    \"text\": \"Burundi\",\n                                    \"value\": \"BDI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BI\",\n                                    \"alpha3\": \"BDI\",\n                                    \"numerical\": \"108\",\n                                    \"name\": \"Burundi\"\n                                },\n                                {\n                                    \"text\": \"Cabo Verde\",\n                                    \"value\": \"CPV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CV\",\n                                    \"alpha3\": \"CPV\",\n                                    \"numerical\": \"132\",\n                                    \"name\": \"Cabo Verde\"\n                                },\n                                {\n                                    \"text\": \"Cambodia\",\n                                    \"value\": \"KHM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KH\",\n                                    \"alpha3\": \"KHM\",\n                                    \"numerical\": \"116\",\n                                    \"name\": \"Cambodia\"\n                                },\n                                {\n                                    \"text\": \"Cameroon\",\n                                    \"value\": \"CMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CM\",\n                                    \"alpha3\": \"CMR\",\n                                    \"numerical\": \"120\",\n                                    \"name\": \"Cameroon\"\n                                },\n                                {\n                                    \"text\": \"Canada\",\n                                    \"value\": \"CAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"alpha3\": \"CAN\",\n                                    \"numerical\": \"124\",\n                                    \"name\": \"Canada\"\n                                },\n                                {\n                                    \"text\": \"Cayman Islands\",\n                                    \"value\": \"CYM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"alpha3\": \"CYM\",\n                                    \"numerical\": \"136\",\n                                    \"name\": \"Cayman Islands\"\n                                },\n                                {\n                                    \"text\": \"Central African Republic\",\n                                    \"value\": \"CAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CF\",\n                                    \"alpha3\": \"CAF\",\n                                    \"numerical\": \"140\",\n                                    \"name\": \"Central African Republic\"\n                                },\n                                {\n                                    \"text\": \"Chad\",\n                                    \"value\": \"TCD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TD\",\n                                    \"alpha3\": \"TCD\",\n                                    \"numerical\": \"148\",\n                                    \"name\": \"Chad\"\n                                },\n                                {\n                                    \"text\": \"Chile\",\n                                    \"value\": \"CHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CL\",\n                                    \"alpha3\": \"CHL\",\n                                    \"numerical\": \"152\",\n                                    \"name\": \"Chile\"\n                                },\n                                {\n                                    \"text\": \"China\",\n                                    \"value\": \"CHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CN\",\n                                    \"alpha3\": \"CHN\",\n                                    \"numerical\": \"156\",\n                                    \"name\": \"China\"\n                                },\n                                {\n                                    \"text\": \"Christmas Island\",\n                                    \"value\": \"CXR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CX\",\n                                    \"alpha3\": \"CXR\",\n                                    \"numerical\": \"162\",\n                                    \"name\": \"Christmas Island\"\n                                },\n                                {\n                                    \"text\": \"Cocos (Keeling) Islands\",\n                                    \"value\": \"CCK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CC\",\n                                    \"alpha3\": \"CCK\",\n                                    \"numerical\": \"166\",\n                                    \"name\": \"Cocos (Keeling) Islands\"\n                                },\n                                {\n                                    \"text\": \"Colombia\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"alpha3\": \"COL\",\n                                    \"numerical\": \"170\",\n                                    \"name\": \"Colombia\"\n                                },\n                                {\n                                    \"text\": \"Comoros\",\n                                    \"value\": \"COM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KM\",\n                                    \"alpha3\": \"COM\",\n                                    \"numerical\": \"174\",\n                                    \"name\": \"Comoros\"\n                                },\n                                {\n                                    \"text\": \"Congo\",\n                                    \"value\": \"COG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CG\",\n                                    \"alpha3\": \"COG\",\n                                    \"numerical\": \"178\",\n                                    \"name\": \"Congo\"\n                                },\n                                {\n                                    \"text\": \"Congo,the Democratic Republic of the\",\n                                    \"value\": \"COD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CD\",\n                                    \"alpha3\": \"COD\",\n                                    \"numerical\": \"180\",\n                                    \"name\": \"Congo,the Democratic Republic of the\"\n                                },\n                                {\n                                    \"text\": \"Cook Islands\",\n                                    \"value\": \"COK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CK\",\n                                    \"alpha3\": \"COK\",\n                                    \"numerical\": \"184\",\n                                    \"name\": \"Cook Islands\"\n                                },\n                                {\n                                    \"text\": \"Costa Rica\",\n                                    \"value\": \"CRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CR\",\n                                    \"alpha3\": \"CRI\",\n                                    \"numerical\": \"188\",\n                                    \"name\": \"Costa Rica\"\n                                },\n                                {\n                                    \"text\": \"Côte d'Ivoire\",\n                                    \"value\": \"CIV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CI\",\n                                    \"alpha3\": \"CIV\",\n                                    \"numerical\": \"384\",\n                                    \"name\": \"Côte d'Ivoire\"\n                                },\n                                {\n                                    \"text\": \"Croatia\",\n                                    \"value\": \"HRV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HR\",\n                                    \"alpha3\": \"HRV\",\n                                    \"numerical\": \"191\",\n                                    \"name\": \"Croatia\"\n                                },\n                                {\n                                    \"text\": \"Cuba\",\n                                    \"value\": \"CUB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CU\",\n                                    \"alpha3\": \"CUB\",\n                                    \"numerical\": \"192\",\n                                    \"name\": \"Cuba\"\n                                },\n                                {\n                                    \"text\": \"Curaçao\",\n                                    \"value\": \"CUW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CW\",\n                                    \"alpha3\": \"CUW\",\n                                    \"numerical\": \"531\",\n                                    \"name\": \"Curaçao\"\n                                },\n                                {\n                                    \"text\": \"Cyprus\",\n                                    \"value\": \"CYP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CY\",\n                                    \"alpha3\": \"CYP\",\n                                    \"numerical\": \"196\",\n                                    \"name\": \"Cyprus\"\n                                },\n                                {\n                                    \"text\": \"Czech Republic\",\n                                    \"value\": \"CZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CZ\",\n                                    \"alpha3\": \"CZE\",\n                                    \"numerical\": \"203\",\n                                    \"name\": \"Czech Republic\"\n                                },\n                                {\n                                    \"text\": \"Denmark\",\n                                    \"value\": \"DNK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DK\",\n                                    \"alpha3\": \"DNK\",\n                                    \"numerical\": \"208\",\n                                    \"name\": \"Denmark\"\n                                },\n                                {\n                                    \"text\": \"Djibouti\",\n                                    \"value\": \"DJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DJ\",\n                                    \"alpha3\": \"DJI\",\n                                    \"numerical\": \"262\",\n                                    \"name\": \"Djibouti\"\n                                },\n                                {\n                                    \"text\": \"Dominica\",\n                                    \"value\": \"DMA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DM\",\n                                    \"alpha3\": \"DMA\",\n                                    \"numerical\": \"212\",\n                                    \"name\": \"Dominica\"\n                                },\n                                {\n                                    \"text\": \"Dominican Republic\",\n                                    \"value\": \"DOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DO\",\n                                    \"alpha3\": \"DOM\",\n                                    \"numerical\": \"214\",\n                                    \"name\": \"Dominican Republic\"\n                                },\n                                {\n                                    \"text\": \"Ecuador\",\n                                    \"value\": \"ECU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EC\",\n                                    \"alpha3\": \"ECU\",\n                                    \"numerical\": \"218\",\n                                    \"name\": \"Ecuador\"\n                                },\n                                {\n                                    \"text\": \"Egypt\",\n                                    \"value\": \"EGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EG\",\n                                    \"alpha3\": \"EGY\",\n                                    \"numerical\": \"818\",\n                                    \"name\": \"Egypt\"\n                                },\n                                {\n                                    \"text\": \"El Salvador\",\n                                    \"value\": \"SLV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SV\",\n                                    \"alpha3\": \"SLV\",\n                                    \"numerical\": \"222\",\n                                    \"name\": \"El Salvador\"\n                                },\n                                {\n                                    \"text\": \"Equatorial Guinea\",\n                                    \"value\": \"GNQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GQ\",\n                                    \"alpha3\": \"GNQ\",\n                                    \"numerical\": \"226\",\n                                    \"name\": \"Equatorial Guinea\"\n                                },\n                                {\n                                    \"text\": \"Eritrea\",\n                                    \"value\": \"ERI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ER\",\n                                    \"alpha3\": \"ERI\",\n                                    \"numerical\": \"232\",\n                                    \"name\": \"Eritrea\"\n                                },\n                                {\n                                    \"text\": \"Estonia\",\n                                    \"value\": \"EST\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EE\",\n                                    \"alpha3\": \"EST\",\n                                    \"numerical\": \"233\",\n                                    \"name\": \"Estonia\"\n                                },\n                                {\n                                    \"text\": \"Ethiopia\",\n                                    \"value\": \"ETH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ET\",\n                                    \"alpha3\": \"ETH\",\n                                    \"numerical\": \"231\",\n                                    \"name\": \"Ethiopia\"\n                                },\n                                {\n                                    \"text\": \"Falkland Islands (Malvinas)\",\n                                    \"value\": \"FLK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FK\",\n                                    \"alpha3\": \"FLK\",\n                                    \"numerical\": \"238\",\n                                    \"name\": \"Falkland Islands (Malvinas)\"\n                                },\n                                {\n                                    \"text\": \"Faroe Islands\",\n                                    \"value\": \"FRO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FO\",\n                                    \"alpha3\": \"FRO\",\n                                    \"numerical\": \"234\",\n                                    \"name\": \"Faroe Islands\"\n                                },\n                                {\n                                    \"text\": \"Fiji\",\n                                    \"value\": \"FJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FJ\",\n                                    \"alpha3\": \"FJI\",\n                                    \"numerical\": \"242\",\n                                    \"name\": \"Fiji\"\n                                },\n                                {\n                                    \"text\": \"Finland\",\n                                    \"value\": \"FIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FI\",\n                                    \"alpha3\": \"FIN\",\n                                    \"numerical\": \"246\",\n                                    \"name\": \"Finland\"\n                                },\n                                {\n                                    \"text\": \"France\",\n                                    \"value\": \"FRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FR\",\n                                    \"alpha3\": \"FRA\",\n                                    \"numerical\": \"250\",\n                                    \"name\": \"France\"\n                                },\n                                {\n                                    \"text\": \"French Guiana\",\n                                    \"value\": \"GUF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GF\",\n                                    \"alpha3\": \"GUF\",\n                                    \"numerical\": \"254\",\n                                    \"name\": \"French Guiana\"\n                                },\n                                {\n                                    \"text\": \"French Polynesia\",\n                                    \"value\": \"PYF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PF\",\n                                    \"alpha3\": \"PYF\",\n                                    \"numerical\": \"258\",\n                                    \"name\": \"French Polynesia\"\n                                },\n                                {\n                                    \"text\": \"French Southern Territories\",\n                                    \"value\": \"ATF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TF\",\n                                    \"alpha3\": \"ATF\",\n                                    \"numerical\": \"260\",\n                                    \"name\": \"French Southern Territories\"\n                                },\n                                {\n                                    \"text\": \"Gabon\",\n                                    \"value\": \"GAB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"alpha3\": \"GAB\",\n                                    \"numerical\": \"266\",\n                                    \"name\": \"Gabon\"\n                                },\n                                {\n                                    \"text\": \"Gambia\",\n                                    \"value\": \"GMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GM\",\n                                    \"alpha3\": \"GMB\",\n                                    \"numerical\": \"270\",\n                                    \"name\": \"Gambia\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"GEO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GE\",\n                                    \"alpha3\": \"GEO\",\n                                    \"numerical\": \"268\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Germany\",\n                                    \"value\": \"DEU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"alpha3\": \"DEU\",\n                                    \"numerical\": \"276\",\n                                    \"name\": \"Germany\"\n                                },\n                                {\n                                    \"text\": \"Ghana\",\n                                    \"value\": \"GHA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GH\",\n                                    \"alpha3\": \"GHA\",\n                                    \"numerical\": \"288\",\n                                    \"name\": \"Ghana\"\n                                },\n                                {\n                                    \"text\": \"Gibraltar\",\n                                    \"value\": \"GIB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GI\",\n                                    \"alpha3\": \"GIB\",\n                                    \"numerical\": \"292\",\n                                    \"name\": \"Gibraltar\"\n                                },\n                                {\n                                    \"text\": \"Greece\",\n                                    \"value\": \"GRC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GR\",\n                                    \"alpha3\": \"GRC\",\n                                    \"numerical\": \"300\",\n                                    \"name\": \"Greece\"\n                                },\n                                {\n                                    \"text\": \"Greenland\",\n                                    \"value\": \"GRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GL\",\n                                    \"alpha3\": \"GRL\",\n                                    \"numerical\": \"304\",\n                                    \"name\": \"Greenland\"\n                                },\n                                {\n                                    \"text\": \"Grenada\",\n                                    \"value\": \"GRD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GD\",\n                                    \"alpha3\": \"GRD\",\n                                    \"numerical\": \"308\",\n                                    \"name\": \"Grenada\"\n                                },\n                                {\n                                    \"text\": \"Guadeloupe\",\n                                    \"value\": \"GLP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GP\",\n                                    \"alpha3\": \"GLP\",\n                                    \"numerical\": \"312\",\n                                    \"name\": \"Guadeloupe\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"GUM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"alpha3\": \"GUM\",\n                                    \"numerical\": \"316\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Guatemala\",\n                                    \"value\": \"GTM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GT\",\n                                    \"alpha3\": \"GTM\",\n                                    \"numerical\": \"320\",\n                                    \"name\": \"Guatemala\"\n                                },\n                                {\n                                    \"text\": \"Guernsey\",\n                                    \"value\": \"GGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GG\",\n                                    \"alpha3\": \"GGY\",\n                                    \"numerical\": \"831\",\n                                    \"name\": \"Guernsey\"\n                                },\n                                {\n                                    \"text\": \"Guinea\",\n                                    \"value\": \"GIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GN\",\n                                    \"alpha3\": \"GIN\",\n                                    \"numerical\": \"324\",\n                                    \"name\": \"Guinea\"\n                                },\n                                {\n                                    \"text\": \"Guinea-Bissau\",\n                                    \"value\": \"GNB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GW\",\n                                    \"alpha3\": \"GNB\",\n                                    \"numerical\": \"624\",\n                                    \"name\": \"Guinea-Bissau\"\n                                },\n                                {\n                                    \"text\": \"Guyana\",\n                                    \"value\": \"GUY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GY\",\n                                    \"alpha3\": \"GUY\",\n                                    \"numerical\": \"328\",\n                                    \"name\": \"Guyana\"\n                                },\n                                {\n                                    \"text\": \"Haiti\",\n                                    \"value\": \"HTI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HT\",\n                                    \"alpha3\": \"HTI\",\n                                    \"numerical\": \"332\",\n                                    \"name\": \"Haiti\"\n                                },\n                                {\n                                    \"text\": \"Heard Island and McDonald Islands\",\n                                    \"value\": \"HMD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HM\",\n                                    \"alpha3\": \"HMD\",\n                                    \"numerical\": \"334\",\n                                    \"name\": \"Heard Island and McDonald Islands\"\n                                },\n                                {\n                                    \"text\": \"Holy See (Vatican City State)\",\n                                    \"value\": \"VAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"alpha3\": \"VAT\",\n                                    \"numerical\": \"336\",\n                                    \"name\": \"Holy See (Vatican City State)\"\n                                },\n                                {\n                                    \"text\": \"Honduras\",\n                                    \"value\": \"HND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HN\",\n                                    \"alpha3\": \"HND\",\n                                    \"numerical\": \"340\",\n                                    \"name\": \"Honduras\"\n                                },\n                                {\n                                    \"text\": \"Hong Kong\",\n                                    \"value\": \"HKG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HK\",\n                                    \"alpha3\": \"HKG\",\n                                    \"numerical\": \"344\",\n                                    \"name\": \"Hong Kong\"\n                                },\n                                {\n                                    \"text\": \"Hungary\",\n                                    \"value\": \"HUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HU\",\n                                    \"alpha3\": \"HUN\",\n                                    \"numerical\": \"348\",\n                                    \"name\": \"Hungary\"\n                                },\n                                {\n                                    \"text\": \"Iceland\",\n                                    \"value\": \"ISL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IS\",\n                                    \"alpha3\": \"ISL\",\n                                    \"numerical\": \"352\",\n                                    \"name\": \"Iceland\"\n                                },\n                                {\n                                    \"text\": \"India\",\n                                    \"value\": \"IND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"alpha3\": \"IND\",\n                                    \"numerical\": \"356\",\n                                    \"name\": \"India\"\n                                },\n                                {\n                                    \"text\": \"Indonesia\",\n                                    \"value\": \"IDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"alpha3\": \"IDN\",\n                                    \"numerical\": \"360\",\n                                    \"name\": \"Indonesia\"\n                                },\n                                {\n                                    \"text\": \"Iran,Islamic Republic of\",\n                                    \"value\": \"IRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IR\",\n                                    \"alpha3\": \"IRN\",\n                                    \"numerical\": \"364\",\n                                    \"name\": \"Iran,Islamic Republic of\"\n                                },\n                                {\n                                    \"text\": \"Iraq\",\n                                    \"value\": \"IRQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IQ\",\n                                    \"alpha3\": \"IRQ\",\n                                    \"numerical\": \"368\",\n                                    \"name\": \"Iraq\"\n                                },\n                                {\n                                    \"text\": \"Ireland\",\n                                    \"value\": \"IRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IE\",\n                                    \"alpha3\": \"IRL\",\n                                    \"numerical\": \"372\",\n                                    \"name\": \"Ireland\"\n                                },\n                                {\n                                    \"text\": \"Isle of Man\",\n                                    \"value\": \"IMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IM\",\n                                    \"alpha3\": \"IMN\",\n                                    \"numerical\": \"833\",\n                                    \"name\": \"Isle of Man\"\n                                },\n                                {\n                                    \"text\": \"Israel\",\n                                    \"value\": \"ISR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"alpha3\": \"ISR\",\n                                    \"numerical\": \"376\",\n                                    \"name\": \"Israel\"\n                                },\n                                {\n                                    \"text\": \"Italy\",\n                                    \"value\": \"ITA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IT\",\n                                    \"alpha3\": \"ITA\",\n                                    \"numerical\": \"380\",\n                                    \"name\": \"Italy\"\n                                },\n                                {\n                                    \"text\": \"Jamaica\",\n                                    \"value\": \"JAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JM\",\n                                    \"alpha3\": \"JAM\",\n                                    \"numerical\": \"388\",\n                                    \"name\": \"Jamaica\"\n                                },\n                                {\n                                    \"text\": \"Japan\",\n                                    \"value\": \"JPN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JP\",\n                                    \"alpha3\": \"JPN\",\n                                    \"numerical\": \"392\",\n                                    \"name\": \"Japan\"\n                                },\n                                {\n                                    \"text\": \"Jersey\",\n                                    \"value\": \"JEY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JE\",\n                                    \"alpha3\": \"JEY\",\n                                    \"numerical\": \"832\",\n                                    \"name\": \"Jersey\"\n                                },\n                                {\n                                    \"text\": \"Jordan\",\n                                    \"value\": \"JOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JO\",\n                                    \"alpha3\": \"JOR\",\n                                    \"numerical\": \"400\",\n                                    \"name\": \"Jordan\"\n                                },\n                                {\n                                    \"text\": \"Kazakhstan\",\n                                    \"value\": \"KAZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KZ\",\n                                    \"alpha3\": \"KAZ\",\n                                    \"numerical\": \"398\",\n                                    \"name\": \"Kazakhstan\"\n                                },\n                                {\n                                    \"text\": \"Kenya\",\n                                    \"value\": \"KEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KE\",\n                                    \"alpha3\": \"KEN\",\n                                    \"numerical\": \"404\",\n                                    \"name\": \"Kenya\"\n                                },\n                                {\n                                    \"text\": \"Kiribati\",\n                                    \"value\": \"KIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KI\",\n                                    \"alpha3\": \"KIR\",\n                                    \"numerical\": \"296\",\n                                    \"name\": \"Kiribati\"\n                                },\n                                {\n                                    \"text\": \"Korea,Democratic People's Republic of\",\n                                    \"value\": \"PRK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KP\",\n                                    \"alpha3\": \"PRK\",\n                                    \"numerical\": \"408\",\n                                    \"name\": \"Korea,Democratic People's Republic of\"\n                                },\n                                {\n                                    \"text\": \"Korea,Republic of\",\n                                    \"value\": \"KOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KR\",\n                                    \"alpha3\": \"KOR\",\n                                    \"numerical\": \"410\",\n                                    \"name\": \"Korea,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kosovo,Republic of\",\n                                    \"value\": \"XKK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"XK\",\n                                    \"alpha3\": \"XKK\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Kosovo,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kuwait\",\n                                    \"value\": \"KWT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KW\",\n                                    \"alpha3\": \"KWT\",\n                                    \"numerical\": \"414\",\n                                    \"name\": \"Kuwait\"\n                                },\n                                {\n                                    \"text\": \"Kyrgyzstan\",\n                                    \"value\": \"KGZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KG\",\n                                    \"alpha3\": \"KGZ\",\n                                    \"numerical\": \"417\",\n                                    \"name\": \"Kyrgyzstan\"\n                                },\n                                {\n                                    \"text\": \"Lao People's Democratic Republic\",\n                                    \"value\": \"LAO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"alpha3\": \"LAO\",\n                                    \"numerical\": \"418\",\n                                    \"name\": \"Lao People's Democratic Republic\"\n                                },\n                                {\n                                    \"text\": \"Latvia\",\n                                    \"value\": \"LVA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LV\",\n                                    \"alpha3\": \"LVA\",\n                                    \"numerical\": \"428\",\n                                    \"name\": \"Latvia\"\n                                },\n                                {\n                                    \"text\": \"Lebanon\",\n                                    \"value\": \"LBN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LB\",\n                                    \"alpha3\": \"LBN\",\n                                    \"numerical\": \"422\",\n                                    \"name\": \"Lebanon\"\n                                },\n                                {\n                                    \"text\": \"Lesotho\",\n                                    \"value\": \"LSO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LS\",\n                                    \"alpha3\": \"LSO\",\n                                    \"numerical\": \"426\",\n                                    \"name\": \"Lesotho\"\n                                },\n                                {\n                                    \"text\": \"Liberia\",\n                                    \"value\": \"LBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LR\",\n                                    \"alpha3\": \"LBR\",\n                                    \"numerical\": \"430\",\n                                    \"name\": \"Liberia\"\n                                },\n                                {\n                                    \"text\": \"Libya\",\n                                    \"value\": \"LBY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LY\",\n                                    \"alpha3\": \"LBY\",\n                                    \"numerical\": \"434\",\n                                    \"name\": \"Libya\"\n                                },\n                                {\n                                    \"text\": \"Liechtenstein\",\n                                    \"value\": \"LIE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LI\",\n                                    \"alpha3\": \"LIE\",\n                                    \"numerical\": \"438\",\n                                    \"name\": \"Liechtenstein\"\n                                },\n                                {\n                                    \"text\": \"Lithuania\",\n                                    \"value\": \"LTU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LT\",\n                                    \"alpha3\": \"LTU\",\n                                    \"numerical\": \"440\",\n                                    \"name\": \"Lithuania\"\n                                },\n                                {\n                                    \"text\": \"Luxembourg\",\n                                    \"value\": \"LUX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LU\",\n                                    \"alpha3\": \"LUX\",\n                                    \"numerical\": \"442\",\n                                    \"name\": \"Luxembourg\"\n                                },\n                                {\n                                    \"text\": \"Macao\",\n                                    \"value\": \"MAC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"alpha3\": \"MAC\",\n                                    \"numerical\": \"446\",\n                                    \"name\": \"Macao\"\n                                },\n                                {\n                                    \"text\": \"North Macedonia\",\n                                    \"value\": \"MKD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MK\",\n                                    \"alpha3\": \"MKD\",\n                                    \"numerical\": \"807\",\n                                    \"name\": \"North Macedonia\"\n                                },\n                                {\n                                    \"text\": \"Madagascar\",\n                                    \"value\": \"MDG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MG\",\n                                    \"alpha3\": \"MDG\",\n                                    \"numerical\": \"450\",\n                                    \"name\": \"Madagascar\"\n                                },\n                                {\n                                    \"text\": \"Malawi\",\n                                    \"value\": \"MWI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MW\",\n                                    \"alpha3\": \"MWI\",\n                                    \"numerical\": \"454\",\n                                    \"name\": \"Malawi\"\n                                },\n                                {\n                                    \"text\": \"Malaysia\",\n                                    \"value\": \"MYS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MY\",\n                                    \"alpha3\": \"MYS\",\n                                    \"numerical\": \"458\",\n                                    \"name\": \"Malaysia\"\n                                },\n                                {\n                                    \"text\": \"Maldives\",\n                                    \"value\": \"MDV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MV\",\n                                    \"alpha3\": \"MDV\",\n                                    \"numerical\": \"462\",\n                                    \"name\": \"Maldives\"\n                                },\n                                {\n                                    \"text\": \"Mali\",\n                                    \"value\": \"MLI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ML\",\n                                    \"alpha3\": \"MLI\",\n                                    \"numerical\": \"466\",\n                                    \"name\": \"Mali\"\n                                },\n                                {\n                                    \"text\": \"Malta\",\n                                    \"value\": \"MLT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"alpha3\": \"MLT\",\n                                    \"numerical\": \"470\",\n                                    \"name\": \"Malta\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"MHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"alpha3\": \"MHL\",\n                                    \"numerical\": \"584\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Martinique\",\n                                    \"value\": \"MTQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MQ\",\n                                    \"alpha3\": \"MTQ\",\n                                    \"numerical\": \"474\",\n                                    \"name\": \"Martinique\"\n                                },\n                                {\n                                    \"text\": \"Mauritania\",\n                                    \"value\": \"MRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MR\",\n                                    \"alpha3\": \"MRT\",\n                                    \"numerical\": \"478\",\n                                    \"name\": \"Mauritania\"\n                                },\n                                {\n                                    \"text\": \"Mauritius\",\n                                    \"value\": \"MUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MU\",\n                                    \"alpha3\": \"MUS\",\n                                    \"numerical\": \"480\",\n                                    \"name\": \"Mauritius\"\n                                },\n                                {\n                                    \"text\": \"Mayotte\",\n                                    \"value\": \"MYT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YT\",\n                                    \"alpha3\": \"MYT\",\n                                    \"numerical\": \"175\",\n                                    \"name\": \"Mayotte\"\n                                },\n                                {\n                                    \"text\": \"Mexico\",\n                                    \"value\": \"MEX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MX\",\n                                    \"alpha3\": \"MEX\",\n                                    \"numerical\": \"484\",\n                                    \"name\": \"Mexico\"\n                                },\n                                {\n                                    \"text\": \"Micronesia,Federated States of\",\n                                    \"value\": \"FSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"alpha3\": \"FSM\",\n                                    \"numerical\": \"583\",\n                                    \"name\": \"Micronesia,Federated States of\"\n                                },\n                                {\n                                    \"text\": \"Moldova,Republic of\",\n                                    \"value\": \"MDA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"alpha3\": \"MDA\",\n                                    \"numerical\": \"498\",\n                                    \"name\": \"Moldova,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Monaco\",\n                                    \"value\": \"MCO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MC\",\n                                    \"alpha3\": \"MCO\",\n                                    \"numerical\": \"492\",\n                                    \"name\": \"Monaco\"\n                                },\n                                {\n                                    \"text\": \"Mongolia\",\n                                    \"value\": \"MNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"alpha3\": \"MNG\",\n                                    \"numerical\": \"496\",\n                                    \"name\": \"Mongolia\"\n                                },\n                                {\n                                    \"text\": \"Montenegro\",\n                                    \"value\": \"MNE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"alpha3\": \"MNE\",\n                                    \"numerical\": \"499\",\n                                    \"name\": \"Montenegro\"\n                                },\n                                {\n                                    \"text\": \"Montserrat\",\n                                    \"value\": \"MSR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"alpha3\": \"MSR\",\n                                    \"numerical\": \"500\",\n                                    \"name\": \"Montserrat\"\n                                },\n                                {\n                                    \"text\": \"Morocco\",\n                                    \"value\": \"MAR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"alpha3\": \"MAR\",\n                                    \"numerical\": \"504\",\n                                    \"name\": \"Morocco\"\n                                },\n                                {\n                                    \"text\": \"Mozambique\",\n                                    \"value\": \"MOZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MZ\",\n                                    \"alpha3\": \"MOZ\",\n                                    \"numerical\": \"508\",\n                                    \"name\": \"Mozambique\"\n                                },\n                                {\n                                    \"text\": \"Myanmar\",\n                                    \"value\": \"MMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MM\",\n                                    \"alpha3\": \"MMR\",\n                                    \"numerical\": \"104\",\n                                    \"name\": \"Myanmar\"\n                                },\n                                {\n                                    \"text\": \"Namibia\",\n                                    \"value\": \"NAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NA\",\n                                    \"alpha3\": \"NAM\",\n                                    \"numerical\": \"516\",\n                                    \"name\": \"Namibia\"\n                                },\n                                {\n                                    \"text\": \"Nauru\",\n                                    \"value\": \"NRU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NR\",\n                                    \"alpha3\": \"NRU\",\n                                    \"numerical\": \"520\",\n                                    \"name\": \"Nauru\"\n                                },\n                                {\n                                    \"text\": \"Nepal\",\n                                    \"value\": \"NPL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NP\",\n                                    \"alpha3\": \"NPL\",\n                                    \"numerical\": \"524\",\n                                    \"name\": \"Nepal\"\n                                },\n                                {\n                                    \"text\": \"Netherlands\",\n                                    \"value\": \"NLD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NL\",\n                                    \"alpha3\": \"NLD\",\n                                    \"numerical\": \"528\",\n                                    \"name\": \"Netherlands\"\n                                },\n                                {\n                                    \"text\": \"New Caledonia\",\n                                    \"value\": \"NCL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"alpha3\": \"NCL\",\n                                    \"numerical\": \"540\",\n                                    \"name\": \"New Caledonia\"\n                                },\n                                {\n                                    \"text\": \"New Zealand\",\n                                    \"value\": \"NZL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NZ\",\n                                    \"alpha3\": \"NZL\",\n                                    \"numerical\": \"554\",\n                                    \"name\": \"New Zealand\"\n                                },\n                                {\n                                    \"text\": \"Nicaragua\",\n                                    \"value\": \"NIC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NI\",\n                                    \"alpha3\": \"NIC\",\n                                    \"numerical\": \"558\",\n                                    \"name\": \"Nicaragua\"\n                                },\n                                {\n                                    \"text\": \"Niger\",\n                                    \"value\": \"NER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"alpha3\": \"NER\",\n                                    \"numerical\": \"562\",\n                                    \"name\": \"Niger\"\n                                },\n                                {\n                                    \"text\": \"Nigeria\",\n                                    \"value\": \"NGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NG\",\n                                    \"alpha3\": \"NGA\",\n                                    \"numerical\": \"566\",\n                                    \"name\": \"Nigeria\"\n                                },\n                                {\n                                    \"text\": \"Niue\",\n                                    \"value\": \"NIU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NU\",\n                                    \"alpha3\": \"NIU\",\n                                    \"numerical\": \"570\",\n                                    \"name\": \"Niue\"\n                                },\n                                {\n                                    \"text\": \"Norfolk Island\",\n                                    \"value\": \"NFK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NF\",\n                                    \"alpha3\": \"NFK\",\n                                    \"numerical\": \"574\",\n                                    \"name\": \"Norfolk Island\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"MNP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"alpha3\": \"MNP\",\n                                    \"numerical\": \"580\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Norway\",\n                                    \"value\": \"NOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NO\",\n                                    \"alpha3\": \"NOR\",\n                                    \"numerical\": \"578\",\n                                    \"name\": \"Norway\"\n                                },\n                                {\n                                    \"text\": \"Oman\",\n                                    \"value\": \"OMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OM\",\n                                    \"alpha3\": \"OMN\",\n                                    \"numerical\": \"512\",\n                                    \"name\": \"Oman\"\n                                },\n                                {\n                                    \"text\": \"Pakistan\",\n                                    \"value\": \"PAK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PK\",\n                                    \"alpha3\": \"PAK\",\n                                    \"numerical\": \"586\",\n                                    \"name\": \"Pakistan\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"PLW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"alpha3\": \"PLW\",\n                                    \"numerical\": \"585\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Palestine,State of\",\n                                    \"value\": \"PSE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PS\",\n                                    \"alpha3\": \"PSE\",\n                                    \"numerical\": \"275\",\n                                    \"name\": \"Palestine,State of\"\n                                },\n                                {\n                                    \"text\": \"Panama\",\n                                    \"value\": \"PAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"alpha3\": \"PAN\",\n                                    \"numerical\": \"591\",\n                                    \"name\": \"Panama\"\n                                },\n                                {\n                                    \"text\": \"Papua New Guinea\",\n                                    \"value\": \"PNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PG\",\n                                    \"alpha3\": \"PNG\",\n                                    \"numerical\": \"598\",\n                                    \"name\": \"Papua New Guinea\"\n                                },\n                                {\n                                    \"text\": \"Paraguay\",\n                                    \"value\": \"PRY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PY\",\n                                    \"alpha3\": \"PRY\",\n                                    \"numerical\": \"600\",\n                                    \"name\": \"Paraguay\"\n                                },\n                                {\n                                    \"text\": \"Peru\",\n                                    \"value\": \"PER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PE\",\n                                    \"alpha3\": \"PER\",\n                                    \"numerical\": \"604\",\n                                    \"name\": \"Peru\"\n                                },\n                                {\n                                    \"text\": \"Philippines\",\n                                    \"value\": \"PHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PH\",\n                                    \"alpha3\": \"PHL\",\n                                    \"numerical\": \"608\",\n                                    \"name\": \"Philippines\"\n                                },\n                                {\n                                    \"text\": \"Pitcairn\",\n                                    \"value\": \"PCN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PN\",\n                                    \"alpha3\": \"PCN\",\n                                    \"numerical\": \"612\",\n                                    \"name\": \"Pitcairn\"\n                                },\n                                {\n                                    \"text\": \"Poland\",\n                                    \"value\": \"POL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PL\",\n                                    \"alpha3\": \"POL\",\n                                    \"numerical\": \"616\",\n                                    \"name\": \"Poland\"\n                                },\n                                {\n                                    \"text\": \"Portugal\",\n                                    \"value\": \"PRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PT\",\n                                    \"alpha3\": \"PRT\",\n                                    \"numerical\": \"620\",\n                                    \"name\": \"Portugal\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"PRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"alpha3\": \"PRI\",\n                                    \"numerical\": \"630\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Qatar\",\n                                    \"value\": \"QAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"QA\",\n                                    \"alpha3\": \"QAT\",\n                                    \"numerical\": \"634\",\n                                    \"name\": \"Qatar\"\n                                },\n                                {\n                                    \"text\": \"Réunion\",\n                                    \"value\": \"REU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RE\",\n                                    \"alpha3\": \"REU\",\n                                    \"numerical\": \"638\",\n                                    \"name\": \"Réunion\"\n                                },\n                                {\n                                    \"text\": \"Romania\",\n                                    \"value\": \"ROU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RO\",\n                                    \"alpha3\": \"ROU\",\n                                    \"numerical\": \"642\",\n                                    \"name\": \"Romania\"\n                                },\n                                {\n                                    \"text\": \"Russian Federation\",\n                                    \"value\": \"RUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RU\",\n                                    \"alpha3\": \"RUS\",\n                                    \"numerical\": \"643\",\n                                    \"name\": \"Russian Federation\"\n                                },\n                                {\n                                    \"text\": \"Rwanda\",\n                                    \"value\": \"RWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RW\",\n                                    \"alpha3\": \"RWA\",\n                                    \"numerical\": \"646\",\n                                    \"name\": \"Rwanda\"\n                                },\n                                {\n                                    \"text\": \"Saint Barthélemy\",\n                                    \"value\": \"BLM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BL\",\n                                    \"alpha3\": \"BLM\",\n                                    \"numerical\": \"652\",\n                                    \"name\": \"Saint Barthélemy\"\n                                },\n                                {\n                                    \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"value\": \"SHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SH\",\n                                    \"alpha3\": \"SHN\",\n                                    \"numerical\": \"654\",\n                                    \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                },\n                                {\n                                    \"text\": \"Saint Kitts and Nevis\",\n                                    \"value\": \"KNA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KN\",\n                                    \"alpha3\": \"KNA\",\n                                    \"numerical\": \"659\",\n                                    \"name\": \"Saint Kitts and Nevis\"\n                                },\n                                {\n                                    \"text\": \"Saint Lucia\",\n                                    \"value\": \"LCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LC\",\n                                    \"alpha3\": \"LCA\",\n                                    \"numerical\": \"662\",\n                                    \"name\": \"Saint Lucia\"\n                                },\n                                {\n                                    \"text\": \"Saint Martin (French part)\",\n                                    \"value\": \"MAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MF\",\n                                    \"alpha3\": \"MAF\",\n                                    \"numerical\": \"663\",\n                                    \"name\": \"Saint Martin (French part)\"\n                                },\n                                {\n                                    \"text\": \"Saint Pierre and Miquelon\",\n                                    \"value\": \"SPM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PM\",\n                                    \"alpha3\": \"SPM\",\n                                    \"numerical\": \"666\",\n                                    \"name\": \"Saint Pierre and Miquelon\"\n                                },\n                                {\n                                    \"text\": \"Saint Vincent and the Grenadines\",\n                                    \"value\": \"VCT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VC\",\n                                    \"alpha3\": \"VCT\",\n                                    \"numerical\": \"670\",\n                                    \"name\": \"Saint Vincent and the Grenadines\"\n                                },\n                                {\n                                    \"text\": \"Samoa\",\n                                    \"value\": \"WSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WS\",\n                                    \"alpha3\": \"WSM\",\n                                    \"numerical\": \"882\",\n                                    \"name\": \"Samoa\"\n                                },\n                                {\n                                    \"text\": \"San Marino\",\n                                    \"value\": \"SMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SM\",\n                                    \"alpha3\": \"SMR\",\n                                    \"numerical\": \"674\",\n                                    \"name\": \"San Marino\"\n                                },\n                                {\n                                    \"text\": \"Sao Tome and Principe\",\n                                    \"value\": \"STP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ST\",\n                                    \"alpha3\": \"STP\",\n                                    \"numerical\": \"678\",\n                                    \"name\": \"Sao Tome and Principe\"\n                                },\n                                {\n                                    \"text\": \"Saudi Arabia\",\n                                    \"value\": \"SAU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SA\",\n                                    \"alpha3\": \"SAU\",\n                                    \"numerical\": \"682\",\n                                    \"name\": \"Saudi Arabia\"\n                                },\n                                {\n                                    \"text\": \"Senegal\",\n                                    \"value\": \"SEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SN\",\n                                    \"alpha3\": \"SEN\",\n                                    \"numerical\": \"686\",\n                                    \"name\": \"Senegal\"\n                                },\n                                {\n                                    \"text\": \"Serbia\",\n                                    \"value\": \"SRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RS\",\n                                    \"alpha3\": \"SRB\",\n                                    \"numerical\": \"688\",\n                                    \"name\": \"Serbia\"\n                                },\n                                {\n                                    \"text\": \"Seychelles\",\n                                    \"value\": \"SYC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"alpha3\": \"SYC\",\n                                    \"numerical\": \"690\",\n                                    \"name\": \"Seychelles\"\n                                },\n                                {\n                                    \"text\": \"Sierra Leone\",\n                                    \"value\": \"SLE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SL\",\n                                    \"alpha3\": \"SLE\",\n                                    \"numerical\": \"694\",\n                                    \"name\": \"Sierra Leone\"\n                                },\n                                {\n                                    \"text\": \"Singapore\",\n                                    \"value\": \"SGP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SG\",\n                                    \"alpha3\": \"SGP\",\n                                    \"numerical\": \"702\",\n                                    \"name\": \"Singapore\"\n                                },\n                                {\n                                    \"text\": \"Sint Maarten (Dutch part)\",\n                                    \"value\": \"SXM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SX\",\n                                    \"alpha3\": \"SXM\",\n                                    \"numerical\": \"534\",\n                                    \"name\": \"Sint Maarten (Dutch part)\"\n                                },\n                                {\n                                    \"text\": \"Slovakia\",\n                                    \"value\": \"SVK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SK\",\n                                    \"alpha3\": \"SVK\",\n                                    \"numerical\": \"703\",\n                                    \"name\": \"Slovakia\"\n                                },\n                                {\n                                    \"text\": \"Slovenia\",\n                                    \"value\": \"SVN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SI\",\n                                    \"alpha3\": \"SVN\",\n                                    \"numerical\": \"705\",\n                                    \"name\": \"Slovenia\"\n                                },\n                                {\n                                    \"text\": \"Solomon Islands\",\n                                    \"value\": \"SLB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SB\",\n                                    \"alpha3\": \"SLB\",\n                                    \"numerical\": \"090\",\n                                    \"name\": \"Solomon Islands\"\n                                },\n                                {\n                                    \"text\": \"Somalia\",\n                                    \"value\": \"SOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SO\",\n                                    \"alpha3\": \"SOM\",\n                                    \"numerical\": \"706\",\n                                    \"name\": \"Somalia\"\n                                },\n                                {\n                                    \"text\": \"South Africa\",\n                                    \"value\": \"ZAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZA\",\n                                    \"alpha3\": \"ZAF\",\n                                    \"numerical\": \"710\",\n                                    \"name\": \"South Africa\"\n                                },\n                                {\n                                    \"text\": \"South Georgia and the South Sandwich Islands\",\n                                    \"value\": \"SGS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GS\",\n                                    \"alpha3\": \"SGS\",\n                                    \"numerical\": \"239\",\n                                    \"name\": \"South Georgia and the South Sandwich Islands\"\n                                },\n                                {\n                                    \"text\": \"South Sudan\",\n                                    \"value\": \"SSD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SS\",\n                                    \"alpha3\": \"SSD\",\n                                    \"numerical\": \"728\",\n                                    \"name\": \"South Sudan\"\n                                },\n                                {\n                                    \"text\": \"Spain\",\n                                    \"value\": \"ESP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ES\",\n                                    \"alpha3\": \"ESP\",\n                                    \"numerical\": \"724\",\n                                    \"name\": \"Spain\"\n                                },\n                                {\n                                    \"text\": \"Sri Lanka\",\n                                    \"value\": \"LKA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LK\",\n                                    \"alpha3\": \"LKA\",\n                                    \"numerical\": \"144\",\n                                    \"name\": \"Sri Lanka\"\n                                },\n                                {\n                                    \"text\": \"Sudan\",\n                                    \"value\": \"SDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"alpha3\": \"SDN\",\n                                    \"numerical\": \"729\",\n                                    \"name\": \"Sudan\"\n                                },\n                                {\n                                    \"text\": \"Suriname\",\n                                    \"value\": \"SUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SR\",\n                                    \"alpha3\": \"SUR\",\n                                    \"numerical\": \"740\",\n                                    \"name\": \"Suriname\"\n                                },\n                                {\n                                    \"text\": \"Svalbard and Jan Mayen\",\n                                    \"value\": \"SJM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SJ\",\n                                    \"alpha3\": \"SJM\",\n                                    \"numerical\": \"744\",\n                                    \"name\": \"Svalbard and Jan Mayen\"\n                                },\n                                {\n                                    \"text\": \"Eswatini\",\n                                    \"value\": \"SWZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SZ\",\n                                    \"alpha3\": \"SWZ\",\n                                    \"numerical\": \"748\",\n                                    \"name\": \"Eswatini\"\n                                },\n                                {\n                                    \"text\": \"Sweden\",\n                                    \"value\": \"SWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SE\",\n                                    \"alpha3\": \"SWE\",\n                                    \"numerical\": \"752\",\n                                    \"name\": \"Sweden\"\n                                },\n                                {\n                                    \"text\": \"Switzerland\",\n                                    \"value\": \"CHE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CH\",\n                                    \"alpha3\": \"CHE\",\n                                    \"numerical\": \"756\",\n                                    \"name\": \"Switzerland\"\n                                },\n                                {\n                                    \"text\": \"Syrian Arab Republic\",\n                                    \"value\": \"SYR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SY\",\n                                    \"alpha3\": \"SYR\",\n                                    \"numerical\": \"760\",\n                                    \"name\": \"Syrian Arab Republic\"\n                                },\n                                {\n                                    \"text\": \"Taiwan\",\n                                    \"value\": \"TWN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TW\",\n                                    \"alpha3\": \"TWN\",\n                                    \"numerical\": \"158\",\n                                    \"name\": \"Taiwan\"\n                                },\n                                {\n                                    \"text\": \"Tajikistan\",\n                                    \"value\": \"TJK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TJ\",\n                                    \"alpha3\": \"TJK\",\n                                    \"numerical\": \"762\",\n                                    \"name\": \"Tajikistan\"\n                                },\n                                {\n                                    \"text\": \"Tanzania,United Republic of\",\n                                    \"value\": \"TZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TZ\",\n                                    \"alpha3\": \"TZA\",\n                                    \"numerical\": \"834\",\n                                    \"name\": \"Tanzania,United Republic of\"\n                                },\n                                {\n                                    \"text\": \"Thailand\",\n                                    \"value\": \"THA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TH\",\n                                    \"alpha3\": \"THA\",\n                                    \"numerical\": \"764\",\n                                    \"name\": \"Thailand\"\n                                },\n                                {\n                                    \"text\": \"Timor-Leste\",\n                                    \"value\": \"TLS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TL\",\n                                    \"alpha3\": \"TLS\",\n                                    \"numerical\": \"626\",\n                                    \"name\": \"Timor-Leste\"\n                                },\n                                {\n                                    \"text\": \"Togo\",\n                                    \"value\": \"TGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TG\",\n                                    \"alpha3\": \"TGO\",\n                                    \"numerical\": \"768\",\n                                    \"name\": \"Togo\"\n                                },\n                                {\n                                    \"text\": \"Tokelau\",\n                                    \"value\": \"TKL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TK\",\n                                    \"alpha3\": \"TKL\",\n                                    \"numerical\": \"772\",\n                                    \"name\": \"Tokelau\"\n                                },\n                                {\n                                    \"text\": \"Tonga\",\n                                    \"value\": \"TON\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TO\",\n                                    \"alpha3\": \"TON\",\n                                    \"numerical\": \"776\",\n                                    \"name\": \"Tonga\"\n                                },\n                                {\n                                    \"text\": \"Trinidad and Tobago\",\n                                    \"value\": \"TTO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TT\",\n                                    \"alpha3\": \"TTO\",\n                                    \"numerical\": \"780\",\n                                    \"name\": \"Trinidad and Tobago\"\n                                },\n                                {\n                                    \"text\": \"Tunisia\",\n                                    \"value\": \"TUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"alpha3\": \"TUN\",\n                                    \"numerical\": \"788\",\n                                    \"name\": \"Tunisia\"\n                                },\n                                {\n                                    \"text\": \"Turkey\",\n                                    \"value\": \"TUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TR\",\n                                    \"alpha3\": \"TUR\",\n                                    \"numerical\": \"792\",\n                                    \"name\": \"Turkey\"\n                                },\n                                {\n                                    \"text\": \"Turkmenistan\",\n                                    \"value\": \"TKM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TM\",\n                                    \"alpha3\": \"TKM\",\n                                    \"numerical\": \"795\",\n                                    \"name\": \"Turkmenistan\"\n                                },\n                                {\n                                    \"text\": \"Turks and Caicos Islands\",\n                                    \"value\": \"TCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TC\",\n                                    \"alpha3\": \"TCA\",\n                                    \"numerical\": \"796\",\n                                    \"name\": \"Turks and Caicos Islands\"\n                                },\n                                {\n                                    \"text\": \"Tuvalu\",\n                                    \"value\": \"TUV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TV\",\n                                    \"alpha3\": \"TUV\",\n                                    \"numerical\": \"798\",\n                                    \"name\": \"Tuvalu\"\n                                },\n                                {\n                                    \"text\": \"Uganda\",\n                                    \"value\": \"UGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UG\",\n                                    \"alpha3\": \"UGA\",\n                                    \"numerical\": \"800\",\n                                    \"name\": \"Uganda\"\n                                },\n                                {\n                                    \"text\": \"Ukraine\",\n                                    \"value\": \"UKR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UA\",\n                                    \"alpha3\": \"UKR\",\n                                    \"numerical\": \"804\",\n                                    \"name\": \"Ukraine\"\n                                },\n                                {\n                                    \"text\": \"United Arab Emirates\",\n                                    \"value\": \"ARE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"alpha3\": \"ARE\",\n                                    \"numerical\": \"784\",\n                                    \"name\": \"United Arab Emirates\"\n                                },\n                                {\n                                    \"text\": \"United Kingdom\",\n                                    \"value\": \"GBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GB\",\n                                    \"alpha3\": \"GBR\",\n                                    \"numerical\": \"826\",\n                                    \"name\": \"United Kingdom\"\n                                },\n                                {\n                                    \"text\": \"United States Minor Outlying Islands\",\n                                    \"value\": \"UMI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"alpha3\": \"UMI\",\n                                    \"numerical\": \"581\",\n                                    \"name\": \"United States Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Uruguay\",\n                                    \"value\": \"URY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UY\",\n                                    \"alpha3\": \"URY\",\n                                    \"numerical\": \"858\",\n                                    \"name\": \"Uruguay\"\n                                },\n                                {\n                                    \"text\": \"Uzbekistan\",\n                                    \"value\": \"UZB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UZ\",\n                                    \"alpha3\": \"UZB\",\n                                    \"numerical\": \"860\",\n                                    \"name\": \"Uzbekistan\"\n                                },\n                                {\n                                    \"text\": \"Vanuatu\",\n                                    \"value\": \"VUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VU\",\n                                    \"alpha3\": \"VUT\",\n                                    \"numerical\": \"548\",\n                                    \"name\": \"Vanuatu\"\n                                },\n                                {\n                                    \"text\": \"Venezuela,Bolivarian Republic of\",\n                                    \"value\": \"VEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VE\",\n                                    \"alpha3\": \"VEN\",\n                                    \"numerical\": \"862\",\n                                    \"name\": \"Venezuela,Bolivarian Republic of\"\n                                },\n                                {\n                                    \"text\": \"Viet Nam\",\n                                    \"value\": \"VNM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VN\",\n                                    \"alpha3\": \"VNM\",\n                                    \"numerical\": \"704\",\n                                    \"name\": \"Viet Nam\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,British\",\n                                    \"value\": \"VGB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VG\",\n                                    \"alpha3\": \"VGB\",\n                                    \"numerical\": \"092\",\n                                    \"name\": \"Virgin Islands,British\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,U.S.\",\n                                    \"value\": \"VIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"alpha3\": \"VIR\",\n                                    \"numerical\": \"850\",\n                                    \"name\": \"Virgin Islands,U.S.\"\n                                },\n                                {\n                                    \"text\": \"Wallis and Futuna\",\n                                    \"value\": \"WLF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WF\",\n                                    \"alpha3\": \"WLF\",\n                                    \"numerical\": \"876\",\n                                    \"name\": \"Wallis and Futuna\"\n                                },\n                                {\n                                    \"text\": \"Western Sahara\",\n                                    \"value\": \"ESH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EH\",\n                                    \"alpha3\": \"ESH\",\n                                    \"numerical\": \"732\",\n                                    \"name\": \"Western Sahara\"\n                                },\n                                {\n                                    \"text\": \"Yemen\",\n                                    \"value\": \"YEM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YE\",\n                                    \"alpha3\": \"YEM\",\n                                    \"numerical\": \"887\",\n                                    \"name\": \"Yemen\"\n                                },\n                                {\n                                    \"text\": \"Zambia\",\n                                    \"value\": \"ZMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZM\",\n                                    \"alpha3\": \"ZMB\",\n                                    \"numerical\": \"894\",\n                                    \"name\": \"Zambia\"\n                                },\n                                {\n                                    \"text\": \"Zimbabwe\",\n                                    \"value\": \"ZWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZW\",\n                                    \"alpha3\": \"ZWE\",\n                                    \"numerical\": \"895\",\n                                    \"name\": \"Zimbabwe\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"City of Birth\",\n                            \"name\": \"user-family-city_of_birth\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Education Level\",\n                            \"name\": \"user-family-degree\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.degrees\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"What is the highest degree your parent/guardian earned?\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"High school diploma or equivalent\",\n                                    \"value\": \"HS/GED\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Some college\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Associates (two-year degree)\",\n                                    \"value\": \"AA/AS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Bachelors (four-year degree)\",\n                                    \"value\": \"BA/BS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Masters (excluding MBA)\",\n                                    \"value\": \"MA/MS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"MBA (Business)\",\n                                    \"value\": \"MBA\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"JD (Law)\",\n                                    \"value\": \"JD\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"MD / DO / DVM / DDS (Medicine)\",\n                                    \"value\": \"MD/DDS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"PHD (Doctorate)\",\n                                    \"value\": \"PhD\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-living\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": true,\n                            \"label\": \"Living?\",\n                            \"name\": \"user-family-living\",\n                            \"notes\": \"\",\n                            \"source\": \"locked\",\n                            \"data_source\": false,\n                            \"options\": [\n                                {\n                                    \"value\": true,\n                                    \"text\": \"Living\",\n                                    \"checked\": true\n                                },\n                                {\n                                    \"value\": false,\n                                    \"text\": \"Deceased\",\n                                    \"checked\": false\n                                }\n                            ],\n                            \"help_text\": \"Is this person living or deceased?\"\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Phone\",\n                            \"name\": \"user-family-phone\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"phone\"\n                        },\n                        \"subfields\": [\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"radio\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"label\": \"Type\",\n                                    \"name\": \"user-family-phone-type\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"source\": \"locked\",\n                                    \"options\": [\n                                        {\n                                            \"text\": \"Home\",\n                                            \"value\": \"home\"\n                                        },\n                                        {\n                                            \"text\": \"Cell\",\n                                            \"value\": \"cell\"\n                                        }\n                                    ]\n                                }\n                            },\n                            {\n                                \"visible_by\": \"system\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": true,\n                                    \"default\": \"\",\n                                    \"label\": \"Country Alpha 2\",\n                                    \"name\": \"user-family-phone-country_alpha_2\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Country Code\",\n                                    \"name\": \"user-family-phone-country_code\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Phone Number\",\n                                    \"name\": \"user-family-phone-number\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"radio\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Text Messaging\",\n                                    \"name\": \"user-family-phone-updates\",\n                                    \"notes\": \"\",\n                                    \"data_source\": \"data_source.yesno\",\n                                    \"data_source_text\": \"name\",\n                                    \"data_source_value\": \"value\",\n                                    \"help_text\": \"Please send my parent/guardian updates via text/SMS messaging. (Standard message charges apply.)\"\n                                },\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-phone-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": \"cell\"\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-living\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"email\"\n                            }\n                        ],\n                        \"transformations\": [\n                            {\n                                \"type\": \"lowercase\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"email\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Email\",\n                            \"name\": \"user-family-email\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-living\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": true,\n                            \"label\": \"Same Address\",\n                            \"name\": \"user-family-same_address\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"Is your parent's/guardian's address the same as yours?\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-living\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Address\",\n                            \"name\": \"user-family-address\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"address\"\n                        },\n                        \"subfields\": [\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"select\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Country\",\n                                    \"name\": \"user-family-address-country\",\n                                    \"notes\": \"\",\n                                    \"data_source\": \"data_source.country\",\n                                    \"data_source_text\": \"name\",\n                                    \"data_source_value\": \"alpha3\",\n                                    \"source\": \"locked\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Address Line 1\",\n                                    \"name\": \"user-family-address-street_1\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Address Line 2\",\n                                    \"name\": \"user-family-address-street_2\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"City\",\n                                    \"name\": \"user-family-address-city\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"select\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"State\",\n                                    \"name\": \"user-family-address-state\",\n                                    \"notes\": \"\",\n                                    \"data_source\": \"data_source.state\",\n                                    \"data_source_text\": \"name\",\n                                    \"data_source_value\": \"alpha2\",\n                                    \"source\": \"locked\"\n                                },\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-address-country\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": \"USA\"\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Province\",\n                                    \"name\": \"user-family-address-province\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                },\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$neq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-address-country\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": \"USA\"\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"County\",\n                                    \"name\": \"user-family-address-county\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Zip / Postal Code\",\n                                    \"name\": \"user-family-address-zipcode\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            },\n                            {\n                                \"visible_by\": \"system\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": true,\n                                    \"default\": \"home\",\n                                    \"label\": \"Address Type\",\n                                    \"name\": \"user-family-address-type\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            }\n                        ],\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-same_address\",\n                                            \"scope\": \"form\",\n                                            \"value\": false\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Employer\",\n                            \"name\": \"user-family-employer\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"The name of the company where your parent/guardian works.\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-living\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Job Title\",\n                            \"name\": \"user-family-job_title\",\n                            \"notes\": \"\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-living\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"label\": \"Marital Status\",\n                            \"name\": \"user-family-marital_status\",\n                            \"default\": \"\",\n                            \"placeholder\": \"\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.marital\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"hidden\": false,\n                            \"help_text\": \"What is the martial status of your parents/guardians?\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Married\",\n                                    \"value\": \"married\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Divorced or Separated\",\n                                    \"value\": \"divorced_separated\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Widowed\",\n                                    \"value\": \"widowed\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Never Married\",\n                                    \"value\": \"never_married\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-living\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"label\": \"College Attended\",\n                            \"name\": \"user-family-college\",\n                            \"default\": \"\",\n                            \"placeholder\": \"\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"hidden\": false,\n                            \"help_text\": \"Which college did your parent/guardian attend?\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-living\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Graduated Here\",\n                            \"name\": \"user-family-graduate_of_school\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"Did your parent/guardian graduate from our school?\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-living\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Employed Here\",\n                            \"name\": \"user-family-employee\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"Does your parent/guardian work for our school?\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-living\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Occupation\",\n                            \"name\": \"user-family-occupation\",\n                            \"data_source\": false,\n                            \"notes\": \"\",\n                            \"help_text\": \"\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-living\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-family-employee\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-education-schools-highschools\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"High School Information\",\n                \"form_attributes\": {\n                    \"field_type\": \"ceeb\",\n                    \"label\": \"High School Information\",\n                    \"name\": \"user-education-highschools\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"Please have your official high school transcripts for all high schools you have attended sent to the University.\"\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"highschool\",\n                            \"label\": \"School Type\",\n                            \"name\": \"user-education-highschools-entry_type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"help_text\": \"\",\n                            \"options\": [\n                                {\n                                    \"text\": \"High School\",\n                                    \"value\": \"highschool\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Home Schooled\",\n                                    \"value\": \"home_schooled\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"GED\",\n                                    \"value\": \"ged\",\n                                    \"checked\": false\n                                }\n                            ],\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"CEEB Code\",\n                            \"name\": \"user-education-highschools-ceeb\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"Most schools have an ID called a CEEB code. Look up yours.\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"highschool\",\n                            \"label\": \"Type\",\n                            \"name\": \"user-education-highschools-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Name\",\n                            \"name\": \"user-education-highschools-name\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-highschools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"GED Date\",\n                            \"name\": \"user-education-highschools-ged_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"When did you earn your GED?\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$nin\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-highschools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"GED Version\",\n                            \"name\": \"user-education-highschools-ged_version\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"options\": [\n                                {\n                                    \"text\": \"English\",\n                                    \"value\": \"english\",\n                                    \"checked\": true\n                                },\n                                {\n                                    \"text\": \"French\",\n                                    \"value\": \"french\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Spanish\",\n                                    \"value\": \"spanish\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$nin\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-highschools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Country\",\n                            \"name\": \"user-education-highschools-country\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.country\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"name\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"United States\",\n                                    \"value\": \"United States\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"US\",\n                                    \"alpha3\": \"USA\",\n                                    \"numerical\": \"840\",\n                                    \"name\": \"United States\"\n                                },\n                                {\n                                    \"text\": \"Afghanistan\",\n                                    \"value\": \"Afghanistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AF\",\n                                    \"alpha3\": \"AFG\",\n                                    \"numerical\": \"004\",\n                                    \"name\": \"Afghanistan\"\n                                },\n                                {\n                                    \"text\": \"Åland Islands\",\n                                    \"value\": \"Åland Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AX\",\n                                    \"alpha3\": \"ALA\",\n                                    \"numerical\": \"248\",\n                                    \"name\": \"Åland Islands\"\n                                },\n                                {\n                                    \"text\": \"Albania\",\n                                    \"value\": \"Albania\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"alpha3\": \"ALB\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Albania\"\n                                },\n                                {\n                                    \"text\": \"Algeria\",\n                                    \"value\": \"Algeria\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DZ\",\n                                    \"alpha3\": \"DZA\",\n                                    \"numerical\": \"012\",\n                                    \"name\": \"Algeria\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"American Samoa\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"alpha3\": \"ASM\",\n                                    \"numerical\": \"016\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Andorra\",\n                                    \"value\": \"Andorra\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AD\",\n                                    \"alpha3\": \"AND\",\n                                    \"numerical\": \"020\",\n                                    \"name\": \"Andorra\"\n                                },\n                                {\n                                    \"text\": \"Angola\",\n                                    \"value\": \"Angola\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AO\",\n                                    \"alpha3\": \"AGO\",\n                                    \"numerical\": \"024\",\n                                    \"name\": \"Angola\"\n                                },\n                                {\n                                    \"text\": \"Anguilla\",\n                                    \"value\": \"Anguilla\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AI\",\n                                    \"alpha3\": \"AIA\",\n                                    \"numerical\": \"660\",\n                                    \"name\": \"Anguilla\"\n                                },\n                                {\n                                    \"text\": \"Antarctica\",\n                                    \"value\": \"Antarctica\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AQ\",\n                                    \"alpha3\": \"ATA\",\n                                    \"numerical\": \"010\",\n                                    \"name\": \"Antarctica\"\n                                },\n                                {\n                                    \"text\": \"Antigua and Barbuda\",\n                                    \"value\": \"Antigua and Barbuda\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AG\",\n                                    \"alpha3\": \"ATG\",\n                                    \"numerical\": \"028\",\n                                    \"name\": \"Antigua and Barbuda\"\n                                },\n                                {\n                                    \"text\": \"Argentina\",\n                                    \"value\": \"Argentina\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"alpha3\": \"ARG\",\n                                    \"numerical\": \"032\",\n                                    \"name\": \"Argentina\"\n                                },\n                                {\n                                    \"text\": \"Armenia\",\n                                    \"value\": \"Armenia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AM\",\n                                    \"alpha3\": \"ARM\",\n                                    \"numerical\": \"051\",\n                                    \"name\": \"Armenia\"\n                                },\n                                {\n                                    \"text\": \"Aruba\",\n                                    \"value\": \"Aruba\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AW\",\n                                    \"alpha3\": \"ABW\",\n                                    \"numerical\": \"533\",\n                                    \"name\": \"Aruba\"\n                                },\n                                {\n                                    \"text\": \"Australia\",\n                                    \"value\": \"Australia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AU\",\n                                    \"alpha3\": \"AUS\",\n                                    \"numerical\": \"036\",\n                                    \"name\": \"Australia\"\n                                },\n                                {\n                                    \"text\": \"Austria\",\n                                    \"value\": \"Austria\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AT\",\n                                    \"alpha3\": \"AUT\",\n                                    \"numerical\": \"040\",\n                                    \"name\": \"Austria\"\n                                },\n                                {\n                                    \"text\": \"Azerbaijan\",\n                                    \"value\": \"Azerbaijan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"alpha3\": \"AZE\",\n                                    \"numerical\": \"031\",\n                                    \"name\": \"Azerbaijan\"\n                                },\n                                {\n                                    \"text\": \"Bahamas\",\n                                    \"value\": \"Bahamas\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BS\",\n                                    \"alpha3\": \"BHS\",\n                                    \"numerical\": \"044\",\n                                    \"name\": \"Bahamas\"\n                                },\n                                {\n                                    \"text\": \"Bahrain\",\n                                    \"value\": \"Bahrain\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BH\",\n                                    \"alpha3\": \"BHR\",\n                                    \"numerical\": \"048\",\n                                    \"name\": \"Bahrain\"\n                                },\n                                {\n                                    \"text\": \"Bangladesh\",\n                                    \"value\": \"Bangladesh\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BD\",\n                                    \"alpha3\": \"BGD\",\n                                    \"numerical\": \"050\",\n                                    \"name\": \"Bangladesh\"\n                                },\n                                {\n                                    \"text\": \"Barbados\",\n                                    \"value\": \"Barbados\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BB\",\n                                    \"alpha3\": \"BRB\",\n                                    \"numerical\": \"052\",\n                                    \"name\": \"Barbados\"\n                                },\n                                {\n                                    \"text\": \"Belarus\",\n                                    \"value\": \"Belarus\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BY\",\n                                    \"alpha3\": \"BLR\",\n                                    \"numerical\": \"112\",\n                                    \"name\": \"Belarus\"\n                                },\n                                {\n                                    \"text\": \"Belgium\",\n                                    \"value\": \"Belgium\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BE\",\n                                    \"alpha3\": \"BEL\",\n                                    \"numerical\": \"056\",\n                                    \"name\": \"Belgium\"\n                                },\n                                {\n                                    \"text\": \"Belize\",\n                                    \"value\": \"Belize\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BZ\",\n                                    \"alpha3\": \"BLZ\",\n                                    \"numerical\": \"084\",\n                                    \"name\": \"Belize\"\n                                },\n                                {\n                                    \"text\": \"Benin\",\n                                    \"value\": \"Benin\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BJ\",\n                                    \"alpha3\": \"BEN\",\n                                    \"numerical\": \"204\",\n                                    \"name\": \"Benin\"\n                                },\n                                {\n                                    \"text\": \"Bermuda\",\n                                    \"value\": \"Bermuda\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BM\",\n                                    \"alpha3\": \"BMU\",\n                                    \"numerical\": \"060\",\n                                    \"name\": \"Bermuda\"\n                                },\n                                {\n                                    \"text\": \"Bhutan\",\n                                    \"value\": \"Bhutan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BT\",\n                                    \"alpha3\": \"BTN\",\n                                    \"numerical\": \"064\",\n                                    \"name\": \"Bhutan\"\n                                },\n                                {\n                                    \"text\": \"Bolivia,Plurinational State of\",\n                                    \"value\": \"Bolivia,Plurinational State of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BO\",\n                                    \"alpha3\": \"BOL\",\n                                    \"numerical\": \"068\",\n                                    \"name\": \"Bolivia,Plurinational State of\"\n                                },\n                                {\n                                    \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"value\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BQ\",\n                                    \"alpha3\": \"BES\",\n                                    \"numerical\": \"535\",\n                                    \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                },\n                                {\n                                    \"text\": \"Bosnia and Herzegovina\",\n                                    \"value\": \"Bosnia and Herzegovina\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BA\",\n                                    \"alpha3\": \"BIH\",\n                                    \"numerical\": \"070\",\n                                    \"name\": \"Bosnia and Herzegovina\"\n                                },\n                                {\n                                    \"text\": \"Botswana\",\n                                    \"value\": \"Botswana\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BW\",\n                                    \"alpha3\": \"BWA\",\n                                    \"numerical\": \"072\",\n                                    \"name\": \"Botswana\"\n                                },\n                                {\n                                    \"text\": \"Bouvet Island\",\n                                    \"value\": \"Bouvet Island\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BV\",\n                                    \"alpha3\": \"BVT\",\n                                    \"numerical\": \"074\",\n                                    \"name\": \"Bouvet Island\"\n                                },\n                                {\n                                    \"text\": \"Brazil\",\n                                    \"value\": \"Brazil\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BR\",\n                                    \"alpha3\": \"BRA\",\n                                    \"numerical\": \"076\",\n                                    \"name\": \"Brazil\"\n                                },\n                                {\n                                    \"text\": \"British Indian Ocean Territory\",\n                                    \"value\": \"British Indian Ocean Territory\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IO\",\n                                    \"alpha3\": \"IOT\",\n                                    \"numerical\": \"086\",\n                                    \"name\": \"British Indian Ocean Territory\"\n                                },\n                                {\n                                    \"text\": \"Brunei Darussalam\",\n                                    \"value\": \"Brunei Darussalam\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BN\",\n                                    \"alpha3\": \"BRN\",\n                                    \"numerical\": \"096\",\n                                    \"name\": \"Brunei Darussalam\"\n                                },\n                                {\n                                    \"text\": \"Bulgaria\",\n                                    \"value\": \"Bulgaria\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BG\",\n                                    \"alpha3\": \"BGR\",\n                                    \"numerical\": \"100\",\n                                    \"name\": \"Bulgaria\"\n                                },\n                                {\n                                    \"text\": \"Burkina Faso\",\n                                    \"value\": \"Burkina Faso\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BF\",\n                                    \"alpha3\": \"BFA\",\n                                    \"numerical\": \"854\",\n                                    \"name\": \"Burkina Faso\"\n                                },\n                                {\n                                    \"text\": \"Burundi\",\n                                    \"value\": \"Burundi\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BI\",\n                                    \"alpha3\": \"BDI\",\n                                    \"numerical\": \"108\",\n                                    \"name\": \"Burundi\"\n                                },\n                                {\n                                    \"text\": \"Cabo Verde\",\n                                    \"value\": \"Cabo Verde\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CV\",\n                                    \"alpha3\": \"CPV\",\n                                    \"numerical\": \"132\",\n                                    \"name\": \"Cabo Verde\"\n                                },\n                                {\n                                    \"text\": \"Cambodia\",\n                                    \"value\": \"Cambodia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KH\",\n                                    \"alpha3\": \"KHM\",\n                                    \"numerical\": \"116\",\n                                    \"name\": \"Cambodia\"\n                                },\n                                {\n                                    \"text\": \"Cameroon\",\n                                    \"value\": \"Cameroon\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CM\",\n                                    \"alpha3\": \"CMR\",\n                                    \"numerical\": \"120\",\n                                    \"name\": \"Cameroon\"\n                                },\n                                {\n                                    \"text\": \"Canada\",\n                                    \"value\": \"Canada\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"alpha3\": \"CAN\",\n                                    \"numerical\": \"124\",\n                                    \"name\": \"Canada\"\n                                },\n                                {\n                                    \"text\": \"Cayman Islands\",\n                                    \"value\": \"Cayman Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"alpha3\": \"CYM\",\n                                    \"numerical\": \"136\",\n                                    \"name\": \"Cayman Islands\"\n                                },\n                                {\n                                    \"text\": \"Central African Republic\",\n                                    \"value\": \"Central African Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CF\",\n                                    \"alpha3\": \"CAF\",\n                                    \"numerical\": \"140\",\n                                    \"name\": \"Central African Republic\"\n                                },\n                                {\n                                    \"text\": \"Chad\",\n                                    \"value\": \"Chad\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TD\",\n                                    \"alpha3\": \"TCD\",\n                                    \"numerical\": \"148\",\n                                    \"name\": \"Chad\"\n                                },\n                                {\n                                    \"text\": \"Chile\",\n                                    \"value\": \"Chile\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CL\",\n                                    \"alpha3\": \"CHL\",\n                                    \"numerical\": \"152\",\n                                    \"name\": \"Chile\"\n                                },\n                                {\n                                    \"text\": \"China\",\n                                    \"value\": \"China\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CN\",\n                                    \"alpha3\": \"CHN\",\n                                    \"numerical\": \"156\",\n                                    \"name\": \"China\"\n                                },\n                                {\n                                    \"text\": \"Christmas Island\",\n                                    \"value\": \"Christmas Island\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CX\",\n                                    \"alpha3\": \"CXR\",\n                                    \"numerical\": \"162\",\n                                    \"name\": \"Christmas Island\"\n                                },\n                                {\n                                    \"text\": \"Cocos (Keeling) Islands\",\n                                    \"value\": \"Cocos (Keeling) Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CC\",\n                                    \"alpha3\": \"CCK\",\n                                    \"numerical\": \"166\",\n                                    \"name\": \"Cocos (Keeling) Islands\"\n                                },\n                                {\n                                    \"text\": \"Colombia\",\n                                    \"value\": \"Colombia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"alpha3\": \"COL\",\n                                    \"numerical\": \"170\",\n                                    \"name\": \"Colombia\"\n                                },\n                                {\n                                    \"text\": \"Comoros\",\n                                    \"value\": \"Comoros\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KM\",\n                                    \"alpha3\": \"COM\",\n                                    \"numerical\": \"174\",\n                                    \"name\": \"Comoros\"\n                                },\n                                {\n                                    \"text\": \"Congo\",\n                                    \"value\": \"Congo\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CG\",\n                                    \"alpha3\": \"COG\",\n                                    \"numerical\": \"178\",\n                                    \"name\": \"Congo\"\n                                },\n                                {\n                                    \"text\": \"Congo,the Democratic Republic of the\",\n                                    \"value\": \"Congo,the Democratic Republic of the\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CD\",\n                                    \"alpha3\": \"COD\",\n                                    \"numerical\": \"180\",\n                                    \"name\": \"Congo,the Democratic Republic of the\"\n                                },\n                                {\n                                    \"text\": \"Cook Islands\",\n                                    \"value\": \"Cook Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CK\",\n                                    \"alpha3\": \"COK\",\n                                    \"numerical\": \"184\",\n                                    \"name\": \"Cook Islands\"\n                                },\n                                {\n                                    \"text\": \"Costa Rica\",\n                                    \"value\": \"Costa Rica\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CR\",\n                                    \"alpha3\": \"CRI\",\n                                    \"numerical\": \"188\",\n                                    \"name\": \"Costa Rica\"\n                                },\n                                {\n                                    \"text\": \"Côte d'Ivoire\",\n                                    \"value\": \"Côte d'Ivoire\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CI\",\n                                    \"alpha3\": \"CIV\",\n                                    \"numerical\": \"384\",\n                                    \"name\": \"Côte d'Ivoire\"\n                                },\n                                {\n                                    \"text\": \"Croatia\",\n                                    \"value\": \"Croatia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HR\",\n                                    \"alpha3\": \"HRV\",\n                                    \"numerical\": \"191\",\n                                    \"name\": \"Croatia\"\n                                },\n                                {\n                                    \"text\": \"Cuba\",\n                                    \"value\": \"Cuba\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CU\",\n                                    \"alpha3\": \"CUB\",\n                                    \"numerical\": \"192\",\n                                    \"name\": \"Cuba\"\n                                },\n                                {\n                                    \"text\": \"Curaçao\",\n                                    \"value\": \"Curaçao\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CW\",\n                                    \"alpha3\": \"CUW\",\n                                    \"numerical\": \"531\",\n                                    \"name\": \"Curaçao\"\n                                },\n                                {\n                                    \"text\": \"Cyprus\",\n                                    \"value\": \"Cyprus\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CY\",\n                                    \"alpha3\": \"CYP\",\n                                    \"numerical\": \"196\",\n                                    \"name\": \"Cyprus\"\n                                },\n                                {\n                                    \"text\": \"Czech Republic\",\n                                    \"value\": \"Czech Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CZ\",\n                                    \"alpha3\": \"CZE\",\n                                    \"numerical\": \"203\",\n                                    \"name\": \"Czech Republic\"\n                                },\n                                {\n                                    \"text\": \"Denmark\",\n                                    \"value\": \"Denmark\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DK\",\n                                    \"alpha3\": \"DNK\",\n                                    \"numerical\": \"208\",\n                                    \"name\": \"Denmark\"\n                                },\n                                {\n                                    \"text\": \"Djibouti\",\n                                    \"value\": \"Djibouti\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DJ\",\n                                    \"alpha3\": \"DJI\",\n                                    \"numerical\": \"262\",\n                                    \"name\": \"Djibouti\"\n                                },\n                                {\n                                    \"text\": \"Dominica\",\n                                    \"value\": \"Dominica\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DM\",\n                                    \"alpha3\": \"DMA\",\n                                    \"numerical\": \"212\",\n                                    \"name\": \"Dominica\"\n                                },\n                                {\n                                    \"text\": \"Dominican Republic\",\n                                    \"value\": \"Dominican Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DO\",\n                                    \"alpha3\": \"DOM\",\n                                    \"numerical\": \"214\",\n                                    \"name\": \"Dominican Republic\"\n                                },\n                                {\n                                    \"text\": \"Ecuador\",\n                                    \"value\": \"Ecuador\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EC\",\n                                    \"alpha3\": \"ECU\",\n                                    \"numerical\": \"218\",\n                                    \"name\": \"Ecuador\"\n                                },\n                                {\n                                    \"text\": \"Egypt\",\n                                    \"value\": \"Egypt\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EG\",\n                                    \"alpha3\": \"EGY\",\n                                    \"numerical\": \"818\",\n                                    \"name\": \"Egypt\"\n                                },\n                                {\n                                    \"text\": \"El Salvador\",\n                                    \"value\": \"El Salvador\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SV\",\n                                    \"alpha3\": \"SLV\",\n                                    \"numerical\": \"222\",\n                                    \"name\": \"El Salvador\"\n                                },\n                                {\n                                    \"text\": \"Equatorial Guinea\",\n                                    \"value\": \"Equatorial Guinea\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GQ\",\n                                    \"alpha3\": \"GNQ\",\n                                    \"numerical\": \"226\",\n                                    \"name\": \"Equatorial Guinea\"\n                                },\n                                {\n                                    \"text\": \"Eritrea\",\n                                    \"value\": \"Eritrea\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ER\",\n                                    \"alpha3\": \"ERI\",\n                                    \"numerical\": \"232\",\n                                    \"name\": \"Eritrea\"\n                                },\n                                {\n                                    \"text\": \"Estonia\",\n                                    \"value\": \"Estonia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EE\",\n                                    \"alpha3\": \"EST\",\n                                    \"numerical\": \"233\",\n                                    \"name\": \"Estonia\"\n                                },\n                                {\n                                    \"text\": \"Ethiopia\",\n                                    \"value\": \"Ethiopia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ET\",\n                                    \"alpha3\": \"ETH\",\n                                    \"numerical\": \"231\",\n                                    \"name\": \"Ethiopia\"\n                                },\n                                {\n                                    \"text\": \"Falkland Islands (Malvinas)\",\n                                    \"value\": \"Falkland Islands (Malvinas)\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FK\",\n                                    \"alpha3\": \"FLK\",\n                                    \"numerical\": \"238\",\n                                    \"name\": \"Falkland Islands (Malvinas)\"\n                                },\n                                {\n                                    \"text\": \"Faroe Islands\",\n                                    \"value\": \"Faroe Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FO\",\n                                    \"alpha3\": \"FRO\",\n                                    \"numerical\": \"234\",\n                                    \"name\": \"Faroe Islands\"\n                                },\n                                {\n                                    \"text\": \"Fiji\",\n                                    \"value\": \"Fiji\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FJ\",\n                                    \"alpha3\": \"FJI\",\n                                    \"numerical\": \"242\",\n                                    \"name\": \"Fiji\"\n                                },\n                                {\n                                    \"text\": \"Finland\",\n                                    \"value\": \"Finland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FI\",\n                                    \"alpha3\": \"FIN\",\n                                    \"numerical\": \"246\",\n                                    \"name\": \"Finland\"\n                                },\n                                {\n                                    \"text\": \"France\",\n                                    \"value\": \"France\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FR\",\n                                    \"alpha3\": \"FRA\",\n                                    \"numerical\": \"250\",\n                                    \"name\": \"France\"\n                                },\n                                {\n                                    \"text\": \"French Guiana\",\n                                    \"value\": \"French Guiana\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GF\",\n                                    \"alpha3\": \"GUF\",\n                                    \"numerical\": \"254\",\n                                    \"name\": \"French Guiana\"\n                                },\n                                {\n                                    \"text\": \"French Polynesia\",\n                                    \"value\": \"French Polynesia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PF\",\n                                    \"alpha3\": \"PYF\",\n                                    \"numerical\": \"258\",\n                                    \"name\": \"French Polynesia\"\n                                },\n                                {\n                                    \"text\": \"French Southern Territories\",\n                                    \"value\": \"French Southern Territories\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TF\",\n                                    \"alpha3\": \"ATF\",\n                                    \"numerical\": \"260\",\n                                    \"name\": \"French Southern Territories\"\n                                },\n                                {\n                                    \"text\": \"Gabon\",\n                                    \"value\": \"Gabon\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"alpha3\": \"GAB\",\n                                    \"numerical\": \"266\",\n                                    \"name\": \"Gabon\"\n                                },\n                                {\n                                    \"text\": \"Gambia\",\n                                    \"value\": \"Gambia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GM\",\n                                    \"alpha3\": \"GMB\",\n                                    \"numerical\": \"270\",\n                                    \"name\": \"Gambia\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"Georgia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GE\",\n                                    \"alpha3\": \"GEO\",\n                                    \"numerical\": \"268\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Germany\",\n                                    \"value\": \"Germany\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"alpha3\": \"DEU\",\n                                    \"numerical\": \"276\",\n                                    \"name\": \"Germany\"\n                                },\n                                {\n                                    \"text\": \"Ghana\",\n                                    \"value\": \"Ghana\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GH\",\n                                    \"alpha3\": \"GHA\",\n                                    \"numerical\": \"288\",\n                                    \"name\": \"Ghana\"\n                                },\n                                {\n                                    \"text\": \"Gibraltar\",\n                                    \"value\": \"Gibraltar\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GI\",\n                                    \"alpha3\": \"GIB\",\n                                    \"numerical\": \"292\",\n                                    \"name\": \"Gibraltar\"\n                                },\n                                {\n                                    \"text\": \"Greece\",\n                                    \"value\": \"Greece\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GR\",\n                                    \"alpha3\": \"GRC\",\n                                    \"numerical\": \"300\",\n                                    \"name\": \"Greece\"\n                                },\n                                {\n                                    \"text\": \"Greenland\",\n                                    \"value\": \"Greenland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GL\",\n                                    \"alpha3\": \"GRL\",\n                                    \"numerical\": \"304\",\n                                    \"name\": \"Greenland\"\n                                },\n                                {\n                                    \"text\": \"Grenada\",\n                                    \"value\": \"Grenada\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GD\",\n                                    \"alpha3\": \"GRD\",\n                                    \"numerical\": \"308\",\n                                    \"name\": \"Grenada\"\n                                },\n                                {\n                                    \"text\": \"Guadeloupe\",\n                                    \"value\": \"Guadeloupe\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GP\",\n                                    \"alpha3\": \"GLP\",\n                                    \"numerical\": \"312\",\n                                    \"name\": \"Guadeloupe\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"Guam\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"alpha3\": \"GUM\",\n                                    \"numerical\": \"316\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Guatemala\",\n                                    \"value\": \"Guatemala\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GT\",\n                                    \"alpha3\": \"GTM\",\n                                    \"numerical\": \"320\",\n                                    \"name\": \"Guatemala\"\n                                },\n                                {\n                                    \"text\": \"Guernsey\",\n                                    \"value\": \"Guernsey\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GG\",\n                                    \"alpha3\": \"GGY\",\n                                    \"numerical\": \"831\",\n                                    \"name\": \"Guernsey\"\n                                },\n                                {\n                                    \"text\": \"Guinea\",\n                                    \"value\": \"Guinea\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GN\",\n                                    \"alpha3\": \"GIN\",\n                                    \"numerical\": \"324\",\n                                    \"name\": \"Guinea\"\n                                },\n                                {\n                                    \"text\": \"Guinea-Bissau\",\n                                    \"value\": \"Guinea-Bissau\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GW\",\n                                    \"alpha3\": \"GNB\",\n                                    \"numerical\": \"624\",\n                                    \"name\": \"Guinea-Bissau\"\n                                },\n                                {\n                                    \"text\": \"Guyana\",\n                                    \"value\": \"Guyana\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GY\",\n                                    \"alpha3\": \"GUY\",\n                                    \"numerical\": \"328\",\n                                    \"name\": \"Guyana\"\n                                },\n                                {\n                                    \"text\": \"Haiti\",\n                                    \"value\": \"Haiti\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HT\",\n                                    \"alpha3\": \"HTI\",\n                                    \"numerical\": \"332\",\n                                    \"name\": \"Haiti\"\n                                },\n                                {\n                                    \"text\": \"Heard Island and McDonald Islands\",\n                                    \"value\": \"Heard Island and McDonald Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HM\",\n                                    \"alpha3\": \"HMD\",\n                                    \"numerical\": \"334\",\n                                    \"name\": \"Heard Island and McDonald Islands\"\n                                },\n                                {\n                                    \"text\": \"Holy See (Vatican City State)\",\n                                    \"value\": \"Holy See (Vatican City State)\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"alpha3\": \"VAT\",\n                                    \"numerical\": \"336\",\n                                    \"name\": \"Holy See (Vatican City State)\"\n                                },\n                                {\n                                    \"text\": \"Honduras\",\n                                    \"value\": \"Honduras\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HN\",\n                                    \"alpha3\": \"HND\",\n                                    \"numerical\": \"340\",\n                                    \"name\": \"Honduras\"\n                                },\n                                {\n                                    \"text\": \"Hong Kong\",\n                                    \"value\": \"Hong Kong\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HK\",\n                                    \"alpha3\": \"HKG\",\n                                    \"numerical\": \"344\",\n                                    \"name\": \"Hong Kong\"\n                                },\n                                {\n                                    \"text\": \"Hungary\",\n                                    \"value\": \"Hungary\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HU\",\n                                    \"alpha3\": \"HUN\",\n                                    \"numerical\": \"348\",\n                                    \"name\": \"Hungary\"\n                                },\n                                {\n                                    \"text\": \"Iceland\",\n                                    \"value\": \"Iceland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IS\",\n                                    \"alpha3\": \"ISL\",\n                                    \"numerical\": \"352\",\n                                    \"name\": \"Iceland\"\n                                },\n                                {\n                                    \"text\": \"India\",\n                                    \"value\": \"India\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"alpha3\": \"IND\",\n                                    \"numerical\": \"356\",\n                                    \"name\": \"India\"\n                                },\n                                {\n                                    \"text\": \"Indonesia\",\n                                    \"value\": \"Indonesia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"alpha3\": \"IDN\",\n                                    \"numerical\": \"360\",\n                                    \"name\": \"Indonesia\"\n                                },\n                                {\n                                    \"text\": \"Iran,Islamic Republic of\",\n                                    \"value\": \"Iran,Islamic Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IR\",\n                                    \"alpha3\": \"IRN\",\n                                    \"numerical\": \"364\",\n                                    \"name\": \"Iran,Islamic Republic of\"\n                                },\n                                {\n                                    \"text\": \"Iraq\",\n                                    \"value\": \"Iraq\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IQ\",\n                                    \"alpha3\": \"IRQ\",\n                                    \"numerical\": \"368\",\n                                    \"name\": \"Iraq\"\n                                },\n                                {\n                                    \"text\": \"Ireland\",\n                                    \"value\": \"Ireland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IE\",\n                                    \"alpha3\": \"IRL\",\n                                    \"numerical\": \"372\",\n                                    \"name\": \"Ireland\"\n                                },\n                                {\n                                    \"text\": \"Isle of Man\",\n                                    \"value\": \"Isle of Man\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IM\",\n                                    \"alpha3\": \"IMN\",\n                                    \"numerical\": \"833\",\n                                    \"name\": \"Isle of Man\"\n                                },\n                                {\n                                    \"text\": \"Israel\",\n                                    \"value\": \"Israel\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"alpha3\": \"ISR\",\n                                    \"numerical\": \"376\",\n                                    \"name\": \"Israel\"\n                                },\n                                {\n                                    \"text\": \"Italy\",\n                                    \"value\": \"Italy\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IT\",\n                                    \"alpha3\": \"ITA\",\n                                    \"numerical\": \"380\",\n                                    \"name\": \"Italy\"\n                                },\n                                {\n                                    \"text\": \"Jamaica\",\n                                    \"value\": \"Jamaica\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JM\",\n                                    \"alpha3\": \"JAM\",\n                                    \"numerical\": \"388\",\n                                    \"name\": \"Jamaica\"\n                                },\n                                {\n                                    \"text\": \"Japan\",\n                                    \"value\": \"Japan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JP\",\n                                    \"alpha3\": \"JPN\",\n                                    \"numerical\": \"392\",\n                                    \"name\": \"Japan\"\n                                },\n                                {\n                                    \"text\": \"Jersey\",\n                                    \"value\": \"Jersey\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JE\",\n                                    \"alpha3\": \"JEY\",\n                                    \"numerical\": \"832\",\n                                    \"name\": \"Jersey\"\n                                },\n                                {\n                                    \"text\": \"Jordan\",\n                                    \"value\": \"Jordan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JO\",\n                                    \"alpha3\": \"JOR\",\n                                    \"numerical\": \"400\",\n                                    \"name\": \"Jordan\"\n                                },\n                                {\n                                    \"text\": \"Kazakhstan\",\n                                    \"value\": \"Kazakhstan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KZ\",\n                                    \"alpha3\": \"KAZ\",\n                                    \"numerical\": \"398\",\n                                    \"name\": \"Kazakhstan\"\n                                },\n                                {\n                                    \"text\": \"Kenya\",\n                                    \"value\": \"Kenya\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KE\",\n                                    \"alpha3\": \"KEN\",\n                                    \"numerical\": \"404\",\n                                    \"name\": \"Kenya\"\n                                },\n                                {\n                                    \"text\": \"Kiribati\",\n                                    \"value\": \"Kiribati\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KI\",\n                                    \"alpha3\": \"KIR\",\n                                    \"numerical\": \"296\",\n                                    \"name\": \"Kiribati\"\n                                },\n                                {\n                                    \"text\": \"Korea,Democratic People's Republic of\",\n                                    \"value\": \"Korea,Democratic People's Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KP\",\n                                    \"alpha3\": \"PRK\",\n                                    \"numerical\": \"408\",\n                                    \"name\": \"Korea,Democratic People's Republic of\"\n                                },\n                                {\n                                    \"text\": \"Korea,Republic of\",\n                                    \"value\": \"Korea,Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KR\",\n                                    \"alpha3\": \"KOR\",\n                                    \"numerical\": \"410\",\n                                    \"name\": \"Korea,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kosovo,Republic of\",\n                                    \"value\": \"Kosovo,Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"XK\",\n                                    \"alpha3\": \"XKK\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Kosovo,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kuwait\",\n                                    \"value\": \"Kuwait\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KW\",\n                                    \"alpha3\": \"KWT\",\n                                    \"numerical\": \"414\",\n                                    \"name\": \"Kuwait\"\n                                },\n                                {\n                                    \"text\": \"Kyrgyzstan\",\n                                    \"value\": \"Kyrgyzstan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KG\",\n                                    \"alpha3\": \"KGZ\",\n                                    \"numerical\": \"417\",\n                                    \"name\": \"Kyrgyzstan\"\n                                },\n                                {\n                                    \"text\": \"Lao People's Democratic Republic\",\n                                    \"value\": \"Lao People's Democratic Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"alpha3\": \"LAO\",\n                                    \"numerical\": \"418\",\n                                    \"name\": \"Lao People's Democratic Republic\"\n                                },\n                                {\n                                    \"text\": \"Latvia\",\n                                    \"value\": \"Latvia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LV\",\n                                    \"alpha3\": \"LVA\",\n                                    \"numerical\": \"428\",\n                                    \"name\": \"Latvia\"\n                                },\n                                {\n                                    \"text\": \"Lebanon\",\n                                    \"value\": \"Lebanon\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LB\",\n                                    \"alpha3\": \"LBN\",\n                                    \"numerical\": \"422\",\n                                    \"name\": \"Lebanon\"\n                                },\n                                {\n                                    \"text\": \"Lesotho\",\n                                    \"value\": \"Lesotho\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LS\",\n                                    \"alpha3\": \"LSO\",\n                                    \"numerical\": \"426\",\n                                    \"name\": \"Lesotho\"\n                                },\n                                {\n                                    \"text\": \"Liberia\",\n                                    \"value\": \"Liberia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LR\",\n                                    \"alpha3\": \"LBR\",\n                                    \"numerical\": \"430\",\n                                    \"name\": \"Liberia\"\n                                },\n                                {\n                                    \"text\": \"Libya\",\n                                    \"value\": \"Libya\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LY\",\n                                    \"alpha3\": \"LBY\",\n                                    \"numerical\": \"434\",\n                                    \"name\": \"Libya\"\n                                },\n                                {\n                                    \"text\": \"Liechtenstein\",\n                                    \"value\": \"Liechtenstein\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LI\",\n                                    \"alpha3\": \"LIE\",\n                                    \"numerical\": \"438\",\n                                    \"name\": \"Liechtenstein\"\n                                },\n                                {\n                                    \"text\": \"Lithuania\",\n                                    \"value\": \"Lithuania\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LT\",\n                                    \"alpha3\": \"LTU\",\n                                    \"numerical\": \"440\",\n                                    \"name\": \"Lithuania\"\n                                },\n                                {\n                                    \"text\": \"Luxembourg\",\n                                    \"value\": \"Luxembourg\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LU\",\n                                    \"alpha3\": \"LUX\",\n                                    \"numerical\": \"442\",\n                                    \"name\": \"Luxembourg\"\n                                },\n                                {\n                                    \"text\": \"Macao\",\n                                    \"value\": \"Macao\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"alpha3\": \"MAC\",\n                                    \"numerical\": \"446\",\n                                    \"name\": \"Macao\"\n                                },\n                                {\n                                    \"text\": \"North Macedonia\",\n                                    \"value\": \"North Macedonia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MK\",\n                                    \"alpha3\": \"MKD\",\n                                    \"numerical\": \"807\",\n                                    \"name\": \"North Macedonia\"\n                                },\n                                {\n                                    \"text\": \"Madagascar\",\n                                    \"value\": \"Madagascar\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MG\",\n                                    \"alpha3\": \"MDG\",\n                                    \"numerical\": \"450\",\n                                    \"name\": \"Madagascar\"\n                                },\n                                {\n                                    \"text\": \"Malawi\",\n                                    \"value\": \"Malawi\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MW\",\n                                    \"alpha3\": \"MWI\",\n                                    \"numerical\": \"454\",\n                                    \"name\": \"Malawi\"\n                                },\n                                {\n                                    \"text\": \"Malaysia\",\n                                    \"value\": \"Malaysia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MY\",\n                                    \"alpha3\": \"MYS\",\n                                    \"numerical\": \"458\",\n                                    \"name\": \"Malaysia\"\n                                },\n                                {\n                                    \"text\": \"Maldives\",\n                                    \"value\": \"Maldives\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MV\",\n                                    \"alpha3\": \"MDV\",\n                                    \"numerical\": \"462\",\n                                    \"name\": \"Maldives\"\n                                },\n                                {\n                                    \"text\": \"Mali\",\n                                    \"value\": \"Mali\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ML\",\n                                    \"alpha3\": \"MLI\",\n                                    \"numerical\": \"466\",\n                                    \"name\": \"Mali\"\n                                },\n                                {\n                                    \"text\": \"Malta\",\n                                    \"value\": \"Malta\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"alpha3\": \"MLT\",\n                                    \"numerical\": \"470\",\n                                    \"name\": \"Malta\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"Marshall Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"alpha3\": \"MHL\",\n                                    \"numerical\": \"584\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Martinique\",\n                                    \"value\": \"Martinique\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MQ\",\n                                    \"alpha3\": \"MTQ\",\n                                    \"numerical\": \"474\",\n                                    \"name\": \"Martinique\"\n                                },\n                                {\n                                    \"text\": \"Mauritania\",\n                                    \"value\": \"Mauritania\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MR\",\n                                    \"alpha3\": \"MRT\",\n                                    \"numerical\": \"478\",\n                                    \"name\": \"Mauritania\"\n                                },\n                                {\n                                    \"text\": \"Mauritius\",\n                                    \"value\": \"Mauritius\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MU\",\n                                    \"alpha3\": \"MUS\",\n                                    \"numerical\": \"480\",\n                                    \"name\": \"Mauritius\"\n                                },\n                                {\n                                    \"text\": \"Mayotte\",\n                                    \"value\": \"Mayotte\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YT\",\n                                    \"alpha3\": \"MYT\",\n                                    \"numerical\": \"175\",\n                                    \"name\": \"Mayotte\"\n                                },\n                                {\n                                    \"text\": \"Mexico\",\n                                    \"value\": \"Mexico\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MX\",\n                                    \"alpha3\": \"MEX\",\n                                    \"numerical\": \"484\",\n                                    \"name\": \"Mexico\"\n                                },\n                                {\n                                    \"text\": \"Micronesia,Federated States of\",\n                                    \"value\": \"Micronesia,Federated States of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"alpha3\": \"FSM\",\n                                    \"numerical\": \"583\",\n                                    \"name\": \"Micronesia,Federated States of\"\n                                },\n                                {\n                                    \"text\": \"Moldova,Republic of\",\n                                    \"value\": \"Moldova,Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"alpha3\": \"MDA\",\n                                    \"numerical\": \"498\",\n                                    \"name\": \"Moldova,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Monaco\",\n                                    \"value\": \"Monaco\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MC\",\n                                    \"alpha3\": \"MCO\",\n                                    \"numerical\": \"492\",\n                                    \"name\": \"Monaco\"\n                                },\n                                {\n                                    \"text\": \"Mongolia\",\n                                    \"value\": \"Mongolia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"alpha3\": \"MNG\",\n                                    \"numerical\": \"496\",\n                                    \"name\": \"Mongolia\"\n                                },\n                                {\n                                    \"text\": \"Montenegro\",\n                                    \"value\": \"Montenegro\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"alpha3\": \"MNE\",\n                                    \"numerical\": \"499\",\n                                    \"name\": \"Montenegro\"\n                                },\n                                {\n                                    \"text\": \"Montserrat\",\n                                    \"value\": \"Montserrat\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"alpha3\": \"MSR\",\n                                    \"numerical\": \"500\",\n                                    \"name\": \"Montserrat\"\n                                },\n                                {\n                                    \"text\": \"Morocco\",\n                                    \"value\": \"Morocco\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"alpha3\": \"MAR\",\n                                    \"numerical\": \"504\",\n                                    \"name\": \"Morocco\"\n                                },\n                                {\n                                    \"text\": \"Mozambique\",\n                                    \"value\": \"Mozambique\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MZ\",\n                                    \"alpha3\": \"MOZ\",\n                                    \"numerical\": \"508\",\n                                    \"name\": \"Mozambique\"\n                                },\n                                {\n                                    \"text\": \"Myanmar\",\n                                    \"value\": \"Myanmar\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MM\",\n                                    \"alpha3\": \"MMR\",\n                                    \"numerical\": \"104\",\n                                    \"name\": \"Myanmar\"\n                                },\n                                {\n                                    \"text\": \"Namibia\",\n                                    \"value\": \"Namibia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NA\",\n                                    \"alpha3\": \"NAM\",\n                                    \"numerical\": \"516\",\n                                    \"name\": \"Namibia\"\n                                },\n                                {\n                                    \"text\": \"Nauru\",\n                                    \"value\": \"Nauru\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NR\",\n                                    \"alpha3\": \"NRU\",\n                                    \"numerical\": \"520\",\n                                    \"name\": \"Nauru\"\n                                },\n                                {\n                                    \"text\": \"Nepal\",\n                                    \"value\": \"Nepal\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NP\",\n                                    \"alpha3\": \"NPL\",\n                                    \"numerical\": \"524\",\n                                    \"name\": \"Nepal\"\n                                },\n                                {\n                                    \"text\": \"Netherlands\",\n                                    \"value\": \"Netherlands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NL\",\n                                    \"alpha3\": \"NLD\",\n                                    \"numerical\": \"528\",\n                                    \"name\": \"Netherlands\"\n                                },\n                                {\n                                    \"text\": \"New Caledonia\",\n                                    \"value\": \"New Caledonia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"alpha3\": \"NCL\",\n                                    \"numerical\": \"540\",\n                                    \"name\": \"New Caledonia\"\n                                },\n                                {\n                                    \"text\": \"New Zealand\",\n                                    \"value\": \"New Zealand\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NZ\",\n                                    \"alpha3\": \"NZL\",\n                                    \"numerical\": \"554\",\n                                    \"name\": \"New Zealand\"\n                                },\n                                {\n                                    \"text\": \"Nicaragua\",\n                                    \"value\": \"Nicaragua\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NI\",\n                                    \"alpha3\": \"NIC\",\n                                    \"numerical\": \"558\",\n                                    \"name\": \"Nicaragua\"\n                                },\n                                {\n                                    \"text\": \"Niger\",\n                                    \"value\": \"Niger\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"alpha3\": \"NER\",\n                                    \"numerical\": \"562\",\n                                    \"name\": \"Niger\"\n                                },\n                                {\n                                    \"text\": \"Nigeria\",\n                                    \"value\": \"Nigeria\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NG\",\n                                    \"alpha3\": \"NGA\",\n                                    \"numerical\": \"566\",\n                                    \"name\": \"Nigeria\"\n                                },\n                                {\n                                    \"text\": \"Niue\",\n                                    \"value\": \"Niue\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NU\",\n                                    \"alpha3\": \"NIU\",\n                                    \"numerical\": \"570\",\n                                    \"name\": \"Niue\"\n                                },\n                                {\n                                    \"text\": \"Norfolk Island\",\n                                    \"value\": \"Norfolk Island\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NF\",\n                                    \"alpha3\": \"NFK\",\n                                    \"numerical\": \"574\",\n                                    \"name\": \"Norfolk Island\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"Northern Mariana Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"alpha3\": \"MNP\",\n                                    \"numerical\": \"580\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Norway\",\n                                    \"value\": \"Norway\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NO\",\n                                    \"alpha3\": \"NOR\",\n                                    \"numerical\": \"578\",\n                                    \"name\": \"Norway\"\n                                },\n                                {\n                                    \"text\": \"Oman\",\n                                    \"value\": \"Oman\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OM\",\n                                    \"alpha3\": \"OMN\",\n                                    \"numerical\": \"512\",\n                                    \"name\": \"Oman\"\n                                },\n                                {\n                                    \"text\": \"Pakistan\",\n                                    \"value\": \"Pakistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PK\",\n                                    \"alpha3\": \"PAK\",\n                                    \"numerical\": \"586\",\n                                    \"name\": \"Pakistan\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"Palau\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"alpha3\": \"PLW\",\n                                    \"numerical\": \"585\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Palestine,State of\",\n                                    \"value\": \"Palestine,State of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PS\",\n                                    \"alpha3\": \"PSE\",\n                                    \"numerical\": \"275\",\n                                    \"name\": \"Palestine,State of\"\n                                },\n                                {\n                                    \"text\": \"Panama\",\n                                    \"value\": \"Panama\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"alpha3\": \"PAN\",\n                                    \"numerical\": \"591\",\n                                    \"name\": \"Panama\"\n                                },\n                                {\n                                    \"text\": \"Papua New Guinea\",\n                                    \"value\": \"Papua New Guinea\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PG\",\n                                    \"alpha3\": \"PNG\",\n                                    \"numerical\": \"598\",\n                                    \"name\": \"Papua New Guinea\"\n                                },\n                                {\n                                    \"text\": \"Paraguay\",\n                                    \"value\": \"Paraguay\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PY\",\n                                    \"alpha3\": \"PRY\",\n                                    \"numerical\": \"600\",\n                                    \"name\": \"Paraguay\"\n                                },\n                                {\n                                    \"text\": \"Peru\",\n                                    \"value\": \"Peru\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PE\",\n                                    \"alpha3\": \"PER\",\n                                    \"numerical\": \"604\",\n                                    \"name\": \"Peru\"\n                                },\n                                {\n                                    \"text\": \"Philippines\",\n                                    \"value\": \"Philippines\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PH\",\n                                    \"alpha3\": \"PHL\",\n                                    \"numerical\": \"608\",\n                                    \"name\": \"Philippines\"\n                                },\n                                {\n                                    \"text\": \"Pitcairn\",\n                                    \"value\": \"Pitcairn\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PN\",\n                                    \"alpha3\": \"PCN\",\n                                    \"numerical\": \"612\",\n                                    \"name\": \"Pitcairn\"\n                                },\n                                {\n                                    \"text\": \"Poland\",\n                                    \"value\": \"Poland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PL\",\n                                    \"alpha3\": \"POL\",\n                                    \"numerical\": \"616\",\n                                    \"name\": \"Poland\"\n                                },\n                                {\n                                    \"text\": \"Portugal\",\n                                    \"value\": \"Portugal\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PT\",\n                                    \"alpha3\": \"PRT\",\n                                    \"numerical\": \"620\",\n                                    \"name\": \"Portugal\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"Puerto Rico\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"alpha3\": \"PRI\",\n                                    \"numerical\": \"630\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Qatar\",\n                                    \"value\": \"Qatar\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"QA\",\n                                    \"alpha3\": \"QAT\",\n                                    \"numerical\": \"634\",\n                                    \"name\": \"Qatar\"\n                                },\n                                {\n                                    \"text\": \"Réunion\",\n                                    \"value\": \"Réunion\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RE\",\n                                    \"alpha3\": \"REU\",\n                                    \"numerical\": \"638\",\n                                    \"name\": \"Réunion\"\n                                },\n                                {\n                                    \"text\": \"Romania\",\n                                    \"value\": \"Romania\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RO\",\n                                    \"alpha3\": \"ROU\",\n                                    \"numerical\": \"642\",\n                                    \"name\": \"Romania\"\n                                },\n                                {\n                                    \"text\": \"Russian Federation\",\n                                    \"value\": \"Russian Federation\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RU\",\n                                    \"alpha3\": \"RUS\",\n                                    \"numerical\": \"643\",\n                                    \"name\": \"Russian Federation\"\n                                },\n                                {\n                                    \"text\": \"Rwanda\",\n                                    \"value\": \"Rwanda\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RW\",\n                                    \"alpha3\": \"RWA\",\n                                    \"numerical\": \"646\",\n                                    \"name\": \"Rwanda\"\n                                },\n                                {\n                                    \"text\": \"Saint Barthélemy\",\n                                    \"value\": \"Saint Barthélemy\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BL\",\n                                    \"alpha3\": \"BLM\",\n                                    \"numerical\": \"652\",\n                                    \"name\": \"Saint Barthélemy\"\n                                },\n                                {\n                                    \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"value\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SH\",\n                                    \"alpha3\": \"SHN\",\n                                    \"numerical\": \"654\",\n                                    \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                },\n                                {\n                                    \"text\": \"Saint Kitts and Nevis\",\n                                    \"value\": \"Saint Kitts and Nevis\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KN\",\n                                    \"alpha3\": \"KNA\",\n                                    \"numerical\": \"659\",\n                                    \"name\": \"Saint Kitts and Nevis\"\n                                },\n                                {\n                                    \"text\": \"Saint Lucia\",\n                                    \"value\": \"Saint Lucia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LC\",\n                                    \"alpha3\": \"LCA\",\n                                    \"numerical\": \"662\",\n                                    \"name\": \"Saint Lucia\"\n                                },\n                                {\n                                    \"text\": \"Saint Martin (French part)\",\n                                    \"value\": \"Saint Martin (French part)\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MF\",\n                                    \"alpha3\": \"MAF\",\n                                    \"numerical\": \"663\",\n                                    \"name\": \"Saint Martin (French part)\"\n                                },\n                                {\n                                    \"text\": \"Saint Pierre and Miquelon\",\n                                    \"value\": \"Saint Pierre and Miquelon\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PM\",\n                                    \"alpha3\": \"SPM\",\n                                    \"numerical\": \"666\",\n                                    \"name\": \"Saint Pierre and Miquelon\"\n                                },\n                                {\n                                    \"text\": \"Saint Vincent and the Grenadines\",\n                                    \"value\": \"Saint Vincent and the Grenadines\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VC\",\n                                    \"alpha3\": \"VCT\",\n                                    \"numerical\": \"670\",\n                                    \"name\": \"Saint Vincent and the Grenadines\"\n                                },\n                                {\n                                    \"text\": \"Samoa\",\n                                    \"value\": \"Samoa\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WS\",\n                                    \"alpha3\": \"WSM\",\n                                    \"numerical\": \"882\",\n                                    \"name\": \"Samoa\"\n                                },\n                                {\n                                    \"text\": \"San Marino\",\n                                    \"value\": \"San Marino\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SM\",\n                                    \"alpha3\": \"SMR\",\n                                    \"numerical\": \"674\",\n                                    \"name\": \"San Marino\"\n                                },\n                                {\n                                    \"text\": \"Sao Tome and Principe\",\n                                    \"value\": \"Sao Tome and Principe\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ST\",\n                                    \"alpha3\": \"STP\",\n                                    \"numerical\": \"678\",\n                                    \"name\": \"Sao Tome and Principe\"\n                                },\n                                {\n                                    \"text\": \"Saudi Arabia\",\n                                    \"value\": \"Saudi Arabia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SA\",\n                                    \"alpha3\": \"SAU\",\n                                    \"numerical\": \"682\",\n                                    \"name\": \"Saudi Arabia\"\n                                },\n                                {\n                                    \"text\": \"Senegal\",\n                                    \"value\": \"Senegal\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SN\",\n                                    \"alpha3\": \"SEN\",\n                                    \"numerical\": \"686\",\n                                    \"name\": \"Senegal\"\n                                },\n                                {\n                                    \"text\": \"Serbia\",\n                                    \"value\": \"Serbia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RS\",\n                                    \"alpha3\": \"SRB\",\n                                    \"numerical\": \"688\",\n                                    \"name\": \"Serbia\"\n                                },\n                                {\n                                    \"text\": \"Seychelles\",\n                                    \"value\": \"Seychelles\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"alpha3\": \"SYC\",\n                                    \"numerical\": \"690\",\n                                    \"name\": \"Seychelles\"\n                                },\n                                {\n                                    \"text\": \"Sierra Leone\",\n                                    \"value\": \"Sierra Leone\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SL\",\n                                    \"alpha3\": \"SLE\",\n                                    \"numerical\": \"694\",\n                                    \"name\": \"Sierra Leone\"\n                                },\n                                {\n                                    \"text\": \"Singapore\",\n                                    \"value\": \"Singapore\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SG\",\n                                    \"alpha3\": \"SGP\",\n                                    \"numerical\": \"702\",\n                                    \"name\": \"Singapore\"\n                                },\n                                {\n                                    \"text\": \"Sint Maarten (Dutch part)\",\n                                    \"value\": \"Sint Maarten (Dutch part)\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SX\",\n                                    \"alpha3\": \"SXM\",\n                                    \"numerical\": \"534\",\n                                    \"name\": \"Sint Maarten (Dutch part)\"\n                                },\n                                {\n                                    \"text\": \"Slovakia\",\n                                    \"value\": \"Slovakia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SK\",\n                                    \"alpha3\": \"SVK\",\n                                    \"numerical\": \"703\",\n                                    \"name\": \"Slovakia\"\n                                },\n                                {\n                                    \"text\": \"Slovenia\",\n                                    \"value\": \"Slovenia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SI\",\n                                    \"alpha3\": \"SVN\",\n                                    \"numerical\": \"705\",\n                                    \"name\": \"Slovenia\"\n                                },\n                                {\n                                    \"text\": \"Solomon Islands\",\n                                    \"value\": \"Solomon Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SB\",\n                                    \"alpha3\": \"SLB\",\n                                    \"numerical\": \"090\",\n                                    \"name\": \"Solomon Islands\"\n                                },\n                                {\n                                    \"text\": \"Somalia\",\n                                    \"value\": \"Somalia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SO\",\n                                    \"alpha3\": \"SOM\",\n                                    \"numerical\": \"706\",\n                                    \"name\": \"Somalia\"\n                                },\n                                {\n                                    \"text\": \"South Africa\",\n                                    \"value\": \"South Africa\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZA\",\n                                    \"alpha3\": \"ZAF\",\n                                    \"numerical\": \"710\",\n                                    \"name\": \"South Africa\"\n                                },\n                                {\n                                    \"text\": \"South Georgia and the South Sandwich Islands\",\n                                    \"value\": \"South Georgia and the South Sandwich Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GS\",\n                                    \"alpha3\": \"SGS\",\n                                    \"numerical\": \"239\",\n                                    \"name\": \"South Georgia and the South Sandwich Islands\"\n                                },\n                                {\n                                    \"text\": \"South Sudan\",\n                                    \"value\": \"South Sudan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SS\",\n                                    \"alpha3\": \"SSD\",\n                                    \"numerical\": \"728\",\n                                    \"name\": \"South Sudan\"\n                                },\n                                {\n                                    \"text\": \"Spain\",\n                                    \"value\": \"Spain\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ES\",\n                                    \"alpha3\": \"ESP\",\n                                    \"numerical\": \"724\",\n                                    \"name\": \"Spain\"\n                                },\n                                {\n                                    \"text\": \"Sri Lanka\",\n                                    \"value\": \"Sri Lanka\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LK\",\n                                    \"alpha3\": \"LKA\",\n                                    \"numerical\": \"144\",\n                                    \"name\": \"Sri Lanka\"\n                                },\n                                {\n                                    \"text\": \"Sudan\",\n                                    \"value\": \"Sudan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"alpha3\": \"SDN\",\n                                    \"numerical\": \"729\",\n                                    \"name\": \"Sudan\"\n                                },\n                                {\n                                    \"text\": \"Suriname\",\n                                    \"value\": \"Suriname\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SR\",\n                                    \"alpha3\": \"SUR\",\n                                    \"numerical\": \"740\",\n                                    \"name\": \"Suriname\"\n                                },\n                                {\n                                    \"text\": \"Svalbard and Jan Mayen\",\n                                    \"value\": \"Svalbard and Jan Mayen\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SJ\",\n                                    \"alpha3\": \"SJM\",\n                                    \"numerical\": \"744\",\n                                    \"name\": \"Svalbard and Jan Mayen\"\n                                },\n                                {\n                                    \"text\": \"Eswatini\",\n                                    \"value\": \"Eswatini\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SZ\",\n                                    \"alpha3\": \"SWZ\",\n                                    \"numerical\": \"748\",\n                                    \"name\": \"Eswatini\"\n                                },\n                                {\n                                    \"text\": \"Sweden\",\n                                    \"value\": \"Sweden\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SE\",\n                                    \"alpha3\": \"SWE\",\n                                    \"numerical\": \"752\",\n                                    \"name\": \"Sweden\"\n                                },\n                                {\n                                    \"text\": \"Switzerland\",\n                                    \"value\": \"Switzerland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CH\",\n                                    \"alpha3\": \"CHE\",\n                                    \"numerical\": \"756\",\n                                    \"name\": \"Switzerland\"\n                                },\n                                {\n                                    \"text\": \"Syrian Arab Republic\",\n                                    \"value\": \"Syrian Arab Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SY\",\n                                    \"alpha3\": \"SYR\",\n                                    \"numerical\": \"760\",\n                                    \"name\": \"Syrian Arab Republic\"\n                                },\n                                {\n                                    \"text\": \"Taiwan\",\n                                    \"value\": \"Taiwan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TW\",\n                                    \"alpha3\": \"TWN\",\n                                    \"numerical\": \"158\",\n                                    \"name\": \"Taiwan\"\n                                },\n                                {\n                                    \"text\": \"Tajikistan\",\n                                    \"value\": \"Tajikistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TJ\",\n                                    \"alpha3\": \"TJK\",\n                                    \"numerical\": \"762\",\n                                    \"name\": \"Tajikistan\"\n                                },\n                                {\n                                    \"text\": \"Tanzania,United Republic of\",\n                                    \"value\": \"Tanzania,United Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TZ\",\n                                    \"alpha3\": \"TZA\",\n                                    \"numerical\": \"834\",\n                                    \"name\": \"Tanzania,United Republic of\"\n                                },\n                                {\n                                    \"text\": \"Thailand\",\n                                    \"value\": \"Thailand\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TH\",\n                                    \"alpha3\": \"THA\",\n                                    \"numerical\": \"764\",\n                                    \"name\": \"Thailand\"\n                                },\n                                {\n                                    \"text\": \"Timor-Leste\",\n                                    \"value\": \"Timor-Leste\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TL\",\n                                    \"alpha3\": \"TLS\",\n                                    \"numerical\": \"626\",\n                                    \"name\": \"Timor-Leste\"\n                                },\n                                {\n                                    \"text\": \"Togo\",\n                                    \"value\": \"Togo\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TG\",\n                                    \"alpha3\": \"TGO\",\n                                    \"numerical\": \"768\",\n                                    \"name\": \"Togo\"\n                                },\n                                {\n                                    \"text\": \"Tokelau\",\n                                    \"value\": \"Tokelau\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TK\",\n                                    \"alpha3\": \"TKL\",\n                                    \"numerical\": \"772\",\n                                    \"name\": \"Tokelau\"\n                                },\n                                {\n                                    \"text\": \"Tonga\",\n                                    \"value\": \"Tonga\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TO\",\n                                    \"alpha3\": \"TON\",\n                                    \"numerical\": \"776\",\n                                    \"name\": \"Tonga\"\n                                },\n                                {\n                                    \"text\": \"Trinidad and Tobago\",\n                                    \"value\": \"Trinidad and Tobago\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TT\",\n                                    \"alpha3\": \"TTO\",\n                                    \"numerical\": \"780\",\n                                    \"name\": \"Trinidad and Tobago\"\n                                },\n                                {\n                                    \"text\": \"Tunisia\",\n                                    \"value\": \"Tunisia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"alpha3\": \"TUN\",\n                                    \"numerical\": \"788\",\n                                    \"name\": \"Tunisia\"\n                                },\n                                {\n                                    \"text\": \"Turkey\",\n                                    \"value\": \"Turkey\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TR\",\n                                    \"alpha3\": \"TUR\",\n                                    \"numerical\": \"792\",\n                                    \"name\": \"Turkey\"\n                                },\n                                {\n                                    \"text\": \"Turkmenistan\",\n                                    \"value\": \"Turkmenistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TM\",\n                                    \"alpha3\": \"TKM\",\n                                    \"numerical\": \"795\",\n                                    \"name\": \"Turkmenistan\"\n                                },\n                                {\n                                    \"text\": \"Turks and Caicos Islands\",\n                                    \"value\": \"Turks and Caicos Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TC\",\n                                    \"alpha3\": \"TCA\",\n                                    \"numerical\": \"796\",\n                                    \"name\": \"Turks and Caicos Islands\"\n                                },\n                                {\n                                    \"text\": \"Tuvalu\",\n                                    \"value\": \"Tuvalu\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TV\",\n                                    \"alpha3\": \"TUV\",\n                                    \"numerical\": \"798\",\n                                    \"name\": \"Tuvalu\"\n                                },\n                                {\n                                    \"text\": \"Uganda\",\n                                    \"value\": \"Uganda\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UG\",\n                                    \"alpha3\": \"UGA\",\n                                    \"numerical\": \"800\",\n                                    \"name\": \"Uganda\"\n                                },\n                                {\n                                    \"text\": \"Ukraine\",\n                                    \"value\": \"Ukraine\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UA\",\n                                    \"alpha3\": \"UKR\",\n                                    \"numerical\": \"804\",\n                                    \"name\": \"Ukraine\"\n                                },\n                                {\n                                    \"text\": \"United Arab Emirates\",\n                                    \"value\": \"United Arab Emirates\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"alpha3\": \"ARE\",\n                                    \"numerical\": \"784\",\n                                    \"name\": \"United Arab Emirates\"\n                                },\n                                {\n                                    \"text\": \"United Kingdom\",\n                                    \"value\": \"United Kingdom\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GB\",\n                                    \"alpha3\": \"GBR\",\n                                    \"numerical\": \"826\",\n                                    \"name\": \"United Kingdom\"\n                                },\n                                {\n                                    \"text\": \"United States Minor Outlying Islands\",\n                                    \"value\": \"United States Minor Outlying Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"alpha3\": \"UMI\",\n                                    \"numerical\": \"581\",\n                                    \"name\": \"United States Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Uruguay\",\n                                    \"value\": \"Uruguay\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UY\",\n                                    \"alpha3\": \"URY\",\n                                    \"numerical\": \"858\",\n                                    \"name\": \"Uruguay\"\n                                },\n                                {\n                                    \"text\": \"Uzbekistan\",\n                                    \"value\": \"Uzbekistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UZ\",\n                                    \"alpha3\": \"UZB\",\n                                    \"numerical\": \"860\",\n                                    \"name\": \"Uzbekistan\"\n                                },\n                                {\n                                    \"text\": \"Vanuatu\",\n                                    \"value\": \"Vanuatu\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VU\",\n                                    \"alpha3\": \"VUT\",\n                                    \"numerical\": \"548\",\n                                    \"name\": \"Vanuatu\"\n                                },\n                                {\n                                    \"text\": \"Venezuela,Bolivarian Republic of\",\n                                    \"value\": \"Venezuela,Bolivarian Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VE\",\n                                    \"alpha3\": \"VEN\",\n                                    \"numerical\": \"862\",\n                                    \"name\": \"Venezuela,Bolivarian Republic of\"\n                                },\n                                {\n                                    \"text\": \"Viet Nam\",\n                                    \"value\": \"Viet Nam\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VN\",\n                                    \"alpha3\": \"VNM\",\n                                    \"numerical\": \"704\",\n                                    \"name\": \"Viet Nam\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,British\",\n                                    \"value\": \"Virgin Islands,British\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VG\",\n                                    \"alpha3\": \"VGB\",\n                                    \"numerical\": \"092\",\n                                    \"name\": \"Virgin Islands,British\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,U.S.\",\n                                    \"value\": \"Virgin Islands,U.S.\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"alpha3\": \"VIR\",\n                                    \"numerical\": \"850\",\n                                    \"name\": \"Virgin Islands,U.S.\"\n                                },\n                                {\n                                    \"text\": \"Wallis and Futuna\",\n                                    \"value\": \"Wallis and Futuna\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WF\",\n                                    \"alpha3\": \"WLF\",\n                                    \"numerical\": \"876\",\n                                    \"name\": \"Wallis and Futuna\"\n                                },\n                                {\n                                    \"text\": \"Western Sahara\",\n                                    \"value\": \"Western Sahara\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EH\",\n                                    \"alpha3\": \"ESH\",\n                                    \"numerical\": \"732\",\n                                    \"name\": \"Western Sahara\"\n                                },\n                                {\n                                    \"text\": \"Yemen\",\n                                    \"value\": \"Yemen\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YE\",\n                                    \"alpha3\": \"YEM\",\n                                    \"numerical\": \"887\",\n                                    \"name\": \"Yemen\"\n                                },\n                                {\n                                    \"text\": \"Zambia\",\n                                    \"value\": \"Zambia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZM\",\n                                    \"alpha3\": \"ZMB\",\n                                    \"numerical\": \"894\",\n                                    \"name\": \"Zambia\"\n                                },\n                                {\n                                    \"text\": \"Zimbabwe\",\n                                    \"value\": \"Zimbabwe\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZW\",\n                                    \"alpha3\": \"ZWE\",\n                                    \"numerical\": \"895\",\n                                    \"name\": \"Zimbabwe\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 1\",\n                            \"name\": \"user-education-highschools-street_1\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 2\",\n                            \"name\": \"user-education-highschools-street_2\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"City\",\n                            \"name\": \"user-education-highschools-city\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"State\",\n                            \"name\": \"user-education-highschools-state\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.state\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha2\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Alabama\",\n                                    \"value\": \"AL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"name\": \"Alabama\"\n                                },\n                                {\n                                    \"text\": \"Alaska\",\n                                    \"value\": \"AK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AK\",\n                                    \"name\": \"Alaska\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"AS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Arizona\",\n                                    \"value\": \"AZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"name\": \"Arizona\"\n                                },\n                                {\n                                    \"text\": \"Arkansas\",\n                                    \"value\": \"AR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"name\": \"Arkansas\"\n                                },\n                                {\n                                    \"text\": \"California\",\n                                    \"value\": \"CA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"name\": \"California\"\n                                },\n                                {\n                                    \"text\": \"Colorado\",\n                                    \"value\": \"CO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"name\": \"Colorado\"\n                                },\n                                {\n                                    \"text\": \"Connecticut\",\n                                    \"value\": \"CT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CT\",\n                                    \"name\": \"Connecticut\"\n                                },\n                                {\n                                    \"text\": \"Delaware\",\n                                    \"value\": \"DE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"name\": \"Delaware\"\n                                },\n                                {\n                                    \"text\": \"District of Columbia\",\n                                    \"value\": \"DC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DC\",\n                                    \"name\": \"District of Columbia\"\n                                },\n                                {\n                                    \"text\": \"Federated States of Micronesia\",\n                                    \"value\": \"FM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"name\": \"Federated States of Micronesia\"\n                                },\n                                {\n                                    \"text\": \"Florida\",\n                                    \"value\": \"FL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FL\",\n                                    \"name\": \"Florida\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"GA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"GU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Hawaii\",\n                                    \"value\": \"HI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HI\",\n                                    \"name\": \"Hawaii\"\n                                },\n                                {\n                                    \"text\": \"Idaho\",\n                                    \"value\": \"ID\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"name\": \"Idaho\"\n                                },\n                                {\n                                    \"text\": \"Illinois\",\n                                    \"value\": \"IL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"name\": \"Illinois\"\n                                },\n                                {\n                                    \"text\": \"Indiana\",\n                                    \"value\": \"IN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"name\": \"Indiana\"\n                                },\n                                {\n                                    \"text\": \"Iowa\",\n                                    \"value\": \"IA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IA\",\n                                    \"name\": \"Iowa\"\n                                },\n                                {\n                                    \"text\": \"Kansas\",\n                                    \"value\": \"KS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KS\",\n                                    \"name\": \"Kansas\"\n                                },\n                                {\n                                    \"text\": \"Kentucky\",\n                                    \"value\": \"KY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"name\": \"Kentucky\"\n                                },\n                                {\n                                    \"text\": \"Louisiana\",\n                                    \"value\": \"LA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"name\": \"Louisiana\"\n                                },\n                                {\n                                    \"text\": \"Maine\",\n                                    \"value\": \"ME\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"name\": \"Maine\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"MH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Maryland\",\n                                    \"value\": \"MD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"name\": \"Maryland\"\n                                },\n                                {\n                                    \"text\": \"Massachusetts\",\n                                    \"value\": \"MA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"name\": \"Massachusetts\"\n                                },\n                                {\n                                    \"text\": \"Michigan\",\n                                    \"value\": \"MI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MI\",\n                                    \"name\": \"Michigan\"\n                                },\n                                {\n                                    \"text\": \"Minnesota\",\n                                    \"value\": \"MN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"name\": \"Minnesota\"\n                                },\n                                {\n                                    \"text\": \"Mississippi\",\n                                    \"value\": \"MS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"name\": \"Mississippi\"\n                                },\n                                {\n                                    \"text\": \"Missouri\",\n                                    \"value\": \"MO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"name\": \"Missouri\"\n                                },\n                                {\n                                    \"text\": \"Montana\",\n                                    \"value\": \"MT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"name\": \"Montana\"\n                                },\n                                {\n                                    \"text\": \"Nebraska\",\n                                    \"value\": \"NE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"name\": \"Nebraska\"\n                                },\n                                {\n                                    \"text\": \"Nevada\",\n                                    \"value\": \"NV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NV\",\n                                    \"name\": \"Nevada\"\n                                },\n                                {\n                                    \"text\": \"New Hampshire\",\n                                    \"value\": \"NH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NH\",\n                                    \"name\": \"New Hampshire\"\n                                },\n                                {\n                                    \"text\": \"New Jersey\",\n                                    \"value\": \"NJ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NJ\",\n                                    \"name\": \"New Jersey\"\n                                },\n                                {\n                                    \"text\": \"New Mexico\",\n                                    \"value\": \"NM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NM\",\n                                    \"name\": \"New Mexico\"\n                                },\n                                {\n                                    \"text\": \"New York\",\n                                    \"value\": \"NY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NY\",\n                                    \"name\": \"New York\"\n                                },\n                                {\n                                    \"text\": \"North Carolina\",\n                                    \"value\": \"NC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"name\": \"North Carolina\"\n                                },\n                                {\n                                    \"text\": \"North Dakota\",\n                                    \"value\": \"ND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ND\",\n                                    \"name\": \"North Dakota\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"MP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Ohio\",\n                                    \"value\": \"OH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OH\",\n                                    \"name\": \"Ohio\"\n                                },\n                                {\n                                    \"text\": \"Oklahoma\",\n                                    \"value\": \"OK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OK\",\n                                    \"name\": \"Oklahoma\"\n                                },\n                                {\n                                    \"text\": \"Oregon\",\n                                    \"value\": \"OR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OR\",\n                                    \"name\": \"Oregon\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"PW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Pennsylvania\",\n                                    \"value\": \"PA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"name\": \"Pennsylvania\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"PR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Rhode Island\",\n                                    \"value\": \"RI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RI\",\n                                    \"name\": \"Rhode Island\"\n                                },\n                                {\n                                    \"text\": \"South Carolina\",\n                                    \"value\": \"SC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"name\": \"South Carolina\"\n                                },\n                                {\n                                    \"text\": \"South Dakota\",\n                                    \"value\": \"SD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"name\": \"South Dakota\"\n                                },\n                                {\n                                    \"text\": \"Tennessee\",\n                                    \"value\": \"TN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"name\": \"Tennessee\"\n                                },\n                                {\n                                    \"text\": \"Texas\",\n                                    \"value\": \"TX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TX\",\n                                    \"name\": \"Texas\"\n                                },\n                                {\n                                    \"text\": \"US Minor Outlying Islands\",\n                                    \"value\": \"UM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"name\": \"US Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Utah\",\n                                    \"value\": \"UT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UT\",\n                                    \"name\": \"Utah\"\n                                },\n                                {\n                                    \"text\": \"Vermont\",\n                                    \"value\": \"VT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VT\",\n                                    \"name\": \"Vermont\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands\",\n                                    \"value\": \"VI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"name\": \"Virgin Islands\"\n                                },\n                                {\n                                    \"text\": \"Virginia\",\n                                    \"value\": \"VA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"name\": \"Virginia\"\n                                },\n                                {\n                                    \"text\": \"Washington\",\n                                    \"value\": \"WA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WA\",\n                                    \"name\": \"Washington\"\n                                },\n                                {\n                                    \"text\": \"West Virginia\",\n                                    \"value\": \"WV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WV\",\n                                    \"name\": \"West Virginia\"\n                                },\n                                {\n                                    \"text\": \"Wisconsin\",\n                                    \"value\": \"WI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WI\",\n                                    \"name\": \"Wisconsin\"\n                                },\n                                {\n                                    \"text\": \"Wyoming\",\n                                    \"value\": \"WY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WY\",\n                                    \"name\": \"Wyoming\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Europe, the Middle East, and Canada\",\n                                    \"value\": \"AE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"name\": \"Armed Forces Europe, the Middle East, and Canada\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Pacific\",\n                                    \"value\": \"AP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AP\",\n                                    \"name\": \"Armed Forces Pacific\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Americas (except Canada)\",\n                                    \"value\": \"AA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AA\",\n                                    \"name\": \"Armed Forces Americas (except Canada)\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-highschools-country\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"United States\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Province\",\n                            \"name\": \"user-education-highschools-province\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-highschools-country\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"United States\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"County\",\n                            \"name\": \"user-education-highschools-county\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Zip / Postal Code\",\n                            \"name\": \"user-education-highschools-zipcode\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Home Schooled\",\n                            \"name\": \"user-education-highschools-home_schooled\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Start Date\",\n                            \"name\": \"user-education-highschools-start_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"End Date\",\n                            \"name\": \"user-education-highschools-end_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Graduation Status\",\n                            \"name\": \"user-education-highschools-graduate\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"source\": \"locked\",\n                            \"help_text\": \"Did you or will you graduate from this school?\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Graduation Date\",\n                            \"name\": \"user-education-highschools-graduate_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-highschools-graduate\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Last Attended Date\",\n                            \"name\": \"user-education-highschools-last_attended_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-highschools-graduate\",\n                                            \"scope\": \"form\",\n                                            \"value\": false\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"What is your approximate GPA?\",\n                            \"name\": \"user-education-highschools-gpa\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GPA Scale\",\n                            \"name\": \"user-education-highschools-gpa_scale\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Letter Grade (ex. A+)\",\n                                    \"value\": \"letter\"\n                                },\n                                {\n                                    \"text\": \"Percent Grade (100)\",\n                                    \"value\": \"percent\"\n                                },\n                                {\n                                    \"text\": \"4.0 Scale\",\n                                    \"value\": \"fourpoint\"\n                                },\n                                {\n                                    \"text\": \"5.0 Scale\",\n                                    \"value\": \"fivepoint\"\n                                },\n                                {\n                                    \"text\": \"11.0 Scale\",\n                                    \"value\": \"elevenpoint\"\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\"\n                                }\n                            ],\n                            \"help_text\": \"What type of GPA scale does your school use?\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GPA Rank\",\n                            \"name\": \"user-education-highschools-gpa_rank\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"file\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript\",\n                            \"name\": \"user-education-highschools-transcript_guid\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript Type\",\n                            \"name\": \"user-education-highschools-transcript_type\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.transcript_types\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"College Transcript\",\n                                    \"value\": \"college_transcript\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Foreign Transcript\",\n                                    \"value\": \"foreign_transcript\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"GED\",\n                                    \"value\": \"ged\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"High school Transcript\",\n                                    \"value\": \"highschool_transcript\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Military Transcript\",\n                                    \"value\": \"military_transcript\",\n                                    \"checked\": false\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript Status\",\n                            \"name\": \"user-education-highschools-transcript_status\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.transcript_statuses\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Evaluated\",\n                                    \"value\": \"evaluated\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Official\",\n                                    \"value\": \"official\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Unofficial\",\n                                    \"value\": \"unofficial\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Waiver\",\n                                    \"value\": \"waived\",\n                                    \"checked\": false\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcription Date\",\n                            \"name\": \"user-education-highschools-transcript_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript Received Date\",\n                            \"name\": \"user-education-highschools-transcript_received_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"form_attributes\": {\n                            \"field_type\": \"counselor\",\n                            \"label\": \"Counselor\",\n                            \"name\": \"user-education-highschools-counselor\",\n                            \"help_text\": \"Find or type your counselor details.\"\n                        },\n                        \"subfields\": [\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Guidance Counselor First Name\",\n                                    \"name\": \"user-education-highschools-counselor-firstname\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Guidance Counselor Last Name\",\n                                    \"name\": \"user-education-highschools-counselor-lastname\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"email\"\n                                    }\n                                ],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"email\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Guidance Counselor Email\",\n                                    \"name\": \"user-education-highschools-counselor-email\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-education-schools-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"School Information\",\n                \"form_attributes\": {\n                    \"field_type\": \"ceeb\",\n                    \"label\": \"School Information\",\n                    \"name\": \"user-education-schools\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"Please have your official school transcripts for all schools you have attended sent to the University.\"\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Type\",\n                            \"name\": \"user-education-schools-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"help_text\": \"\",\n                            \"options\": [\n                                {\n                                    \"text\": \"High School\",\n                                    \"value\": \"highschool\",\n                                    \"checked\": true\n                                },\n                                {\n                                    \"text\": \"College\",\n                                    \"value\": \"college\",\n                                    \"checked\": false\n                                }\n                            ],\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"School Type\",\n                            \"name\": \"user-education-schools-entry_type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"help_text\": \"\",\n                            \"options\": [\n                                {\n                                    \"text\": \"High School\",\n                                    \"value\": \"highschool\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Home Schooled\",\n                                    \"value\": \"home_schooled\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"GED\",\n                                    \"value\": \"ged\",\n                                    \"checked\": false\n                                }\n                            ],\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"highschool\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Name\",\n                            \"name\": \"user-education-schools-name\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"CEEB\",\n                            \"name\": \"user-education-schools-ceeb\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"Most schools have an ID called a CEEB code. Look up yours.\",\n                            \"size\": \"full\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"External Id\",\n                            \"name\": \"user-education-schools-external_id\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"Custom school Id, an alternative to CEEB code\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Country\",\n                            \"name\": \"user-education-schools-country\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.country\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"name\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"United States\",\n                                    \"value\": \"United States\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"US\",\n                                    \"alpha3\": \"USA\",\n                                    \"numerical\": \"840\",\n                                    \"name\": \"United States\"\n                                },\n                                {\n                                    \"text\": \"Afghanistan\",\n                                    \"value\": \"Afghanistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AF\",\n                                    \"alpha3\": \"AFG\",\n                                    \"numerical\": \"004\",\n                                    \"name\": \"Afghanistan\"\n                                },\n                                {\n                                    \"text\": \"Åland Islands\",\n                                    \"value\": \"Åland Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AX\",\n                                    \"alpha3\": \"ALA\",\n                                    \"numerical\": \"248\",\n                                    \"name\": \"Åland Islands\"\n                                },\n                                {\n                                    \"text\": \"Albania\",\n                                    \"value\": \"Albania\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"alpha3\": \"ALB\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Albania\"\n                                },\n                                {\n                                    \"text\": \"Algeria\",\n                                    \"value\": \"Algeria\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DZ\",\n                                    \"alpha3\": \"DZA\",\n                                    \"numerical\": \"012\",\n                                    \"name\": \"Algeria\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"American Samoa\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"alpha3\": \"ASM\",\n                                    \"numerical\": \"016\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Andorra\",\n                                    \"value\": \"Andorra\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AD\",\n                                    \"alpha3\": \"AND\",\n                                    \"numerical\": \"020\",\n                                    \"name\": \"Andorra\"\n                                },\n                                {\n                                    \"text\": \"Angola\",\n                                    \"value\": \"Angola\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AO\",\n                                    \"alpha3\": \"AGO\",\n                                    \"numerical\": \"024\",\n                                    \"name\": \"Angola\"\n                                },\n                                {\n                                    \"text\": \"Anguilla\",\n                                    \"value\": \"Anguilla\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AI\",\n                                    \"alpha3\": \"AIA\",\n                                    \"numerical\": \"660\",\n                                    \"name\": \"Anguilla\"\n                                },\n                                {\n                                    \"text\": \"Antarctica\",\n                                    \"value\": \"Antarctica\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AQ\",\n                                    \"alpha3\": \"ATA\",\n                                    \"numerical\": \"010\",\n                                    \"name\": \"Antarctica\"\n                                },\n                                {\n                                    \"text\": \"Antigua and Barbuda\",\n                                    \"value\": \"Antigua and Barbuda\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AG\",\n                                    \"alpha3\": \"ATG\",\n                                    \"numerical\": \"028\",\n                                    \"name\": \"Antigua and Barbuda\"\n                                },\n                                {\n                                    \"text\": \"Argentina\",\n                                    \"value\": \"Argentina\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"alpha3\": \"ARG\",\n                                    \"numerical\": \"032\",\n                                    \"name\": \"Argentina\"\n                                },\n                                {\n                                    \"text\": \"Armenia\",\n                                    \"value\": \"Armenia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AM\",\n                                    \"alpha3\": \"ARM\",\n                                    \"numerical\": \"051\",\n                                    \"name\": \"Armenia\"\n                                },\n                                {\n                                    \"text\": \"Aruba\",\n                                    \"value\": \"Aruba\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AW\",\n                                    \"alpha3\": \"ABW\",\n                                    \"numerical\": \"533\",\n                                    \"name\": \"Aruba\"\n                                },\n                                {\n                                    \"text\": \"Australia\",\n                                    \"value\": \"Australia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AU\",\n                                    \"alpha3\": \"AUS\",\n                                    \"numerical\": \"036\",\n                                    \"name\": \"Australia\"\n                                },\n                                {\n                                    \"text\": \"Austria\",\n                                    \"value\": \"Austria\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AT\",\n                                    \"alpha3\": \"AUT\",\n                                    \"numerical\": \"040\",\n                                    \"name\": \"Austria\"\n                                },\n                                {\n                                    \"text\": \"Azerbaijan\",\n                                    \"value\": \"Azerbaijan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"alpha3\": \"AZE\",\n                                    \"numerical\": \"031\",\n                                    \"name\": \"Azerbaijan\"\n                                },\n                                {\n                                    \"text\": \"Bahamas\",\n                                    \"value\": \"Bahamas\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BS\",\n                                    \"alpha3\": \"BHS\",\n                                    \"numerical\": \"044\",\n                                    \"name\": \"Bahamas\"\n                                },\n                                {\n                                    \"text\": \"Bahrain\",\n                                    \"value\": \"Bahrain\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BH\",\n                                    \"alpha3\": \"BHR\",\n                                    \"numerical\": \"048\",\n                                    \"name\": \"Bahrain\"\n                                },\n                                {\n                                    \"text\": \"Bangladesh\",\n                                    \"value\": \"Bangladesh\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BD\",\n                                    \"alpha3\": \"BGD\",\n                                    \"numerical\": \"050\",\n                                    \"name\": \"Bangladesh\"\n                                },\n                                {\n                                    \"text\": \"Barbados\",\n                                    \"value\": \"Barbados\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BB\",\n                                    \"alpha3\": \"BRB\",\n                                    \"numerical\": \"052\",\n                                    \"name\": \"Barbados\"\n                                },\n                                {\n                                    \"text\": \"Belarus\",\n                                    \"value\": \"Belarus\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BY\",\n                                    \"alpha3\": \"BLR\",\n                                    \"numerical\": \"112\",\n                                    \"name\": \"Belarus\"\n                                },\n                                {\n                                    \"text\": \"Belgium\",\n                                    \"value\": \"Belgium\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BE\",\n                                    \"alpha3\": \"BEL\",\n                                    \"numerical\": \"056\",\n                                    \"name\": \"Belgium\"\n                                },\n                                {\n                                    \"text\": \"Belize\",\n                                    \"value\": \"Belize\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BZ\",\n                                    \"alpha3\": \"BLZ\",\n                                    \"numerical\": \"084\",\n                                    \"name\": \"Belize\"\n                                },\n                                {\n                                    \"text\": \"Benin\",\n                                    \"value\": \"Benin\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BJ\",\n                                    \"alpha3\": \"BEN\",\n                                    \"numerical\": \"204\",\n                                    \"name\": \"Benin\"\n                                },\n                                {\n                                    \"text\": \"Bermuda\",\n                                    \"value\": \"Bermuda\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BM\",\n                                    \"alpha3\": \"BMU\",\n                                    \"numerical\": \"060\",\n                                    \"name\": \"Bermuda\"\n                                },\n                                {\n                                    \"text\": \"Bhutan\",\n                                    \"value\": \"Bhutan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BT\",\n                                    \"alpha3\": \"BTN\",\n                                    \"numerical\": \"064\",\n                                    \"name\": \"Bhutan\"\n                                },\n                                {\n                                    \"text\": \"Bolivia,Plurinational State of\",\n                                    \"value\": \"Bolivia,Plurinational State of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BO\",\n                                    \"alpha3\": \"BOL\",\n                                    \"numerical\": \"068\",\n                                    \"name\": \"Bolivia,Plurinational State of\"\n                                },\n                                {\n                                    \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"value\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BQ\",\n                                    \"alpha3\": \"BES\",\n                                    \"numerical\": \"535\",\n                                    \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                },\n                                {\n                                    \"text\": \"Bosnia and Herzegovina\",\n                                    \"value\": \"Bosnia and Herzegovina\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BA\",\n                                    \"alpha3\": \"BIH\",\n                                    \"numerical\": \"070\",\n                                    \"name\": \"Bosnia and Herzegovina\"\n                                },\n                                {\n                                    \"text\": \"Botswana\",\n                                    \"value\": \"Botswana\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BW\",\n                                    \"alpha3\": \"BWA\",\n                                    \"numerical\": \"072\",\n                                    \"name\": \"Botswana\"\n                                },\n                                {\n                                    \"text\": \"Bouvet Island\",\n                                    \"value\": \"Bouvet Island\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BV\",\n                                    \"alpha3\": \"BVT\",\n                                    \"numerical\": \"074\",\n                                    \"name\": \"Bouvet Island\"\n                                },\n                                {\n                                    \"text\": \"Brazil\",\n                                    \"value\": \"Brazil\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BR\",\n                                    \"alpha3\": \"BRA\",\n                                    \"numerical\": \"076\",\n                                    \"name\": \"Brazil\"\n                                },\n                                {\n                                    \"text\": \"British Indian Ocean Territory\",\n                                    \"value\": \"British Indian Ocean Territory\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IO\",\n                                    \"alpha3\": \"IOT\",\n                                    \"numerical\": \"086\",\n                                    \"name\": \"British Indian Ocean Territory\"\n                                },\n                                {\n                                    \"text\": \"Brunei Darussalam\",\n                                    \"value\": \"Brunei Darussalam\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BN\",\n                                    \"alpha3\": \"BRN\",\n                                    \"numerical\": \"096\",\n                                    \"name\": \"Brunei Darussalam\"\n                                },\n                                {\n                                    \"text\": \"Bulgaria\",\n                                    \"value\": \"Bulgaria\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BG\",\n                                    \"alpha3\": \"BGR\",\n                                    \"numerical\": \"100\",\n                                    \"name\": \"Bulgaria\"\n                                },\n                                {\n                                    \"text\": \"Burkina Faso\",\n                                    \"value\": \"Burkina Faso\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BF\",\n                                    \"alpha3\": \"BFA\",\n                                    \"numerical\": \"854\",\n                                    \"name\": \"Burkina Faso\"\n                                },\n                                {\n                                    \"text\": \"Burundi\",\n                                    \"value\": \"Burundi\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BI\",\n                                    \"alpha3\": \"BDI\",\n                                    \"numerical\": \"108\",\n                                    \"name\": \"Burundi\"\n                                },\n                                {\n                                    \"text\": \"Cabo Verde\",\n                                    \"value\": \"Cabo Verde\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CV\",\n                                    \"alpha3\": \"CPV\",\n                                    \"numerical\": \"132\",\n                                    \"name\": \"Cabo Verde\"\n                                },\n                                {\n                                    \"text\": \"Cambodia\",\n                                    \"value\": \"Cambodia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KH\",\n                                    \"alpha3\": \"KHM\",\n                                    \"numerical\": \"116\",\n                                    \"name\": \"Cambodia\"\n                                },\n                                {\n                                    \"text\": \"Cameroon\",\n                                    \"value\": \"Cameroon\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CM\",\n                                    \"alpha3\": \"CMR\",\n                                    \"numerical\": \"120\",\n                                    \"name\": \"Cameroon\"\n                                },\n                                {\n                                    \"text\": \"Canada\",\n                                    \"value\": \"Canada\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"alpha3\": \"CAN\",\n                                    \"numerical\": \"124\",\n                                    \"name\": \"Canada\"\n                                },\n                                {\n                                    \"text\": \"Cayman Islands\",\n                                    \"value\": \"Cayman Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"alpha3\": \"CYM\",\n                                    \"numerical\": \"136\",\n                                    \"name\": \"Cayman Islands\"\n                                },\n                                {\n                                    \"text\": \"Central African Republic\",\n                                    \"value\": \"Central African Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CF\",\n                                    \"alpha3\": \"CAF\",\n                                    \"numerical\": \"140\",\n                                    \"name\": \"Central African Republic\"\n                                },\n                                {\n                                    \"text\": \"Chad\",\n                                    \"value\": \"Chad\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TD\",\n                                    \"alpha3\": \"TCD\",\n                                    \"numerical\": \"148\",\n                                    \"name\": \"Chad\"\n                                },\n                                {\n                                    \"text\": \"Chile\",\n                                    \"value\": \"Chile\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CL\",\n                                    \"alpha3\": \"CHL\",\n                                    \"numerical\": \"152\",\n                                    \"name\": \"Chile\"\n                                },\n                                {\n                                    \"text\": \"China\",\n                                    \"value\": \"China\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CN\",\n                                    \"alpha3\": \"CHN\",\n                                    \"numerical\": \"156\",\n                                    \"name\": \"China\"\n                                },\n                                {\n                                    \"text\": \"Christmas Island\",\n                                    \"value\": \"Christmas Island\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CX\",\n                                    \"alpha3\": \"CXR\",\n                                    \"numerical\": \"162\",\n                                    \"name\": \"Christmas Island\"\n                                },\n                                {\n                                    \"text\": \"Cocos (Keeling) Islands\",\n                                    \"value\": \"Cocos (Keeling) Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CC\",\n                                    \"alpha3\": \"CCK\",\n                                    \"numerical\": \"166\",\n                                    \"name\": \"Cocos (Keeling) Islands\"\n                                },\n                                {\n                                    \"text\": \"Colombia\",\n                                    \"value\": \"Colombia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"alpha3\": \"COL\",\n                                    \"numerical\": \"170\",\n                                    \"name\": \"Colombia\"\n                                },\n                                {\n                                    \"text\": \"Comoros\",\n                                    \"value\": \"Comoros\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KM\",\n                                    \"alpha3\": \"COM\",\n                                    \"numerical\": \"174\",\n                                    \"name\": \"Comoros\"\n                                },\n                                {\n                                    \"text\": \"Congo\",\n                                    \"value\": \"Congo\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CG\",\n                                    \"alpha3\": \"COG\",\n                                    \"numerical\": \"178\",\n                                    \"name\": \"Congo\"\n                                },\n                                {\n                                    \"text\": \"Congo,the Democratic Republic of the\",\n                                    \"value\": \"Congo,the Democratic Republic of the\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CD\",\n                                    \"alpha3\": \"COD\",\n                                    \"numerical\": \"180\",\n                                    \"name\": \"Congo,the Democratic Republic of the\"\n                                },\n                                {\n                                    \"text\": \"Cook Islands\",\n                                    \"value\": \"Cook Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CK\",\n                                    \"alpha3\": \"COK\",\n                                    \"numerical\": \"184\",\n                                    \"name\": \"Cook Islands\"\n                                },\n                                {\n                                    \"text\": \"Costa Rica\",\n                                    \"value\": \"Costa Rica\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CR\",\n                                    \"alpha3\": \"CRI\",\n                                    \"numerical\": \"188\",\n                                    \"name\": \"Costa Rica\"\n                                },\n                                {\n                                    \"text\": \"Côte d'Ivoire\",\n                                    \"value\": \"Côte d'Ivoire\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CI\",\n                                    \"alpha3\": \"CIV\",\n                                    \"numerical\": \"384\",\n                                    \"name\": \"Côte d'Ivoire\"\n                                },\n                                {\n                                    \"text\": \"Croatia\",\n                                    \"value\": \"Croatia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HR\",\n                                    \"alpha3\": \"HRV\",\n                                    \"numerical\": \"191\",\n                                    \"name\": \"Croatia\"\n                                },\n                                {\n                                    \"text\": \"Cuba\",\n                                    \"value\": \"Cuba\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CU\",\n                                    \"alpha3\": \"CUB\",\n                                    \"numerical\": \"192\",\n                                    \"name\": \"Cuba\"\n                                },\n                                {\n                                    \"text\": \"Curaçao\",\n                                    \"value\": \"Curaçao\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CW\",\n                                    \"alpha3\": \"CUW\",\n                                    \"numerical\": \"531\",\n                                    \"name\": \"Curaçao\"\n                                },\n                                {\n                                    \"text\": \"Cyprus\",\n                                    \"value\": \"Cyprus\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CY\",\n                                    \"alpha3\": \"CYP\",\n                                    \"numerical\": \"196\",\n                                    \"name\": \"Cyprus\"\n                                },\n                                {\n                                    \"text\": \"Czech Republic\",\n                                    \"value\": \"Czech Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CZ\",\n                                    \"alpha3\": \"CZE\",\n                                    \"numerical\": \"203\",\n                                    \"name\": \"Czech Republic\"\n                                },\n                                {\n                                    \"text\": \"Denmark\",\n                                    \"value\": \"Denmark\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DK\",\n                                    \"alpha3\": \"DNK\",\n                                    \"numerical\": \"208\",\n                                    \"name\": \"Denmark\"\n                                },\n                                {\n                                    \"text\": \"Djibouti\",\n                                    \"value\": \"Djibouti\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DJ\",\n                                    \"alpha3\": \"DJI\",\n                                    \"numerical\": \"262\",\n                                    \"name\": \"Djibouti\"\n                                },\n                                {\n                                    \"text\": \"Dominica\",\n                                    \"value\": \"Dominica\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DM\",\n                                    \"alpha3\": \"DMA\",\n                                    \"numerical\": \"212\",\n                                    \"name\": \"Dominica\"\n                                },\n                                {\n                                    \"text\": \"Dominican Republic\",\n                                    \"value\": \"Dominican Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DO\",\n                                    \"alpha3\": \"DOM\",\n                                    \"numerical\": \"214\",\n                                    \"name\": \"Dominican Republic\"\n                                },\n                                {\n                                    \"text\": \"Ecuador\",\n                                    \"value\": \"Ecuador\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EC\",\n                                    \"alpha3\": \"ECU\",\n                                    \"numerical\": \"218\",\n                                    \"name\": \"Ecuador\"\n                                },\n                                {\n                                    \"text\": \"Egypt\",\n                                    \"value\": \"Egypt\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EG\",\n                                    \"alpha3\": \"EGY\",\n                                    \"numerical\": \"818\",\n                                    \"name\": \"Egypt\"\n                                },\n                                {\n                                    \"text\": \"El Salvador\",\n                                    \"value\": \"El Salvador\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SV\",\n                                    \"alpha3\": \"SLV\",\n                                    \"numerical\": \"222\",\n                                    \"name\": \"El Salvador\"\n                                },\n                                {\n                                    \"text\": \"Equatorial Guinea\",\n                                    \"value\": \"Equatorial Guinea\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GQ\",\n                                    \"alpha3\": \"GNQ\",\n                                    \"numerical\": \"226\",\n                                    \"name\": \"Equatorial Guinea\"\n                                },\n                                {\n                                    \"text\": \"Eritrea\",\n                                    \"value\": \"Eritrea\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ER\",\n                                    \"alpha3\": \"ERI\",\n                                    \"numerical\": \"232\",\n                                    \"name\": \"Eritrea\"\n                                },\n                                {\n                                    \"text\": \"Estonia\",\n                                    \"value\": \"Estonia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EE\",\n                                    \"alpha3\": \"EST\",\n                                    \"numerical\": \"233\",\n                                    \"name\": \"Estonia\"\n                                },\n                                {\n                                    \"text\": \"Ethiopia\",\n                                    \"value\": \"Ethiopia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ET\",\n                                    \"alpha3\": \"ETH\",\n                                    \"numerical\": \"231\",\n                                    \"name\": \"Ethiopia\"\n                                },\n                                {\n                                    \"text\": \"Falkland Islands (Malvinas)\",\n                                    \"value\": \"Falkland Islands (Malvinas)\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FK\",\n                                    \"alpha3\": \"FLK\",\n                                    \"numerical\": \"238\",\n                                    \"name\": \"Falkland Islands (Malvinas)\"\n                                },\n                                {\n                                    \"text\": \"Faroe Islands\",\n                                    \"value\": \"Faroe Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FO\",\n                                    \"alpha3\": \"FRO\",\n                                    \"numerical\": \"234\",\n                                    \"name\": \"Faroe Islands\"\n                                },\n                                {\n                                    \"text\": \"Fiji\",\n                                    \"value\": \"Fiji\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FJ\",\n                                    \"alpha3\": \"FJI\",\n                                    \"numerical\": \"242\",\n                                    \"name\": \"Fiji\"\n                                },\n                                {\n                                    \"text\": \"Finland\",\n                                    \"value\": \"Finland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FI\",\n                                    \"alpha3\": \"FIN\",\n                                    \"numerical\": \"246\",\n                                    \"name\": \"Finland\"\n                                },\n                                {\n                                    \"text\": \"France\",\n                                    \"value\": \"France\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FR\",\n                                    \"alpha3\": \"FRA\",\n                                    \"numerical\": \"250\",\n                                    \"name\": \"France\"\n                                },\n                                {\n                                    \"text\": \"French Guiana\",\n                                    \"value\": \"French Guiana\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GF\",\n                                    \"alpha3\": \"GUF\",\n                                    \"numerical\": \"254\",\n                                    \"name\": \"French Guiana\"\n                                },\n                                {\n                                    \"text\": \"French Polynesia\",\n                                    \"value\": \"French Polynesia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PF\",\n                                    \"alpha3\": \"PYF\",\n                                    \"numerical\": \"258\",\n                                    \"name\": \"French Polynesia\"\n                                },\n                                {\n                                    \"text\": \"French Southern Territories\",\n                                    \"value\": \"French Southern Territories\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TF\",\n                                    \"alpha3\": \"ATF\",\n                                    \"numerical\": \"260\",\n                                    \"name\": \"French Southern Territories\"\n                                },\n                                {\n                                    \"text\": \"Gabon\",\n                                    \"value\": \"Gabon\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"alpha3\": \"GAB\",\n                                    \"numerical\": \"266\",\n                                    \"name\": \"Gabon\"\n                                },\n                                {\n                                    \"text\": \"Gambia\",\n                                    \"value\": \"Gambia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GM\",\n                                    \"alpha3\": \"GMB\",\n                                    \"numerical\": \"270\",\n                                    \"name\": \"Gambia\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"Georgia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GE\",\n                                    \"alpha3\": \"GEO\",\n                                    \"numerical\": \"268\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Germany\",\n                                    \"value\": \"Germany\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"alpha3\": \"DEU\",\n                                    \"numerical\": \"276\",\n                                    \"name\": \"Germany\"\n                                },\n                                {\n                                    \"text\": \"Ghana\",\n                                    \"value\": \"Ghana\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GH\",\n                                    \"alpha3\": \"GHA\",\n                                    \"numerical\": \"288\",\n                                    \"name\": \"Ghana\"\n                                },\n                                {\n                                    \"text\": \"Gibraltar\",\n                                    \"value\": \"Gibraltar\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GI\",\n                                    \"alpha3\": \"GIB\",\n                                    \"numerical\": \"292\",\n                                    \"name\": \"Gibraltar\"\n                                },\n                                {\n                                    \"text\": \"Greece\",\n                                    \"value\": \"Greece\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GR\",\n                                    \"alpha3\": \"GRC\",\n                                    \"numerical\": \"300\",\n                                    \"name\": \"Greece\"\n                                },\n                                {\n                                    \"text\": \"Greenland\",\n                                    \"value\": \"Greenland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GL\",\n                                    \"alpha3\": \"GRL\",\n                                    \"numerical\": \"304\",\n                                    \"name\": \"Greenland\"\n                                },\n                                {\n                                    \"text\": \"Grenada\",\n                                    \"value\": \"Grenada\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GD\",\n                                    \"alpha3\": \"GRD\",\n                                    \"numerical\": \"308\",\n                                    \"name\": \"Grenada\"\n                                },\n                                {\n                                    \"text\": \"Guadeloupe\",\n                                    \"value\": \"Guadeloupe\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GP\",\n                                    \"alpha3\": \"GLP\",\n                                    \"numerical\": \"312\",\n                                    \"name\": \"Guadeloupe\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"Guam\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"alpha3\": \"GUM\",\n                                    \"numerical\": \"316\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Guatemala\",\n                                    \"value\": \"Guatemala\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GT\",\n                                    \"alpha3\": \"GTM\",\n                                    \"numerical\": \"320\",\n                                    \"name\": \"Guatemala\"\n                                },\n                                {\n                                    \"text\": \"Guernsey\",\n                                    \"value\": \"Guernsey\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GG\",\n                                    \"alpha3\": \"GGY\",\n                                    \"numerical\": \"831\",\n                                    \"name\": \"Guernsey\"\n                                },\n                                {\n                                    \"text\": \"Guinea\",\n                                    \"value\": \"Guinea\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GN\",\n                                    \"alpha3\": \"GIN\",\n                                    \"numerical\": \"324\",\n                                    \"name\": \"Guinea\"\n                                },\n                                {\n                                    \"text\": \"Guinea-Bissau\",\n                                    \"value\": \"Guinea-Bissau\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GW\",\n                                    \"alpha3\": \"GNB\",\n                                    \"numerical\": \"624\",\n                                    \"name\": \"Guinea-Bissau\"\n                                },\n                                {\n                                    \"text\": \"Guyana\",\n                                    \"value\": \"Guyana\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GY\",\n                                    \"alpha3\": \"GUY\",\n                                    \"numerical\": \"328\",\n                                    \"name\": \"Guyana\"\n                                },\n                                {\n                                    \"text\": \"Haiti\",\n                                    \"value\": \"Haiti\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HT\",\n                                    \"alpha3\": \"HTI\",\n                                    \"numerical\": \"332\",\n                                    \"name\": \"Haiti\"\n                                },\n                                {\n                                    \"text\": \"Heard Island and McDonald Islands\",\n                                    \"value\": \"Heard Island and McDonald Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HM\",\n                                    \"alpha3\": \"HMD\",\n                                    \"numerical\": \"334\",\n                                    \"name\": \"Heard Island and McDonald Islands\"\n                                },\n                                {\n                                    \"text\": \"Holy See (Vatican City State)\",\n                                    \"value\": \"Holy See (Vatican City State)\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"alpha3\": \"VAT\",\n                                    \"numerical\": \"336\",\n                                    \"name\": \"Holy See (Vatican City State)\"\n                                },\n                                {\n                                    \"text\": \"Honduras\",\n                                    \"value\": \"Honduras\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HN\",\n                                    \"alpha3\": \"HND\",\n                                    \"numerical\": \"340\",\n                                    \"name\": \"Honduras\"\n                                },\n                                {\n                                    \"text\": \"Hong Kong\",\n                                    \"value\": \"Hong Kong\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HK\",\n                                    \"alpha3\": \"HKG\",\n                                    \"numerical\": \"344\",\n                                    \"name\": \"Hong Kong\"\n                                },\n                                {\n                                    \"text\": \"Hungary\",\n                                    \"value\": \"Hungary\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HU\",\n                                    \"alpha3\": \"HUN\",\n                                    \"numerical\": \"348\",\n                                    \"name\": \"Hungary\"\n                                },\n                                {\n                                    \"text\": \"Iceland\",\n                                    \"value\": \"Iceland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IS\",\n                                    \"alpha3\": \"ISL\",\n                                    \"numerical\": \"352\",\n                                    \"name\": \"Iceland\"\n                                },\n                                {\n                                    \"text\": \"India\",\n                                    \"value\": \"India\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"alpha3\": \"IND\",\n                                    \"numerical\": \"356\",\n                                    \"name\": \"India\"\n                                },\n                                {\n                                    \"text\": \"Indonesia\",\n                                    \"value\": \"Indonesia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"alpha3\": \"IDN\",\n                                    \"numerical\": \"360\",\n                                    \"name\": \"Indonesia\"\n                                },\n                                {\n                                    \"text\": \"Iran,Islamic Republic of\",\n                                    \"value\": \"Iran,Islamic Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IR\",\n                                    \"alpha3\": \"IRN\",\n                                    \"numerical\": \"364\",\n                                    \"name\": \"Iran,Islamic Republic of\"\n                                },\n                                {\n                                    \"text\": \"Iraq\",\n                                    \"value\": \"Iraq\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IQ\",\n                                    \"alpha3\": \"IRQ\",\n                                    \"numerical\": \"368\",\n                                    \"name\": \"Iraq\"\n                                },\n                                {\n                                    \"text\": \"Ireland\",\n                                    \"value\": \"Ireland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IE\",\n                                    \"alpha3\": \"IRL\",\n                                    \"numerical\": \"372\",\n                                    \"name\": \"Ireland\"\n                                },\n                                {\n                                    \"text\": \"Isle of Man\",\n                                    \"value\": \"Isle of Man\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IM\",\n                                    \"alpha3\": \"IMN\",\n                                    \"numerical\": \"833\",\n                                    \"name\": \"Isle of Man\"\n                                },\n                                {\n                                    \"text\": \"Israel\",\n                                    \"value\": \"Israel\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"alpha3\": \"ISR\",\n                                    \"numerical\": \"376\",\n                                    \"name\": \"Israel\"\n                                },\n                                {\n                                    \"text\": \"Italy\",\n                                    \"value\": \"Italy\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IT\",\n                                    \"alpha3\": \"ITA\",\n                                    \"numerical\": \"380\",\n                                    \"name\": \"Italy\"\n                                },\n                                {\n                                    \"text\": \"Jamaica\",\n                                    \"value\": \"Jamaica\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JM\",\n                                    \"alpha3\": \"JAM\",\n                                    \"numerical\": \"388\",\n                                    \"name\": \"Jamaica\"\n                                },\n                                {\n                                    \"text\": \"Japan\",\n                                    \"value\": \"Japan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JP\",\n                                    \"alpha3\": \"JPN\",\n                                    \"numerical\": \"392\",\n                                    \"name\": \"Japan\"\n                                },\n                                {\n                                    \"text\": \"Jersey\",\n                                    \"value\": \"Jersey\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JE\",\n                                    \"alpha3\": \"JEY\",\n                                    \"numerical\": \"832\",\n                                    \"name\": \"Jersey\"\n                                },\n                                {\n                                    \"text\": \"Jordan\",\n                                    \"value\": \"Jordan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JO\",\n                                    \"alpha3\": \"JOR\",\n                                    \"numerical\": \"400\",\n                                    \"name\": \"Jordan\"\n                                },\n                                {\n                                    \"text\": \"Kazakhstan\",\n                                    \"value\": \"Kazakhstan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KZ\",\n                                    \"alpha3\": \"KAZ\",\n                                    \"numerical\": \"398\",\n                                    \"name\": \"Kazakhstan\"\n                                },\n                                {\n                                    \"text\": \"Kenya\",\n                                    \"value\": \"Kenya\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KE\",\n                                    \"alpha3\": \"KEN\",\n                                    \"numerical\": \"404\",\n                                    \"name\": \"Kenya\"\n                                },\n                                {\n                                    \"text\": \"Kiribati\",\n                                    \"value\": \"Kiribati\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KI\",\n                                    \"alpha3\": \"KIR\",\n                                    \"numerical\": \"296\",\n                                    \"name\": \"Kiribati\"\n                                },\n                                {\n                                    \"text\": \"Korea,Democratic People's Republic of\",\n                                    \"value\": \"Korea,Democratic People's Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KP\",\n                                    \"alpha3\": \"PRK\",\n                                    \"numerical\": \"408\",\n                                    \"name\": \"Korea,Democratic People's Republic of\"\n                                },\n                                {\n                                    \"text\": \"Korea,Republic of\",\n                                    \"value\": \"Korea,Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KR\",\n                                    \"alpha3\": \"KOR\",\n                                    \"numerical\": \"410\",\n                                    \"name\": \"Korea,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kosovo,Republic of\",\n                                    \"value\": \"Kosovo,Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"XK\",\n                                    \"alpha3\": \"XKK\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Kosovo,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kuwait\",\n                                    \"value\": \"Kuwait\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KW\",\n                                    \"alpha3\": \"KWT\",\n                                    \"numerical\": \"414\",\n                                    \"name\": \"Kuwait\"\n                                },\n                                {\n                                    \"text\": \"Kyrgyzstan\",\n                                    \"value\": \"Kyrgyzstan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KG\",\n                                    \"alpha3\": \"KGZ\",\n                                    \"numerical\": \"417\",\n                                    \"name\": \"Kyrgyzstan\"\n                                },\n                                {\n                                    \"text\": \"Lao People's Democratic Republic\",\n                                    \"value\": \"Lao People's Democratic Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"alpha3\": \"LAO\",\n                                    \"numerical\": \"418\",\n                                    \"name\": \"Lao People's Democratic Republic\"\n                                },\n                                {\n                                    \"text\": \"Latvia\",\n                                    \"value\": \"Latvia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LV\",\n                                    \"alpha3\": \"LVA\",\n                                    \"numerical\": \"428\",\n                                    \"name\": \"Latvia\"\n                                },\n                                {\n                                    \"text\": \"Lebanon\",\n                                    \"value\": \"Lebanon\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LB\",\n                                    \"alpha3\": \"LBN\",\n                                    \"numerical\": \"422\",\n                                    \"name\": \"Lebanon\"\n                                },\n                                {\n                                    \"text\": \"Lesotho\",\n                                    \"value\": \"Lesotho\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LS\",\n                                    \"alpha3\": \"LSO\",\n                                    \"numerical\": \"426\",\n                                    \"name\": \"Lesotho\"\n                                },\n                                {\n                                    \"text\": \"Liberia\",\n                                    \"value\": \"Liberia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LR\",\n                                    \"alpha3\": \"LBR\",\n                                    \"numerical\": \"430\",\n                                    \"name\": \"Liberia\"\n                                },\n                                {\n                                    \"text\": \"Libya\",\n                                    \"value\": \"Libya\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LY\",\n                                    \"alpha3\": \"LBY\",\n                                    \"numerical\": \"434\",\n                                    \"name\": \"Libya\"\n                                },\n                                {\n                                    \"text\": \"Liechtenstein\",\n                                    \"value\": \"Liechtenstein\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LI\",\n                                    \"alpha3\": \"LIE\",\n                                    \"numerical\": \"438\",\n                                    \"name\": \"Liechtenstein\"\n                                },\n                                {\n                                    \"text\": \"Lithuania\",\n                                    \"value\": \"Lithuania\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LT\",\n                                    \"alpha3\": \"LTU\",\n                                    \"numerical\": \"440\",\n                                    \"name\": \"Lithuania\"\n                                },\n                                {\n                                    \"text\": \"Luxembourg\",\n                                    \"value\": \"Luxembourg\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LU\",\n                                    \"alpha3\": \"LUX\",\n                                    \"numerical\": \"442\",\n                                    \"name\": \"Luxembourg\"\n                                },\n                                {\n                                    \"text\": \"Macao\",\n                                    \"value\": \"Macao\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"alpha3\": \"MAC\",\n                                    \"numerical\": \"446\",\n                                    \"name\": \"Macao\"\n                                },\n                                {\n                                    \"text\": \"North Macedonia\",\n                                    \"value\": \"North Macedonia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MK\",\n                                    \"alpha3\": \"MKD\",\n                                    \"numerical\": \"807\",\n                                    \"name\": \"North Macedonia\"\n                                },\n                                {\n                                    \"text\": \"Madagascar\",\n                                    \"value\": \"Madagascar\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MG\",\n                                    \"alpha3\": \"MDG\",\n                                    \"numerical\": \"450\",\n                                    \"name\": \"Madagascar\"\n                                },\n                                {\n                                    \"text\": \"Malawi\",\n                                    \"value\": \"Malawi\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MW\",\n                                    \"alpha3\": \"MWI\",\n                                    \"numerical\": \"454\",\n                                    \"name\": \"Malawi\"\n                                },\n                                {\n                                    \"text\": \"Malaysia\",\n                                    \"value\": \"Malaysia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MY\",\n                                    \"alpha3\": \"MYS\",\n                                    \"numerical\": \"458\",\n                                    \"name\": \"Malaysia\"\n                                },\n                                {\n                                    \"text\": \"Maldives\",\n                                    \"value\": \"Maldives\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MV\",\n                                    \"alpha3\": \"MDV\",\n                                    \"numerical\": \"462\",\n                                    \"name\": \"Maldives\"\n                                },\n                                {\n                                    \"text\": \"Mali\",\n                                    \"value\": \"Mali\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ML\",\n                                    \"alpha3\": \"MLI\",\n                                    \"numerical\": \"466\",\n                                    \"name\": \"Mali\"\n                                },\n                                {\n                                    \"text\": \"Malta\",\n                                    \"value\": \"Malta\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"alpha3\": \"MLT\",\n                                    \"numerical\": \"470\",\n                                    \"name\": \"Malta\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"Marshall Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"alpha3\": \"MHL\",\n                                    \"numerical\": \"584\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Martinique\",\n                                    \"value\": \"Martinique\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MQ\",\n                                    \"alpha3\": \"MTQ\",\n                                    \"numerical\": \"474\",\n                                    \"name\": \"Martinique\"\n                                },\n                                {\n                                    \"text\": \"Mauritania\",\n                                    \"value\": \"Mauritania\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MR\",\n                                    \"alpha3\": \"MRT\",\n                                    \"numerical\": \"478\",\n                                    \"name\": \"Mauritania\"\n                                },\n                                {\n                                    \"text\": \"Mauritius\",\n                                    \"value\": \"Mauritius\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MU\",\n                                    \"alpha3\": \"MUS\",\n                                    \"numerical\": \"480\",\n                                    \"name\": \"Mauritius\"\n                                },\n                                {\n                                    \"text\": \"Mayotte\",\n                                    \"value\": \"Mayotte\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YT\",\n                                    \"alpha3\": \"MYT\",\n                                    \"numerical\": \"175\",\n                                    \"name\": \"Mayotte\"\n                                },\n                                {\n                                    \"text\": \"Mexico\",\n                                    \"value\": \"Mexico\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MX\",\n                                    \"alpha3\": \"MEX\",\n                                    \"numerical\": \"484\",\n                                    \"name\": \"Mexico\"\n                                },\n                                {\n                                    \"text\": \"Micronesia,Federated States of\",\n                                    \"value\": \"Micronesia,Federated States of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"alpha3\": \"FSM\",\n                                    \"numerical\": \"583\",\n                                    \"name\": \"Micronesia,Federated States of\"\n                                },\n                                {\n                                    \"text\": \"Moldova,Republic of\",\n                                    \"value\": \"Moldova,Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"alpha3\": \"MDA\",\n                                    \"numerical\": \"498\",\n                                    \"name\": \"Moldova,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Monaco\",\n                                    \"value\": \"Monaco\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MC\",\n                                    \"alpha3\": \"MCO\",\n                                    \"numerical\": \"492\",\n                                    \"name\": \"Monaco\"\n                                },\n                                {\n                                    \"text\": \"Mongolia\",\n                                    \"value\": \"Mongolia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"alpha3\": \"MNG\",\n                                    \"numerical\": \"496\",\n                                    \"name\": \"Mongolia\"\n                                },\n                                {\n                                    \"text\": \"Montenegro\",\n                                    \"value\": \"Montenegro\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"alpha3\": \"MNE\",\n                                    \"numerical\": \"499\",\n                                    \"name\": \"Montenegro\"\n                                },\n                                {\n                                    \"text\": \"Montserrat\",\n                                    \"value\": \"Montserrat\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"alpha3\": \"MSR\",\n                                    \"numerical\": \"500\",\n                                    \"name\": \"Montserrat\"\n                                },\n                                {\n                                    \"text\": \"Morocco\",\n                                    \"value\": \"Morocco\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"alpha3\": \"MAR\",\n                                    \"numerical\": \"504\",\n                                    \"name\": \"Morocco\"\n                                },\n                                {\n                                    \"text\": \"Mozambique\",\n                                    \"value\": \"Mozambique\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MZ\",\n                                    \"alpha3\": \"MOZ\",\n                                    \"numerical\": \"508\",\n                                    \"name\": \"Mozambique\"\n                                },\n                                {\n                                    \"text\": \"Myanmar\",\n                                    \"value\": \"Myanmar\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MM\",\n                                    \"alpha3\": \"MMR\",\n                                    \"numerical\": \"104\",\n                                    \"name\": \"Myanmar\"\n                                },\n                                {\n                                    \"text\": \"Namibia\",\n                                    \"value\": \"Namibia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NA\",\n                                    \"alpha3\": \"NAM\",\n                                    \"numerical\": \"516\",\n                                    \"name\": \"Namibia\"\n                                },\n                                {\n                                    \"text\": \"Nauru\",\n                                    \"value\": \"Nauru\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NR\",\n                                    \"alpha3\": \"NRU\",\n                                    \"numerical\": \"520\",\n                                    \"name\": \"Nauru\"\n                                },\n                                {\n                                    \"text\": \"Nepal\",\n                                    \"value\": \"Nepal\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NP\",\n                                    \"alpha3\": \"NPL\",\n                                    \"numerical\": \"524\",\n                                    \"name\": \"Nepal\"\n                                },\n                                {\n                                    \"text\": \"Netherlands\",\n                                    \"value\": \"Netherlands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NL\",\n                                    \"alpha3\": \"NLD\",\n                                    \"numerical\": \"528\",\n                                    \"name\": \"Netherlands\"\n                                },\n                                {\n                                    \"text\": \"New Caledonia\",\n                                    \"value\": \"New Caledonia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"alpha3\": \"NCL\",\n                                    \"numerical\": \"540\",\n                                    \"name\": \"New Caledonia\"\n                                },\n                                {\n                                    \"text\": \"New Zealand\",\n                                    \"value\": \"New Zealand\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NZ\",\n                                    \"alpha3\": \"NZL\",\n                                    \"numerical\": \"554\",\n                                    \"name\": \"New Zealand\"\n                                },\n                                {\n                                    \"text\": \"Nicaragua\",\n                                    \"value\": \"Nicaragua\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NI\",\n                                    \"alpha3\": \"NIC\",\n                                    \"numerical\": \"558\",\n                                    \"name\": \"Nicaragua\"\n                                },\n                                {\n                                    \"text\": \"Niger\",\n                                    \"value\": \"Niger\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"alpha3\": \"NER\",\n                                    \"numerical\": \"562\",\n                                    \"name\": \"Niger\"\n                                },\n                                {\n                                    \"text\": \"Nigeria\",\n                                    \"value\": \"Nigeria\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NG\",\n                                    \"alpha3\": \"NGA\",\n                                    \"numerical\": \"566\",\n                                    \"name\": \"Nigeria\"\n                                },\n                                {\n                                    \"text\": \"Niue\",\n                                    \"value\": \"Niue\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NU\",\n                                    \"alpha3\": \"NIU\",\n                                    \"numerical\": \"570\",\n                                    \"name\": \"Niue\"\n                                },\n                                {\n                                    \"text\": \"Norfolk Island\",\n                                    \"value\": \"Norfolk Island\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NF\",\n                                    \"alpha3\": \"NFK\",\n                                    \"numerical\": \"574\",\n                                    \"name\": \"Norfolk Island\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"Northern Mariana Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"alpha3\": \"MNP\",\n                                    \"numerical\": \"580\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Norway\",\n                                    \"value\": \"Norway\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NO\",\n                                    \"alpha3\": \"NOR\",\n                                    \"numerical\": \"578\",\n                                    \"name\": \"Norway\"\n                                },\n                                {\n                                    \"text\": \"Oman\",\n                                    \"value\": \"Oman\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OM\",\n                                    \"alpha3\": \"OMN\",\n                                    \"numerical\": \"512\",\n                                    \"name\": \"Oman\"\n                                },\n                                {\n                                    \"text\": \"Pakistan\",\n                                    \"value\": \"Pakistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PK\",\n                                    \"alpha3\": \"PAK\",\n                                    \"numerical\": \"586\",\n                                    \"name\": \"Pakistan\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"Palau\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"alpha3\": \"PLW\",\n                                    \"numerical\": \"585\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Palestine,State of\",\n                                    \"value\": \"Palestine,State of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PS\",\n                                    \"alpha3\": \"PSE\",\n                                    \"numerical\": \"275\",\n                                    \"name\": \"Palestine,State of\"\n                                },\n                                {\n                                    \"text\": \"Panama\",\n                                    \"value\": \"Panama\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"alpha3\": \"PAN\",\n                                    \"numerical\": \"591\",\n                                    \"name\": \"Panama\"\n                                },\n                                {\n                                    \"text\": \"Papua New Guinea\",\n                                    \"value\": \"Papua New Guinea\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PG\",\n                                    \"alpha3\": \"PNG\",\n                                    \"numerical\": \"598\",\n                                    \"name\": \"Papua New Guinea\"\n                                },\n                                {\n                                    \"text\": \"Paraguay\",\n                                    \"value\": \"Paraguay\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PY\",\n                                    \"alpha3\": \"PRY\",\n                                    \"numerical\": \"600\",\n                                    \"name\": \"Paraguay\"\n                                },\n                                {\n                                    \"text\": \"Peru\",\n                                    \"value\": \"Peru\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PE\",\n                                    \"alpha3\": \"PER\",\n                                    \"numerical\": \"604\",\n                                    \"name\": \"Peru\"\n                                },\n                                {\n                                    \"text\": \"Philippines\",\n                                    \"value\": \"Philippines\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PH\",\n                                    \"alpha3\": \"PHL\",\n                                    \"numerical\": \"608\",\n                                    \"name\": \"Philippines\"\n                                },\n                                {\n                                    \"text\": \"Pitcairn\",\n                                    \"value\": \"Pitcairn\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PN\",\n                                    \"alpha3\": \"PCN\",\n                                    \"numerical\": \"612\",\n                                    \"name\": \"Pitcairn\"\n                                },\n                                {\n                                    \"text\": \"Poland\",\n                                    \"value\": \"Poland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PL\",\n                                    \"alpha3\": \"POL\",\n                                    \"numerical\": \"616\",\n                                    \"name\": \"Poland\"\n                                },\n                                {\n                                    \"text\": \"Portugal\",\n                                    \"value\": \"Portugal\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PT\",\n                                    \"alpha3\": \"PRT\",\n                                    \"numerical\": \"620\",\n                                    \"name\": \"Portugal\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"Puerto Rico\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"alpha3\": \"PRI\",\n                                    \"numerical\": \"630\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Qatar\",\n                                    \"value\": \"Qatar\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"QA\",\n                                    \"alpha3\": \"QAT\",\n                                    \"numerical\": \"634\",\n                                    \"name\": \"Qatar\"\n                                },\n                                {\n                                    \"text\": \"Réunion\",\n                                    \"value\": \"Réunion\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RE\",\n                                    \"alpha3\": \"REU\",\n                                    \"numerical\": \"638\",\n                                    \"name\": \"Réunion\"\n                                },\n                                {\n                                    \"text\": \"Romania\",\n                                    \"value\": \"Romania\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RO\",\n                                    \"alpha3\": \"ROU\",\n                                    \"numerical\": \"642\",\n                                    \"name\": \"Romania\"\n                                },\n                                {\n                                    \"text\": \"Russian Federation\",\n                                    \"value\": \"Russian Federation\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RU\",\n                                    \"alpha3\": \"RUS\",\n                                    \"numerical\": \"643\",\n                                    \"name\": \"Russian Federation\"\n                                },\n                                {\n                                    \"text\": \"Rwanda\",\n                                    \"value\": \"Rwanda\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RW\",\n                                    \"alpha3\": \"RWA\",\n                                    \"numerical\": \"646\",\n                                    \"name\": \"Rwanda\"\n                                },\n                                {\n                                    \"text\": \"Saint Barthélemy\",\n                                    \"value\": \"Saint Barthélemy\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BL\",\n                                    \"alpha3\": \"BLM\",\n                                    \"numerical\": \"652\",\n                                    \"name\": \"Saint Barthélemy\"\n                                },\n                                {\n                                    \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"value\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SH\",\n                                    \"alpha3\": \"SHN\",\n                                    \"numerical\": \"654\",\n                                    \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                },\n                                {\n                                    \"text\": \"Saint Kitts and Nevis\",\n                                    \"value\": \"Saint Kitts and Nevis\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KN\",\n                                    \"alpha3\": \"KNA\",\n                                    \"numerical\": \"659\",\n                                    \"name\": \"Saint Kitts and Nevis\"\n                                },\n                                {\n                                    \"text\": \"Saint Lucia\",\n                                    \"value\": \"Saint Lucia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LC\",\n                                    \"alpha3\": \"LCA\",\n                                    \"numerical\": \"662\",\n                                    \"name\": \"Saint Lucia\"\n                                },\n                                {\n                                    \"text\": \"Saint Martin (French part)\",\n                                    \"value\": \"Saint Martin (French part)\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MF\",\n                                    \"alpha3\": \"MAF\",\n                                    \"numerical\": \"663\",\n                                    \"name\": \"Saint Martin (French part)\"\n                                },\n                                {\n                                    \"text\": \"Saint Pierre and Miquelon\",\n                                    \"value\": \"Saint Pierre and Miquelon\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PM\",\n                                    \"alpha3\": \"SPM\",\n                                    \"numerical\": \"666\",\n                                    \"name\": \"Saint Pierre and Miquelon\"\n                                },\n                                {\n                                    \"text\": \"Saint Vincent and the Grenadines\",\n                                    \"value\": \"Saint Vincent and the Grenadines\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VC\",\n                                    \"alpha3\": \"VCT\",\n                                    \"numerical\": \"670\",\n                                    \"name\": \"Saint Vincent and the Grenadines\"\n                                },\n                                {\n                                    \"text\": \"Samoa\",\n                                    \"value\": \"Samoa\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WS\",\n                                    \"alpha3\": \"WSM\",\n                                    \"numerical\": \"882\",\n                                    \"name\": \"Samoa\"\n                                },\n                                {\n                                    \"text\": \"San Marino\",\n                                    \"value\": \"San Marino\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SM\",\n                                    \"alpha3\": \"SMR\",\n                                    \"numerical\": \"674\",\n                                    \"name\": \"San Marino\"\n                                },\n                                {\n                                    \"text\": \"Sao Tome and Principe\",\n                                    \"value\": \"Sao Tome and Principe\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ST\",\n                                    \"alpha3\": \"STP\",\n                                    \"numerical\": \"678\",\n                                    \"name\": \"Sao Tome and Principe\"\n                                },\n                                {\n                                    \"text\": \"Saudi Arabia\",\n                                    \"value\": \"Saudi Arabia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SA\",\n                                    \"alpha3\": \"SAU\",\n                                    \"numerical\": \"682\",\n                                    \"name\": \"Saudi Arabia\"\n                                },\n                                {\n                                    \"text\": \"Senegal\",\n                                    \"value\": \"Senegal\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SN\",\n                                    \"alpha3\": \"SEN\",\n                                    \"numerical\": \"686\",\n                                    \"name\": \"Senegal\"\n                                },\n                                {\n                                    \"text\": \"Serbia\",\n                                    \"value\": \"Serbia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RS\",\n                                    \"alpha3\": \"SRB\",\n                                    \"numerical\": \"688\",\n                                    \"name\": \"Serbia\"\n                                },\n                                {\n                                    \"text\": \"Seychelles\",\n                                    \"value\": \"Seychelles\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"alpha3\": \"SYC\",\n                                    \"numerical\": \"690\",\n                                    \"name\": \"Seychelles\"\n                                },\n                                {\n                                    \"text\": \"Sierra Leone\",\n                                    \"value\": \"Sierra Leone\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SL\",\n                                    \"alpha3\": \"SLE\",\n                                    \"numerical\": \"694\",\n                                    \"name\": \"Sierra Leone\"\n                                },\n                                {\n                                    \"text\": \"Singapore\",\n                                    \"value\": \"Singapore\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SG\",\n                                    \"alpha3\": \"SGP\",\n                                    \"numerical\": \"702\",\n                                    \"name\": \"Singapore\"\n                                },\n                                {\n                                    \"text\": \"Sint Maarten (Dutch part)\",\n                                    \"value\": \"Sint Maarten (Dutch part)\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SX\",\n                                    \"alpha3\": \"SXM\",\n                                    \"numerical\": \"534\",\n                                    \"name\": \"Sint Maarten (Dutch part)\"\n                                },\n                                {\n                                    \"text\": \"Slovakia\",\n                                    \"value\": \"Slovakia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SK\",\n                                    \"alpha3\": \"SVK\",\n                                    \"numerical\": \"703\",\n                                    \"name\": \"Slovakia\"\n                                },\n                                {\n                                    \"text\": \"Slovenia\",\n                                    \"value\": \"Slovenia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SI\",\n                                    \"alpha3\": \"SVN\",\n                                    \"numerical\": \"705\",\n                                    \"name\": \"Slovenia\"\n                                },\n                                {\n                                    \"text\": \"Solomon Islands\",\n                                    \"value\": \"Solomon Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SB\",\n                                    \"alpha3\": \"SLB\",\n                                    \"numerical\": \"090\",\n                                    \"name\": \"Solomon Islands\"\n                                },\n                                {\n                                    \"text\": \"Somalia\",\n                                    \"value\": \"Somalia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SO\",\n                                    \"alpha3\": \"SOM\",\n                                    \"numerical\": \"706\",\n                                    \"name\": \"Somalia\"\n                                },\n                                {\n                                    \"text\": \"South Africa\",\n                                    \"value\": \"South Africa\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZA\",\n                                    \"alpha3\": \"ZAF\",\n                                    \"numerical\": \"710\",\n                                    \"name\": \"South Africa\"\n                                },\n                                {\n                                    \"text\": \"South Georgia and the South Sandwich Islands\",\n                                    \"value\": \"South Georgia and the South Sandwich Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GS\",\n                                    \"alpha3\": \"SGS\",\n                                    \"numerical\": \"239\",\n                                    \"name\": \"South Georgia and the South Sandwich Islands\"\n                                },\n                                {\n                                    \"text\": \"South Sudan\",\n                                    \"value\": \"South Sudan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SS\",\n                                    \"alpha3\": \"SSD\",\n                                    \"numerical\": \"728\",\n                                    \"name\": \"South Sudan\"\n                                },\n                                {\n                                    \"text\": \"Spain\",\n                                    \"value\": \"Spain\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ES\",\n                                    \"alpha3\": \"ESP\",\n                                    \"numerical\": \"724\",\n                                    \"name\": \"Spain\"\n                                },\n                                {\n                                    \"text\": \"Sri Lanka\",\n                                    \"value\": \"Sri Lanka\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LK\",\n                                    \"alpha3\": \"LKA\",\n                                    \"numerical\": \"144\",\n                                    \"name\": \"Sri Lanka\"\n                                },\n                                {\n                                    \"text\": \"Sudan\",\n                                    \"value\": \"Sudan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"alpha3\": \"SDN\",\n                                    \"numerical\": \"729\",\n                                    \"name\": \"Sudan\"\n                                },\n                                {\n                                    \"text\": \"Suriname\",\n                                    \"value\": \"Suriname\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SR\",\n                                    \"alpha3\": \"SUR\",\n                                    \"numerical\": \"740\",\n                                    \"name\": \"Suriname\"\n                                },\n                                {\n                                    \"text\": \"Svalbard and Jan Mayen\",\n                                    \"value\": \"Svalbard and Jan Mayen\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SJ\",\n                                    \"alpha3\": \"SJM\",\n                                    \"numerical\": \"744\",\n                                    \"name\": \"Svalbard and Jan Mayen\"\n                                },\n                                {\n                                    \"text\": \"Eswatini\",\n                                    \"value\": \"Eswatini\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SZ\",\n                                    \"alpha3\": \"SWZ\",\n                                    \"numerical\": \"748\",\n                                    \"name\": \"Eswatini\"\n                                },\n                                {\n                                    \"text\": \"Sweden\",\n                                    \"value\": \"Sweden\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SE\",\n                                    \"alpha3\": \"SWE\",\n                                    \"numerical\": \"752\",\n                                    \"name\": \"Sweden\"\n                                },\n                                {\n                                    \"text\": \"Switzerland\",\n                                    \"value\": \"Switzerland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CH\",\n                                    \"alpha3\": \"CHE\",\n                                    \"numerical\": \"756\",\n                                    \"name\": \"Switzerland\"\n                                },\n                                {\n                                    \"text\": \"Syrian Arab Republic\",\n                                    \"value\": \"Syrian Arab Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SY\",\n                                    \"alpha3\": \"SYR\",\n                                    \"numerical\": \"760\",\n                                    \"name\": \"Syrian Arab Republic\"\n                                },\n                                {\n                                    \"text\": \"Taiwan\",\n                                    \"value\": \"Taiwan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TW\",\n                                    \"alpha3\": \"TWN\",\n                                    \"numerical\": \"158\",\n                                    \"name\": \"Taiwan\"\n                                },\n                                {\n                                    \"text\": \"Tajikistan\",\n                                    \"value\": \"Tajikistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TJ\",\n                                    \"alpha3\": \"TJK\",\n                                    \"numerical\": \"762\",\n                                    \"name\": \"Tajikistan\"\n                                },\n                                {\n                                    \"text\": \"Tanzania,United Republic of\",\n                                    \"value\": \"Tanzania,United Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TZ\",\n                                    \"alpha3\": \"TZA\",\n                                    \"numerical\": \"834\",\n                                    \"name\": \"Tanzania,United Republic of\"\n                                },\n                                {\n                                    \"text\": \"Thailand\",\n                                    \"value\": \"Thailand\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TH\",\n                                    \"alpha3\": \"THA\",\n                                    \"numerical\": \"764\",\n                                    \"name\": \"Thailand\"\n                                },\n                                {\n                                    \"text\": \"Timor-Leste\",\n                                    \"value\": \"Timor-Leste\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TL\",\n                                    \"alpha3\": \"TLS\",\n                                    \"numerical\": \"626\",\n                                    \"name\": \"Timor-Leste\"\n                                },\n                                {\n                                    \"text\": \"Togo\",\n                                    \"value\": \"Togo\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TG\",\n                                    \"alpha3\": \"TGO\",\n                                    \"numerical\": \"768\",\n                                    \"name\": \"Togo\"\n                                },\n                                {\n                                    \"text\": \"Tokelau\",\n                                    \"value\": \"Tokelau\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TK\",\n                                    \"alpha3\": \"TKL\",\n                                    \"numerical\": \"772\",\n                                    \"name\": \"Tokelau\"\n                                },\n                                {\n                                    \"text\": \"Tonga\",\n                                    \"value\": \"Tonga\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TO\",\n                                    \"alpha3\": \"TON\",\n                                    \"numerical\": \"776\",\n                                    \"name\": \"Tonga\"\n                                },\n                                {\n                                    \"text\": \"Trinidad and Tobago\",\n                                    \"value\": \"Trinidad and Tobago\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TT\",\n                                    \"alpha3\": \"TTO\",\n                                    \"numerical\": \"780\",\n                                    \"name\": \"Trinidad and Tobago\"\n                                },\n                                {\n                                    \"text\": \"Tunisia\",\n                                    \"value\": \"Tunisia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"alpha3\": \"TUN\",\n                                    \"numerical\": \"788\",\n                                    \"name\": \"Tunisia\"\n                                },\n                                {\n                                    \"text\": \"Turkey\",\n                                    \"value\": \"Turkey\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TR\",\n                                    \"alpha3\": \"TUR\",\n                                    \"numerical\": \"792\",\n                                    \"name\": \"Turkey\"\n                                },\n                                {\n                                    \"text\": \"Turkmenistan\",\n                                    \"value\": \"Turkmenistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TM\",\n                                    \"alpha3\": \"TKM\",\n                                    \"numerical\": \"795\",\n                                    \"name\": \"Turkmenistan\"\n                                },\n                                {\n                                    \"text\": \"Turks and Caicos Islands\",\n                                    \"value\": \"Turks and Caicos Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TC\",\n                                    \"alpha3\": \"TCA\",\n                                    \"numerical\": \"796\",\n                                    \"name\": \"Turks and Caicos Islands\"\n                                },\n                                {\n                                    \"text\": \"Tuvalu\",\n                                    \"value\": \"Tuvalu\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TV\",\n                                    \"alpha3\": \"TUV\",\n                                    \"numerical\": \"798\",\n                                    \"name\": \"Tuvalu\"\n                                },\n                                {\n                                    \"text\": \"Uganda\",\n                                    \"value\": \"Uganda\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UG\",\n                                    \"alpha3\": \"UGA\",\n                                    \"numerical\": \"800\",\n                                    \"name\": \"Uganda\"\n                                },\n                                {\n                                    \"text\": \"Ukraine\",\n                                    \"value\": \"Ukraine\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UA\",\n                                    \"alpha3\": \"UKR\",\n                                    \"numerical\": \"804\",\n                                    \"name\": \"Ukraine\"\n                                },\n                                {\n                                    \"text\": \"United Arab Emirates\",\n                                    \"value\": \"United Arab Emirates\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"alpha3\": \"ARE\",\n                                    \"numerical\": \"784\",\n                                    \"name\": \"United Arab Emirates\"\n                                },\n                                {\n                                    \"text\": \"United Kingdom\",\n                                    \"value\": \"United Kingdom\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GB\",\n                                    \"alpha3\": \"GBR\",\n                                    \"numerical\": \"826\",\n                                    \"name\": \"United Kingdom\"\n                                },\n                                {\n                                    \"text\": \"United States Minor Outlying Islands\",\n                                    \"value\": \"United States Minor Outlying Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"alpha3\": \"UMI\",\n                                    \"numerical\": \"581\",\n                                    \"name\": \"United States Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Uruguay\",\n                                    \"value\": \"Uruguay\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UY\",\n                                    \"alpha3\": \"URY\",\n                                    \"numerical\": \"858\",\n                                    \"name\": \"Uruguay\"\n                                },\n                                {\n                                    \"text\": \"Uzbekistan\",\n                                    \"value\": \"Uzbekistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UZ\",\n                                    \"alpha3\": \"UZB\",\n                                    \"numerical\": \"860\",\n                                    \"name\": \"Uzbekistan\"\n                                },\n                                {\n                                    \"text\": \"Vanuatu\",\n                                    \"value\": \"Vanuatu\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VU\",\n                                    \"alpha3\": \"VUT\",\n                                    \"numerical\": \"548\",\n                                    \"name\": \"Vanuatu\"\n                                },\n                                {\n                                    \"text\": \"Venezuela,Bolivarian Republic of\",\n                                    \"value\": \"Venezuela,Bolivarian Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VE\",\n                                    \"alpha3\": \"VEN\",\n                                    \"numerical\": \"862\",\n                                    \"name\": \"Venezuela,Bolivarian Republic of\"\n                                },\n                                {\n                                    \"text\": \"Viet Nam\",\n                                    \"value\": \"Viet Nam\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VN\",\n                                    \"alpha3\": \"VNM\",\n                                    \"numerical\": \"704\",\n                                    \"name\": \"Viet Nam\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,British\",\n                                    \"value\": \"Virgin Islands,British\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VG\",\n                                    \"alpha3\": \"VGB\",\n                                    \"numerical\": \"092\",\n                                    \"name\": \"Virgin Islands,British\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,U.S.\",\n                                    \"value\": \"Virgin Islands,U.S.\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"alpha3\": \"VIR\",\n                                    \"numerical\": \"850\",\n                                    \"name\": \"Virgin Islands,U.S.\"\n                                },\n                                {\n                                    \"text\": \"Wallis and Futuna\",\n                                    \"value\": \"Wallis and Futuna\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WF\",\n                                    \"alpha3\": \"WLF\",\n                                    \"numerical\": \"876\",\n                                    \"name\": \"Wallis and Futuna\"\n                                },\n                                {\n                                    \"text\": \"Western Sahara\",\n                                    \"value\": \"Western Sahara\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EH\",\n                                    \"alpha3\": \"ESH\",\n                                    \"numerical\": \"732\",\n                                    \"name\": \"Western Sahara\"\n                                },\n                                {\n                                    \"text\": \"Yemen\",\n                                    \"value\": \"Yemen\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YE\",\n                                    \"alpha3\": \"YEM\",\n                                    \"numerical\": \"887\",\n                                    \"name\": \"Yemen\"\n                                },\n                                {\n                                    \"text\": \"Zambia\",\n                                    \"value\": \"Zambia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZM\",\n                                    \"alpha3\": \"ZMB\",\n                                    \"numerical\": \"894\",\n                                    \"name\": \"Zambia\"\n                                },\n                                {\n                                    \"text\": \"Zimbabwe\",\n                                    \"value\": \"Zimbabwe\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZW\",\n                                    \"alpha3\": \"ZWE\",\n                                    \"numerical\": \"895\",\n                                    \"name\": \"Zimbabwe\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 1\",\n                            \"name\": \"user-education-schools-street_1\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 2\",\n                            \"name\": \"user-education-schools-street_2\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"City\",\n                            \"name\": \"user-education-schools-city\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"State\",\n                            \"name\": \"user-education-schools-state\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.state\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha2\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Alabama\",\n                                    \"value\": \"AL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"name\": \"Alabama\"\n                                },\n                                {\n                                    \"text\": \"Alaska\",\n                                    \"value\": \"AK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AK\",\n                                    \"name\": \"Alaska\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"AS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Arizona\",\n                                    \"value\": \"AZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"name\": \"Arizona\"\n                                },\n                                {\n                                    \"text\": \"Arkansas\",\n                                    \"value\": \"AR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"name\": \"Arkansas\"\n                                },\n                                {\n                                    \"text\": \"California\",\n                                    \"value\": \"CA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"name\": \"California\"\n                                },\n                                {\n                                    \"text\": \"Colorado\",\n                                    \"value\": \"CO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"name\": \"Colorado\"\n                                },\n                                {\n                                    \"text\": \"Connecticut\",\n                                    \"value\": \"CT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CT\",\n                                    \"name\": \"Connecticut\"\n                                },\n                                {\n                                    \"text\": \"Delaware\",\n                                    \"value\": \"DE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"name\": \"Delaware\"\n                                },\n                                {\n                                    \"text\": \"District of Columbia\",\n                                    \"value\": \"DC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DC\",\n                                    \"name\": \"District of Columbia\"\n                                },\n                                {\n                                    \"text\": \"Federated States of Micronesia\",\n                                    \"value\": \"FM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"name\": \"Federated States of Micronesia\"\n                                },\n                                {\n                                    \"text\": \"Florida\",\n                                    \"value\": \"FL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FL\",\n                                    \"name\": \"Florida\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"GA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"GU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Hawaii\",\n                                    \"value\": \"HI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HI\",\n                                    \"name\": \"Hawaii\"\n                                },\n                                {\n                                    \"text\": \"Idaho\",\n                                    \"value\": \"ID\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"name\": \"Idaho\"\n                                },\n                                {\n                                    \"text\": \"Illinois\",\n                                    \"value\": \"IL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"name\": \"Illinois\"\n                                },\n                                {\n                                    \"text\": \"Indiana\",\n                                    \"value\": \"IN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"name\": \"Indiana\"\n                                },\n                                {\n                                    \"text\": \"Iowa\",\n                                    \"value\": \"IA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IA\",\n                                    \"name\": \"Iowa\"\n                                },\n                                {\n                                    \"text\": \"Kansas\",\n                                    \"value\": \"KS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KS\",\n                                    \"name\": \"Kansas\"\n                                },\n                                {\n                                    \"text\": \"Kentucky\",\n                                    \"value\": \"KY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"name\": \"Kentucky\"\n                                },\n                                {\n                                    \"text\": \"Louisiana\",\n                                    \"value\": \"LA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"name\": \"Louisiana\"\n                                },\n                                {\n                                    \"text\": \"Maine\",\n                                    \"value\": \"ME\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"name\": \"Maine\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"MH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Maryland\",\n                                    \"value\": \"MD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"name\": \"Maryland\"\n                                },\n                                {\n                                    \"text\": \"Massachusetts\",\n                                    \"value\": \"MA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"name\": \"Massachusetts\"\n                                },\n                                {\n                                    \"text\": \"Michigan\",\n                                    \"value\": \"MI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MI\",\n                                    \"name\": \"Michigan\"\n                                },\n                                {\n                                    \"text\": \"Minnesota\",\n                                    \"value\": \"MN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"name\": \"Minnesota\"\n                                },\n                                {\n                                    \"text\": \"Mississippi\",\n                                    \"value\": \"MS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"name\": \"Mississippi\"\n                                },\n                                {\n                                    \"text\": \"Missouri\",\n                                    \"value\": \"MO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"name\": \"Missouri\"\n                                },\n                                {\n                                    \"text\": \"Montana\",\n                                    \"value\": \"MT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"name\": \"Montana\"\n                                },\n                                {\n                                    \"text\": \"Nebraska\",\n                                    \"value\": \"NE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"name\": \"Nebraska\"\n                                },\n                                {\n                                    \"text\": \"Nevada\",\n                                    \"value\": \"NV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NV\",\n                                    \"name\": \"Nevada\"\n                                },\n                                {\n                                    \"text\": \"New Hampshire\",\n                                    \"value\": \"NH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NH\",\n                                    \"name\": \"New Hampshire\"\n                                },\n                                {\n                                    \"text\": \"New Jersey\",\n                                    \"value\": \"NJ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NJ\",\n                                    \"name\": \"New Jersey\"\n                                },\n                                {\n                                    \"text\": \"New Mexico\",\n                                    \"value\": \"NM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NM\",\n                                    \"name\": \"New Mexico\"\n                                },\n                                {\n                                    \"text\": \"New York\",\n                                    \"value\": \"NY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NY\",\n                                    \"name\": \"New York\"\n                                },\n                                {\n                                    \"text\": \"North Carolina\",\n                                    \"value\": \"NC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"name\": \"North Carolina\"\n                                },\n                                {\n                                    \"text\": \"North Dakota\",\n                                    \"value\": \"ND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ND\",\n                                    \"name\": \"North Dakota\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"MP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Ohio\",\n                                    \"value\": \"OH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OH\",\n                                    \"name\": \"Ohio\"\n                                },\n                                {\n                                    \"text\": \"Oklahoma\",\n                                    \"value\": \"OK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OK\",\n                                    \"name\": \"Oklahoma\"\n                                },\n                                {\n                                    \"text\": \"Oregon\",\n                                    \"value\": \"OR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OR\",\n                                    \"name\": \"Oregon\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"PW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Pennsylvania\",\n                                    \"value\": \"PA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"name\": \"Pennsylvania\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"PR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Rhode Island\",\n                                    \"value\": \"RI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RI\",\n                                    \"name\": \"Rhode Island\"\n                                },\n                                {\n                                    \"text\": \"South Carolina\",\n                                    \"value\": \"SC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"name\": \"South Carolina\"\n                                },\n                                {\n                                    \"text\": \"South Dakota\",\n                                    \"value\": \"SD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"name\": \"South Dakota\"\n                                },\n                                {\n                                    \"text\": \"Tennessee\",\n                                    \"value\": \"TN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"name\": \"Tennessee\"\n                                },\n                                {\n                                    \"text\": \"Texas\",\n                                    \"value\": \"TX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TX\",\n                                    \"name\": \"Texas\"\n                                },\n                                {\n                                    \"text\": \"US Minor Outlying Islands\",\n                                    \"value\": \"UM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"name\": \"US Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Utah\",\n                                    \"value\": \"UT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UT\",\n                                    \"name\": \"Utah\"\n                                },\n                                {\n                                    \"text\": \"Vermont\",\n                                    \"value\": \"VT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VT\",\n                                    \"name\": \"Vermont\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands\",\n                                    \"value\": \"VI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"name\": \"Virgin Islands\"\n                                },\n                                {\n                                    \"text\": \"Virginia\",\n                                    \"value\": \"VA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"name\": \"Virginia\"\n                                },\n                                {\n                                    \"text\": \"Washington\",\n                                    \"value\": \"WA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WA\",\n                                    \"name\": \"Washington\"\n                                },\n                                {\n                                    \"text\": \"West Virginia\",\n                                    \"value\": \"WV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WV\",\n                                    \"name\": \"West Virginia\"\n                                },\n                                {\n                                    \"text\": \"Wisconsin\",\n                                    \"value\": \"WI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WI\",\n                                    \"name\": \"Wisconsin\"\n                                },\n                                {\n                                    \"text\": \"Wyoming\",\n                                    \"value\": \"WY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WY\",\n                                    \"name\": \"Wyoming\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Europe, the Middle East, and Canada\",\n                                    \"value\": \"AE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"name\": \"Armed Forces Europe, the Middle East, and Canada\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Pacific\",\n                                    \"value\": \"AP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AP\",\n                                    \"name\": \"Armed Forces Pacific\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Americas (except Canada)\",\n                                    \"value\": \"AA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AA\",\n                                    \"name\": \"Armed Forces Americas (except Canada)\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-country\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"United States\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Province\",\n                            \"name\": \"user-education-schools-province\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-country\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"United States\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"County\",\n                            \"name\": \"user-education-schools-county\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Zip / Postal Code\",\n                            \"name\": \"user-education-schools-zipcode\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Graduate\",\n                            \"name\": \"user-education-schools-graduate\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"source\": \"locked\",\n                            \"help_text\": \"Did you or will you graduate from this school?\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Graduation Date\",\n                            \"name\": \"user-education-schools-graduate_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-graduate\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Last Attended Date\",\n                            \"name\": \"user-education-schools-last_attended_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-graduate\",\n                                            \"scope\": \"form\",\n                                            \"value\": false\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"What is your approximate GPA?\",\n                            \"name\": \"user-education-schools-gpa\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GPA Scale\",\n                            \"name\": \"user-education-schools-gpa_scale\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Letter Grade (ex. A+)\",\n                                    \"value\": \"letter\"\n                                },\n                                {\n                                    \"text\": \"Percent Grade (100)\",\n                                    \"value\": \"percent\"\n                                },\n                                {\n                                    \"text\": \"4.0 Scale\",\n                                    \"value\": \"fourpoint\"\n                                },\n                                {\n                                    \"text\": \"5.0 Scale\",\n                                    \"value\": \"fivepoint\"\n                                },\n                                {\n                                    \"text\": \"11.0 Scale\",\n                                    \"value\": \"elevenpoint\"\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\"\n                                }\n                            ],\n                            \"help_text\": \"What type of GPA scale does your school use?\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GPA Rank\",\n                            \"name\": \"user-education-schools-gpa_rank\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"file\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript\",\n                            \"name\": \"user-education-schools-transcript_guid\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript Type\",\n                            \"name\": \"user-education-schools-transcript_type\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.transcript_types\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"College Transcript\",\n                                    \"value\": \"college_transcript\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Foreign Transcript\",\n                                    \"value\": \"foreign_transcript\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"GED\",\n                                    \"value\": \"ged\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"High school Transcript\",\n                                    \"value\": \"highschool_transcript\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Military Transcript\",\n                                    \"value\": \"military_transcript\",\n                                    \"checked\": false\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript Status\",\n                            \"name\": \"user-education-schools-transcript_status\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.transcript_statuses\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Evaluated\",\n                                    \"value\": \"evaluated\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Official\",\n                                    \"value\": \"official\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Unofficial\",\n                                    \"value\": \"unofficial\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Waiver\",\n                                    \"value\": \"waived\",\n                                    \"checked\": false\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcription Date\",\n                            \"name\": \"user-education-schools-transcript_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript Received Date\",\n                            \"name\": \"user-education-schools-transcript_received_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Start Date\",\n                            \"name\": \"user-education-schools-start_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"End Date\",\n                            \"name\": \"user-education-schools-end_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Degree Level\",\n                            \"name\": \"user-education-schools-degree_earned\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.degrees\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"High school diploma or equivalent\",\n                                    \"value\": \"HS/GED\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Some college\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Associates (two-year degree)\",\n                                    \"value\": \"AA/AS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Bachelors (four-year degree)\",\n                                    \"value\": \"BA/BS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Masters (excluding MBA)\",\n                                    \"value\": \"MA/MS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"MBA (Business)\",\n                                    \"value\": \"MBA\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"JD (Law)\",\n                                    \"value\": \"JD\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"MD / DO / DVM / DDS (Medicine)\",\n                                    \"value\": \"MD/DDS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"PHD (Doctorate)\",\n                                    \"value\": \"PhD\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Previous Degree\",\n                            \"name\": \"user-education-schools-associated_degree\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.degrees\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"High school diploma or equivalent\",\n                                    \"value\": \"HS/GED\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Some college\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Associates (two-year degree)\",\n                                    \"value\": \"AA/AS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Bachelors (four-year degree)\",\n                                    \"value\": \"BA/BS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Masters (excluding MBA)\",\n                                    \"value\": \"MA/MS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"MBA (Business)\",\n                                    \"value\": \"MBA\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"JD (Law)\",\n                                    \"value\": \"JD\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"MD / DO / DVM / DDS (Medicine)\",\n                                    \"value\": \"MD/DDS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"PHD (Doctorate)\",\n                                    \"value\": \"PhD\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Area of Study\",\n                            \"name\": \"user-education-schools-major_minor\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.majorminor\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Accounting\",\n                                    \"value\": \"Accounting\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Assoc Science Human Resources Management\",\n                                    \"value\": \"AssocScienceHumanResourcesManagement\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Athletic instance\",\n                                    \"value\": \"Athleticinstance\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Bachelor of Science Psychology\",\n                                    \"value\": \"BachelorofSciencePsychology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Biochemistry & Molecular Biology\",\n                                    \"value\": \"Biochemistry&MolecularBiology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Biology\",\n                                    \"value\": \"Biology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Business Undeclared\",\n                                    \"value\": \"BusinessUndeclared\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Chemistry\",\n                                    \"value\": \"Chemistry\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Civil Engineering\",\n                                    \"value\": \"CivilEngineering\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Clinical Lab Science/Medical Technology\",\n                                    \"value\": \"ClinicalLabScience/MedicalTechnology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Computer Science\",\n                                    \"value\": \"ComputerScience\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Computers & Information Systems\",\n                                    \"value\": \"Computers&InformationSystems\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Criminal Justice\",\n                                    \"value\": \"CriminalJustice\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Economics\",\n                                    \"value\": \"Economics\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Education Studies\",\n                                    \"value\": \"EducationStudies\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Engineering\",\n                                    \"value\": \"Engineering\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"English\",\n                                    \"value\": \"English\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Environmental Studies\",\n                                    \"value\": \"EnvironmentalStudies\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Exercise Science\",\n                                    \"value\": \"ExerciseScience\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Finance\",\n                                    \"value\": \"Finance\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"French\",\n                                    \"value\": \"French\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"General Science\",\n                                    \"value\": \"GeneralScience\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Global Business Management\",\n                                    \"value\": \"GlobalBusinessManagement\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"History\",\n                                    \"value\": \"History\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Human Resource Management\",\n                                    \"value\": \"HumanResourceManagement\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"International Business\",\n                                    \"value\": \"InternationalBusiness\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Management\",\n                                    \"value\": \"Management\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Marketing\",\n                                    \"value\": \"Marketing\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Mathematics\",\n                                    \"value\": \"Mathematics\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Neuroscience\",\n                                    \"value\": \"Neuroscience\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Nursing\",\n                                    \"value\": \"Nursing\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Philosophy\",\n                                    \"value\": \"Philosophy\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Physics\",\n                                    \"value\": \"Physics\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Political Science\",\n                                    \"value\": \"PoliticalScience\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Psychology\",\n                                    \"value\": \"Psychology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Science\",\n                                    \"value\": \"Science\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Secondary Education\",\n                                    \"value\": \"SecondaryEducation\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Sociology\",\n                                    \"value\": \"Sociology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Spanish\",\n                                    \"value\": \"Spanish\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Special Education\",\n                                    \"value\": \"SpecialEducation\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Theatre\",\n                                    \"value\": \"Theatre\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Theology\",\n                                    \"value\": \"Theology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Undeclared\",\n                                    \"value\": \"Undeclared\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"form_attributes\": {\n                            \"field_type\": \"counselor\",\n                            \"label\": \"Counselor\",\n                            \"name\": \"user-education-schools-counselor\",\n                            \"help_text\": \"Find or type your counselor details.\"\n                        },\n                        \"subfields\": [\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Guidance Counselor First Name\",\n                                    \"name\": \"user-education-schools-counselor-firstname\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Guidance Counselor Last Name\",\n                                    \"name\": \"user-education-schools-counselor-lastname\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"email\"\n                                    }\n                                ],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"email\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Guidance Counselor Email\",\n                                    \"name\": \"user-education-schools-counselor-email\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            }\n                        ],\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"highschool\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GED Completion Date\",\n                            \"name\": \"user-education-schools-ged_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"When did you earn your GED?\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GED Version\",\n                            \"name\": \"user-education-schools-ged_version\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"options\": [\n                                {\n                                    \"text\": \"English\",\n                                    \"value\": \"english\",\n                                    \"checked\": true\n                                },\n                                {\n                                    \"text\": \"French\",\n                                    \"value\": \"french\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Spanish\",\n                                    \"value\": \"spanish\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-admin-education-schools-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"client\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"School Information\",\n                \"form_attributes\": {\n                    \"field_type\": \"ceeb\",\n                    \"label\": \"School Information\",\n                    \"name\": \"user-education-schools\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"Please have your official school transcripts for all schools you have attended sent to the University.\"\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Type\",\n                            \"name\": \"user-education-schools-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"help_text\": \"\",\n                            \"options\": [\n                                {\n                                    \"text\": \"High School\",\n                                    \"value\": \"highschool\",\n                                    \"checked\": true\n                                },\n                                {\n                                    \"text\": \"College\",\n                                    \"value\": \"college\",\n                                    \"checked\": false\n                                }\n                            ],\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"School Type\",\n                            \"name\": \"user-education-schools-entry_type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"help_text\": \"\",\n                            \"options\": [\n                                {\n                                    \"text\": \"High School\",\n                                    \"value\": \"highschool\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Home Schooled\",\n                                    \"value\": \"home_schooled\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"GED\",\n                                    \"value\": \"ged\",\n                                    \"checked\": false\n                                }\n                            ],\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"highschool\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Name\",\n                            \"name\": \"user-education-schools-name\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"CEEB\",\n                            \"name\": \"user-education-schools-ceeb\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"Most schools have an ID called a CEEB code. Look up yours.\",\n                            \"size\": \"full\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"External Id\",\n                            \"name\": \"user-education-schools-external_id\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"Custom school Id, an alternative to CEEB code\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Country\",\n                            \"name\": \"user-education-schools-country\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.country\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"name\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 1\",\n                            \"name\": \"user-education-schools-street_1\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 2\",\n                            \"name\": \"user-education-schools-street_2\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"City\",\n                            \"name\": \"user-education-schools-city\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"State\",\n                            \"name\": \"user-education-schools-state\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.state\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha2\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"County\",\n                            \"name\": \"user-education-schools-county\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Zip / Postal Code\",\n                            \"name\": \"user-education-schools-zipcode\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Graduate\",\n                            \"name\": \"user-education-schools-graduate\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"source\": \"locked\",\n                            \"help_text\": \"Did you or will you graduate from this school?\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Graduation Date\",\n                            \"name\": \"user-education-schools-graduate_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-graduate\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Last Attended Date\",\n                            \"name\": \"user-education-schools-last_attended_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-graduate\",\n                                            \"scope\": \"form\",\n                                            \"value\": false\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"What is your approximate GPA?\",\n                            \"name\": \"user-education-schools-gpa\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"label\": \"Is this GPA official?\",\n                            \"name\": \"user-education-schools-gpa_official\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GPA Scale\",\n                            \"name\": \"user-education-schools-gpa_scale\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Letter Grade (ex. A+)\",\n                                    \"value\": \"letter\"\n                                },\n                                {\n                                    \"text\": \"Percent Grade (100)\",\n                                    \"value\": \"percent\"\n                                },\n                                {\n                                    \"text\": \"4.0 Scale\",\n                                    \"value\": \"fourpoint\"\n                                },\n                                {\n                                    \"text\": \"5.0 Scale\",\n                                    \"value\": \"fivepoint\"\n                                },\n                                {\n                                    \"text\": \"11.0 Scale\",\n                                    \"value\": \"elevenpoint\"\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\"\n                                }\n                            ],\n                            \"help_text\": \"What type of GPA scale does your school use?\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GPA Rank\",\n                            \"name\": \"user-education-schools-gpa_rank\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"file\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript\",\n                            \"name\": \"user-education-schools-transcript_guid\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript Type\",\n                            \"name\": \"user-education-schools-transcript_type\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.transcript_types\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript Status\",\n                            \"name\": \"user-education-schools-transcript_status\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.transcript_statuses\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcription Date\",\n                            \"name\": \"user-education-schools-transcript_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript Received Date\",\n                            \"name\": \"user-education-schools-transcript_received_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Start Date\",\n                            \"name\": \"user-education-schools-start_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"End Date\",\n                            \"name\": \"user-education-schools-end_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ged\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Degree Level\",\n                            \"name\": \"user-education-schools-degree_earned\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.degrees\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        },\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Previous Degree\",\n                            \"name\": \"user-education-schools-associated_degree\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.degrees\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        },\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Area of Study\",\n                            \"name\": \"user-education-schools-major_minor\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.majorminor\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        },\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"college\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"form_attributes\": {\n                            \"field_type\": \"counselor\",\n                            \"label\": \"Counselor\",\n                            \"name\": \"user-education-schools-counselor\",\n                            \"help_text\": \"Find or type your counselor details.\"\n                        },\n                        \"subfields\": [\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Guidance Counselor First Name\",\n                                    \"name\": \"user-education-schools-counselor-firstname\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Guidance Counselor Last Name\",\n                                    \"name\": \"user-education-schools-counselor-lastname\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"email\"\n                                    }\n                                ],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"email\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Guidance Counselor Email\",\n                                    \"name\": \"user-education-schools-counselor-email\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            }\n                        ],\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$nin\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"home_schooled\",\n                                                \"ged\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GED Completion Date\",\n                            \"name\": \"user-education-schools-ged_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"When did you earn your GED?\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$nin\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GED Version\",\n                            \"name\": \"user-education-schools-ged_version\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"options\": [\n                                {\n                                    \"text\": \"English\",\n                                    \"value\": \"english\",\n                                    \"checked\": true\n                                },\n                                {\n                                    \"text\": \"French\",\n                                    \"value\": \"french\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Spanish\",\n                                    \"value\": \"spanish\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$nin\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-schools-entry_type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"highschool\",\n                                                \"home_schooled\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-education-schools-colleges\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"College Information\",\n                \"form_attributes\": {\n                    \"field_type\": \"ceeb\",\n                    \"label\": \"College Information\",\n                    \"name\": \"user-education-colleges\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Ceeb\",\n                            \"name\": \"user-education-colleges-ceeb\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"Most schools have an ID called a CEEB code. Look up yours.\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"college\",\n                            \"label\": \"Type\",\n                            \"name\": \"user-education-colleges-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Name\",\n                            \"name\": \"user-education-colleges-name\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Enrollment Date\",\n                            \"name\": \"user-education-colleges-enrollment_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Graduation Status\",\n                            \"name\": \"user-education-colleges-graduate\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"source\": \"locked\",\n                            \"help_text\": \"Did you or will you graduate from this school?\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Graduation Date\",\n                            \"name\": \"user-education-colleges-graduate_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-colleges-graduate\",\n                                            \"scope\": \"form\",\n                                            \"value\": true\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Last Attended Date\",\n                            \"name\": \"user-education-colleges-last_attended_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-colleges-graduate\",\n                                            \"scope\": \"form\",\n                                            \"value\": false\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Start Date\",\n                            \"name\": \"user-education-colleges-start_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"End Date\",\n                            \"name\": \"user-education-colleges-end_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Degree Level\",\n                            \"name\": \"user-education-colleges-degree_earned\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.degrees\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"High school diploma or equivalent\",\n                                    \"value\": \"HS/GED\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Some college\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Associates (two-year degree)\",\n                                    \"value\": \"AA/AS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Bachelors (four-year degree)\",\n                                    \"value\": \"BA/BS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Masters (excluding MBA)\",\n                                    \"value\": \"MA/MS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"MBA (Business)\",\n                                    \"value\": \"MBA\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"JD (Law)\",\n                                    \"value\": \"JD\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"MD / DO / DVM / DDS (Medicine)\",\n                                    \"value\": \"MD/DDS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"PHD (Doctorate)\",\n                                    \"value\": \"PhD\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"validations\": [],\n                        \"transformations\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Previous Degree\",\n                            \"name\": \"user-education-colleges-associated_degree\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.degrees\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"High school diploma or equivalent\",\n                                    \"value\": \"HS/GED\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Some college\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Associates (two-year degree)\",\n                                    \"value\": \"AA/AS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Bachelors (four-year degree)\",\n                                    \"value\": \"BA/BS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Masters (excluding MBA)\",\n                                    \"value\": \"MA/MS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"MBA (Business)\",\n                                    \"value\": \"MBA\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"JD (Law)\",\n                                    \"value\": \"JD\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"MD / DO / DVM / DDS (Medicine)\",\n                                    \"value\": \"MD/DDS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"PHD (Doctorate)\",\n                                    \"value\": \"PhD\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"validations\": [],\n                        \"transformations\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Area of Study\",\n                            \"name\": \"user-education-colleges-major_minor\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.majorminor\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Accounting\",\n                                    \"value\": \"Accounting\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Assoc Science Human Resources Management\",\n                                    \"value\": \"AssocScienceHumanResourcesManagement\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Athletic instance\",\n                                    \"value\": \"Athleticinstance\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Bachelor of Science Psychology\",\n                                    \"value\": \"BachelorofSciencePsychology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Biochemistry & Molecular Biology\",\n                                    \"value\": \"Biochemistry&MolecularBiology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Biology\",\n                                    \"value\": \"Biology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Business Undeclared\",\n                                    \"value\": \"BusinessUndeclared\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Chemistry\",\n                                    \"value\": \"Chemistry\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Civil Engineering\",\n                                    \"value\": \"CivilEngineering\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Clinical Lab Science/Medical Technology\",\n                                    \"value\": \"ClinicalLabScience/MedicalTechnology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Computer Science\",\n                                    \"value\": \"ComputerScience\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Computers & Information Systems\",\n                                    \"value\": \"Computers&InformationSystems\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Criminal Justice\",\n                                    \"value\": \"CriminalJustice\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Economics\",\n                                    \"value\": \"Economics\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Education Studies\",\n                                    \"value\": \"EducationStudies\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Engineering\",\n                                    \"value\": \"Engineering\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"English\",\n                                    \"value\": \"English\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Environmental Studies\",\n                                    \"value\": \"EnvironmentalStudies\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Exercise Science\",\n                                    \"value\": \"ExerciseScience\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Finance\",\n                                    \"value\": \"Finance\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"French\",\n                                    \"value\": \"French\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"General Science\",\n                                    \"value\": \"GeneralScience\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Global Business Management\",\n                                    \"value\": \"GlobalBusinessManagement\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"History\",\n                                    \"value\": \"History\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Human Resource Management\",\n                                    \"value\": \"HumanResourceManagement\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"International Business\",\n                                    \"value\": \"InternationalBusiness\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Management\",\n                                    \"value\": \"Management\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Marketing\",\n                                    \"value\": \"Marketing\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Mathematics\",\n                                    \"value\": \"Mathematics\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Neuroscience\",\n                                    \"value\": \"Neuroscience\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Nursing\",\n                                    \"value\": \"Nursing\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Philosophy\",\n                                    \"value\": \"Philosophy\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Physics\",\n                                    \"value\": \"Physics\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Political Science\",\n                                    \"value\": \"PoliticalScience\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Psychology\",\n                                    \"value\": \"Psychology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Science\",\n                                    \"value\": \"Science\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Secondary Education\",\n                                    \"value\": \"SecondaryEducation\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Sociology\",\n                                    \"value\": \"Sociology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Spanish\",\n                                    \"value\": \"Spanish\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Special Education\",\n                                    \"value\": \"SpecialEducation\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Theatre\",\n                                    \"value\": \"Theatre\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Theology\",\n                                    \"value\": \"Theology\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Undeclared\",\n                                    \"value\": \"Undeclared\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"validations\": [],\n                        \"transformations\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"form_attributes\": {\n                            \"field_type\": \"number\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Total Credits Earned\",\n                            \"name\": \"user-education-colleges-total_credits_earned\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        },\n                        \"validations\": [],\n                        \"transformations\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"form_attributes\": {\n                            \"field_type\": \"number\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Total Credits Attempted\",\n                            \"name\": \"user-education-colleges-total_credits_attempted\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        },\n                        \"validations\": [],\n                        \"transformations\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Country\",\n                            \"name\": \"user-education-colleges-country\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.country\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"name\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"United States\",\n                                    \"value\": \"United States\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"US\",\n                                    \"alpha3\": \"USA\",\n                                    \"numerical\": \"840\",\n                                    \"name\": \"United States\"\n                                },\n                                {\n                                    \"text\": \"Afghanistan\",\n                                    \"value\": \"Afghanistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AF\",\n                                    \"alpha3\": \"AFG\",\n                                    \"numerical\": \"004\",\n                                    \"name\": \"Afghanistan\"\n                                },\n                                {\n                                    \"text\": \"Åland Islands\",\n                                    \"value\": \"Åland Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AX\",\n                                    \"alpha3\": \"ALA\",\n                                    \"numerical\": \"248\",\n                                    \"name\": \"Åland Islands\"\n                                },\n                                {\n                                    \"text\": \"Albania\",\n                                    \"value\": \"Albania\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"alpha3\": \"ALB\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Albania\"\n                                },\n                                {\n                                    \"text\": \"Algeria\",\n                                    \"value\": \"Algeria\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DZ\",\n                                    \"alpha3\": \"DZA\",\n                                    \"numerical\": \"012\",\n                                    \"name\": \"Algeria\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"American Samoa\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"alpha3\": \"ASM\",\n                                    \"numerical\": \"016\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Andorra\",\n                                    \"value\": \"Andorra\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AD\",\n                                    \"alpha3\": \"AND\",\n                                    \"numerical\": \"020\",\n                                    \"name\": \"Andorra\"\n                                },\n                                {\n                                    \"text\": \"Angola\",\n                                    \"value\": \"Angola\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AO\",\n                                    \"alpha3\": \"AGO\",\n                                    \"numerical\": \"024\",\n                                    \"name\": \"Angola\"\n                                },\n                                {\n                                    \"text\": \"Anguilla\",\n                                    \"value\": \"Anguilla\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AI\",\n                                    \"alpha3\": \"AIA\",\n                                    \"numerical\": \"660\",\n                                    \"name\": \"Anguilla\"\n                                },\n                                {\n                                    \"text\": \"Antarctica\",\n                                    \"value\": \"Antarctica\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AQ\",\n                                    \"alpha3\": \"ATA\",\n                                    \"numerical\": \"010\",\n                                    \"name\": \"Antarctica\"\n                                },\n                                {\n                                    \"text\": \"Antigua and Barbuda\",\n                                    \"value\": \"Antigua and Barbuda\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AG\",\n                                    \"alpha3\": \"ATG\",\n                                    \"numerical\": \"028\",\n                                    \"name\": \"Antigua and Barbuda\"\n                                },\n                                {\n                                    \"text\": \"Argentina\",\n                                    \"value\": \"Argentina\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"alpha3\": \"ARG\",\n                                    \"numerical\": \"032\",\n                                    \"name\": \"Argentina\"\n                                },\n                                {\n                                    \"text\": \"Armenia\",\n                                    \"value\": \"Armenia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AM\",\n                                    \"alpha3\": \"ARM\",\n                                    \"numerical\": \"051\",\n                                    \"name\": \"Armenia\"\n                                },\n                                {\n                                    \"text\": \"Aruba\",\n                                    \"value\": \"Aruba\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AW\",\n                                    \"alpha3\": \"ABW\",\n                                    \"numerical\": \"533\",\n                                    \"name\": \"Aruba\"\n                                },\n                                {\n                                    \"text\": \"Australia\",\n                                    \"value\": \"Australia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AU\",\n                                    \"alpha3\": \"AUS\",\n                                    \"numerical\": \"036\",\n                                    \"name\": \"Australia\"\n                                },\n                                {\n                                    \"text\": \"Austria\",\n                                    \"value\": \"Austria\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AT\",\n                                    \"alpha3\": \"AUT\",\n                                    \"numerical\": \"040\",\n                                    \"name\": \"Austria\"\n                                },\n                                {\n                                    \"text\": \"Azerbaijan\",\n                                    \"value\": \"Azerbaijan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"alpha3\": \"AZE\",\n                                    \"numerical\": \"031\",\n                                    \"name\": \"Azerbaijan\"\n                                },\n                                {\n                                    \"text\": \"Bahamas\",\n                                    \"value\": \"Bahamas\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BS\",\n                                    \"alpha3\": \"BHS\",\n                                    \"numerical\": \"044\",\n                                    \"name\": \"Bahamas\"\n                                },\n                                {\n                                    \"text\": \"Bahrain\",\n                                    \"value\": \"Bahrain\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BH\",\n                                    \"alpha3\": \"BHR\",\n                                    \"numerical\": \"048\",\n                                    \"name\": \"Bahrain\"\n                                },\n                                {\n                                    \"text\": \"Bangladesh\",\n                                    \"value\": \"Bangladesh\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BD\",\n                                    \"alpha3\": \"BGD\",\n                                    \"numerical\": \"050\",\n                                    \"name\": \"Bangladesh\"\n                                },\n                                {\n                                    \"text\": \"Barbados\",\n                                    \"value\": \"Barbados\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BB\",\n                                    \"alpha3\": \"BRB\",\n                                    \"numerical\": \"052\",\n                                    \"name\": \"Barbados\"\n                                },\n                                {\n                                    \"text\": \"Belarus\",\n                                    \"value\": \"Belarus\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BY\",\n                                    \"alpha3\": \"BLR\",\n                                    \"numerical\": \"112\",\n                                    \"name\": \"Belarus\"\n                                },\n                                {\n                                    \"text\": \"Belgium\",\n                                    \"value\": \"Belgium\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BE\",\n                                    \"alpha3\": \"BEL\",\n                                    \"numerical\": \"056\",\n                                    \"name\": \"Belgium\"\n                                },\n                                {\n                                    \"text\": \"Belize\",\n                                    \"value\": \"Belize\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BZ\",\n                                    \"alpha3\": \"BLZ\",\n                                    \"numerical\": \"084\",\n                                    \"name\": \"Belize\"\n                                },\n                                {\n                                    \"text\": \"Benin\",\n                                    \"value\": \"Benin\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BJ\",\n                                    \"alpha3\": \"BEN\",\n                                    \"numerical\": \"204\",\n                                    \"name\": \"Benin\"\n                                },\n                                {\n                                    \"text\": \"Bermuda\",\n                                    \"value\": \"Bermuda\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BM\",\n                                    \"alpha3\": \"BMU\",\n                                    \"numerical\": \"060\",\n                                    \"name\": \"Bermuda\"\n                                },\n                                {\n                                    \"text\": \"Bhutan\",\n                                    \"value\": \"Bhutan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BT\",\n                                    \"alpha3\": \"BTN\",\n                                    \"numerical\": \"064\",\n                                    \"name\": \"Bhutan\"\n                                },\n                                {\n                                    \"text\": \"Bolivia,Plurinational State of\",\n                                    \"value\": \"Bolivia,Plurinational State of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BO\",\n                                    \"alpha3\": \"BOL\",\n                                    \"numerical\": \"068\",\n                                    \"name\": \"Bolivia,Plurinational State of\"\n                                },\n                                {\n                                    \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"value\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BQ\",\n                                    \"alpha3\": \"BES\",\n                                    \"numerical\": \"535\",\n                                    \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                },\n                                {\n                                    \"text\": \"Bosnia and Herzegovina\",\n                                    \"value\": \"Bosnia and Herzegovina\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BA\",\n                                    \"alpha3\": \"BIH\",\n                                    \"numerical\": \"070\",\n                                    \"name\": \"Bosnia and Herzegovina\"\n                                },\n                                {\n                                    \"text\": \"Botswana\",\n                                    \"value\": \"Botswana\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BW\",\n                                    \"alpha3\": \"BWA\",\n                                    \"numerical\": \"072\",\n                                    \"name\": \"Botswana\"\n                                },\n                                {\n                                    \"text\": \"Bouvet Island\",\n                                    \"value\": \"Bouvet Island\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BV\",\n                                    \"alpha3\": \"BVT\",\n                                    \"numerical\": \"074\",\n                                    \"name\": \"Bouvet Island\"\n                                },\n                                {\n                                    \"text\": \"Brazil\",\n                                    \"value\": \"Brazil\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BR\",\n                                    \"alpha3\": \"BRA\",\n                                    \"numerical\": \"076\",\n                                    \"name\": \"Brazil\"\n                                },\n                                {\n                                    \"text\": \"British Indian Ocean Territory\",\n                                    \"value\": \"British Indian Ocean Territory\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IO\",\n                                    \"alpha3\": \"IOT\",\n                                    \"numerical\": \"086\",\n                                    \"name\": \"British Indian Ocean Territory\"\n                                },\n                                {\n                                    \"text\": \"Brunei Darussalam\",\n                                    \"value\": \"Brunei Darussalam\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BN\",\n                                    \"alpha3\": \"BRN\",\n                                    \"numerical\": \"096\",\n                                    \"name\": \"Brunei Darussalam\"\n                                },\n                                {\n                                    \"text\": \"Bulgaria\",\n                                    \"value\": \"Bulgaria\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BG\",\n                                    \"alpha3\": \"BGR\",\n                                    \"numerical\": \"100\",\n                                    \"name\": \"Bulgaria\"\n                                },\n                                {\n                                    \"text\": \"Burkina Faso\",\n                                    \"value\": \"Burkina Faso\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BF\",\n                                    \"alpha3\": \"BFA\",\n                                    \"numerical\": \"854\",\n                                    \"name\": \"Burkina Faso\"\n                                },\n                                {\n                                    \"text\": \"Burundi\",\n                                    \"value\": \"Burundi\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BI\",\n                                    \"alpha3\": \"BDI\",\n                                    \"numerical\": \"108\",\n                                    \"name\": \"Burundi\"\n                                },\n                                {\n                                    \"text\": \"Cabo Verde\",\n                                    \"value\": \"Cabo Verde\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CV\",\n                                    \"alpha3\": \"CPV\",\n                                    \"numerical\": \"132\",\n                                    \"name\": \"Cabo Verde\"\n                                },\n                                {\n                                    \"text\": \"Cambodia\",\n                                    \"value\": \"Cambodia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KH\",\n                                    \"alpha3\": \"KHM\",\n                                    \"numerical\": \"116\",\n                                    \"name\": \"Cambodia\"\n                                },\n                                {\n                                    \"text\": \"Cameroon\",\n                                    \"value\": \"Cameroon\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CM\",\n                                    \"alpha3\": \"CMR\",\n                                    \"numerical\": \"120\",\n                                    \"name\": \"Cameroon\"\n                                },\n                                {\n                                    \"text\": \"Canada\",\n                                    \"value\": \"Canada\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"alpha3\": \"CAN\",\n                                    \"numerical\": \"124\",\n                                    \"name\": \"Canada\"\n                                },\n                                {\n                                    \"text\": \"Cayman Islands\",\n                                    \"value\": \"Cayman Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"alpha3\": \"CYM\",\n                                    \"numerical\": \"136\",\n                                    \"name\": \"Cayman Islands\"\n                                },\n                                {\n                                    \"text\": \"Central African Republic\",\n                                    \"value\": \"Central African Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CF\",\n                                    \"alpha3\": \"CAF\",\n                                    \"numerical\": \"140\",\n                                    \"name\": \"Central African Republic\"\n                                },\n                                {\n                                    \"text\": \"Chad\",\n                                    \"value\": \"Chad\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TD\",\n                                    \"alpha3\": \"TCD\",\n                                    \"numerical\": \"148\",\n                                    \"name\": \"Chad\"\n                                },\n                                {\n                                    \"text\": \"Chile\",\n                                    \"value\": \"Chile\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CL\",\n                                    \"alpha3\": \"CHL\",\n                                    \"numerical\": \"152\",\n                                    \"name\": \"Chile\"\n                                },\n                                {\n                                    \"text\": \"China\",\n                                    \"value\": \"China\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CN\",\n                                    \"alpha3\": \"CHN\",\n                                    \"numerical\": \"156\",\n                                    \"name\": \"China\"\n                                },\n                                {\n                                    \"text\": \"Christmas Island\",\n                                    \"value\": \"Christmas Island\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CX\",\n                                    \"alpha3\": \"CXR\",\n                                    \"numerical\": \"162\",\n                                    \"name\": \"Christmas Island\"\n                                },\n                                {\n                                    \"text\": \"Cocos (Keeling) Islands\",\n                                    \"value\": \"Cocos (Keeling) Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CC\",\n                                    \"alpha3\": \"CCK\",\n                                    \"numerical\": \"166\",\n                                    \"name\": \"Cocos (Keeling) Islands\"\n                                },\n                                {\n                                    \"text\": \"Colombia\",\n                                    \"value\": \"Colombia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"alpha3\": \"COL\",\n                                    \"numerical\": \"170\",\n                                    \"name\": \"Colombia\"\n                                },\n                                {\n                                    \"text\": \"Comoros\",\n                                    \"value\": \"Comoros\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KM\",\n                                    \"alpha3\": \"COM\",\n                                    \"numerical\": \"174\",\n                                    \"name\": \"Comoros\"\n                                },\n                                {\n                                    \"text\": \"Congo\",\n                                    \"value\": \"Congo\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CG\",\n                                    \"alpha3\": \"COG\",\n                                    \"numerical\": \"178\",\n                                    \"name\": \"Congo\"\n                                },\n                                {\n                                    \"text\": \"Congo,the Democratic Republic of the\",\n                                    \"value\": \"Congo,the Democratic Republic of the\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CD\",\n                                    \"alpha3\": \"COD\",\n                                    \"numerical\": \"180\",\n                                    \"name\": \"Congo,the Democratic Republic of the\"\n                                },\n                                {\n                                    \"text\": \"Cook Islands\",\n                                    \"value\": \"Cook Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CK\",\n                                    \"alpha3\": \"COK\",\n                                    \"numerical\": \"184\",\n                                    \"name\": \"Cook Islands\"\n                                },\n                                {\n                                    \"text\": \"Costa Rica\",\n                                    \"value\": \"Costa Rica\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CR\",\n                                    \"alpha3\": \"CRI\",\n                                    \"numerical\": \"188\",\n                                    \"name\": \"Costa Rica\"\n                                },\n                                {\n                                    \"text\": \"Côte d'Ivoire\",\n                                    \"value\": \"Côte d'Ivoire\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CI\",\n                                    \"alpha3\": \"CIV\",\n                                    \"numerical\": \"384\",\n                                    \"name\": \"Côte d'Ivoire\"\n                                },\n                                {\n                                    \"text\": \"Croatia\",\n                                    \"value\": \"Croatia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HR\",\n                                    \"alpha3\": \"HRV\",\n                                    \"numerical\": \"191\",\n                                    \"name\": \"Croatia\"\n                                },\n                                {\n                                    \"text\": \"Cuba\",\n                                    \"value\": \"Cuba\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CU\",\n                                    \"alpha3\": \"CUB\",\n                                    \"numerical\": \"192\",\n                                    \"name\": \"Cuba\"\n                                },\n                                {\n                                    \"text\": \"Curaçao\",\n                                    \"value\": \"Curaçao\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CW\",\n                                    \"alpha3\": \"CUW\",\n                                    \"numerical\": \"531\",\n                                    \"name\": \"Curaçao\"\n                                },\n                                {\n                                    \"text\": \"Cyprus\",\n                                    \"value\": \"Cyprus\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CY\",\n                                    \"alpha3\": \"CYP\",\n                                    \"numerical\": \"196\",\n                                    \"name\": \"Cyprus\"\n                                },\n                                {\n                                    \"text\": \"Czech Republic\",\n                                    \"value\": \"Czech Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CZ\",\n                                    \"alpha3\": \"CZE\",\n                                    \"numerical\": \"203\",\n                                    \"name\": \"Czech Republic\"\n                                },\n                                {\n                                    \"text\": \"Denmark\",\n                                    \"value\": \"Denmark\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DK\",\n                                    \"alpha3\": \"DNK\",\n                                    \"numerical\": \"208\",\n                                    \"name\": \"Denmark\"\n                                },\n                                {\n                                    \"text\": \"Djibouti\",\n                                    \"value\": \"Djibouti\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DJ\",\n                                    \"alpha3\": \"DJI\",\n                                    \"numerical\": \"262\",\n                                    \"name\": \"Djibouti\"\n                                },\n                                {\n                                    \"text\": \"Dominica\",\n                                    \"value\": \"Dominica\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DM\",\n                                    \"alpha3\": \"DMA\",\n                                    \"numerical\": \"212\",\n                                    \"name\": \"Dominica\"\n                                },\n                                {\n                                    \"text\": \"Dominican Republic\",\n                                    \"value\": \"Dominican Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DO\",\n                                    \"alpha3\": \"DOM\",\n                                    \"numerical\": \"214\",\n                                    \"name\": \"Dominican Republic\"\n                                },\n                                {\n                                    \"text\": \"Ecuador\",\n                                    \"value\": \"Ecuador\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EC\",\n                                    \"alpha3\": \"ECU\",\n                                    \"numerical\": \"218\",\n                                    \"name\": \"Ecuador\"\n                                },\n                                {\n                                    \"text\": \"Egypt\",\n                                    \"value\": \"Egypt\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EG\",\n                                    \"alpha3\": \"EGY\",\n                                    \"numerical\": \"818\",\n                                    \"name\": \"Egypt\"\n                                },\n                                {\n                                    \"text\": \"El Salvador\",\n                                    \"value\": \"El Salvador\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SV\",\n                                    \"alpha3\": \"SLV\",\n                                    \"numerical\": \"222\",\n                                    \"name\": \"El Salvador\"\n                                },\n                                {\n                                    \"text\": \"Equatorial Guinea\",\n                                    \"value\": \"Equatorial Guinea\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GQ\",\n                                    \"alpha3\": \"GNQ\",\n                                    \"numerical\": \"226\",\n                                    \"name\": \"Equatorial Guinea\"\n                                },\n                                {\n                                    \"text\": \"Eritrea\",\n                                    \"value\": \"Eritrea\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ER\",\n                                    \"alpha3\": \"ERI\",\n                                    \"numerical\": \"232\",\n                                    \"name\": \"Eritrea\"\n                                },\n                                {\n                                    \"text\": \"Estonia\",\n                                    \"value\": \"Estonia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EE\",\n                                    \"alpha3\": \"EST\",\n                                    \"numerical\": \"233\",\n                                    \"name\": \"Estonia\"\n                                },\n                                {\n                                    \"text\": \"Ethiopia\",\n                                    \"value\": \"Ethiopia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ET\",\n                                    \"alpha3\": \"ETH\",\n                                    \"numerical\": \"231\",\n                                    \"name\": \"Ethiopia\"\n                                },\n                                {\n                                    \"text\": \"Falkland Islands (Malvinas)\",\n                                    \"value\": \"Falkland Islands (Malvinas)\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FK\",\n                                    \"alpha3\": \"FLK\",\n                                    \"numerical\": \"238\",\n                                    \"name\": \"Falkland Islands (Malvinas)\"\n                                },\n                                {\n                                    \"text\": \"Faroe Islands\",\n                                    \"value\": \"Faroe Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FO\",\n                                    \"alpha3\": \"FRO\",\n                                    \"numerical\": \"234\",\n                                    \"name\": \"Faroe Islands\"\n                                },\n                                {\n                                    \"text\": \"Fiji\",\n                                    \"value\": \"Fiji\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FJ\",\n                                    \"alpha3\": \"FJI\",\n                                    \"numerical\": \"242\",\n                                    \"name\": \"Fiji\"\n                                },\n                                {\n                                    \"text\": \"Finland\",\n                                    \"value\": \"Finland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FI\",\n                                    \"alpha3\": \"FIN\",\n                                    \"numerical\": \"246\",\n                                    \"name\": \"Finland\"\n                                },\n                                {\n                                    \"text\": \"France\",\n                                    \"value\": \"France\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FR\",\n                                    \"alpha3\": \"FRA\",\n                                    \"numerical\": \"250\",\n                                    \"name\": \"France\"\n                                },\n                                {\n                                    \"text\": \"French Guiana\",\n                                    \"value\": \"French Guiana\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GF\",\n                                    \"alpha3\": \"GUF\",\n                                    \"numerical\": \"254\",\n                                    \"name\": \"French Guiana\"\n                                },\n                                {\n                                    \"text\": \"French Polynesia\",\n                                    \"value\": \"French Polynesia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PF\",\n                                    \"alpha3\": \"PYF\",\n                                    \"numerical\": \"258\",\n                                    \"name\": \"French Polynesia\"\n                                },\n                                {\n                                    \"text\": \"French Southern Territories\",\n                                    \"value\": \"French Southern Territories\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TF\",\n                                    \"alpha3\": \"ATF\",\n                                    \"numerical\": \"260\",\n                                    \"name\": \"French Southern Territories\"\n                                },\n                                {\n                                    \"text\": \"Gabon\",\n                                    \"value\": \"Gabon\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"alpha3\": \"GAB\",\n                                    \"numerical\": \"266\",\n                                    \"name\": \"Gabon\"\n                                },\n                                {\n                                    \"text\": \"Gambia\",\n                                    \"value\": \"Gambia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GM\",\n                                    \"alpha3\": \"GMB\",\n                                    \"numerical\": \"270\",\n                                    \"name\": \"Gambia\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"Georgia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GE\",\n                                    \"alpha3\": \"GEO\",\n                                    \"numerical\": \"268\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Germany\",\n                                    \"value\": \"Germany\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"alpha3\": \"DEU\",\n                                    \"numerical\": \"276\",\n                                    \"name\": \"Germany\"\n                                },\n                                {\n                                    \"text\": \"Ghana\",\n                                    \"value\": \"Ghana\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GH\",\n                                    \"alpha3\": \"GHA\",\n                                    \"numerical\": \"288\",\n                                    \"name\": \"Ghana\"\n                                },\n                                {\n                                    \"text\": \"Gibraltar\",\n                                    \"value\": \"Gibraltar\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GI\",\n                                    \"alpha3\": \"GIB\",\n                                    \"numerical\": \"292\",\n                                    \"name\": \"Gibraltar\"\n                                },\n                                {\n                                    \"text\": \"Greece\",\n                                    \"value\": \"Greece\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GR\",\n                                    \"alpha3\": \"GRC\",\n                                    \"numerical\": \"300\",\n                                    \"name\": \"Greece\"\n                                },\n                                {\n                                    \"text\": \"Greenland\",\n                                    \"value\": \"Greenland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GL\",\n                                    \"alpha3\": \"GRL\",\n                                    \"numerical\": \"304\",\n                                    \"name\": \"Greenland\"\n                                },\n                                {\n                                    \"text\": \"Grenada\",\n                                    \"value\": \"Grenada\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GD\",\n                                    \"alpha3\": \"GRD\",\n                                    \"numerical\": \"308\",\n                                    \"name\": \"Grenada\"\n                                },\n                                {\n                                    \"text\": \"Guadeloupe\",\n                                    \"value\": \"Guadeloupe\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GP\",\n                                    \"alpha3\": \"GLP\",\n                                    \"numerical\": \"312\",\n                                    \"name\": \"Guadeloupe\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"Guam\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"alpha3\": \"GUM\",\n                                    \"numerical\": \"316\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Guatemala\",\n                                    \"value\": \"Guatemala\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GT\",\n                                    \"alpha3\": \"GTM\",\n                                    \"numerical\": \"320\",\n                                    \"name\": \"Guatemala\"\n                                },\n                                {\n                                    \"text\": \"Guernsey\",\n                                    \"value\": \"Guernsey\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GG\",\n                                    \"alpha3\": \"GGY\",\n                                    \"numerical\": \"831\",\n                                    \"name\": \"Guernsey\"\n                                },\n                                {\n                                    \"text\": \"Guinea\",\n                                    \"value\": \"Guinea\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GN\",\n                                    \"alpha3\": \"GIN\",\n                                    \"numerical\": \"324\",\n                                    \"name\": \"Guinea\"\n                                },\n                                {\n                                    \"text\": \"Guinea-Bissau\",\n                                    \"value\": \"Guinea-Bissau\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GW\",\n                                    \"alpha3\": \"GNB\",\n                                    \"numerical\": \"624\",\n                                    \"name\": \"Guinea-Bissau\"\n                                },\n                                {\n                                    \"text\": \"Guyana\",\n                                    \"value\": \"Guyana\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GY\",\n                                    \"alpha3\": \"GUY\",\n                                    \"numerical\": \"328\",\n                                    \"name\": \"Guyana\"\n                                },\n                                {\n                                    \"text\": \"Haiti\",\n                                    \"value\": \"Haiti\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HT\",\n                                    \"alpha3\": \"HTI\",\n                                    \"numerical\": \"332\",\n                                    \"name\": \"Haiti\"\n                                },\n                                {\n                                    \"text\": \"Heard Island and McDonald Islands\",\n                                    \"value\": \"Heard Island and McDonald Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HM\",\n                                    \"alpha3\": \"HMD\",\n                                    \"numerical\": \"334\",\n                                    \"name\": \"Heard Island and McDonald Islands\"\n                                },\n                                {\n                                    \"text\": \"Holy See (Vatican City State)\",\n                                    \"value\": \"Holy See (Vatican City State)\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"alpha3\": \"VAT\",\n                                    \"numerical\": \"336\",\n                                    \"name\": \"Holy See (Vatican City State)\"\n                                },\n                                {\n                                    \"text\": \"Honduras\",\n                                    \"value\": \"Honduras\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HN\",\n                                    \"alpha3\": \"HND\",\n                                    \"numerical\": \"340\",\n                                    \"name\": \"Honduras\"\n                                },\n                                {\n                                    \"text\": \"Hong Kong\",\n                                    \"value\": \"Hong Kong\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HK\",\n                                    \"alpha3\": \"HKG\",\n                                    \"numerical\": \"344\",\n                                    \"name\": \"Hong Kong\"\n                                },\n                                {\n                                    \"text\": \"Hungary\",\n                                    \"value\": \"Hungary\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HU\",\n                                    \"alpha3\": \"HUN\",\n                                    \"numerical\": \"348\",\n                                    \"name\": \"Hungary\"\n                                },\n                                {\n                                    \"text\": \"Iceland\",\n                                    \"value\": \"Iceland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IS\",\n                                    \"alpha3\": \"ISL\",\n                                    \"numerical\": \"352\",\n                                    \"name\": \"Iceland\"\n                                },\n                                {\n                                    \"text\": \"India\",\n                                    \"value\": \"India\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"alpha3\": \"IND\",\n                                    \"numerical\": \"356\",\n                                    \"name\": \"India\"\n                                },\n                                {\n                                    \"text\": \"Indonesia\",\n                                    \"value\": \"Indonesia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"alpha3\": \"IDN\",\n                                    \"numerical\": \"360\",\n                                    \"name\": \"Indonesia\"\n                                },\n                                {\n                                    \"text\": \"Iran,Islamic Republic of\",\n                                    \"value\": \"Iran,Islamic Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IR\",\n                                    \"alpha3\": \"IRN\",\n                                    \"numerical\": \"364\",\n                                    \"name\": \"Iran,Islamic Republic of\"\n                                },\n                                {\n                                    \"text\": \"Iraq\",\n                                    \"value\": \"Iraq\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IQ\",\n                                    \"alpha3\": \"IRQ\",\n                                    \"numerical\": \"368\",\n                                    \"name\": \"Iraq\"\n                                },\n                                {\n                                    \"text\": \"Ireland\",\n                                    \"value\": \"Ireland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IE\",\n                                    \"alpha3\": \"IRL\",\n                                    \"numerical\": \"372\",\n                                    \"name\": \"Ireland\"\n                                },\n                                {\n                                    \"text\": \"Isle of Man\",\n                                    \"value\": \"Isle of Man\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IM\",\n                                    \"alpha3\": \"IMN\",\n                                    \"numerical\": \"833\",\n                                    \"name\": \"Isle of Man\"\n                                },\n                                {\n                                    \"text\": \"Israel\",\n                                    \"value\": \"Israel\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"alpha3\": \"ISR\",\n                                    \"numerical\": \"376\",\n                                    \"name\": \"Israel\"\n                                },\n                                {\n                                    \"text\": \"Italy\",\n                                    \"value\": \"Italy\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IT\",\n                                    \"alpha3\": \"ITA\",\n                                    \"numerical\": \"380\",\n                                    \"name\": \"Italy\"\n                                },\n                                {\n                                    \"text\": \"Jamaica\",\n                                    \"value\": \"Jamaica\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JM\",\n                                    \"alpha3\": \"JAM\",\n                                    \"numerical\": \"388\",\n                                    \"name\": \"Jamaica\"\n                                },\n                                {\n                                    \"text\": \"Japan\",\n                                    \"value\": \"Japan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JP\",\n                                    \"alpha3\": \"JPN\",\n                                    \"numerical\": \"392\",\n                                    \"name\": \"Japan\"\n                                },\n                                {\n                                    \"text\": \"Jersey\",\n                                    \"value\": \"Jersey\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JE\",\n                                    \"alpha3\": \"JEY\",\n                                    \"numerical\": \"832\",\n                                    \"name\": \"Jersey\"\n                                },\n                                {\n                                    \"text\": \"Jordan\",\n                                    \"value\": \"Jordan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JO\",\n                                    \"alpha3\": \"JOR\",\n                                    \"numerical\": \"400\",\n                                    \"name\": \"Jordan\"\n                                },\n                                {\n                                    \"text\": \"Kazakhstan\",\n                                    \"value\": \"Kazakhstan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KZ\",\n                                    \"alpha3\": \"KAZ\",\n                                    \"numerical\": \"398\",\n                                    \"name\": \"Kazakhstan\"\n                                },\n                                {\n                                    \"text\": \"Kenya\",\n                                    \"value\": \"Kenya\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KE\",\n                                    \"alpha3\": \"KEN\",\n                                    \"numerical\": \"404\",\n                                    \"name\": \"Kenya\"\n                                },\n                                {\n                                    \"text\": \"Kiribati\",\n                                    \"value\": \"Kiribati\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KI\",\n                                    \"alpha3\": \"KIR\",\n                                    \"numerical\": \"296\",\n                                    \"name\": \"Kiribati\"\n                                },\n                                {\n                                    \"text\": \"Korea,Democratic People's Republic of\",\n                                    \"value\": \"Korea,Democratic People's Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KP\",\n                                    \"alpha3\": \"PRK\",\n                                    \"numerical\": \"408\",\n                                    \"name\": \"Korea,Democratic People's Republic of\"\n                                },\n                                {\n                                    \"text\": \"Korea,Republic of\",\n                                    \"value\": \"Korea,Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KR\",\n                                    \"alpha3\": \"KOR\",\n                                    \"numerical\": \"410\",\n                                    \"name\": \"Korea,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kosovo,Republic of\",\n                                    \"value\": \"Kosovo,Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"XK\",\n                                    \"alpha3\": \"XKK\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Kosovo,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kuwait\",\n                                    \"value\": \"Kuwait\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KW\",\n                                    \"alpha3\": \"KWT\",\n                                    \"numerical\": \"414\",\n                                    \"name\": \"Kuwait\"\n                                },\n                                {\n                                    \"text\": \"Kyrgyzstan\",\n                                    \"value\": \"Kyrgyzstan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KG\",\n                                    \"alpha3\": \"KGZ\",\n                                    \"numerical\": \"417\",\n                                    \"name\": \"Kyrgyzstan\"\n                                },\n                                {\n                                    \"text\": \"Lao People's Democratic Republic\",\n                                    \"value\": \"Lao People's Democratic Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"alpha3\": \"LAO\",\n                                    \"numerical\": \"418\",\n                                    \"name\": \"Lao People's Democratic Republic\"\n                                },\n                                {\n                                    \"text\": \"Latvia\",\n                                    \"value\": \"Latvia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LV\",\n                                    \"alpha3\": \"LVA\",\n                                    \"numerical\": \"428\",\n                                    \"name\": \"Latvia\"\n                                },\n                                {\n                                    \"text\": \"Lebanon\",\n                                    \"value\": \"Lebanon\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LB\",\n                                    \"alpha3\": \"LBN\",\n                                    \"numerical\": \"422\",\n                                    \"name\": \"Lebanon\"\n                                },\n                                {\n                                    \"text\": \"Lesotho\",\n                                    \"value\": \"Lesotho\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LS\",\n                                    \"alpha3\": \"LSO\",\n                                    \"numerical\": \"426\",\n                                    \"name\": \"Lesotho\"\n                                },\n                                {\n                                    \"text\": \"Liberia\",\n                                    \"value\": \"Liberia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LR\",\n                                    \"alpha3\": \"LBR\",\n                                    \"numerical\": \"430\",\n                                    \"name\": \"Liberia\"\n                                },\n                                {\n                                    \"text\": \"Libya\",\n                                    \"value\": \"Libya\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LY\",\n                                    \"alpha3\": \"LBY\",\n                                    \"numerical\": \"434\",\n                                    \"name\": \"Libya\"\n                                },\n                                {\n                                    \"text\": \"Liechtenstein\",\n                                    \"value\": \"Liechtenstein\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LI\",\n                                    \"alpha3\": \"LIE\",\n                                    \"numerical\": \"438\",\n                                    \"name\": \"Liechtenstein\"\n                                },\n                                {\n                                    \"text\": \"Lithuania\",\n                                    \"value\": \"Lithuania\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LT\",\n                                    \"alpha3\": \"LTU\",\n                                    \"numerical\": \"440\",\n                                    \"name\": \"Lithuania\"\n                                },\n                                {\n                                    \"text\": \"Luxembourg\",\n                                    \"value\": \"Luxembourg\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LU\",\n                                    \"alpha3\": \"LUX\",\n                                    \"numerical\": \"442\",\n                                    \"name\": \"Luxembourg\"\n                                },\n                                {\n                                    \"text\": \"Macao\",\n                                    \"value\": \"Macao\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"alpha3\": \"MAC\",\n                                    \"numerical\": \"446\",\n                                    \"name\": \"Macao\"\n                                },\n                                {\n                                    \"text\": \"North Macedonia\",\n                                    \"value\": \"North Macedonia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MK\",\n                                    \"alpha3\": \"MKD\",\n                                    \"numerical\": \"807\",\n                                    \"name\": \"North Macedonia\"\n                                },\n                                {\n                                    \"text\": \"Madagascar\",\n                                    \"value\": \"Madagascar\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MG\",\n                                    \"alpha3\": \"MDG\",\n                                    \"numerical\": \"450\",\n                                    \"name\": \"Madagascar\"\n                                },\n                                {\n                                    \"text\": \"Malawi\",\n                                    \"value\": \"Malawi\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MW\",\n                                    \"alpha3\": \"MWI\",\n                                    \"numerical\": \"454\",\n                                    \"name\": \"Malawi\"\n                                },\n                                {\n                                    \"text\": \"Malaysia\",\n                                    \"value\": \"Malaysia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MY\",\n                                    \"alpha3\": \"MYS\",\n                                    \"numerical\": \"458\",\n                                    \"name\": \"Malaysia\"\n                                },\n                                {\n                                    \"text\": \"Maldives\",\n                                    \"value\": \"Maldives\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MV\",\n                                    \"alpha3\": \"MDV\",\n                                    \"numerical\": \"462\",\n                                    \"name\": \"Maldives\"\n                                },\n                                {\n                                    \"text\": \"Mali\",\n                                    \"value\": \"Mali\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ML\",\n                                    \"alpha3\": \"MLI\",\n                                    \"numerical\": \"466\",\n                                    \"name\": \"Mali\"\n                                },\n                                {\n                                    \"text\": \"Malta\",\n                                    \"value\": \"Malta\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"alpha3\": \"MLT\",\n                                    \"numerical\": \"470\",\n                                    \"name\": \"Malta\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"Marshall Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"alpha3\": \"MHL\",\n                                    \"numerical\": \"584\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Martinique\",\n                                    \"value\": \"Martinique\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MQ\",\n                                    \"alpha3\": \"MTQ\",\n                                    \"numerical\": \"474\",\n                                    \"name\": \"Martinique\"\n                                },\n                                {\n                                    \"text\": \"Mauritania\",\n                                    \"value\": \"Mauritania\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MR\",\n                                    \"alpha3\": \"MRT\",\n                                    \"numerical\": \"478\",\n                                    \"name\": \"Mauritania\"\n                                },\n                                {\n                                    \"text\": \"Mauritius\",\n                                    \"value\": \"Mauritius\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MU\",\n                                    \"alpha3\": \"MUS\",\n                                    \"numerical\": \"480\",\n                                    \"name\": \"Mauritius\"\n                                },\n                                {\n                                    \"text\": \"Mayotte\",\n                                    \"value\": \"Mayotte\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YT\",\n                                    \"alpha3\": \"MYT\",\n                                    \"numerical\": \"175\",\n                                    \"name\": \"Mayotte\"\n                                },\n                                {\n                                    \"text\": \"Mexico\",\n                                    \"value\": \"Mexico\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MX\",\n                                    \"alpha3\": \"MEX\",\n                                    \"numerical\": \"484\",\n                                    \"name\": \"Mexico\"\n                                },\n                                {\n                                    \"text\": \"Micronesia,Federated States of\",\n                                    \"value\": \"Micronesia,Federated States of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"alpha3\": \"FSM\",\n                                    \"numerical\": \"583\",\n                                    \"name\": \"Micronesia,Federated States of\"\n                                },\n                                {\n                                    \"text\": \"Moldova,Republic of\",\n                                    \"value\": \"Moldova,Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"alpha3\": \"MDA\",\n                                    \"numerical\": \"498\",\n                                    \"name\": \"Moldova,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Monaco\",\n                                    \"value\": \"Monaco\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MC\",\n                                    \"alpha3\": \"MCO\",\n                                    \"numerical\": \"492\",\n                                    \"name\": \"Monaco\"\n                                },\n                                {\n                                    \"text\": \"Mongolia\",\n                                    \"value\": \"Mongolia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"alpha3\": \"MNG\",\n                                    \"numerical\": \"496\",\n                                    \"name\": \"Mongolia\"\n                                },\n                                {\n                                    \"text\": \"Montenegro\",\n                                    \"value\": \"Montenegro\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"alpha3\": \"MNE\",\n                                    \"numerical\": \"499\",\n                                    \"name\": \"Montenegro\"\n                                },\n                                {\n                                    \"text\": \"Montserrat\",\n                                    \"value\": \"Montserrat\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"alpha3\": \"MSR\",\n                                    \"numerical\": \"500\",\n                                    \"name\": \"Montserrat\"\n                                },\n                                {\n                                    \"text\": \"Morocco\",\n                                    \"value\": \"Morocco\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"alpha3\": \"MAR\",\n                                    \"numerical\": \"504\",\n                                    \"name\": \"Morocco\"\n                                },\n                                {\n                                    \"text\": \"Mozambique\",\n                                    \"value\": \"Mozambique\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MZ\",\n                                    \"alpha3\": \"MOZ\",\n                                    \"numerical\": \"508\",\n                                    \"name\": \"Mozambique\"\n                                },\n                                {\n                                    \"text\": \"Myanmar\",\n                                    \"value\": \"Myanmar\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MM\",\n                                    \"alpha3\": \"MMR\",\n                                    \"numerical\": \"104\",\n                                    \"name\": \"Myanmar\"\n                                },\n                                {\n                                    \"text\": \"Namibia\",\n                                    \"value\": \"Namibia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NA\",\n                                    \"alpha3\": \"NAM\",\n                                    \"numerical\": \"516\",\n                                    \"name\": \"Namibia\"\n                                },\n                                {\n                                    \"text\": \"Nauru\",\n                                    \"value\": \"Nauru\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NR\",\n                                    \"alpha3\": \"NRU\",\n                                    \"numerical\": \"520\",\n                                    \"name\": \"Nauru\"\n                                },\n                                {\n                                    \"text\": \"Nepal\",\n                                    \"value\": \"Nepal\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NP\",\n                                    \"alpha3\": \"NPL\",\n                                    \"numerical\": \"524\",\n                                    \"name\": \"Nepal\"\n                                },\n                                {\n                                    \"text\": \"Netherlands\",\n                                    \"value\": \"Netherlands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NL\",\n                                    \"alpha3\": \"NLD\",\n                                    \"numerical\": \"528\",\n                                    \"name\": \"Netherlands\"\n                                },\n                                {\n                                    \"text\": \"New Caledonia\",\n                                    \"value\": \"New Caledonia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"alpha3\": \"NCL\",\n                                    \"numerical\": \"540\",\n                                    \"name\": \"New Caledonia\"\n                                },\n                                {\n                                    \"text\": \"New Zealand\",\n                                    \"value\": \"New Zealand\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NZ\",\n                                    \"alpha3\": \"NZL\",\n                                    \"numerical\": \"554\",\n                                    \"name\": \"New Zealand\"\n                                },\n                                {\n                                    \"text\": \"Nicaragua\",\n                                    \"value\": \"Nicaragua\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NI\",\n                                    \"alpha3\": \"NIC\",\n                                    \"numerical\": \"558\",\n                                    \"name\": \"Nicaragua\"\n                                },\n                                {\n                                    \"text\": \"Niger\",\n                                    \"value\": \"Niger\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"alpha3\": \"NER\",\n                                    \"numerical\": \"562\",\n                                    \"name\": \"Niger\"\n                                },\n                                {\n                                    \"text\": \"Nigeria\",\n                                    \"value\": \"Nigeria\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NG\",\n                                    \"alpha3\": \"NGA\",\n                                    \"numerical\": \"566\",\n                                    \"name\": \"Nigeria\"\n                                },\n                                {\n                                    \"text\": \"Niue\",\n                                    \"value\": \"Niue\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NU\",\n                                    \"alpha3\": \"NIU\",\n                                    \"numerical\": \"570\",\n                                    \"name\": \"Niue\"\n                                },\n                                {\n                                    \"text\": \"Norfolk Island\",\n                                    \"value\": \"Norfolk Island\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NF\",\n                                    \"alpha3\": \"NFK\",\n                                    \"numerical\": \"574\",\n                                    \"name\": \"Norfolk Island\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"Northern Mariana Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"alpha3\": \"MNP\",\n                                    \"numerical\": \"580\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Norway\",\n                                    \"value\": \"Norway\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NO\",\n                                    \"alpha3\": \"NOR\",\n                                    \"numerical\": \"578\",\n                                    \"name\": \"Norway\"\n                                },\n                                {\n                                    \"text\": \"Oman\",\n                                    \"value\": \"Oman\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OM\",\n                                    \"alpha3\": \"OMN\",\n                                    \"numerical\": \"512\",\n                                    \"name\": \"Oman\"\n                                },\n                                {\n                                    \"text\": \"Pakistan\",\n                                    \"value\": \"Pakistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PK\",\n                                    \"alpha3\": \"PAK\",\n                                    \"numerical\": \"586\",\n                                    \"name\": \"Pakistan\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"Palau\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"alpha3\": \"PLW\",\n                                    \"numerical\": \"585\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Palestine,State of\",\n                                    \"value\": \"Palestine,State of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PS\",\n                                    \"alpha3\": \"PSE\",\n                                    \"numerical\": \"275\",\n                                    \"name\": \"Palestine,State of\"\n                                },\n                                {\n                                    \"text\": \"Panama\",\n                                    \"value\": \"Panama\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"alpha3\": \"PAN\",\n                                    \"numerical\": \"591\",\n                                    \"name\": \"Panama\"\n                                },\n                                {\n                                    \"text\": \"Papua New Guinea\",\n                                    \"value\": \"Papua New Guinea\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PG\",\n                                    \"alpha3\": \"PNG\",\n                                    \"numerical\": \"598\",\n                                    \"name\": \"Papua New Guinea\"\n                                },\n                                {\n                                    \"text\": \"Paraguay\",\n                                    \"value\": \"Paraguay\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PY\",\n                                    \"alpha3\": \"PRY\",\n                                    \"numerical\": \"600\",\n                                    \"name\": \"Paraguay\"\n                                },\n                                {\n                                    \"text\": \"Peru\",\n                                    \"value\": \"Peru\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PE\",\n                                    \"alpha3\": \"PER\",\n                                    \"numerical\": \"604\",\n                                    \"name\": \"Peru\"\n                                },\n                                {\n                                    \"text\": \"Philippines\",\n                                    \"value\": \"Philippines\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PH\",\n                                    \"alpha3\": \"PHL\",\n                                    \"numerical\": \"608\",\n                                    \"name\": \"Philippines\"\n                                },\n                                {\n                                    \"text\": \"Pitcairn\",\n                                    \"value\": \"Pitcairn\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PN\",\n                                    \"alpha3\": \"PCN\",\n                                    \"numerical\": \"612\",\n                                    \"name\": \"Pitcairn\"\n                                },\n                                {\n                                    \"text\": \"Poland\",\n                                    \"value\": \"Poland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PL\",\n                                    \"alpha3\": \"POL\",\n                                    \"numerical\": \"616\",\n                                    \"name\": \"Poland\"\n                                },\n                                {\n                                    \"text\": \"Portugal\",\n                                    \"value\": \"Portugal\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PT\",\n                                    \"alpha3\": \"PRT\",\n                                    \"numerical\": \"620\",\n                                    \"name\": \"Portugal\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"Puerto Rico\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"alpha3\": \"PRI\",\n                                    \"numerical\": \"630\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Qatar\",\n                                    \"value\": \"Qatar\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"QA\",\n                                    \"alpha3\": \"QAT\",\n                                    \"numerical\": \"634\",\n                                    \"name\": \"Qatar\"\n                                },\n                                {\n                                    \"text\": \"Réunion\",\n                                    \"value\": \"Réunion\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RE\",\n                                    \"alpha3\": \"REU\",\n                                    \"numerical\": \"638\",\n                                    \"name\": \"Réunion\"\n                                },\n                                {\n                                    \"text\": \"Romania\",\n                                    \"value\": \"Romania\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RO\",\n                                    \"alpha3\": \"ROU\",\n                                    \"numerical\": \"642\",\n                                    \"name\": \"Romania\"\n                                },\n                                {\n                                    \"text\": \"Russian Federation\",\n                                    \"value\": \"Russian Federation\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RU\",\n                                    \"alpha3\": \"RUS\",\n                                    \"numerical\": \"643\",\n                                    \"name\": \"Russian Federation\"\n                                },\n                                {\n                                    \"text\": \"Rwanda\",\n                                    \"value\": \"Rwanda\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RW\",\n                                    \"alpha3\": \"RWA\",\n                                    \"numerical\": \"646\",\n                                    \"name\": \"Rwanda\"\n                                },\n                                {\n                                    \"text\": \"Saint Barthélemy\",\n                                    \"value\": \"Saint Barthélemy\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BL\",\n                                    \"alpha3\": \"BLM\",\n                                    \"numerical\": \"652\",\n                                    \"name\": \"Saint Barthélemy\"\n                                },\n                                {\n                                    \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"value\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SH\",\n                                    \"alpha3\": \"SHN\",\n                                    \"numerical\": \"654\",\n                                    \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                },\n                                {\n                                    \"text\": \"Saint Kitts and Nevis\",\n                                    \"value\": \"Saint Kitts and Nevis\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KN\",\n                                    \"alpha3\": \"KNA\",\n                                    \"numerical\": \"659\",\n                                    \"name\": \"Saint Kitts and Nevis\"\n                                },\n                                {\n                                    \"text\": \"Saint Lucia\",\n                                    \"value\": \"Saint Lucia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LC\",\n                                    \"alpha3\": \"LCA\",\n                                    \"numerical\": \"662\",\n                                    \"name\": \"Saint Lucia\"\n                                },\n                                {\n                                    \"text\": \"Saint Martin (French part)\",\n                                    \"value\": \"Saint Martin (French part)\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MF\",\n                                    \"alpha3\": \"MAF\",\n                                    \"numerical\": \"663\",\n                                    \"name\": \"Saint Martin (French part)\"\n                                },\n                                {\n                                    \"text\": \"Saint Pierre and Miquelon\",\n                                    \"value\": \"Saint Pierre and Miquelon\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PM\",\n                                    \"alpha3\": \"SPM\",\n                                    \"numerical\": \"666\",\n                                    \"name\": \"Saint Pierre and Miquelon\"\n                                },\n                                {\n                                    \"text\": \"Saint Vincent and the Grenadines\",\n                                    \"value\": \"Saint Vincent and the Grenadines\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VC\",\n                                    \"alpha3\": \"VCT\",\n                                    \"numerical\": \"670\",\n                                    \"name\": \"Saint Vincent and the Grenadines\"\n                                },\n                                {\n                                    \"text\": \"Samoa\",\n                                    \"value\": \"Samoa\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WS\",\n                                    \"alpha3\": \"WSM\",\n                                    \"numerical\": \"882\",\n                                    \"name\": \"Samoa\"\n                                },\n                                {\n                                    \"text\": \"San Marino\",\n                                    \"value\": \"San Marino\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SM\",\n                                    \"alpha3\": \"SMR\",\n                                    \"numerical\": \"674\",\n                                    \"name\": \"San Marino\"\n                                },\n                                {\n                                    \"text\": \"Sao Tome and Principe\",\n                                    \"value\": \"Sao Tome and Principe\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ST\",\n                                    \"alpha3\": \"STP\",\n                                    \"numerical\": \"678\",\n                                    \"name\": \"Sao Tome and Principe\"\n                                },\n                                {\n                                    \"text\": \"Saudi Arabia\",\n                                    \"value\": \"Saudi Arabia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SA\",\n                                    \"alpha3\": \"SAU\",\n                                    \"numerical\": \"682\",\n                                    \"name\": \"Saudi Arabia\"\n                                },\n                                {\n                                    \"text\": \"Senegal\",\n                                    \"value\": \"Senegal\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SN\",\n                                    \"alpha3\": \"SEN\",\n                                    \"numerical\": \"686\",\n                                    \"name\": \"Senegal\"\n                                },\n                                {\n                                    \"text\": \"Serbia\",\n                                    \"value\": \"Serbia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RS\",\n                                    \"alpha3\": \"SRB\",\n                                    \"numerical\": \"688\",\n                                    \"name\": \"Serbia\"\n                                },\n                                {\n                                    \"text\": \"Seychelles\",\n                                    \"value\": \"Seychelles\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"alpha3\": \"SYC\",\n                                    \"numerical\": \"690\",\n                                    \"name\": \"Seychelles\"\n                                },\n                                {\n                                    \"text\": \"Sierra Leone\",\n                                    \"value\": \"Sierra Leone\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SL\",\n                                    \"alpha3\": \"SLE\",\n                                    \"numerical\": \"694\",\n                                    \"name\": \"Sierra Leone\"\n                                },\n                                {\n                                    \"text\": \"Singapore\",\n                                    \"value\": \"Singapore\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SG\",\n                                    \"alpha3\": \"SGP\",\n                                    \"numerical\": \"702\",\n                                    \"name\": \"Singapore\"\n                                },\n                                {\n                                    \"text\": \"Sint Maarten (Dutch part)\",\n                                    \"value\": \"Sint Maarten (Dutch part)\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SX\",\n                                    \"alpha3\": \"SXM\",\n                                    \"numerical\": \"534\",\n                                    \"name\": \"Sint Maarten (Dutch part)\"\n                                },\n                                {\n                                    \"text\": \"Slovakia\",\n                                    \"value\": \"Slovakia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SK\",\n                                    \"alpha3\": \"SVK\",\n                                    \"numerical\": \"703\",\n                                    \"name\": \"Slovakia\"\n                                },\n                                {\n                                    \"text\": \"Slovenia\",\n                                    \"value\": \"Slovenia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SI\",\n                                    \"alpha3\": \"SVN\",\n                                    \"numerical\": \"705\",\n                                    \"name\": \"Slovenia\"\n                                },\n                                {\n                                    \"text\": \"Solomon Islands\",\n                                    \"value\": \"Solomon Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SB\",\n                                    \"alpha3\": \"SLB\",\n                                    \"numerical\": \"090\",\n                                    \"name\": \"Solomon Islands\"\n                                },\n                                {\n                                    \"text\": \"Somalia\",\n                                    \"value\": \"Somalia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SO\",\n                                    \"alpha3\": \"SOM\",\n                                    \"numerical\": \"706\",\n                                    \"name\": \"Somalia\"\n                                },\n                                {\n                                    \"text\": \"South Africa\",\n                                    \"value\": \"South Africa\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZA\",\n                                    \"alpha3\": \"ZAF\",\n                                    \"numerical\": \"710\",\n                                    \"name\": \"South Africa\"\n                                },\n                                {\n                                    \"text\": \"South Georgia and the South Sandwich Islands\",\n                                    \"value\": \"South Georgia and the South Sandwich Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GS\",\n                                    \"alpha3\": \"SGS\",\n                                    \"numerical\": \"239\",\n                                    \"name\": \"South Georgia and the South Sandwich Islands\"\n                                },\n                                {\n                                    \"text\": \"South Sudan\",\n                                    \"value\": \"South Sudan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SS\",\n                                    \"alpha3\": \"SSD\",\n                                    \"numerical\": \"728\",\n                                    \"name\": \"South Sudan\"\n                                },\n                                {\n                                    \"text\": \"Spain\",\n                                    \"value\": \"Spain\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ES\",\n                                    \"alpha3\": \"ESP\",\n                                    \"numerical\": \"724\",\n                                    \"name\": \"Spain\"\n                                },\n                                {\n                                    \"text\": \"Sri Lanka\",\n                                    \"value\": \"Sri Lanka\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LK\",\n                                    \"alpha3\": \"LKA\",\n                                    \"numerical\": \"144\",\n                                    \"name\": \"Sri Lanka\"\n                                },\n                                {\n                                    \"text\": \"Sudan\",\n                                    \"value\": \"Sudan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"alpha3\": \"SDN\",\n                                    \"numerical\": \"729\",\n                                    \"name\": \"Sudan\"\n                                },\n                                {\n                                    \"text\": \"Suriname\",\n                                    \"value\": \"Suriname\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SR\",\n                                    \"alpha3\": \"SUR\",\n                                    \"numerical\": \"740\",\n                                    \"name\": \"Suriname\"\n                                },\n                                {\n                                    \"text\": \"Svalbard and Jan Mayen\",\n                                    \"value\": \"Svalbard and Jan Mayen\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SJ\",\n                                    \"alpha3\": \"SJM\",\n                                    \"numerical\": \"744\",\n                                    \"name\": \"Svalbard and Jan Mayen\"\n                                },\n                                {\n                                    \"text\": \"Eswatini\",\n                                    \"value\": \"Eswatini\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SZ\",\n                                    \"alpha3\": \"SWZ\",\n                                    \"numerical\": \"748\",\n                                    \"name\": \"Eswatini\"\n                                },\n                                {\n                                    \"text\": \"Sweden\",\n                                    \"value\": \"Sweden\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SE\",\n                                    \"alpha3\": \"SWE\",\n                                    \"numerical\": \"752\",\n                                    \"name\": \"Sweden\"\n                                },\n                                {\n                                    \"text\": \"Switzerland\",\n                                    \"value\": \"Switzerland\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CH\",\n                                    \"alpha3\": \"CHE\",\n                                    \"numerical\": \"756\",\n                                    \"name\": \"Switzerland\"\n                                },\n                                {\n                                    \"text\": \"Syrian Arab Republic\",\n                                    \"value\": \"Syrian Arab Republic\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SY\",\n                                    \"alpha3\": \"SYR\",\n                                    \"numerical\": \"760\",\n                                    \"name\": \"Syrian Arab Republic\"\n                                },\n                                {\n                                    \"text\": \"Taiwan\",\n                                    \"value\": \"Taiwan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TW\",\n                                    \"alpha3\": \"TWN\",\n                                    \"numerical\": \"158\",\n                                    \"name\": \"Taiwan\"\n                                },\n                                {\n                                    \"text\": \"Tajikistan\",\n                                    \"value\": \"Tajikistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TJ\",\n                                    \"alpha3\": \"TJK\",\n                                    \"numerical\": \"762\",\n                                    \"name\": \"Tajikistan\"\n                                },\n                                {\n                                    \"text\": \"Tanzania,United Republic of\",\n                                    \"value\": \"Tanzania,United Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TZ\",\n                                    \"alpha3\": \"TZA\",\n                                    \"numerical\": \"834\",\n                                    \"name\": \"Tanzania,United Republic of\"\n                                },\n                                {\n                                    \"text\": \"Thailand\",\n                                    \"value\": \"Thailand\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TH\",\n                                    \"alpha3\": \"THA\",\n                                    \"numerical\": \"764\",\n                                    \"name\": \"Thailand\"\n                                },\n                                {\n                                    \"text\": \"Timor-Leste\",\n                                    \"value\": \"Timor-Leste\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TL\",\n                                    \"alpha3\": \"TLS\",\n                                    \"numerical\": \"626\",\n                                    \"name\": \"Timor-Leste\"\n                                },\n                                {\n                                    \"text\": \"Togo\",\n                                    \"value\": \"Togo\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TG\",\n                                    \"alpha3\": \"TGO\",\n                                    \"numerical\": \"768\",\n                                    \"name\": \"Togo\"\n                                },\n                                {\n                                    \"text\": \"Tokelau\",\n                                    \"value\": \"Tokelau\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TK\",\n                                    \"alpha3\": \"TKL\",\n                                    \"numerical\": \"772\",\n                                    \"name\": \"Tokelau\"\n                                },\n                                {\n                                    \"text\": \"Tonga\",\n                                    \"value\": \"Tonga\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TO\",\n                                    \"alpha3\": \"TON\",\n                                    \"numerical\": \"776\",\n                                    \"name\": \"Tonga\"\n                                },\n                                {\n                                    \"text\": \"Trinidad and Tobago\",\n                                    \"value\": \"Trinidad and Tobago\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TT\",\n                                    \"alpha3\": \"TTO\",\n                                    \"numerical\": \"780\",\n                                    \"name\": \"Trinidad and Tobago\"\n                                },\n                                {\n                                    \"text\": \"Tunisia\",\n                                    \"value\": \"Tunisia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"alpha3\": \"TUN\",\n                                    \"numerical\": \"788\",\n                                    \"name\": \"Tunisia\"\n                                },\n                                {\n                                    \"text\": \"Turkey\",\n                                    \"value\": \"Turkey\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TR\",\n                                    \"alpha3\": \"TUR\",\n                                    \"numerical\": \"792\",\n                                    \"name\": \"Turkey\"\n                                },\n                                {\n                                    \"text\": \"Turkmenistan\",\n                                    \"value\": \"Turkmenistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TM\",\n                                    \"alpha3\": \"TKM\",\n                                    \"numerical\": \"795\",\n                                    \"name\": \"Turkmenistan\"\n                                },\n                                {\n                                    \"text\": \"Turks and Caicos Islands\",\n                                    \"value\": \"Turks and Caicos Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TC\",\n                                    \"alpha3\": \"TCA\",\n                                    \"numerical\": \"796\",\n                                    \"name\": \"Turks and Caicos Islands\"\n                                },\n                                {\n                                    \"text\": \"Tuvalu\",\n                                    \"value\": \"Tuvalu\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TV\",\n                                    \"alpha3\": \"TUV\",\n                                    \"numerical\": \"798\",\n                                    \"name\": \"Tuvalu\"\n                                },\n                                {\n                                    \"text\": \"Uganda\",\n                                    \"value\": \"Uganda\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UG\",\n                                    \"alpha3\": \"UGA\",\n                                    \"numerical\": \"800\",\n                                    \"name\": \"Uganda\"\n                                },\n                                {\n                                    \"text\": \"Ukraine\",\n                                    \"value\": \"Ukraine\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UA\",\n                                    \"alpha3\": \"UKR\",\n                                    \"numerical\": \"804\",\n                                    \"name\": \"Ukraine\"\n                                },\n                                {\n                                    \"text\": \"United Arab Emirates\",\n                                    \"value\": \"United Arab Emirates\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"alpha3\": \"ARE\",\n                                    \"numerical\": \"784\",\n                                    \"name\": \"United Arab Emirates\"\n                                },\n                                {\n                                    \"text\": \"United Kingdom\",\n                                    \"value\": \"United Kingdom\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GB\",\n                                    \"alpha3\": \"GBR\",\n                                    \"numerical\": \"826\",\n                                    \"name\": \"United Kingdom\"\n                                },\n                                {\n                                    \"text\": \"United States Minor Outlying Islands\",\n                                    \"value\": \"United States Minor Outlying Islands\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"alpha3\": \"UMI\",\n                                    \"numerical\": \"581\",\n                                    \"name\": \"United States Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Uruguay\",\n                                    \"value\": \"Uruguay\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UY\",\n                                    \"alpha3\": \"URY\",\n                                    \"numerical\": \"858\",\n                                    \"name\": \"Uruguay\"\n                                },\n                                {\n                                    \"text\": \"Uzbekistan\",\n                                    \"value\": \"Uzbekistan\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UZ\",\n                                    \"alpha3\": \"UZB\",\n                                    \"numerical\": \"860\",\n                                    \"name\": \"Uzbekistan\"\n                                },\n                                {\n                                    \"text\": \"Vanuatu\",\n                                    \"value\": \"Vanuatu\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VU\",\n                                    \"alpha3\": \"VUT\",\n                                    \"numerical\": \"548\",\n                                    \"name\": \"Vanuatu\"\n                                },\n                                {\n                                    \"text\": \"Venezuela,Bolivarian Republic of\",\n                                    \"value\": \"Venezuela,Bolivarian Republic of\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VE\",\n                                    \"alpha3\": \"VEN\",\n                                    \"numerical\": \"862\",\n                                    \"name\": \"Venezuela,Bolivarian Republic of\"\n                                },\n                                {\n                                    \"text\": \"Viet Nam\",\n                                    \"value\": \"Viet Nam\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VN\",\n                                    \"alpha3\": \"VNM\",\n                                    \"numerical\": \"704\",\n                                    \"name\": \"Viet Nam\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,British\",\n                                    \"value\": \"Virgin Islands,British\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VG\",\n                                    \"alpha3\": \"VGB\",\n                                    \"numerical\": \"092\",\n                                    \"name\": \"Virgin Islands,British\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,U.S.\",\n                                    \"value\": \"Virgin Islands,U.S.\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"alpha3\": \"VIR\",\n                                    \"numerical\": \"850\",\n                                    \"name\": \"Virgin Islands,U.S.\"\n                                },\n                                {\n                                    \"text\": \"Wallis and Futuna\",\n                                    \"value\": \"Wallis and Futuna\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WF\",\n                                    \"alpha3\": \"WLF\",\n                                    \"numerical\": \"876\",\n                                    \"name\": \"Wallis and Futuna\"\n                                },\n                                {\n                                    \"text\": \"Western Sahara\",\n                                    \"value\": \"Western Sahara\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EH\",\n                                    \"alpha3\": \"ESH\",\n                                    \"numerical\": \"732\",\n                                    \"name\": \"Western Sahara\"\n                                },\n                                {\n                                    \"text\": \"Yemen\",\n                                    \"value\": \"Yemen\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YE\",\n                                    \"alpha3\": \"YEM\",\n                                    \"numerical\": \"887\",\n                                    \"name\": \"Yemen\"\n                                },\n                                {\n                                    \"text\": \"Zambia\",\n                                    \"value\": \"Zambia\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZM\",\n                                    \"alpha3\": \"ZMB\",\n                                    \"numerical\": \"894\",\n                                    \"name\": \"Zambia\"\n                                },\n                                {\n                                    \"text\": \"Zimbabwe\",\n                                    \"value\": \"Zimbabwe\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZW\",\n                                    \"alpha3\": \"ZWE\",\n                                    \"numerical\": \"895\",\n                                    \"name\": \"Zimbabwe\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 1\",\n                            \"name\": \"user-education-colleges-street_1\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 2\",\n                            \"name\": \"user-education-colleges-street_2\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"City\",\n                            \"name\": \"user-education-colleges-city\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"State\",\n                            \"name\": \"user-education-colleges-state\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.state\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha2\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Alabama\",\n                                    \"value\": \"AL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"name\": \"Alabama\"\n                                },\n                                {\n                                    \"text\": \"Alaska\",\n                                    \"value\": \"AK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AK\",\n                                    \"name\": \"Alaska\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"AS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Arizona\",\n                                    \"value\": \"AZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"name\": \"Arizona\"\n                                },\n                                {\n                                    \"text\": \"Arkansas\",\n                                    \"value\": \"AR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"name\": \"Arkansas\"\n                                },\n                                {\n                                    \"text\": \"California\",\n                                    \"value\": \"CA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"name\": \"California\"\n                                },\n                                {\n                                    \"text\": \"Colorado\",\n                                    \"value\": \"CO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"name\": \"Colorado\"\n                                },\n                                {\n                                    \"text\": \"Connecticut\",\n                                    \"value\": \"CT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CT\",\n                                    \"name\": \"Connecticut\"\n                                },\n                                {\n                                    \"text\": \"Delaware\",\n                                    \"value\": \"DE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"name\": \"Delaware\"\n                                },\n                                {\n                                    \"text\": \"District of Columbia\",\n                                    \"value\": \"DC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DC\",\n                                    \"name\": \"District of Columbia\"\n                                },\n                                {\n                                    \"text\": \"Federated States of Micronesia\",\n                                    \"value\": \"FM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"name\": \"Federated States of Micronesia\"\n                                },\n                                {\n                                    \"text\": \"Florida\",\n                                    \"value\": \"FL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FL\",\n                                    \"name\": \"Florida\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"GA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"GU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Hawaii\",\n                                    \"value\": \"HI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HI\",\n                                    \"name\": \"Hawaii\"\n                                },\n                                {\n                                    \"text\": \"Idaho\",\n                                    \"value\": \"ID\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"name\": \"Idaho\"\n                                },\n                                {\n                                    \"text\": \"Illinois\",\n                                    \"value\": \"IL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"name\": \"Illinois\"\n                                },\n                                {\n                                    \"text\": \"Indiana\",\n                                    \"value\": \"IN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"name\": \"Indiana\"\n                                },\n                                {\n                                    \"text\": \"Iowa\",\n                                    \"value\": \"IA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IA\",\n                                    \"name\": \"Iowa\"\n                                },\n                                {\n                                    \"text\": \"Kansas\",\n                                    \"value\": \"KS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KS\",\n                                    \"name\": \"Kansas\"\n                                },\n                                {\n                                    \"text\": \"Kentucky\",\n                                    \"value\": \"KY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"name\": \"Kentucky\"\n                                },\n                                {\n                                    \"text\": \"Louisiana\",\n                                    \"value\": \"LA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"name\": \"Louisiana\"\n                                },\n                                {\n                                    \"text\": \"Maine\",\n                                    \"value\": \"ME\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"name\": \"Maine\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"MH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Maryland\",\n                                    \"value\": \"MD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"name\": \"Maryland\"\n                                },\n                                {\n                                    \"text\": \"Massachusetts\",\n                                    \"value\": \"MA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"name\": \"Massachusetts\"\n                                },\n                                {\n                                    \"text\": \"Michigan\",\n                                    \"value\": \"MI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MI\",\n                                    \"name\": \"Michigan\"\n                                },\n                                {\n                                    \"text\": \"Minnesota\",\n                                    \"value\": \"MN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"name\": \"Minnesota\"\n                                },\n                                {\n                                    \"text\": \"Mississippi\",\n                                    \"value\": \"MS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"name\": \"Mississippi\"\n                                },\n                                {\n                                    \"text\": \"Missouri\",\n                                    \"value\": \"MO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"name\": \"Missouri\"\n                                },\n                                {\n                                    \"text\": \"Montana\",\n                                    \"value\": \"MT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"name\": \"Montana\"\n                                },\n                                {\n                                    \"text\": \"Nebraska\",\n                                    \"value\": \"NE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"name\": \"Nebraska\"\n                                },\n                                {\n                                    \"text\": \"Nevada\",\n                                    \"value\": \"NV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NV\",\n                                    \"name\": \"Nevada\"\n                                },\n                                {\n                                    \"text\": \"New Hampshire\",\n                                    \"value\": \"NH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NH\",\n                                    \"name\": \"New Hampshire\"\n                                },\n                                {\n                                    \"text\": \"New Jersey\",\n                                    \"value\": \"NJ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NJ\",\n                                    \"name\": \"New Jersey\"\n                                },\n                                {\n                                    \"text\": \"New Mexico\",\n                                    \"value\": \"NM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NM\",\n                                    \"name\": \"New Mexico\"\n                                },\n                                {\n                                    \"text\": \"New York\",\n                                    \"value\": \"NY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NY\",\n                                    \"name\": \"New York\"\n                                },\n                                {\n                                    \"text\": \"North Carolina\",\n                                    \"value\": \"NC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"name\": \"North Carolina\"\n                                },\n                                {\n                                    \"text\": \"North Dakota\",\n                                    \"value\": \"ND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ND\",\n                                    \"name\": \"North Dakota\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"MP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Ohio\",\n                                    \"value\": \"OH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OH\",\n                                    \"name\": \"Ohio\"\n                                },\n                                {\n                                    \"text\": \"Oklahoma\",\n                                    \"value\": \"OK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OK\",\n                                    \"name\": \"Oklahoma\"\n                                },\n                                {\n                                    \"text\": \"Oregon\",\n                                    \"value\": \"OR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OR\",\n                                    \"name\": \"Oregon\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"PW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Pennsylvania\",\n                                    \"value\": \"PA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"name\": \"Pennsylvania\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"PR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Rhode Island\",\n                                    \"value\": \"RI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RI\",\n                                    \"name\": \"Rhode Island\"\n                                },\n                                {\n                                    \"text\": \"South Carolina\",\n                                    \"value\": \"SC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"name\": \"South Carolina\"\n                                },\n                                {\n                                    \"text\": \"South Dakota\",\n                                    \"value\": \"SD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"name\": \"South Dakota\"\n                                },\n                                {\n                                    \"text\": \"Tennessee\",\n                                    \"value\": \"TN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"name\": \"Tennessee\"\n                                },\n                                {\n                                    \"text\": \"Texas\",\n                                    \"value\": \"TX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TX\",\n                                    \"name\": \"Texas\"\n                                },\n                                {\n                                    \"text\": \"US Minor Outlying Islands\",\n                                    \"value\": \"UM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"name\": \"US Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Utah\",\n                                    \"value\": \"UT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UT\",\n                                    \"name\": \"Utah\"\n                                },\n                                {\n                                    \"text\": \"Vermont\",\n                                    \"value\": \"VT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VT\",\n                                    \"name\": \"Vermont\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands\",\n                                    \"value\": \"VI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"name\": \"Virgin Islands\"\n                                },\n                                {\n                                    \"text\": \"Virginia\",\n                                    \"value\": \"VA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"name\": \"Virginia\"\n                                },\n                                {\n                                    \"text\": \"Washington\",\n                                    \"value\": \"WA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WA\",\n                                    \"name\": \"Washington\"\n                                },\n                                {\n                                    \"text\": \"West Virginia\",\n                                    \"value\": \"WV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WV\",\n                                    \"name\": \"West Virginia\"\n                                },\n                                {\n                                    \"text\": \"Wisconsin\",\n                                    \"value\": \"WI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WI\",\n                                    \"name\": \"Wisconsin\"\n                                },\n                                {\n                                    \"text\": \"Wyoming\",\n                                    \"value\": \"WY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WY\",\n                                    \"name\": \"Wyoming\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Europe, the Middle East, and Canada\",\n                                    \"value\": \"AE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"name\": \"Armed Forces Europe, the Middle East, and Canada\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Pacific\",\n                                    \"value\": \"AP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AP\",\n                                    \"name\": \"Armed Forces Pacific\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Americas (except Canada)\",\n                                    \"value\": \"AA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AA\",\n                                    \"name\": \"Armed Forces Americas (except Canada)\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-colleges-country\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"United States\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Province\",\n                            \"name\": \"user-education-colleges-province\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-education-colleges-country\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"United States\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"County\",\n                            \"name\": \"user-education-colleges-county\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Zip / Postal Code\",\n                            \"name\": \"user-education-colleges-zipcode\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"What is your approximate GPA?\",\n                            \"name\": \"user-education-colleges-gpa\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GPA Scale\",\n                            \"name\": \"user-education-colleges-gpa_scale\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Letter Grade (ex. A+)\",\n                                    \"value\": \"letter\"\n                                },\n                                {\n                                    \"text\": \"Percent Grade (100)\",\n                                    \"value\": \"percent\"\n                                },\n                                {\n                                    \"text\": \"4.0 Scale\",\n                                    \"value\": \"fourpoint\"\n                                },\n                                {\n                                    \"text\": \"5.0 Scale\",\n                                    \"value\": \"fivepoint\"\n                                },\n                                {\n                                    \"text\": \"11.0 Scale\",\n                                    \"value\": \"elevenpoint\"\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\"\n                                }\n                            ],\n                            \"help_text\": \"What type of GPA scale does your school use?\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"file\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript\",\n                            \"name\": \"user-education-colleges-transcript_guid\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript Type\",\n                            \"name\": \"user-education-colleges-transcript_type\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.transcript_types\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"College Transcript\",\n                                    \"value\": \"college_transcript\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Foreign Transcript\",\n                                    \"value\": \"foreign_transcript\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"GED\",\n                                    \"value\": \"ged\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"High school Transcript\",\n                                    \"value\": \"highschool_transcript\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Military Transcript\",\n                                    \"value\": \"military_transcript\",\n                                    \"checked\": false\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript Status\",\n                            \"name\": \"user-education-colleges-transcript_status\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.transcript_statuses\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Evaluated\",\n                                    \"value\": \"evaluated\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Official\",\n                                    \"value\": \"official\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Unofficial\",\n                                    \"value\": \"unofficial\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Waiver\",\n                                    \"value\": \"waived\",\n                                    \"checked\": false\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcription Date\",\n                            \"name\": \"user-education-colleges-transcript_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript Received Date\",\n                            \"name\": \"user-education-colleges-transcript_received_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-addresses-home\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection-item\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"Address Information\",\n                \"form_attributes\": {\n                    \"field_type\": \"address\",\n                    \"label\": \"Home Address\",\n                    \"name\": \"user-home-addresses\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"home\",\n                            \"label\": \"Address Type\",\n                            \"name\": \"user-home-addresses-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Country\",\n                            \"name\": \"user-home-addresses-country\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.country\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha3\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"United States\",\n                                    \"value\": \"USA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"US\",\n                                    \"alpha3\": \"USA\",\n                                    \"numerical\": \"840\",\n                                    \"name\": \"United States\"\n                                },\n                                {\n                                    \"text\": \"Afghanistan\",\n                                    \"value\": \"AFG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AF\",\n                                    \"alpha3\": \"AFG\",\n                                    \"numerical\": \"004\",\n                                    \"name\": \"Afghanistan\"\n                                },\n                                {\n                                    \"text\": \"Åland Islands\",\n                                    \"value\": \"ALA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AX\",\n                                    \"alpha3\": \"ALA\",\n                                    \"numerical\": \"248\",\n                                    \"name\": \"Åland Islands\"\n                                },\n                                {\n                                    \"text\": \"Albania\",\n                                    \"value\": \"ALB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"alpha3\": \"ALB\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Albania\"\n                                },\n                                {\n                                    \"text\": \"Algeria\",\n                                    \"value\": \"DZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DZ\",\n                                    \"alpha3\": \"DZA\",\n                                    \"numerical\": \"012\",\n                                    \"name\": \"Algeria\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"ASM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"alpha3\": \"ASM\",\n                                    \"numerical\": \"016\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Andorra\",\n                                    \"value\": \"AND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AD\",\n                                    \"alpha3\": \"AND\",\n                                    \"numerical\": \"020\",\n                                    \"name\": \"Andorra\"\n                                },\n                                {\n                                    \"text\": \"Angola\",\n                                    \"value\": \"AGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AO\",\n                                    \"alpha3\": \"AGO\",\n                                    \"numerical\": \"024\",\n                                    \"name\": \"Angola\"\n                                },\n                                {\n                                    \"text\": \"Anguilla\",\n                                    \"value\": \"AIA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AI\",\n                                    \"alpha3\": \"AIA\",\n                                    \"numerical\": \"660\",\n                                    \"name\": \"Anguilla\"\n                                },\n                                {\n                                    \"text\": \"Antarctica\",\n                                    \"value\": \"ATA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AQ\",\n                                    \"alpha3\": \"ATA\",\n                                    \"numerical\": \"010\",\n                                    \"name\": \"Antarctica\"\n                                },\n                                {\n                                    \"text\": \"Antigua and Barbuda\",\n                                    \"value\": \"ATG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AG\",\n                                    \"alpha3\": \"ATG\",\n                                    \"numerical\": \"028\",\n                                    \"name\": \"Antigua and Barbuda\"\n                                },\n                                {\n                                    \"text\": \"Argentina\",\n                                    \"value\": \"ARG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"alpha3\": \"ARG\",\n                                    \"numerical\": \"032\",\n                                    \"name\": \"Argentina\"\n                                },\n                                {\n                                    \"text\": \"Armenia\",\n                                    \"value\": \"ARM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AM\",\n                                    \"alpha3\": \"ARM\",\n                                    \"numerical\": \"051\",\n                                    \"name\": \"Armenia\"\n                                },\n                                {\n                                    \"text\": \"Aruba\",\n                                    \"value\": \"ABW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AW\",\n                                    \"alpha3\": \"ABW\",\n                                    \"numerical\": \"533\",\n                                    \"name\": \"Aruba\"\n                                },\n                                {\n                                    \"text\": \"Australia\",\n                                    \"value\": \"AUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AU\",\n                                    \"alpha3\": \"AUS\",\n                                    \"numerical\": \"036\",\n                                    \"name\": \"Australia\"\n                                },\n                                {\n                                    \"text\": \"Austria\",\n                                    \"value\": \"AUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AT\",\n                                    \"alpha3\": \"AUT\",\n                                    \"numerical\": \"040\",\n                                    \"name\": \"Austria\"\n                                },\n                                {\n                                    \"text\": \"Azerbaijan\",\n                                    \"value\": \"AZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"alpha3\": \"AZE\",\n                                    \"numerical\": \"031\",\n                                    \"name\": \"Azerbaijan\"\n                                },\n                                {\n                                    \"text\": \"Bahamas\",\n                                    \"value\": \"BHS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BS\",\n                                    \"alpha3\": \"BHS\",\n                                    \"numerical\": \"044\",\n                                    \"name\": \"Bahamas\"\n                                },\n                                {\n                                    \"text\": \"Bahrain\",\n                                    \"value\": \"BHR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BH\",\n                                    \"alpha3\": \"BHR\",\n                                    \"numerical\": \"048\",\n                                    \"name\": \"Bahrain\"\n                                },\n                                {\n                                    \"text\": \"Bangladesh\",\n                                    \"value\": \"BGD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BD\",\n                                    \"alpha3\": \"BGD\",\n                                    \"numerical\": \"050\",\n                                    \"name\": \"Bangladesh\"\n                                },\n                                {\n                                    \"text\": \"Barbados\",\n                                    \"value\": \"BRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BB\",\n                                    \"alpha3\": \"BRB\",\n                                    \"numerical\": \"052\",\n                                    \"name\": \"Barbados\"\n                                },\n                                {\n                                    \"text\": \"Belarus\",\n                                    \"value\": \"BLR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BY\",\n                                    \"alpha3\": \"BLR\",\n                                    \"numerical\": \"112\",\n                                    \"name\": \"Belarus\"\n                                },\n                                {\n                                    \"text\": \"Belgium\",\n                                    \"value\": \"BEL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BE\",\n                                    \"alpha3\": \"BEL\",\n                                    \"numerical\": \"056\",\n                                    \"name\": \"Belgium\"\n                                },\n                                {\n                                    \"text\": \"Belize\",\n                                    \"value\": \"BLZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BZ\",\n                                    \"alpha3\": \"BLZ\",\n                                    \"numerical\": \"084\",\n                                    \"name\": \"Belize\"\n                                },\n                                {\n                                    \"text\": \"Benin\",\n                                    \"value\": \"BEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BJ\",\n                                    \"alpha3\": \"BEN\",\n                                    \"numerical\": \"204\",\n                                    \"name\": \"Benin\"\n                                },\n                                {\n                                    \"text\": \"Bermuda\",\n                                    \"value\": \"BMU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BM\",\n                                    \"alpha3\": \"BMU\",\n                                    \"numerical\": \"060\",\n                                    \"name\": \"Bermuda\"\n                                },\n                                {\n                                    \"text\": \"Bhutan\",\n                                    \"value\": \"BTN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BT\",\n                                    \"alpha3\": \"BTN\",\n                                    \"numerical\": \"064\",\n                                    \"name\": \"Bhutan\"\n                                },\n                                {\n                                    \"text\": \"Bolivia,Plurinational State of\",\n                                    \"value\": \"BOL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BO\",\n                                    \"alpha3\": \"BOL\",\n                                    \"numerical\": \"068\",\n                                    \"name\": \"Bolivia,Plurinational State of\"\n                                },\n                                {\n                                    \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"value\": \"BES\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BQ\",\n                                    \"alpha3\": \"BES\",\n                                    \"numerical\": \"535\",\n                                    \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                },\n                                {\n                                    \"text\": \"Bosnia and Herzegovina\",\n                                    \"value\": \"BIH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BA\",\n                                    \"alpha3\": \"BIH\",\n                                    \"numerical\": \"070\",\n                                    \"name\": \"Bosnia and Herzegovina\"\n                                },\n                                {\n                                    \"text\": \"Botswana\",\n                                    \"value\": \"BWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BW\",\n                                    \"alpha3\": \"BWA\",\n                                    \"numerical\": \"072\",\n                                    \"name\": \"Botswana\"\n                                },\n                                {\n                                    \"text\": \"Bouvet Island\",\n                                    \"value\": \"BVT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BV\",\n                                    \"alpha3\": \"BVT\",\n                                    \"numerical\": \"074\",\n                                    \"name\": \"Bouvet Island\"\n                                },\n                                {\n                                    \"text\": \"Brazil\",\n                                    \"value\": \"BRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BR\",\n                                    \"alpha3\": \"BRA\",\n                                    \"numerical\": \"076\",\n                                    \"name\": \"Brazil\"\n                                },\n                                {\n                                    \"text\": \"British Indian Ocean Territory\",\n                                    \"value\": \"IOT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IO\",\n                                    \"alpha3\": \"IOT\",\n                                    \"numerical\": \"086\",\n                                    \"name\": \"British Indian Ocean Territory\"\n                                },\n                                {\n                                    \"text\": \"Brunei Darussalam\",\n                                    \"value\": \"BRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BN\",\n                                    \"alpha3\": \"BRN\",\n                                    \"numerical\": \"096\",\n                                    \"name\": \"Brunei Darussalam\"\n                                },\n                                {\n                                    \"text\": \"Bulgaria\",\n                                    \"value\": \"BGR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BG\",\n                                    \"alpha3\": \"BGR\",\n                                    \"numerical\": \"100\",\n                                    \"name\": \"Bulgaria\"\n                                },\n                                {\n                                    \"text\": \"Burkina Faso\",\n                                    \"value\": \"BFA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BF\",\n                                    \"alpha3\": \"BFA\",\n                                    \"numerical\": \"854\",\n                                    \"name\": \"Burkina Faso\"\n                                },\n                                {\n                                    \"text\": \"Burundi\",\n                                    \"value\": \"BDI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BI\",\n                                    \"alpha3\": \"BDI\",\n                                    \"numerical\": \"108\",\n                                    \"name\": \"Burundi\"\n                                },\n                                {\n                                    \"text\": \"Cabo Verde\",\n                                    \"value\": \"CPV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CV\",\n                                    \"alpha3\": \"CPV\",\n                                    \"numerical\": \"132\",\n                                    \"name\": \"Cabo Verde\"\n                                },\n                                {\n                                    \"text\": \"Cambodia\",\n                                    \"value\": \"KHM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KH\",\n                                    \"alpha3\": \"KHM\",\n                                    \"numerical\": \"116\",\n                                    \"name\": \"Cambodia\"\n                                },\n                                {\n                                    \"text\": \"Cameroon\",\n                                    \"value\": \"CMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CM\",\n                                    \"alpha3\": \"CMR\",\n                                    \"numerical\": \"120\",\n                                    \"name\": \"Cameroon\"\n                                },\n                                {\n                                    \"text\": \"Canada\",\n                                    \"value\": \"CAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"alpha3\": \"CAN\",\n                                    \"numerical\": \"124\",\n                                    \"name\": \"Canada\"\n                                },\n                                {\n                                    \"text\": \"Cayman Islands\",\n                                    \"value\": \"CYM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"alpha3\": \"CYM\",\n                                    \"numerical\": \"136\",\n                                    \"name\": \"Cayman Islands\"\n                                },\n                                {\n                                    \"text\": \"Central African Republic\",\n                                    \"value\": \"CAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CF\",\n                                    \"alpha3\": \"CAF\",\n                                    \"numerical\": \"140\",\n                                    \"name\": \"Central African Republic\"\n                                },\n                                {\n                                    \"text\": \"Chad\",\n                                    \"value\": \"TCD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TD\",\n                                    \"alpha3\": \"TCD\",\n                                    \"numerical\": \"148\",\n                                    \"name\": \"Chad\"\n                                },\n                                {\n                                    \"text\": \"Chile\",\n                                    \"value\": \"CHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CL\",\n                                    \"alpha3\": \"CHL\",\n                                    \"numerical\": \"152\",\n                                    \"name\": \"Chile\"\n                                },\n                                {\n                                    \"text\": \"China\",\n                                    \"value\": \"CHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CN\",\n                                    \"alpha3\": \"CHN\",\n                                    \"numerical\": \"156\",\n                                    \"name\": \"China\"\n                                },\n                                {\n                                    \"text\": \"Christmas Island\",\n                                    \"value\": \"CXR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CX\",\n                                    \"alpha3\": \"CXR\",\n                                    \"numerical\": \"162\",\n                                    \"name\": \"Christmas Island\"\n                                },\n                                {\n                                    \"text\": \"Cocos (Keeling) Islands\",\n                                    \"value\": \"CCK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CC\",\n                                    \"alpha3\": \"CCK\",\n                                    \"numerical\": \"166\",\n                                    \"name\": \"Cocos (Keeling) Islands\"\n                                },\n                                {\n                                    \"text\": \"Colombia\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"alpha3\": \"COL\",\n                                    \"numerical\": \"170\",\n                                    \"name\": \"Colombia\"\n                                },\n                                {\n                                    \"text\": \"Comoros\",\n                                    \"value\": \"COM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KM\",\n                                    \"alpha3\": \"COM\",\n                                    \"numerical\": \"174\",\n                                    \"name\": \"Comoros\"\n                                },\n                                {\n                                    \"text\": \"Congo\",\n                                    \"value\": \"COG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CG\",\n                                    \"alpha3\": \"COG\",\n                                    \"numerical\": \"178\",\n                                    \"name\": \"Congo\"\n                                },\n                                {\n                                    \"text\": \"Congo,the Democratic Republic of the\",\n                                    \"value\": \"COD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CD\",\n                                    \"alpha3\": \"COD\",\n                                    \"numerical\": \"180\",\n                                    \"name\": \"Congo,the Democratic Republic of the\"\n                                },\n                                {\n                                    \"text\": \"Cook Islands\",\n                                    \"value\": \"COK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CK\",\n                                    \"alpha3\": \"COK\",\n                                    \"numerical\": \"184\",\n                                    \"name\": \"Cook Islands\"\n                                },\n                                {\n                                    \"text\": \"Costa Rica\",\n                                    \"value\": \"CRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CR\",\n                                    \"alpha3\": \"CRI\",\n                                    \"numerical\": \"188\",\n                                    \"name\": \"Costa Rica\"\n                                },\n                                {\n                                    \"text\": \"Côte d'Ivoire\",\n                                    \"value\": \"CIV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CI\",\n                                    \"alpha3\": \"CIV\",\n                                    \"numerical\": \"384\",\n                                    \"name\": \"Côte d'Ivoire\"\n                                },\n                                {\n                                    \"text\": \"Croatia\",\n                                    \"value\": \"HRV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HR\",\n                                    \"alpha3\": \"HRV\",\n                                    \"numerical\": \"191\",\n                                    \"name\": \"Croatia\"\n                                },\n                                {\n                                    \"text\": \"Cuba\",\n                                    \"value\": \"CUB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CU\",\n                                    \"alpha3\": \"CUB\",\n                                    \"numerical\": \"192\",\n                                    \"name\": \"Cuba\"\n                                },\n                                {\n                                    \"text\": \"Curaçao\",\n                                    \"value\": \"CUW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CW\",\n                                    \"alpha3\": \"CUW\",\n                                    \"numerical\": \"531\",\n                                    \"name\": \"Curaçao\"\n                                },\n                                {\n                                    \"text\": \"Cyprus\",\n                                    \"value\": \"CYP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CY\",\n                                    \"alpha3\": \"CYP\",\n                                    \"numerical\": \"196\",\n                                    \"name\": \"Cyprus\"\n                                },\n                                {\n                                    \"text\": \"Czech Republic\",\n                                    \"value\": \"CZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CZ\",\n                                    \"alpha3\": \"CZE\",\n                                    \"numerical\": \"203\",\n                                    \"name\": \"Czech Republic\"\n                                },\n                                {\n                                    \"text\": \"Denmark\",\n                                    \"value\": \"DNK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DK\",\n                                    \"alpha3\": \"DNK\",\n                                    \"numerical\": \"208\",\n                                    \"name\": \"Denmark\"\n                                },\n                                {\n                                    \"text\": \"Djibouti\",\n                                    \"value\": \"DJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DJ\",\n                                    \"alpha3\": \"DJI\",\n                                    \"numerical\": \"262\",\n                                    \"name\": \"Djibouti\"\n                                },\n                                {\n                                    \"text\": \"Dominica\",\n                                    \"value\": \"DMA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DM\",\n                                    \"alpha3\": \"DMA\",\n                                    \"numerical\": \"212\",\n                                    \"name\": \"Dominica\"\n                                },\n                                {\n                                    \"text\": \"Dominican Republic\",\n                                    \"value\": \"DOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DO\",\n                                    \"alpha3\": \"DOM\",\n                                    \"numerical\": \"214\",\n                                    \"name\": \"Dominican Republic\"\n                                },\n                                {\n                                    \"text\": \"Ecuador\",\n                                    \"value\": \"ECU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EC\",\n                                    \"alpha3\": \"ECU\",\n                                    \"numerical\": \"218\",\n                                    \"name\": \"Ecuador\"\n                                },\n                                {\n                                    \"text\": \"Egypt\",\n                                    \"value\": \"EGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EG\",\n                                    \"alpha3\": \"EGY\",\n                                    \"numerical\": \"818\",\n                                    \"name\": \"Egypt\"\n                                },\n                                {\n                                    \"text\": \"El Salvador\",\n                                    \"value\": \"SLV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SV\",\n                                    \"alpha3\": \"SLV\",\n                                    \"numerical\": \"222\",\n                                    \"name\": \"El Salvador\"\n                                },\n                                {\n                                    \"text\": \"Equatorial Guinea\",\n                                    \"value\": \"GNQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GQ\",\n                                    \"alpha3\": \"GNQ\",\n                                    \"numerical\": \"226\",\n                                    \"name\": \"Equatorial Guinea\"\n                                },\n                                {\n                                    \"text\": \"Eritrea\",\n                                    \"value\": \"ERI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ER\",\n                                    \"alpha3\": \"ERI\",\n                                    \"numerical\": \"232\",\n                                    \"name\": \"Eritrea\"\n                                },\n                                {\n                                    \"text\": \"Estonia\",\n                                    \"value\": \"EST\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EE\",\n                                    \"alpha3\": \"EST\",\n                                    \"numerical\": \"233\",\n                                    \"name\": \"Estonia\"\n                                },\n                                {\n                                    \"text\": \"Ethiopia\",\n                                    \"value\": \"ETH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ET\",\n                                    \"alpha3\": \"ETH\",\n                                    \"numerical\": \"231\",\n                                    \"name\": \"Ethiopia\"\n                                },\n                                {\n                                    \"text\": \"Falkland Islands (Malvinas)\",\n                                    \"value\": \"FLK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FK\",\n                                    \"alpha3\": \"FLK\",\n                                    \"numerical\": \"238\",\n                                    \"name\": \"Falkland Islands (Malvinas)\"\n                                },\n                                {\n                                    \"text\": \"Faroe Islands\",\n                                    \"value\": \"FRO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FO\",\n                                    \"alpha3\": \"FRO\",\n                                    \"numerical\": \"234\",\n                                    \"name\": \"Faroe Islands\"\n                                },\n                                {\n                                    \"text\": \"Fiji\",\n                                    \"value\": \"FJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FJ\",\n                                    \"alpha3\": \"FJI\",\n                                    \"numerical\": \"242\",\n                                    \"name\": \"Fiji\"\n                                },\n                                {\n                                    \"text\": \"Finland\",\n                                    \"value\": \"FIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FI\",\n                                    \"alpha3\": \"FIN\",\n                                    \"numerical\": \"246\",\n                                    \"name\": \"Finland\"\n                                },\n                                {\n                                    \"text\": \"France\",\n                                    \"value\": \"FRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FR\",\n                                    \"alpha3\": \"FRA\",\n                                    \"numerical\": \"250\",\n                                    \"name\": \"France\"\n                                },\n                                {\n                                    \"text\": \"French Guiana\",\n                                    \"value\": \"GUF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GF\",\n                                    \"alpha3\": \"GUF\",\n                                    \"numerical\": \"254\",\n                                    \"name\": \"French Guiana\"\n                                },\n                                {\n                                    \"text\": \"French Polynesia\",\n                                    \"value\": \"PYF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PF\",\n                                    \"alpha3\": \"PYF\",\n                                    \"numerical\": \"258\",\n                                    \"name\": \"French Polynesia\"\n                                },\n                                {\n                                    \"text\": \"French Southern Territories\",\n                                    \"value\": \"ATF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TF\",\n                                    \"alpha3\": \"ATF\",\n                                    \"numerical\": \"260\",\n                                    \"name\": \"French Southern Territories\"\n                                },\n                                {\n                                    \"text\": \"Gabon\",\n                                    \"value\": \"GAB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"alpha3\": \"GAB\",\n                                    \"numerical\": \"266\",\n                                    \"name\": \"Gabon\"\n                                },\n                                {\n                                    \"text\": \"Gambia\",\n                                    \"value\": \"GMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GM\",\n                                    \"alpha3\": \"GMB\",\n                                    \"numerical\": \"270\",\n                                    \"name\": \"Gambia\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"GEO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GE\",\n                                    \"alpha3\": \"GEO\",\n                                    \"numerical\": \"268\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Germany\",\n                                    \"value\": \"DEU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"alpha3\": \"DEU\",\n                                    \"numerical\": \"276\",\n                                    \"name\": \"Germany\"\n                                },\n                                {\n                                    \"text\": \"Ghana\",\n                                    \"value\": \"GHA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GH\",\n                                    \"alpha3\": \"GHA\",\n                                    \"numerical\": \"288\",\n                                    \"name\": \"Ghana\"\n                                },\n                                {\n                                    \"text\": \"Gibraltar\",\n                                    \"value\": \"GIB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GI\",\n                                    \"alpha3\": \"GIB\",\n                                    \"numerical\": \"292\",\n                                    \"name\": \"Gibraltar\"\n                                },\n                                {\n                                    \"text\": \"Greece\",\n                                    \"value\": \"GRC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GR\",\n                                    \"alpha3\": \"GRC\",\n                                    \"numerical\": \"300\",\n                                    \"name\": \"Greece\"\n                                },\n                                {\n                                    \"text\": \"Greenland\",\n                                    \"value\": \"GRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GL\",\n                                    \"alpha3\": \"GRL\",\n                                    \"numerical\": \"304\",\n                                    \"name\": \"Greenland\"\n                                },\n                                {\n                                    \"text\": \"Grenada\",\n                                    \"value\": \"GRD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GD\",\n                                    \"alpha3\": \"GRD\",\n                                    \"numerical\": \"308\",\n                                    \"name\": \"Grenada\"\n                                },\n                                {\n                                    \"text\": \"Guadeloupe\",\n                                    \"value\": \"GLP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GP\",\n                                    \"alpha3\": \"GLP\",\n                                    \"numerical\": \"312\",\n                                    \"name\": \"Guadeloupe\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"GUM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"alpha3\": \"GUM\",\n                                    \"numerical\": \"316\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Guatemala\",\n                                    \"value\": \"GTM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GT\",\n                                    \"alpha3\": \"GTM\",\n                                    \"numerical\": \"320\",\n                                    \"name\": \"Guatemala\"\n                                },\n                                {\n                                    \"text\": \"Guernsey\",\n                                    \"value\": \"GGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GG\",\n                                    \"alpha3\": \"GGY\",\n                                    \"numerical\": \"831\",\n                                    \"name\": \"Guernsey\"\n                                },\n                                {\n                                    \"text\": \"Guinea\",\n                                    \"value\": \"GIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GN\",\n                                    \"alpha3\": \"GIN\",\n                                    \"numerical\": \"324\",\n                                    \"name\": \"Guinea\"\n                                },\n                                {\n                                    \"text\": \"Guinea-Bissau\",\n                                    \"value\": \"GNB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GW\",\n                                    \"alpha3\": \"GNB\",\n                                    \"numerical\": \"624\",\n                                    \"name\": \"Guinea-Bissau\"\n                                },\n                                {\n                                    \"text\": \"Guyana\",\n                                    \"value\": \"GUY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GY\",\n                                    \"alpha3\": \"GUY\",\n                                    \"numerical\": \"328\",\n                                    \"name\": \"Guyana\"\n                                },\n                                {\n                                    \"text\": \"Haiti\",\n                                    \"value\": \"HTI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HT\",\n                                    \"alpha3\": \"HTI\",\n                                    \"numerical\": \"332\",\n                                    \"name\": \"Haiti\"\n                                },\n                                {\n                                    \"text\": \"Heard Island and McDonald Islands\",\n                                    \"value\": \"HMD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HM\",\n                                    \"alpha3\": \"HMD\",\n                                    \"numerical\": \"334\",\n                                    \"name\": \"Heard Island and McDonald Islands\"\n                                },\n                                {\n                                    \"text\": \"Holy See (Vatican City State)\",\n                                    \"value\": \"VAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"alpha3\": \"VAT\",\n                                    \"numerical\": \"336\",\n                                    \"name\": \"Holy See (Vatican City State)\"\n                                },\n                                {\n                                    \"text\": \"Honduras\",\n                                    \"value\": \"HND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HN\",\n                                    \"alpha3\": \"HND\",\n                                    \"numerical\": \"340\",\n                                    \"name\": \"Honduras\"\n                                },\n                                {\n                                    \"text\": \"Hong Kong\",\n                                    \"value\": \"HKG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HK\",\n                                    \"alpha3\": \"HKG\",\n                                    \"numerical\": \"344\",\n                                    \"name\": \"Hong Kong\"\n                                },\n                                {\n                                    \"text\": \"Hungary\",\n                                    \"value\": \"HUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HU\",\n                                    \"alpha3\": \"HUN\",\n                                    \"numerical\": \"348\",\n                                    \"name\": \"Hungary\"\n                                },\n                                {\n                                    \"text\": \"Iceland\",\n                                    \"value\": \"ISL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IS\",\n                                    \"alpha3\": \"ISL\",\n                                    \"numerical\": \"352\",\n                                    \"name\": \"Iceland\"\n                                },\n                                {\n                                    \"text\": \"India\",\n                                    \"value\": \"IND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"alpha3\": \"IND\",\n                                    \"numerical\": \"356\",\n                                    \"name\": \"India\"\n                                },\n                                {\n                                    \"text\": \"Indonesia\",\n                                    \"value\": \"IDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"alpha3\": \"IDN\",\n                                    \"numerical\": \"360\",\n                                    \"name\": \"Indonesia\"\n                                },\n                                {\n                                    \"text\": \"Iran,Islamic Republic of\",\n                                    \"value\": \"IRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IR\",\n                                    \"alpha3\": \"IRN\",\n                                    \"numerical\": \"364\",\n                                    \"name\": \"Iran,Islamic Republic of\"\n                                },\n                                {\n                                    \"text\": \"Iraq\",\n                                    \"value\": \"IRQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IQ\",\n                                    \"alpha3\": \"IRQ\",\n                                    \"numerical\": \"368\",\n                                    \"name\": \"Iraq\"\n                                },\n                                {\n                                    \"text\": \"Ireland\",\n                                    \"value\": \"IRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IE\",\n                                    \"alpha3\": \"IRL\",\n                                    \"numerical\": \"372\",\n                                    \"name\": \"Ireland\"\n                                },\n                                {\n                                    \"text\": \"Isle of Man\",\n                                    \"value\": \"IMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IM\",\n                                    \"alpha3\": \"IMN\",\n                                    \"numerical\": \"833\",\n                                    \"name\": \"Isle of Man\"\n                                },\n                                {\n                                    \"text\": \"Israel\",\n                                    \"value\": \"ISR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"alpha3\": \"ISR\",\n                                    \"numerical\": \"376\",\n                                    \"name\": \"Israel\"\n                                },\n                                {\n                                    \"text\": \"Italy\",\n                                    \"value\": \"ITA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IT\",\n                                    \"alpha3\": \"ITA\",\n                                    \"numerical\": \"380\",\n                                    \"name\": \"Italy\"\n                                },\n                                {\n                                    \"text\": \"Jamaica\",\n                                    \"value\": \"JAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JM\",\n                                    \"alpha3\": \"JAM\",\n                                    \"numerical\": \"388\",\n                                    \"name\": \"Jamaica\"\n                                },\n                                {\n                                    \"text\": \"Japan\",\n                                    \"value\": \"JPN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JP\",\n                                    \"alpha3\": \"JPN\",\n                                    \"numerical\": \"392\",\n                                    \"name\": \"Japan\"\n                                },\n                                {\n                                    \"text\": \"Jersey\",\n                                    \"value\": \"JEY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JE\",\n                                    \"alpha3\": \"JEY\",\n                                    \"numerical\": \"832\",\n                                    \"name\": \"Jersey\"\n                                },\n                                {\n                                    \"text\": \"Jordan\",\n                                    \"value\": \"JOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JO\",\n                                    \"alpha3\": \"JOR\",\n                                    \"numerical\": \"400\",\n                                    \"name\": \"Jordan\"\n                                },\n                                {\n                                    \"text\": \"Kazakhstan\",\n                                    \"value\": \"KAZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KZ\",\n                                    \"alpha3\": \"KAZ\",\n                                    \"numerical\": \"398\",\n                                    \"name\": \"Kazakhstan\"\n                                },\n                                {\n                                    \"text\": \"Kenya\",\n                                    \"value\": \"KEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KE\",\n                                    \"alpha3\": \"KEN\",\n                                    \"numerical\": \"404\",\n                                    \"name\": \"Kenya\"\n                                },\n                                {\n                                    \"text\": \"Kiribati\",\n                                    \"value\": \"KIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KI\",\n                                    \"alpha3\": \"KIR\",\n                                    \"numerical\": \"296\",\n                                    \"name\": \"Kiribati\"\n                                },\n                                {\n                                    \"text\": \"Korea,Democratic People's Republic of\",\n                                    \"value\": \"PRK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KP\",\n                                    \"alpha3\": \"PRK\",\n                                    \"numerical\": \"408\",\n                                    \"name\": \"Korea,Democratic People's Republic of\"\n                                },\n                                {\n                                    \"text\": \"Korea,Republic of\",\n                                    \"value\": \"KOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KR\",\n                                    \"alpha3\": \"KOR\",\n                                    \"numerical\": \"410\",\n                                    \"name\": \"Korea,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kosovo,Republic of\",\n                                    \"value\": \"XKK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"XK\",\n                                    \"alpha3\": \"XKK\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Kosovo,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kuwait\",\n                                    \"value\": \"KWT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KW\",\n                                    \"alpha3\": \"KWT\",\n                                    \"numerical\": \"414\",\n                                    \"name\": \"Kuwait\"\n                                },\n                                {\n                                    \"text\": \"Kyrgyzstan\",\n                                    \"value\": \"KGZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KG\",\n                                    \"alpha3\": \"KGZ\",\n                                    \"numerical\": \"417\",\n                                    \"name\": \"Kyrgyzstan\"\n                                },\n                                {\n                                    \"text\": \"Lao People's Democratic Republic\",\n                                    \"value\": \"LAO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"alpha3\": \"LAO\",\n                                    \"numerical\": \"418\",\n                                    \"name\": \"Lao People's Democratic Republic\"\n                                },\n                                {\n                                    \"text\": \"Latvia\",\n                                    \"value\": \"LVA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LV\",\n                                    \"alpha3\": \"LVA\",\n                                    \"numerical\": \"428\",\n                                    \"name\": \"Latvia\"\n                                },\n                                {\n                                    \"text\": \"Lebanon\",\n                                    \"value\": \"LBN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LB\",\n                                    \"alpha3\": \"LBN\",\n                                    \"numerical\": \"422\",\n                                    \"name\": \"Lebanon\"\n                                },\n                                {\n                                    \"text\": \"Lesotho\",\n                                    \"value\": \"LSO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LS\",\n                                    \"alpha3\": \"LSO\",\n                                    \"numerical\": \"426\",\n                                    \"name\": \"Lesotho\"\n                                },\n                                {\n                                    \"text\": \"Liberia\",\n                                    \"value\": \"LBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LR\",\n                                    \"alpha3\": \"LBR\",\n                                    \"numerical\": \"430\",\n                                    \"name\": \"Liberia\"\n                                },\n                                {\n                                    \"text\": \"Libya\",\n                                    \"value\": \"LBY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LY\",\n                                    \"alpha3\": \"LBY\",\n                                    \"numerical\": \"434\",\n                                    \"name\": \"Libya\"\n                                },\n                                {\n                                    \"text\": \"Liechtenstein\",\n                                    \"value\": \"LIE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LI\",\n                                    \"alpha3\": \"LIE\",\n                                    \"numerical\": \"438\",\n                                    \"name\": \"Liechtenstein\"\n                                },\n                                {\n                                    \"text\": \"Lithuania\",\n                                    \"value\": \"LTU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LT\",\n                                    \"alpha3\": \"LTU\",\n                                    \"numerical\": \"440\",\n                                    \"name\": \"Lithuania\"\n                                },\n                                {\n                                    \"text\": \"Luxembourg\",\n                                    \"value\": \"LUX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LU\",\n                                    \"alpha3\": \"LUX\",\n                                    \"numerical\": \"442\",\n                                    \"name\": \"Luxembourg\"\n                                },\n                                {\n                                    \"text\": \"Macao\",\n                                    \"value\": \"MAC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"alpha3\": \"MAC\",\n                                    \"numerical\": \"446\",\n                                    \"name\": \"Macao\"\n                                },\n                                {\n                                    \"text\": \"North Macedonia\",\n                                    \"value\": \"MKD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MK\",\n                                    \"alpha3\": \"MKD\",\n                                    \"numerical\": \"807\",\n                                    \"name\": \"North Macedonia\"\n                                },\n                                {\n                                    \"text\": \"Madagascar\",\n                                    \"value\": \"MDG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MG\",\n                                    \"alpha3\": \"MDG\",\n                                    \"numerical\": \"450\",\n                                    \"name\": \"Madagascar\"\n                                },\n                                {\n                                    \"text\": \"Malawi\",\n                                    \"value\": \"MWI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MW\",\n                                    \"alpha3\": \"MWI\",\n                                    \"numerical\": \"454\",\n                                    \"name\": \"Malawi\"\n                                },\n                                {\n                                    \"text\": \"Malaysia\",\n                                    \"value\": \"MYS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MY\",\n                                    \"alpha3\": \"MYS\",\n                                    \"numerical\": \"458\",\n                                    \"name\": \"Malaysia\"\n                                },\n                                {\n                                    \"text\": \"Maldives\",\n                                    \"value\": \"MDV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MV\",\n                                    \"alpha3\": \"MDV\",\n                                    \"numerical\": \"462\",\n                                    \"name\": \"Maldives\"\n                                },\n                                {\n                                    \"text\": \"Mali\",\n                                    \"value\": \"MLI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ML\",\n                                    \"alpha3\": \"MLI\",\n                                    \"numerical\": \"466\",\n                                    \"name\": \"Mali\"\n                                },\n                                {\n                                    \"text\": \"Malta\",\n                                    \"value\": \"MLT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"alpha3\": \"MLT\",\n                                    \"numerical\": \"470\",\n                                    \"name\": \"Malta\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"MHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"alpha3\": \"MHL\",\n                                    \"numerical\": \"584\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Martinique\",\n                                    \"value\": \"MTQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MQ\",\n                                    \"alpha3\": \"MTQ\",\n                                    \"numerical\": \"474\",\n                                    \"name\": \"Martinique\"\n                                },\n                                {\n                                    \"text\": \"Mauritania\",\n                                    \"value\": \"MRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MR\",\n                                    \"alpha3\": \"MRT\",\n                                    \"numerical\": \"478\",\n                                    \"name\": \"Mauritania\"\n                                },\n                                {\n                                    \"text\": \"Mauritius\",\n                                    \"value\": \"MUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MU\",\n                                    \"alpha3\": \"MUS\",\n                                    \"numerical\": \"480\",\n                                    \"name\": \"Mauritius\"\n                                },\n                                {\n                                    \"text\": \"Mayotte\",\n                                    \"value\": \"MYT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YT\",\n                                    \"alpha3\": \"MYT\",\n                                    \"numerical\": \"175\",\n                                    \"name\": \"Mayotte\"\n                                },\n                                {\n                                    \"text\": \"Mexico\",\n                                    \"value\": \"MEX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MX\",\n                                    \"alpha3\": \"MEX\",\n                                    \"numerical\": \"484\",\n                                    \"name\": \"Mexico\"\n                                },\n                                {\n                                    \"text\": \"Micronesia,Federated States of\",\n                                    \"value\": \"FSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"alpha3\": \"FSM\",\n                                    \"numerical\": \"583\",\n                                    \"name\": \"Micronesia,Federated States of\"\n                                },\n                                {\n                                    \"text\": \"Moldova,Republic of\",\n                                    \"value\": \"MDA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"alpha3\": \"MDA\",\n                                    \"numerical\": \"498\",\n                                    \"name\": \"Moldova,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Monaco\",\n                                    \"value\": \"MCO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MC\",\n                                    \"alpha3\": \"MCO\",\n                                    \"numerical\": \"492\",\n                                    \"name\": \"Monaco\"\n                                },\n                                {\n                                    \"text\": \"Mongolia\",\n                                    \"value\": \"MNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"alpha3\": \"MNG\",\n                                    \"numerical\": \"496\",\n                                    \"name\": \"Mongolia\"\n                                },\n                                {\n                                    \"text\": \"Montenegro\",\n                                    \"value\": \"MNE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"alpha3\": \"MNE\",\n                                    \"numerical\": \"499\",\n                                    \"name\": \"Montenegro\"\n                                },\n                                {\n                                    \"text\": \"Montserrat\",\n                                    \"value\": \"MSR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"alpha3\": \"MSR\",\n                                    \"numerical\": \"500\",\n                                    \"name\": \"Montserrat\"\n                                },\n                                {\n                                    \"text\": \"Morocco\",\n                                    \"value\": \"MAR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"alpha3\": \"MAR\",\n                                    \"numerical\": \"504\",\n                                    \"name\": \"Morocco\"\n                                },\n                                {\n                                    \"text\": \"Mozambique\",\n                                    \"value\": \"MOZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MZ\",\n                                    \"alpha3\": \"MOZ\",\n                                    \"numerical\": \"508\",\n                                    \"name\": \"Mozambique\"\n                                },\n                                {\n                                    \"text\": \"Myanmar\",\n                                    \"value\": \"MMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MM\",\n                                    \"alpha3\": \"MMR\",\n                                    \"numerical\": \"104\",\n                                    \"name\": \"Myanmar\"\n                                },\n                                {\n                                    \"text\": \"Namibia\",\n                                    \"value\": \"NAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NA\",\n                                    \"alpha3\": \"NAM\",\n                                    \"numerical\": \"516\",\n                                    \"name\": \"Namibia\"\n                                },\n                                {\n                                    \"text\": \"Nauru\",\n                                    \"value\": \"NRU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NR\",\n                                    \"alpha3\": \"NRU\",\n                                    \"numerical\": \"520\",\n                                    \"name\": \"Nauru\"\n                                },\n                                {\n                                    \"text\": \"Nepal\",\n                                    \"value\": \"NPL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NP\",\n                                    \"alpha3\": \"NPL\",\n                                    \"numerical\": \"524\",\n                                    \"name\": \"Nepal\"\n                                },\n                                {\n                                    \"text\": \"Netherlands\",\n                                    \"value\": \"NLD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NL\",\n                                    \"alpha3\": \"NLD\",\n                                    \"numerical\": \"528\",\n                                    \"name\": \"Netherlands\"\n                                },\n                                {\n                                    \"text\": \"New Caledonia\",\n                                    \"value\": \"NCL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"alpha3\": \"NCL\",\n                                    \"numerical\": \"540\",\n                                    \"name\": \"New Caledonia\"\n                                },\n                                {\n                                    \"text\": \"New Zealand\",\n                                    \"value\": \"NZL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NZ\",\n                                    \"alpha3\": \"NZL\",\n                                    \"numerical\": \"554\",\n                                    \"name\": \"New Zealand\"\n                                },\n                                {\n                                    \"text\": \"Nicaragua\",\n                                    \"value\": \"NIC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NI\",\n                                    \"alpha3\": \"NIC\",\n                                    \"numerical\": \"558\",\n                                    \"name\": \"Nicaragua\"\n                                },\n                                {\n                                    \"text\": \"Niger\",\n                                    \"value\": \"NER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"alpha3\": \"NER\",\n                                    \"numerical\": \"562\",\n                                    \"name\": \"Niger\"\n                                },\n                                {\n                                    \"text\": \"Nigeria\",\n                                    \"value\": \"NGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NG\",\n                                    \"alpha3\": \"NGA\",\n                                    \"numerical\": \"566\",\n                                    \"name\": \"Nigeria\"\n                                },\n                                {\n                                    \"text\": \"Niue\",\n                                    \"value\": \"NIU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NU\",\n                                    \"alpha3\": \"NIU\",\n                                    \"numerical\": \"570\",\n                                    \"name\": \"Niue\"\n                                },\n                                {\n                                    \"text\": \"Norfolk Island\",\n                                    \"value\": \"NFK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NF\",\n                                    \"alpha3\": \"NFK\",\n                                    \"numerical\": \"574\",\n                                    \"name\": \"Norfolk Island\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"MNP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"alpha3\": \"MNP\",\n                                    \"numerical\": \"580\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Norway\",\n                                    \"value\": \"NOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NO\",\n                                    \"alpha3\": \"NOR\",\n                                    \"numerical\": \"578\",\n                                    \"name\": \"Norway\"\n                                },\n                                {\n                                    \"text\": \"Oman\",\n                                    \"value\": \"OMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OM\",\n                                    \"alpha3\": \"OMN\",\n                                    \"numerical\": \"512\",\n                                    \"name\": \"Oman\"\n                                },\n                                {\n                                    \"text\": \"Pakistan\",\n                                    \"value\": \"PAK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PK\",\n                                    \"alpha3\": \"PAK\",\n                                    \"numerical\": \"586\",\n                                    \"name\": \"Pakistan\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"PLW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"alpha3\": \"PLW\",\n                                    \"numerical\": \"585\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Palestine,State of\",\n                                    \"value\": \"PSE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PS\",\n                                    \"alpha3\": \"PSE\",\n                                    \"numerical\": \"275\",\n                                    \"name\": \"Palestine,State of\"\n                                },\n                                {\n                                    \"text\": \"Panama\",\n                                    \"value\": \"PAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"alpha3\": \"PAN\",\n                                    \"numerical\": \"591\",\n                                    \"name\": \"Panama\"\n                                },\n                                {\n                                    \"text\": \"Papua New Guinea\",\n                                    \"value\": \"PNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PG\",\n                                    \"alpha3\": \"PNG\",\n                                    \"numerical\": \"598\",\n                                    \"name\": \"Papua New Guinea\"\n                                },\n                                {\n                                    \"text\": \"Paraguay\",\n                                    \"value\": \"PRY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PY\",\n                                    \"alpha3\": \"PRY\",\n                                    \"numerical\": \"600\",\n                                    \"name\": \"Paraguay\"\n                                },\n                                {\n                                    \"text\": \"Peru\",\n                                    \"value\": \"PER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PE\",\n                                    \"alpha3\": \"PER\",\n                                    \"numerical\": \"604\",\n                                    \"name\": \"Peru\"\n                                },\n                                {\n                                    \"text\": \"Philippines\",\n                                    \"value\": \"PHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PH\",\n                                    \"alpha3\": \"PHL\",\n                                    \"numerical\": \"608\",\n                                    \"name\": \"Philippines\"\n                                },\n                                {\n                                    \"text\": \"Pitcairn\",\n                                    \"value\": \"PCN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PN\",\n                                    \"alpha3\": \"PCN\",\n                                    \"numerical\": \"612\",\n                                    \"name\": \"Pitcairn\"\n                                },\n                                {\n                                    \"text\": \"Poland\",\n                                    \"value\": \"POL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PL\",\n                                    \"alpha3\": \"POL\",\n                                    \"numerical\": \"616\",\n                                    \"name\": \"Poland\"\n                                },\n                                {\n                                    \"text\": \"Portugal\",\n                                    \"value\": \"PRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PT\",\n                                    \"alpha3\": \"PRT\",\n                                    \"numerical\": \"620\",\n                                    \"name\": \"Portugal\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"PRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"alpha3\": \"PRI\",\n                                    \"numerical\": \"630\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Qatar\",\n                                    \"value\": \"QAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"QA\",\n                                    \"alpha3\": \"QAT\",\n                                    \"numerical\": \"634\",\n                                    \"name\": \"Qatar\"\n                                },\n                                {\n                                    \"text\": \"Réunion\",\n                                    \"value\": \"REU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RE\",\n                                    \"alpha3\": \"REU\",\n                                    \"numerical\": \"638\",\n                                    \"name\": \"Réunion\"\n                                },\n                                {\n                                    \"text\": \"Romania\",\n                                    \"value\": \"ROU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RO\",\n                                    \"alpha3\": \"ROU\",\n                                    \"numerical\": \"642\",\n                                    \"name\": \"Romania\"\n                                },\n                                {\n                                    \"text\": \"Russian Federation\",\n                                    \"value\": \"RUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RU\",\n                                    \"alpha3\": \"RUS\",\n                                    \"numerical\": \"643\",\n                                    \"name\": \"Russian Federation\"\n                                },\n                                {\n                                    \"text\": \"Rwanda\",\n                                    \"value\": \"RWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RW\",\n                                    \"alpha3\": \"RWA\",\n                                    \"numerical\": \"646\",\n                                    \"name\": \"Rwanda\"\n                                },\n                                {\n                                    \"text\": \"Saint Barthélemy\",\n                                    \"value\": \"BLM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BL\",\n                                    \"alpha3\": \"BLM\",\n                                    \"numerical\": \"652\",\n                                    \"name\": \"Saint Barthélemy\"\n                                },\n                                {\n                                    \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"value\": \"SHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SH\",\n                                    \"alpha3\": \"SHN\",\n                                    \"numerical\": \"654\",\n                                    \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                },\n                                {\n                                    \"text\": \"Saint Kitts and Nevis\",\n                                    \"value\": \"KNA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KN\",\n                                    \"alpha3\": \"KNA\",\n                                    \"numerical\": \"659\",\n                                    \"name\": \"Saint Kitts and Nevis\"\n                                },\n                                {\n                                    \"text\": \"Saint Lucia\",\n                                    \"value\": \"LCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LC\",\n                                    \"alpha3\": \"LCA\",\n                                    \"numerical\": \"662\",\n                                    \"name\": \"Saint Lucia\"\n                                },\n                                {\n                                    \"text\": \"Saint Martin (French part)\",\n                                    \"value\": \"MAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MF\",\n                                    \"alpha3\": \"MAF\",\n                                    \"numerical\": \"663\",\n                                    \"name\": \"Saint Martin (French part)\"\n                                },\n                                {\n                                    \"text\": \"Saint Pierre and Miquelon\",\n                                    \"value\": \"SPM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PM\",\n                                    \"alpha3\": \"SPM\",\n                                    \"numerical\": \"666\",\n                                    \"name\": \"Saint Pierre and Miquelon\"\n                                },\n                                {\n                                    \"text\": \"Saint Vincent and the Grenadines\",\n                                    \"value\": \"VCT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VC\",\n                                    \"alpha3\": \"VCT\",\n                                    \"numerical\": \"670\",\n                                    \"name\": \"Saint Vincent and the Grenadines\"\n                                },\n                                {\n                                    \"text\": \"Samoa\",\n                                    \"value\": \"WSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WS\",\n                                    \"alpha3\": \"WSM\",\n                                    \"numerical\": \"882\",\n                                    \"name\": \"Samoa\"\n                                },\n                                {\n                                    \"text\": \"San Marino\",\n                                    \"value\": \"SMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SM\",\n                                    \"alpha3\": \"SMR\",\n                                    \"numerical\": \"674\",\n                                    \"name\": \"San Marino\"\n                                },\n                                {\n                                    \"text\": \"Sao Tome and Principe\",\n                                    \"value\": \"STP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ST\",\n                                    \"alpha3\": \"STP\",\n                                    \"numerical\": \"678\",\n                                    \"name\": \"Sao Tome and Principe\"\n                                },\n                                {\n                                    \"text\": \"Saudi Arabia\",\n                                    \"value\": \"SAU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SA\",\n                                    \"alpha3\": \"SAU\",\n                                    \"numerical\": \"682\",\n                                    \"name\": \"Saudi Arabia\"\n                                },\n                                {\n                                    \"text\": \"Senegal\",\n                                    \"value\": \"SEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SN\",\n                                    \"alpha3\": \"SEN\",\n                                    \"numerical\": \"686\",\n                                    \"name\": \"Senegal\"\n                                },\n                                {\n                                    \"text\": \"Serbia\",\n                                    \"value\": \"SRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RS\",\n                                    \"alpha3\": \"SRB\",\n                                    \"numerical\": \"688\",\n                                    \"name\": \"Serbia\"\n                                },\n                                {\n                                    \"text\": \"Seychelles\",\n                                    \"value\": \"SYC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"alpha3\": \"SYC\",\n                                    \"numerical\": \"690\",\n                                    \"name\": \"Seychelles\"\n                                },\n                                {\n                                    \"text\": \"Sierra Leone\",\n                                    \"value\": \"SLE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SL\",\n                                    \"alpha3\": \"SLE\",\n                                    \"numerical\": \"694\",\n                                    \"name\": \"Sierra Leone\"\n                                },\n                                {\n                                    \"text\": \"Singapore\",\n                                    \"value\": \"SGP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SG\",\n                                    \"alpha3\": \"SGP\",\n                                    \"numerical\": \"702\",\n                                    \"name\": \"Singapore\"\n                                },\n                                {\n                                    \"text\": \"Sint Maarten (Dutch part)\",\n                                    \"value\": \"SXM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SX\",\n                                    \"alpha3\": \"SXM\",\n                                    \"numerical\": \"534\",\n                                    \"name\": \"Sint Maarten (Dutch part)\"\n                                },\n                                {\n                                    \"text\": \"Slovakia\",\n                                    \"value\": \"SVK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SK\",\n                                    \"alpha3\": \"SVK\",\n                                    \"numerical\": \"703\",\n                                    \"name\": \"Slovakia\"\n                                },\n                                {\n                                    \"text\": \"Slovenia\",\n                                    \"value\": \"SVN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SI\",\n                                    \"alpha3\": \"SVN\",\n                                    \"numerical\": \"705\",\n                                    \"name\": \"Slovenia\"\n                                },\n                                {\n                                    \"text\": \"Solomon Islands\",\n                                    \"value\": \"SLB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SB\",\n                                    \"alpha3\": \"SLB\",\n                                    \"numerical\": \"090\",\n                                    \"name\": \"Solomon Islands\"\n                                },\n                                {\n                                    \"text\": \"Somalia\",\n                                    \"value\": \"SOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SO\",\n                                    \"alpha3\": \"SOM\",\n                                    \"numerical\": \"706\",\n                                    \"name\": \"Somalia\"\n                                },\n                                {\n                                    \"text\": \"South Africa\",\n                                    \"value\": \"ZAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZA\",\n                                    \"alpha3\": \"ZAF\",\n                                    \"numerical\": \"710\",\n                                    \"name\": \"South Africa\"\n                                },\n                                {\n                                    \"text\": \"South Georgia and the South Sandwich Islands\",\n                                    \"value\": \"SGS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GS\",\n                                    \"alpha3\": \"SGS\",\n                                    \"numerical\": \"239\",\n                                    \"name\": \"South Georgia and the South Sandwich Islands\"\n                                },\n                                {\n                                    \"text\": \"South Sudan\",\n                                    \"value\": \"SSD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SS\",\n                                    \"alpha3\": \"SSD\",\n                                    \"numerical\": \"728\",\n                                    \"name\": \"South Sudan\"\n                                },\n                                {\n                                    \"text\": \"Spain\",\n                                    \"value\": \"ESP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ES\",\n                                    \"alpha3\": \"ESP\",\n                                    \"numerical\": \"724\",\n                                    \"name\": \"Spain\"\n                                },\n                                {\n                                    \"text\": \"Sri Lanka\",\n                                    \"value\": \"LKA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LK\",\n                                    \"alpha3\": \"LKA\",\n                                    \"numerical\": \"144\",\n                                    \"name\": \"Sri Lanka\"\n                                },\n                                {\n                                    \"text\": \"Sudan\",\n                                    \"value\": \"SDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"alpha3\": \"SDN\",\n                                    \"numerical\": \"729\",\n                                    \"name\": \"Sudan\"\n                                },\n                                {\n                                    \"text\": \"Suriname\",\n                                    \"value\": \"SUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SR\",\n                                    \"alpha3\": \"SUR\",\n                                    \"numerical\": \"740\",\n                                    \"name\": \"Suriname\"\n                                },\n                                {\n                                    \"text\": \"Svalbard and Jan Mayen\",\n                                    \"value\": \"SJM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SJ\",\n                                    \"alpha3\": \"SJM\",\n                                    \"numerical\": \"744\",\n                                    \"name\": \"Svalbard and Jan Mayen\"\n                                },\n                                {\n                                    \"text\": \"Eswatini\",\n                                    \"value\": \"SWZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SZ\",\n                                    \"alpha3\": \"SWZ\",\n                                    \"numerical\": \"748\",\n                                    \"name\": \"Eswatini\"\n                                },\n                                {\n                                    \"text\": \"Sweden\",\n                                    \"value\": \"SWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SE\",\n                                    \"alpha3\": \"SWE\",\n                                    \"numerical\": \"752\",\n                                    \"name\": \"Sweden\"\n                                },\n                                {\n                                    \"text\": \"Switzerland\",\n                                    \"value\": \"CHE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CH\",\n                                    \"alpha3\": \"CHE\",\n                                    \"numerical\": \"756\",\n                                    \"name\": \"Switzerland\"\n                                },\n                                {\n                                    \"text\": \"Syrian Arab Republic\",\n                                    \"value\": \"SYR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SY\",\n                                    \"alpha3\": \"SYR\",\n                                    \"numerical\": \"760\",\n                                    \"name\": \"Syrian Arab Republic\"\n                                },\n                                {\n                                    \"text\": \"Taiwan\",\n                                    \"value\": \"TWN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TW\",\n                                    \"alpha3\": \"TWN\",\n                                    \"numerical\": \"158\",\n                                    \"name\": \"Taiwan\"\n                                },\n                                {\n                                    \"text\": \"Tajikistan\",\n                                    \"value\": \"TJK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TJ\",\n                                    \"alpha3\": \"TJK\",\n                                    \"numerical\": \"762\",\n                                    \"name\": \"Tajikistan\"\n                                },\n                                {\n                                    \"text\": \"Tanzania,United Republic of\",\n                                    \"value\": \"TZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TZ\",\n                                    \"alpha3\": \"TZA\",\n                                    \"numerical\": \"834\",\n                                    \"name\": \"Tanzania,United Republic of\"\n                                },\n                                {\n                                    \"text\": \"Thailand\",\n                                    \"value\": \"THA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TH\",\n                                    \"alpha3\": \"THA\",\n                                    \"numerical\": \"764\",\n                                    \"name\": \"Thailand\"\n                                },\n                                {\n                                    \"text\": \"Timor-Leste\",\n                                    \"value\": \"TLS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TL\",\n                                    \"alpha3\": \"TLS\",\n                                    \"numerical\": \"626\",\n                                    \"name\": \"Timor-Leste\"\n                                },\n                                {\n                                    \"text\": \"Togo\",\n                                    \"value\": \"TGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TG\",\n                                    \"alpha3\": \"TGO\",\n                                    \"numerical\": \"768\",\n                                    \"name\": \"Togo\"\n                                },\n                                {\n                                    \"text\": \"Tokelau\",\n                                    \"value\": \"TKL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TK\",\n                                    \"alpha3\": \"TKL\",\n                                    \"numerical\": \"772\",\n                                    \"name\": \"Tokelau\"\n                                },\n                                {\n                                    \"text\": \"Tonga\",\n                                    \"value\": \"TON\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TO\",\n                                    \"alpha3\": \"TON\",\n                                    \"numerical\": \"776\",\n                                    \"name\": \"Tonga\"\n                                },\n                                {\n                                    \"text\": \"Trinidad and Tobago\",\n                                    \"value\": \"TTO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TT\",\n                                    \"alpha3\": \"TTO\",\n                                    \"numerical\": \"780\",\n                                    \"name\": \"Trinidad and Tobago\"\n                                },\n                                {\n                                    \"text\": \"Tunisia\",\n                                    \"value\": \"TUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"alpha3\": \"TUN\",\n                                    \"numerical\": \"788\",\n                                    \"name\": \"Tunisia\"\n                                },\n                                {\n                                    \"text\": \"Turkey\",\n                                    \"value\": \"TUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TR\",\n                                    \"alpha3\": \"TUR\",\n                                    \"numerical\": \"792\",\n                                    \"name\": \"Turkey\"\n                                },\n                                {\n                                    \"text\": \"Turkmenistan\",\n                                    \"value\": \"TKM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TM\",\n                                    \"alpha3\": \"TKM\",\n                                    \"numerical\": \"795\",\n                                    \"name\": \"Turkmenistan\"\n                                },\n                                {\n                                    \"text\": \"Turks and Caicos Islands\",\n                                    \"value\": \"TCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TC\",\n                                    \"alpha3\": \"TCA\",\n                                    \"numerical\": \"796\",\n                                    \"name\": \"Turks and Caicos Islands\"\n                                },\n                                {\n                                    \"text\": \"Tuvalu\",\n                                    \"value\": \"TUV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TV\",\n                                    \"alpha3\": \"TUV\",\n                                    \"numerical\": \"798\",\n                                    \"name\": \"Tuvalu\"\n                                },\n                                {\n                                    \"text\": \"Uganda\",\n                                    \"value\": \"UGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UG\",\n                                    \"alpha3\": \"UGA\",\n                                    \"numerical\": \"800\",\n                                    \"name\": \"Uganda\"\n                                },\n                                {\n                                    \"text\": \"Ukraine\",\n                                    \"value\": \"UKR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UA\",\n                                    \"alpha3\": \"UKR\",\n                                    \"numerical\": \"804\",\n                                    \"name\": \"Ukraine\"\n                                },\n                                {\n                                    \"text\": \"United Arab Emirates\",\n                                    \"value\": \"ARE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"alpha3\": \"ARE\",\n                                    \"numerical\": \"784\",\n                                    \"name\": \"United Arab Emirates\"\n                                },\n                                {\n                                    \"text\": \"United Kingdom\",\n                                    \"value\": \"GBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GB\",\n                                    \"alpha3\": \"GBR\",\n                                    \"numerical\": \"826\",\n                                    \"name\": \"United Kingdom\"\n                                },\n                                {\n                                    \"text\": \"United States Minor Outlying Islands\",\n                                    \"value\": \"UMI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"alpha3\": \"UMI\",\n                                    \"numerical\": \"581\",\n                                    \"name\": \"United States Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Uruguay\",\n                                    \"value\": \"URY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UY\",\n                                    \"alpha3\": \"URY\",\n                                    \"numerical\": \"858\",\n                                    \"name\": \"Uruguay\"\n                                },\n                                {\n                                    \"text\": \"Uzbekistan\",\n                                    \"value\": \"UZB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UZ\",\n                                    \"alpha3\": \"UZB\",\n                                    \"numerical\": \"860\",\n                                    \"name\": \"Uzbekistan\"\n                                },\n                                {\n                                    \"text\": \"Vanuatu\",\n                                    \"value\": \"VUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VU\",\n                                    \"alpha3\": \"VUT\",\n                                    \"numerical\": \"548\",\n                                    \"name\": \"Vanuatu\"\n                                },\n                                {\n                                    \"text\": \"Venezuela,Bolivarian Republic of\",\n                                    \"value\": \"VEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VE\",\n                                    \"alpha3\": \"VEN\",\n                                    \"numerical\": \"862\",\n                                    \"name\": \"Venezuela,Bolivarian Republic of\"\n                                },\n                                {\n                                    \"text\": \"Viet Nam\",\n                                    \"value\": \"VNM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VN\",\n                                    \"alpha3\": \"VNM\",\n                                    \"numerical\": \"704\",\n                                    \"name\": \"Viet Nam\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,British\",\n                                    \"value\": \"VGB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VG\",\n                                    \"alpha3\": \"VGB\",\n                                    \"numerical\": \"092\",\n                                    \"name\": \"Virgin Islands,British\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,U.S.\",\n                                    \"value\": \"VIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"alpha3\": \"VIR\",\n                                    \"numerical\": \"850\",\n                                    \"name\": \"Virgin Islands,U.S.\"\n                                },\n                                {\n                                    \"text\": \"Wallis and Futuna\",\n                                    \"value\": \"WLF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WF\",\n                                    \"alpha3\": \"WLF\",\n                                    \"numerical\": \"876\",\n                                    \"name\": \"Wallis and Futuna\"\n                                },\n                                {\n                                    \"text\": \"Western Sahara\",\n                                    \"value\": \"ESH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EH\",\n                                    \"alpha3\": \"ESH\",\n                                    \"numerical\": \"732\",\n                                    \"name\": \"Western Sahara\"\n                                },\n                                {\n                                    \"text\": \"Yemen\",\n                                    \"value\": \"YEM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YE\",\n                                    \"alpha3\": \"YEM\",\n                                    \"numerical\": \"887\",\n                                    \"name\": \"Yemen\"\n                                },\n                                {\n                                    \"text\": \"Zambia\",\n                                    \"value\": \"ZMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZM\",\n                                    \"alpha3\": \"ZMB\",\n                                    \"numerical\": \"894\",\n                                    \"name\": \"Zambia\"\n                                },\n                                {\n                                    \"text\": \"Zimbabwe\",\n                                    \"value\": \"ZWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZW\",\n                                    \"alpha3\": \"ZWE\",\n                                    \"numerical\": \"895\",\n                                    \"name\": \"Zimbabwe\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 1\",\n                            \"name\": \"user-home-addresses-street_1\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 2\",\n                            \"name\": \"user-home-addresses-street_2\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 3\",\n                            \"name\": \"user-home-addresses-street_3\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"City\",\n                            \"name\": \"user-home-addresses-city\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"State\",\n                            \"name\": \"user-home-addresses-state\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.state\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha2\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Alabama\",\n                                    \"value\": \"AL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"name\": \"Alabama\"\n                                },\n                                {\n                                    \"text\": \"Alaska\",\n                                    \"value\": \"AK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AK\",\n                                    \"name\": \"Alaska\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"AS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Arizona\",\n                                    \"value\": \"AZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"name\": \"Arizona\"\n                                },\n                                {\n                                    \"text\": \"Arkansas\",\n                                    \"value\": \"AR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"name\": \"Arkansas\"\n                                },\n                                {\n                                    \"text\": \"California\",\n                                    \"value\": \"CA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"name\": \"California\"\n                                },\n                                {\n                                    \"text\": \"Colorado\",\n                                    \"value\": \"CO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"name\": \"Colorado\"\n                                },\n                                {\n                                    \"text\": \"Connecticut\",\n                                    \"value\": \"CT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CT\",\n                                    \"name\": \"Connecticut\"\n                                },\n                                {\n                                    \"text\": \"Delaware\",\n                                    \"value\": \"DE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"name\": \"Delaware\"\n                                },\n                                {\n                                    \"text\": \"District of Columbia\",\n                                    \"value\": \"DC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DC\",\n                                    \"name\": \"District of Columbia\"\n                                },\n                                {\n                                    \"text\": \"Federated States of Micronesia\",\n                                    \"value\": \"FM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"name\": \"Federated States of Micronesia\"\n                                },\n                                {\n                                    \"text\": \"Florida\",\n                                    \"value\": \"FL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FL\",\n                                    \"name\": \"Florida\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"GA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"GU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Hawaii\",\n                                    \"value\": \"HI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HI\",\n                                    \"name\": \"Hawaii\"\n                                },\n                                {\n                                    \"text\": \"Idaho\",\n                                    \"value\": \"ID\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"name\": \"Idaho\"\n                                },\n                                {\n                                    \"text\": \"Illinois\",\n                                    \"value\": \"IL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"name\": \"Illinois\"\n                                },\n                                {\n                                    \"text\": \"Indiana\",\n                                    \"value\": \"IN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"name\": \"Indiana\"\n                                },\n                                {\n                                    \"text\": \"Iowa\",\n                                    \"value\": \"IA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IA\",\n                                    \"name\": \"Iowa\"\n                                },\n                                {\n                                    \"text\": \"Kansas\",\n                                    \"value\": \"KS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KS\",\n                                    \"name\": \"Kansas\"\n                                },\n                                {\n                                    \"text\": \"Kentucky\",\n                                    \"value\": \"KY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"name\": \"Kentucky\"\n                                },\n                                {\n                                    \"text\": \"Louisiana\",\n                                    \"value\": \"LA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"name\": \"Louisiana\"\n                                },\n                                {\n                                    \"text\": \"Maine\",\n                                    \"value\": \"ME\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"name\": \"Maine\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"MH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Maryland\",\n                                    \"value\": \"MD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"name\": \"Maryland\"\n                                },\n                                {\n                                    \"text\": \"Massachusetts\",\n                                    \"value\": \"MA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"name\": \"Massachusetts\"\n                                },\n                                {\n                                    \"text\": \"Michigan\",\n                                    \"value\": \"MI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MI\",\n                                    \"name\": \"Michigan\"\n                                },\n                                {\n                                    \"text\": \"Minnesota\",\n                                    \"value\": \"MN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"name\": \"Minnesota\"\n                                },\n                                {\n                                    \"text\": \"Mississippi\",\n                                    \"value\": \"MS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"name\": \"Mississippi\"\n                                },\n                                {\n                                    \"text\": \"Missouri\",\n                                    \"value\": \"MO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"name\": \"Missouri\"\n                                },\n                                {\n                                    \"text\": \"Montana\",\n                                    \"value\": \"MT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"name\": \"Montana\"\n                                },\n                                {\n                                    \"text\": \"Nebraska\",\n                                    \"value\": \"NE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"name\": \"Nebraska\"\n                                },\n                                {\n                                    \"text\": \"Nevada\",\n                                    \"value\": \"NV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NV\",\n                                    \"name\": \"Nevada\"\n                                },\n                                {\n                                    \"text\": \"New Hampshire\",\n                                    \"value\": \"NH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NH\",\n                                    \"name\": \"New Hampshire\"\n                                },\n                                {\n                                    \"text\": \"New Jersey\",\n                                    \"value\": \"NJ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NJ\",\n                                    \"name\": \"New Jersey\"\n                                },\n                                {\n                                    \"text\": \"New Mexico\",\n                                    \"value\": \"NM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NM\",\n                                    \"name\": \"New Mexico\"\n                                },\n                                {\n                                    \"text\": \"New York\",\n                                    \"value\": \"NY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NY\",\n                                    \"name\": \"New York\"\n                                },\n                                {\n                                    \"text\": \"North Carolina\",\n                                    \"value\": \"NC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"name\": \"North Carolina\"\n                                },\n                                {\n                                    \"text\": \"North Dakota\",\n                                    \"value\": \"ND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ND\",\n                                    \"name\": \"North Dakota\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"MP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Ohio\",\n                                    \"value\": \"OH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OH\",\n                                    \"name\": \"Ohio\"\n                                },\n                                {\n                                    \"text\": \"Oklahoma\",\n                                    \"value\": \"OK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OK\",\n                                    \"name\": \"Oklahoma\"\n                                },\n                                {\n                                    \"text\": \"Oregon\",\n                                    \"value\": \"OR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OR\",\n                                    \"name\": \"Oregon\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"PW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Pennsylvania\",\n                                    \"value\": \"PA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"name\": \"Pennsylvania\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"PR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Rhode Island\",\n                                    \"value\": \"RI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RI\",\n                                    \"name\": \"Rhode Island\"\n                                },\n                                {\n                                    \"text\": \"South Carolina\",\n                                    \"value\": \"SC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"name\": \"South Carolina\"\n                                },\n                                {\n                                    \"text\": \"South Dakota\",\n                                    \"value\": \"SD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"name\": \"South Dakota\"\n                                },\n                                {\n                                    \"text\": \"Tennessee\",\n                                    \"value\": \"TN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"name\": \"Tennessee\"\n                                },\n                                {\n                                    \"text\": \"Texas\",\n                                    \"value\": \"TX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TX\",\n                                    \"name\": \"Texas\"\n                                },\n                                {\n                                    \"text\": \"US Minor Outlying Islands\",\n                                    \"value\": \"UM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"name\": \"US Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Utah\",\n                                    \"value\": \"UT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UT\",\n                                    \"name\": \"Utah\"\n                                },\n                                {\n                                    \"text\": \"Vermont\",\n                                    \"value\": \"VT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VT\",\n                                    \"name\": \"Vermont\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands\",\n                                    \"value\": \"VI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"name\": \"Virgin Islands\"\n                                },\n                                {\n                                    \"text\": \"Virginia\",\n                                    \"value\": \"VA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"name\": \"Virginia\"\n                                },\n                                {\n                                    \"text\": \"Washington\",\n                                    \"value\": \"WA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WA\",\n                                    \"name\": \"Washington\"\n                                },\n                                {\n                                    \"text\": \"West Virginia\",\n                                    \"value\": \"WV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WV\",\n                                    \"name\": \"West Virginia\"\n                                },\n                                {\n                                    \"text\": \"Wisconsin\",\n                                    \"value\": \"WI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WI\",\n                                    \"name\": \"Wisconsin\"\n                                },\n                                {\n                                    \"text\": \"Wyoming\",\n                                    \"value\": \"WY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WY\",\n                                    \"name\": \"Wyoming\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Europe, the Middle East, and Canada\",\n                                    \"value\": \"AE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"name\": \"Armed Forces Europe, the Middle East, and Canada\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Pacific\",\n                                    \"value\": \"AP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AP\",\n                                    \"name\": \"Armed Forces Pacific\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Americas (except Canada)\",\n                                    \"value\": \"AA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AA\",\n                                    \"name\": \"Armed Forces Americas (except Canada)\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-home-addresses-country\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"USA\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Province\",\n                            \"name\": \"user-home-addresses-province\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-home-addresses-country\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"USA\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"County\",\n                            \"name\": \"user-home-addresses-county\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Zip / Postal Code\",\n                            \"name\": \"user-home-addresses-zipcode\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"location\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"User Location\",\n                            \"name\": \"user-home-addresses-loc\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"subfields\": [\n                            {\n                                \"visible_by\": \"system\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"numeric\"\n                                    }\n                                ],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": true,\n                                    \"default\": \"\",\n                                    \"label\": \"Longitude\",\n                                    \"name\": \"user-home-addresses-loc-lng\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            },\n                            {\n                                \"visible_by\": \"system\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"numeric\"\n                                    }\n                                ],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": true,\n                                    \"default\": \"\",\n                                    \"label\": \"Latitude\",\n                                    \"name\": \"user-home-addresses-loc-lat\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": true,\n                            \"label\": \"Is this your mailing address?\",\n                            \"name\": \"user-home-addresses-mailing\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"input_widget\": \"toggle\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-addresses-mailing\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection-item\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"Address Information\",\n                \"form_attributes\": {\n                    \"field_type\": \"address\",\n                    \"label\": \"Mailing Address\",\n                    \"name\": \"user-mailing-addresses\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": [\n                    {\n                        \"criteria\": {\n                            \"operator\": \"$eq\",\n                            \"conditions\": [\n                                {\n                                    \"target\": \"user-home-addresses-mailing\",\n                                    \"parent_slug\": \"user-addresses-home\",\n                                    \"parent_name\": \"user-home-addresses\",\n                                    \"scope\": \"form\",\n                                    \"value\": false\n                                }\n                            ]\n                        },\n                        \"actions\": [\n                            {\n                                \"action\": \"show\"\n                            }\n                        ]\n                    }\n                ],\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"mailing\",\n                            \"label\": \"Address Type\",\n                            \"name\": \"user-mailing-addresses-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Country\",\n                            \"name\": \"user-mailing-addresses-country\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.country\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha3\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"United States\",\n                                    \"value\": \"USA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"US\",\n                                    \"alpha3\": \"USA\",\n                                    \"numerical\": \"840\",\n                                    \"name\": \"United States\"\n                                },\n                                {\n                                    \"text\": \"Afghanistan\",\n                                    \"value\": \"AFG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AF\",\n                                    \"alpha3\": \"AFG\",\n                                    \"numerical\": \"004\",\n                                    \"name\": \"Afghanistan\"\n                                },\n                                {\n                                    \"text\": \"Åland Islands\",\n                                    \"value\": \"ALA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AX\",\n                                    \"alpha3\": \"ALA\",\n                                    \"numerical\": \"248\",\n                                    \"name\": \"Åland Islands\"\n                                },\n                                {\n                                    \"text\": \"Albania\",\n                                    \"value\": \"ALB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"alpha3\": \"ALB\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Albania\"\n                                },\n                                {\n                                    \"text\": \"Algeria\",\n                                    \"value\": \"DZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DZ\",\n                                    \"alpha3\": \"DZA\",\n                                    \"numerical\": \"012\",\n                                    \"name\": \"Algeria\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"ASM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"alpha3\": \"ASM\",\n                                    \"numerical\": \"016\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Andorra\",\n                                    \"value\": \"AND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AD\",\n                                    \"alpha3\": \"AND\",\n                                    \"numerical\": \"020\",\n                                    \"name\": \"Andorra\"\n                                },\n                                {\n                                    \"text\": \"Angola\",\n                                    \"value\": \"AGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AO\",\n                                    \"alpha3\": \"AGO\",\n                                    \"numerical\": \"024\",\n                                    \"name\": \"Angola\"\n                                },\n                                {\n                                    \"text\": \"Anguilla\",\n                                    \"value\": \"AIA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AI\",\n                                    \"alpha3\": \"AIA\",\n                                    \"numerical\": \"660\",\n                                    \"name\": \"Anguilla\"\n                                },\n                                {\n                                    \"text\": \"Antarctica\",\n                                    \"value\": \"ATA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AQ\",\n                                    \"alpha3\": \"ATA\",\n                                    \"numerical\": \"010\",\n                                    \"name\": \"Antarctica\"\n                                },\n                                {\n                                    \"text\": \"Antigua and Barbuda\",\n                                    \"value\": \"ATG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AG\",\n                                    \"alpha3\": \"ATG\",\n                                    \"numerical\": \"028\",\n                                    \"name\": \"Antigua and Barbuda\"\n                                },\n                                {\n                                    \"text\": \"Argentina\",\n                                    \"value\": \"ARG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"alpha3\": \"ARG\",\n                                    \"numerical\": \"032\",\n                                    \"name\": \"Argentina\"\n                                },\n                                {\n                                    \"text\": \"Armenia\",\n                                    \"value\": \"ARM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AM\",\n                                    \"alpha3\": \"ARM\",\n                                    \"numerical\": \"051\",\n                                    \"name\": \"Armenia\"\n                                },\n                                {\n                                    \"text\": \"Aruba\",\n                                    \"value\": \"ABW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AW\",\n                                    \"alpha3\": \"ABW\",\n                                    \"numerical\": \"533\",\n                                    \"name\": \"Aruba\"\n                                },\n                                {\n                                    \"text\": \"Australia\",\n                                    \"value\": \"AUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AU\",\n                                    \"alpha3\": \"AUS\",\n                                    \"numerical\": \"036\",\n                                    \"name\": \"Australia\"\n                                },\n                                {\n                                    \"text\": \"Austria\",\n                                    \"value\": \"AUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AT\",\n                                    \"alpha3\": \"AUT\",\n                                    \"numerical\": \"040\",\n                                    \"name\": \"Austria\"\n                                },\n                                {\n                                    \"text\": \"Azerbaijan\",\n                                    \"value\": \"AZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"alpha3\": \"AZE\",\n                                    \"numerical\": \"031\",\n                                    \"name\": \"Azerbaijan\"\n                                },\n                                {\n                                    \"text\": \"Bahamas\",\n                                    \"value\": \"BHS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BS\",\n                                    \"alpha3\": \"BHS\",\n                                    \"numerical\": \"044\",\n                                    \"name\": \"Bahamas\"\n                                },\n                                {\n                                    \"text\": \"Bahrain\",\n                                    \"value\": \"BHR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BH\",\n                                    \"alpha3\": \"BHR\",\n                                    \"numerical\": \"048\",\n                                    \"name\": \"Bahrain\"\n                                },\n                                {\n                                    \"text\": \"Bangladesh\",\n                                    \"value\": \"BGD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BD\",\n                                    \"alpha3\": \"BGD\",\n                                    \"numerical\": \"050\",\n                                    \"name\": \"Bangladesh\"\n                                },\n                                {\n                                    \"text\": \"Barbados\",\n                                    \"value\": \"BRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BB\",\n                                    \"alpha3\": \"BRB\",\n                                    \"numerical\": \"052\",\n                                    \"name\": \"Barbados\"\n                                },\n                                {\n                                    \"text\": \"Belarus\",\n                                    \"value\": \"BLR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BY\",\n                                    \"alpha3\": \"BLR\",\n                                    \"numerical\": \"112\",\n                                    \"name\": \"Belarus\"\n                                },\n                                {\n                                    \"text\": \"Belgium\",\n                                    \"value\": \"BEL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BE\",\n                                    \"alpha3\": \"BEL\",\n                                    \"numerical\": \"056\",\n                                    \"name\": \"Belgium\"\n                                },\n                                {\n                                    \"text\": \"Belize\",\n                                    \"value\": \"BLZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BZ\",\n                                    \"alpha3\": \"BLZ\",\n                                    \"numerical\": \"084\",\n                                    \"name\": \"Belize\"\n                                },\n                                {\n                                    \"text\": \"Benin\",\n                                    \"value\": \"BEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BJ\",\n                                    \"alpha3\": \"BEN\",\n                                    \"numerical\": \"204\",\n                                    \"name\": \"Benin\"\n                                },\n                                {\n                                    \"text\": \"Bermuda\",\n                                    \"value\": \"BMU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BM\",\n                                    \"alpha3\": \"BMU\",\n                                    \"numerical\": \"060\",\n                                    \"name\": \"Bermuda\"\n                                },\n                                {\n                                    \"text\": \"Bhutan\",\n                                    \"value\": \"BTN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BT\",\n                                    \"alpha3\": \"BTN\",\n                                    \"numerical\": \"064\",\n                                    \"name\": \"Bhutan\"\n                                },\n                                {\n                                    \"text\": \"Bolivia,Plurinational State of\",\n                                    \"value\": \"BOL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BO\",\n                                    \"alpha3\": \"BOL\",\n                                    \"numerical\": \"068\",\n                                    \"name\": \"Bolivia,Plurinational State of\"\n                                },\n                                {\n                                    \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"value\": \"BES\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BQ\",\n                                    \"alpha3\": \"BES\",\n                                    \"numerical\": \"535\",\n                                    \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                },\n                                {\n                                    \"text\": \"Bosnia and Herzegovina\",\n                                    \"value\": \"BIH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BA\",\n                                    \"alpha3\": \"BIH\",\n                                    \"numerical\": \"070\",\n                                    \"name\": \"Bosnia and Herzegovina\"\n                                },\n                                {\n                                    \"text\": \"Botswana\",\n                                    \"value\": \"BWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BW\",\n                                    \"alpha3\": \"BWA\",\n                                    \"numerical\": \"072\",\n                                    \"name\": \"Botswana\"\n                                },\n                                {\n                                    \"text\": \"Bouvet Island\",\n                                    \"value\": \"BVT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BV\",\n                                    \"alpha3\": \"BVT\",\n                                    \"numerical\": \"074\",\n                                    \"name\": \"Bouvet Island\"\n                                },\n                                {\n                                    \"text\": \"Brazil\",\n                                    \"value\": \"BRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BR\",\n                                    \"alpha3\": \"BRA\",\n                                    \"numerical\": \"076\",\n                                    \"name\": \"Brazil\"\n                                },\n                                {\n                                    \"text\": \"British Indian Ocean Territory\",\n                                    \"value\": \"IOT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IO\",\n                                    \"alpha3\": \"IOT\",\n                                    \"numerical\": \"086\",\n                                    \"name\": \"British Indian Ocean Territory\"\n                                },\n                                {\n                                    \"text\": \"Brunei Darussalam\",\n                                    \"value\": \"BRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BN\",\n                                    \"alpha3\": \"BRN\",\n                                    \"numerical\": \"096\",\n                                    \"name\": \"Brunei Darussalam\"\n                                },\n                                {\n                                    \"text\": \"Bulgaria\",\n                                    \"value\": \"BGR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BG\",\n                                    \"alpha3\": \"BGR\",\n                                    \"numerical\": \"100\",\n                                    \"name\": \"Bulgaria\"\n                                },\n                                {\n                                    \"text\": \"Burkina Faso\",\n                                    \"value\": \"BFA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BF\",\n                                    \"alpha3\": \"BFA\",\n                                    \"numerical\": \"854\",\n                                    \"name\": \"Burkina Faso\"\n                                },\n                                {\n                                    \"text\": \"Burundi\",\n                                    \"value\": \"BDI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BI\",\n                                    \"alpha3\": \"BDI\",\n                                    \"numerical\": \"108\",\n                                    \"name\": \"Burundi\"\n                                },\n                                {\n                                    \"text\": \"Cabo Verde\",\n                                    \"value\": \"CPV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CV\",\n                                    \"alpha3\": \"CPV\",\n                                    \"numerical\": \"132\",\n                                    \"name\": \"Cabo Verde\"\n                                },\n                                {\n                                    \"text\": \"Cambodia\",\n                                    \"value\": \"KHM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KH\",\n                                    \"alpha3\": \"KHM\",\n                                    \"numerical\": \"116\",\n                                    \"name\": \"Cambodia\"\n                                },\n                                {\n                                    \"text\": \"Cameroon\",\n                                    \"value\": \"CMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CM\",\n                                    \"alpha3\": \"CMR\",\n                                    \"numerical\": \"120\",\n                                    \"name\": \"Cameroon\"\n                                },\n                                {\n                                    \"text\": \"Canada\",\n                                    \"value\": \"CAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"alpha3\": \"CAN\",\n                                    \"numerical\": \"124\",\n                                    \"name\": \"Canada\"\n                                },\n                                {\n                                    \"text\": \"Cayman Islands\",\n                                    \"value\": \"CYM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"alpha3\": \"CYM\",\n                                    \"numerical\": \"136\",\n                                    \"name\": \"Cayman Islands\"\n                                },\n                                {\n                                    \"text\": \"Central African Republic\",\n                                    \"value\": \"CAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CF\",\n                                    \"alpha3\": \"CAF\",\n                                    \"numerical\": \"140\",\n                                    \"name\": \"Central African Republic\"\n                                },\n                                {\n                                    \"text\": \"Chad\",\n                                    \"value\": \"TCD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TD\",\n                                    \"alpha3\": \"TCD\",\n                                    \"numerical\": \"148\",\n                                    \"name\": \"Chad\"\n                                },\n                                {\n                                    \"text\": \"Chile\",\n                                    \"value\": \"CHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CL\",\n                                    \"alpha3\": \"CHL\",\n                                    \"numerical\": \"152\",\n                                    \"name\": \"Chile\"\n                                },\n                                {\n                                    \"text\": \"China\",\n                                    \"value\": \"CHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CN\",\n                                    \"alpha3\": \"CHN\",\n                                    \"numerical\": \"156\",\n                                    \"name\": \"China\"\n                                },\n                                {\n                                    \"text\": \"Christmas Island\",\n                                    \"value\": \"CXR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CX\",\n                                    \"alpha3\": \"CXR\",\n                                    \"numerical\": \"162\",\n                                    \"name\": \"Christmas Island\"\n                                },\n                                {\n                                    \"text\": \"Cocos (Keeling) Islands\",\n                                    \"value\": \"CCK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CC\",\n                                    \"alpha3\": \"CCK\",\n                                    \"numerical\": \"166\",\n                                    \"name\": \"Cocos (Keeling) Islands\"\n                                },\n                                {\n                                    \"text\": \"Colombia\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"alpha3\": \"COL\",\n                                    \"numerical\": \"170\",\n                                    \"name\": \"Colombia\"\n                                },\n                                {\n                                    \"text\": \"Comoros\",\n                                    \"value\": \"COM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KM\",\n                                    \"alpha3\": \"COM\",\n                                    \"numerical\": \"174\",\n                                    \"name\": \"Comoros\"\n                                },\n                                {\n                                    \"text\": \"Congo\",\n                                    \"value\": \"COG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CG\",\n                                    \"alpha3\": \"COG\",\n                                    \"numerical\": \"178\",\n                                    \"name\": \"Congo\"\n                                },\n                                {\n                                    \"text\": \"Congo,the Democratic Republic of the\",\n                                    \"value\": \"COD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CD\",\n                                    \"alpha3\": \"COD\",\n                                    \"numerical\": \"180\",\n                                    \"name\": \"Congo,the Democratic Republic of the\"\n                                },\n                                {\n                                    \"text\": \"Cook Islands\",\n                                    \"value\": \"COK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CK\",\n                                    \"alpha3\": \"COK\",\n                                    \"numerical\": \"184\",\n                                    \"name\": \"Cook Islands\"\n                                },\n                                {\n                                    \"text\": \"Costa Rica\",\n                                    \"value\": \"CRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CR\",\n                                    \"alpha3\": \"CRI\",\n                                    \"numerical\": \"188\",\n                                    \"name\": \"Costa Rica\"\n                                },\n                                {\n                                    \"text\": \"Côte d'Ivoire\",\n                                    \"value\": \"CIV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CI\",\n                                    \"alpha3\": \"CIV\",\n                                    \"numerical\": \"384\",\n                                    \"name\": \"Côte d'Ivoire\"\n                                },\n                                {\n                                    \"text\": \"Croatia\",\n                                    \"value\": \"HRV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HR\",\n                                    \"alpha3\": \"HRV\",\n                                    \"numerical\": \"191\",\n                                    \"name\": \"Croatia\"\n                                },\n                                {\n                                    \"text\": \"Cuba\",\n                                    \"value\": \"CUB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CU\",\n                                    \"alpha3\": \"CUB\",\n                                    \"numerical\": \"192\",\n                                    \"name\": \"Cuba\"\n                                },\n                                {\n                                    \"text\": \"Curaçao\",\n                                    \"value\": \"CUW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CW\",\n                                    \"alpha3\": \"CUW\",\n                                    \"numerical\": \"531\",\n                                    \"name\": \"Curaçao\"\n                                },\n                                {\n                                    \"text\": \"Cyprus\",\n                                    \"value\": \"CYP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CY\",\n                                    \"alpha3\": \"CYP\",\n                                    \"numerical\": \"196\",\n                                    \"name\": \"Cyprus\"\n                                },\n                                {\n                                    \"text\": \"Czech Republic\",\n                                    \"value\": \"CZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CZ\",\n                                    \"alpha3\": \"CZE\",\n                                    \"numerical\": \"203\",\n                                    \"name\": \"Czech Republic\"\n                                },\n                                {\n                                    \"text\": \"Denmark\",\n                                    \"value\": \"DNK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DK\",\n                                    \"alpha3\": \"DNK\",\n                                    \"numerical\": \"208\",\n                                    \"name\": \"Denmark\"\n                                },\n                                {\n                                    \"text\": \"Djibouti\",\n                                    \"value\": \"DJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DJ\",\n                                    \"alpha3\": \"DJI\",\n                                    \"numerical\": \"262\",\n                                    \"name\": \"Djibouti\"\n                                },\n                                {\n                                    \"text\": \"Dominica\",\n                                    \"value\": \"DMA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DM\",\n                                    \"alpha3\": \"DMA\",\n                                    \"numerical\": \"212\",\n                                    \"name\": \"Dominica\"\n                                },\n                                {\n                                    \"text\": \"Dominican Republic\",\n                                    \"value\": \"DOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DO\",\n                                    \"alpha3\": \"DOM\",\n                                    \"numerical\": \"214\",\n                                    \"name\": \"Dominican Republic\"\n                                },\n                                {\n                                    \"text\": \"Ecuador\",\n                                    \"value\": \"ECU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EC\",\n                                    \"alpha3\": \"ECU\",\n                                    \"numerical\": \"218\",\n                                    \"name\": \"Ecuador\"\n                                },\n                                {\n                                    \"text\": \"Egypt\",\n                                    \"value\": \"EGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EG\",\n                                    \"alpha3\": \"EGY\",\n                                    \"numerical\": \"818\",\n                                    \"name\": \"Egypt\"\n                                },\n                                {\n                                    \"text\": \"El Salvador\",\n                                    \"value\": \"SLV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SV\",\n                                    \"alpha3\": \"SLV\",\n                                    \"numerical\": \"222\",\n                                    \"name\": \"El Salvador\"\n                                },\n                                {\n                                    \"text\": \"Equatorial Guinea\",\n                                    \"value\": \"GNQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GQ\",\n                                    \"alpha3\": \"GNQ\",\n                                    \"numerical\": \"226\",\n                                    \"name\": \"Equatorial Guinea\"\n                                },\n                                {\n                                    \"text\": \"Eritrea\",\n                                    \"value\": \"ERI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ER\",\n                                    \"alpha3\": \"ERI\",\n                                    \"numerical\": \"232\",\n                                    \"name\": \"Eritrea\"\n                                },\n                                {\n                                    \"text\": \"Estonia\",\n                                    \"value\": \"EST\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EE\",\n                                    \"alpha3\": \"EST\",\n                                    \"numerical\": \"233\",\n                                    \"name\": \"Estonia\"\n                                },\n                                {\n                                    \"text\": \"Ethiopia\",\n                                    \"value\": \"ETH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ET\",\n                                    \"alpha3\": \"ETH\",\n                                    \"numerical\": \"231\",\n                                    \"name\": \"Ethiopia\"\n                                },\n                                {\n                                    \"text\": \"Falkland Islands (Malvinas)\",\n                                    \"value\": \"FLK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FK\",\n                                    \"alpha3\": \"FLK\",\n                                    \"numerical\": \"238\",\n                                    \"name\": \"Falkland Islands (Malvinas)\"\n                                },\n                                {\n                                    \"text\": \"Faroe Islands\",\n                                    \"value\": \"FRO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FO\",\n                                    \"alpha3\": \"FRO\",\n                                    \"numerical\": \"234\",\n                                    \"name\": \"Faroe Islands\"\n                                },\n                                {\n                                    \"text\": \"Fiji\",\n                                    \"value\": \"FJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FJ\",\n                                    \"alpha3\": \"FJI\",\n                                    \"numerical\": \"242\",\n                                    \"name\": \"Fiji\"\n                                },\n                                {\n                                    \"text\": \"Finland\",\n                                    \"value\": \"FIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FI\",\n                                    \"alpha3\": \"FIN\",\n                                    \"numerical\": \"246\",\n                                    \"name\": \"Finland\"\n                                },\n                                {\n                                    \"text\": \"France\",\n                                    \"value\": \"FRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FR\",\n                                    \"alpha3\": \"FRA\",\n                                    \"numerical\": \"250\",\n                                    \"name\": \"France\"\n                                },\n                                {\n                                    \"text\": \"French Guiana\",\n                                    \"value\": \"GUF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GF\",\n                                    \"alpha3\": \"GUF\",\n                                    \"numerical\": \"254\",\n                                    \"name\": \"French Guiana\"\n                                },\n                                {\n                                    \"text\": \"French Polynesia\",\n                                    \"value\": \"PYF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PF\",\n                                    \"alpha3\": \"PYF\",\n                                    \"numerical\": \"258\",\n                                    \"name\": \"French Polynesia\"\n                                },\n                                {\n                                    \"text\": \"French Southern Territories\",\n                                    \"value\": \"ATF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TF\",\n                                    \"alpha3\": \"ATF\",\n                                    \"numerical\": \"260\",\n                                    \"name\": \"French Southern Territories\"\n                                },\n                                {\n                                    \"text\": \"Gabon\",\n                                    \"value\": \"GAB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"alpha3\": \"GAB\",\n                                    \"numerical\": \"266\",\n                                    \"name\": \"Gabon\"\n                                },\n                                {\n                                    \"text\": \"Gambia\",\n                                    \"value\": \"GMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GM\",\n                                    \"alpha3\": \"GMB\",\n                                    \"numerical\": \"270\",\n                                    \"name\": \"Gambia\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"GEO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GE\",\n                                    \"alpha3\": \"GEO\",\n                                    \"numerical\": \"268\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Germany\",\n                                    \"value\": \"DEU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"alpha3\": \"DEU\",\n                                    \"numerical\": \"276\",\n                                    \"name\": \"Germany\"\n                                },\n                                {\n                                    \"text\": \"Ghana\",\n                                    \"value\": \"GHA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GH\",\n                                    \"alpha3\": \"GHA\",\n                                    \"numerical\": \"288\",\n                                    \"name\": \"Ghana\"\n                                },\n                                {\n                                    \"text\": \"Gibraltar\",\n                                    \"value\": \"GIB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GI\",\n                                    \"alpha3\": \"GIB\",\n                                    \"numerical\": \"292\",\n                                    \"name\": \"Gibraltar\"\n                                },\n                                {\n                                    \"text\": \"Greece\",\n                                    \"value\": \"GRC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GR\",\n                                    \"alpha3\": \"GRC\",\n                                    \"numerical\": \"300\",\n                                    \"name\": \"Greece\"\n                                },\n                                {\n                                    \"text\": \"Greenland\",\n                                    \"value\": \"GRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GL\",\n                                    \"alpha3\": \"GRL\",\n                                    \"numerical\": \"304\",\n                                    \"name\": \"Greenland\"\n                                },\n                                {\n                                    \"text\": \"Grenada\",\n                                    \"value\": \"GRD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GD\",\n                                    \"alpha3\": \"GRD\",\n                                    \"numerical\": \"308\",\n                                    \"name\": \"Grenada\"\n                                },\n                                {\n                                    \"text\": \"Guadeloupe\",\n                                    \"value\": \"GLP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GP\",\n                                    \"alpha3\": \"GLP\",\n                                    \"numerical\": \"312\",\n                                    \"name\": \"Guadeloupe\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"GUM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"alpha3\": \"GUM\",\n                                    \"numerical\": \"316\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Guatemala\",\n                                    \"value\": \"GTM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GT\",\n                                    \"alpha3\": \"GTM\",\n                                    \"numerical\": \"320\",\n                                    \"name\": \"Guatemala\"\n                                },\n                                {\n                                    \"text\": \"Guernsey\",\n                                    \"value\": \"GGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GG\",\n                                    \"alpha3\": \"GGY\",\n                                    \"numerical\": \"831\",\n                                    \"name\": \"Guernsey\"\n                                },\n                                {\n                                    \"text\": \"Guinea\",\n                                    \"value\": \"GIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GN\",\n                                    \"alpha3\": \"GIN\",\n                                    \"numerical\": \"324\",\n                                    \"name\": \"Guinea\"\n                                },\n                                {\n                                    \"text\": \"Guinea-Bissau\",\n                                    \"value\": \"GNB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GW\",\n                                    \"alpha3\": \"GNB\",\n                                    \"numerical\": \"624\",\n                                    \"name\": \"Guinea-Bissau\"\n                                },\n                                {\n                                    \"text\": \"Guyana\",\n                                    \"value\": \"GUY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GY\",\n                                    \"alpha3\": \"GUY\",\n                                    \"numerical\": \"328\",\n                                    \"name\": \"Guyana\"\n                                },\n                                {\n                                    \"text\": \"Haiti\",\n                                    \"value\": \"HTI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HT\",\n                                    \"alpha3\": \"HTI\",\n                                    \"numerical\": \"332\",\n                                    \"name\": \"Haiti\"\n                                },\n                                {\n                                    \"text\": \"Heard Island and McDonald Islands\",\n                                    \"value\": \"HMD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HM\",\n                                    \"alpha3\": \"HMD\",\n                                    \"numerical\": \"334\",\n                                    \"name\": \"Heard Island and McDonald Islands\"\n                                },\n                                {\n                                    \"text\": \"Holy See (Vatican City State)\",\n                                    \"value\": \"VAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"alpha3\": \"VAT\",\n                                    \"numerical\": \"336\",\n                                    \"name\": \"Holy See (Vatican City State)\"\n                                },\n                                {\n                                    \"text\": \"Honduras\",\n                                    \"value\": \"HND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HN\",\n                                    \"alpha3\": \"HND\",\n                                    \"numerical\": \"340\",\n                                    \"name\": \"Honduras\"\n                                },\n                                {\n                                    \"text\": \"Hong Kong\",\n                                    \"value\": \"HKG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HK\",\n                                    \"alpha3\": \"HKG\",\n                                    \"numerical\": \"344\",\n                                    \"name\": \"Hong Kong\"\n                                },\n                                {\n                                    \"text\": \"Hungary\",\n                                    \"value\": \"HUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HU\",\n                                    \"alpha3\": \"HUN\",\n                                    \"numerical\": \"348\",\n                                    \"name\": \"Hungary\"\n                                },\n                                {\n                                    \"text\": \"Iceland\",\n                                    \"value\": \"ISL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IS\",\n                                    \"alpha3\": \"ISL\",\n                                    \"numerical\": \"352\",\n                                    \"name\": \"Iceland\"\n                                },\n                                {\n                                    \"text\": \"India\",\n                                    \"value\": \"IND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"alpha3\": \"IND\",\n                                    \"numerical\": \"356\",\n                                    \"name\": \"India\"\n                                },\n                                {\n                                    \"text\": \"Indonesia\",\n                                    \"value\": \"IDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"alpha3\": \"IDN\",\n                                    \"numerical\": \"360\",\n                                    \"name\": \"Indonesia\"\n                                },\n                                {\n                                    \"text\": \"Iran,Islamic Republic of\",\n                                    \"value\": \"IRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IR\",\n                                    \"alpha3\": \"IRN\",\n                                    \"numerical\": \"364\",\n                                    \"name\": \"Iran,Islamic Republic of\"\n                                },\n                                {\n                                    \"text\": \"Iraq\",\n                                    \"value\": \"IRQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IQ\",\n                                    \"alpha3\": \"IRQ\",\n                                    \"numerical\": \"368\",\n                                    \"name\": \"Iraq\"\n                                },\n                                {\n                                    \"text\": \"Ireland\",\n                                    \"value\": \"IRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IE\",\n                                    \"alpha3\": \"IRL\",\n                                    \"numerical\": \"372\",\n                                    \"name\": \"Ireland\"\n                                },\n                                {\n                                    \"text\": \"Isle of Man\",\n                                    \"value\": \"IMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IM\",\n                                    \"alpha3\": \"IMN\",\n                                    \"numerical\": \"833\",\n                                    \"name\": \"Isle of Man\"\n                                },\n                                {\n                                    \"text\": \"Israel\",\n                                    \"value\": \"ISR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"alpha3\": \"ISR\",\n                                    \"numerical\": \"376\",\n                                    \"name\": \"Israel\"\n                                },\n                                {\n                                    \"text\": \"Italy\",\n                                    \"value\": \"ITA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IT\",\n                                    \"alpha3\": \"ITA\",\n                                    \"numerical\": \"380\",\n                                    \"name\": \"Italy\"\n                                },\n                                {\n                                    \"text\": \"Jamaica\",\n                                    \"value\": \"JAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JM\",\n                                    \"alpha3\": \"JAM\",\n                                    \"numerical\": \"388\",\n                                    \"name\": \"Jamaica\"\n                                },\n                                {\n                                    \"text\": \"Japan\",\n                                    \"value\": \"JPN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JP\",\n                                    \"alpha3\": \"JPN\",\n                                    \"numerical\": \"392\",\n                                    \"name\": \"Japan\"\n                                },\n                                {\n                                    \"text\": \"Jersey\",\n                                    \"value\": \"JEY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JE\",\n                                    \"alpha3\": \"JEY\",\n                                    \"numerical\": \"832\",\n                                    \"name\": \"Jersey\"\n                                },\n                                {\n                                    \"text\": \"Jordan\",\n                                    \"value\": \"JOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JO\",\n                                    \"alpha3\": \"JOR\",\n                                    \"numerical\": \"400\",\n                                    \"name\": \"Jordan\"\n                                },\n                                {\n                                    \"text\": \"Kazakhstan\",\n                                    \"value\": \"KAZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KZ\",\n                                    \"alpha3\": \"KAZ\",\n                                    \"numerical\": \"398\",\n                                    \"name\": \"Kazakhstan\"\n                                },\n                                {\n                                    \"text\": \"Kenya\",\n                                    \"value\": \"KEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KE\",\n                                    \"alpha3\": \"KEN\",\n                                    \"numerical\": \"404\",\n                                    \"name\": \"Kenya\"\n                                },\n                                {\n                                    \"text\": \"Kiribati\",\n                                    \"value\": \"KIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KI\",\n                                    \"alpha3\": \"KIR\",\n                                    \"numerical\": \"296\",\n                                    \"name\": \"Kiribati\"\n                                },\n                                {\n                                    \"text\": \"Korea,Democratic People's Republic of\",\n                                    \"value\": \"PRK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KP\",\n                                    \"alpha3\": \"PRK\",\n                                    \"numerical\": \"408\",\n                                    \"name\": \"Korea,Democratic People's Republic of\"\n                                },\n                                {\n                                    \"text\": \"Korea,Republic of\",\n                                    \"value\": \"KOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KR\",\n                                    \"alpha3\": \"KOR\",\n                                    \"numerical\": \"410\",\n                                    \"name\": \"Korea,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kosovo,Republic of\",\n                                    \"value\": \"XKK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"XK\",\n                                    \"alpha3\": \"XKK\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Kosovo,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kuwait\",\n                                    \"value\": \"KWT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KW\",\n                                    \"alpha3\": \"KWT\",\n                                    \"numerical\": \"414\",\n                                    \"name\": \"Kuwait\"\n                                },\n                                {\n                                    \"text\": \"Kyrgyzstan\",\n                                    \"value\": \"KGZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KG\",\n                                    \"alpha3\": \"KGZ\",\n                                    \"numerical\": \"417\",\n                                    \"name\": \"Kyrgyzstan\"\n                                },\n                                {\n                                    \"text\": \"Lao People's Democratic Republic\",\n                                    \"value\": \"LAO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"alpha3\": \"LAO\",\n                                    \"numerical\": \"418\",\n                                    \"name\": \"Lao People's Democratic Republic\"\n                                },\n                                {\n                                    \"text\": \"Latvia\",\n                                    \"value\": \"LVA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LV\",\n                                    \"alpha3\": \"LVA\",\n                                    \"numerical\": \"428\",\n                                    \"name\": \"Latvia\"\n                                },\n                                {\n                                    \"text\": \"Lebanon\",\n                                    \"value\": \"LBN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LB\",\n                                    \"alpha3\": \"LBN\",\n                                    \"numerical\": \"422\",\n                                    \"name\": \"Lebanon\"\n                                },\n                                {\n                                    \"text\": \"Lesotho\",\n                                    \"value\": \"LSO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LS\",\n                                    \"alpha3\": \"LSO\",\n                                    \"numerical\": \"426\",\n                                    \"name\": \"Lesotho\"\n                                },\n                                {\n                                    \"text\": \"Liberia\",\n                                    \"value\": \"LBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LR\",\n                                    \"alpha3\": \"LBR\",\n                                    \"numerical\": \"430\",\n                                    \"name\": \"Liberia\"\n                                },\n                                {\n                                    \"text\": \"Libya\",\n                                    \"value\": \"LBY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LY\",\n                                    \"alpha3\": \"LBY\",\n                                    \"numerical\": \"434\",\n                                    \"name\": \"Libya\"\n                                },\n                                {\n                                    \"text\": \"Liechtenstein\",\n                                    \"value\": \"LIE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LI\",\n                                    \"alpha3\": \"LIE\",\n                                    \"numerical\": \"438\",\n                                    \"name\": \"Liechtenstein\"\n                                },\n                                {\n                                    \"text\": \"Lithuania\",\n                                    \"value\": \"LTU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LT\",\n                                    \"alpha3\": \"LTU\",\n                                    \"numerical\": \"440\",\n                                    \"name\": \"Lithuania\"\n                                },\n                                {\n                                    \"text\": \"Luxembourg\",\n                                    \"value\": \"LUX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LU\",\n                                    \"alpha3\": \"LUX\",\n                                    \"numerical\": \"442\",\n                                    \"name\": \"Luxembourg\"\n                                },\n                                {\n                                    \"text\": \"Macao\",\n                                    \"value\": \"MAC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"alpha3\": \"MAC\",\n                                    \"numerical\": \"446\",\n                                    \"name\": \"Macao\"\n                                },\n                                {\n                                    \"text\": \"North Macedonia\",\n                                    \"value\": \"MKD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MK\",\n                                    \"alpha3\": \"MKD\",\n                                    \"numerical\": \"807\",\n                                    \"name\": \"North Macedonia\"\n                                },\n                                {\n                                    \"text\": \"Madagascar\",\n                                    \"value\": \"MDG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MG\",\n                                    \"alpha3\": \"MDG\",\n                                    \"numerical\": \"450\",\n                                    \"name\": \"Madagascar\"\n                                },\n                                {\n                                    \"text\": \"Malawi\",\n                                    \"value\": \"MWI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MW\",\n                                    \"alpha3\": \"MWI\",\n                                    \"numerical\": \"454\",\n                                    \"name\": \"Malawi\"\n                                },\n                                {\n                                    \"text\": \"Malaysia\",\n                                    \"value\": \"MYS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MY\",\n                                    \"alpha3\": \"MYS\",\n                                    \"numerical\": \"458\",\n                                    \"name\": \"Malaysia\"\n                                },\n                                {\n                                    \"text\": \"Maldives\",\n                                    \"value\": \"MDV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MV\",\n                                    \"alpha3\": \"MDV\",\n                                    \"numerical\": \"462\",\n                                    \"name\": \"Maldives\"\n                                },\n                                {\n                                    \"text\": \"Mali\",\n                                    \"value\": \"MLI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ML\",\n                                    \"alpha3\": \"MLI\",\n                                    \"numerical\": \"466\",\n                                    \"name\": \"Mali\"\n                                },\n                                {\n                                    \"text\": \"Malta\",\n                                    \"value\": \"MLT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"alpha3\": \"MLT\",\n                                    \"numerical\": \"470\",\n                                    \"name\": \"Malta\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"MHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"alpha3\": \"MHL\",\n                                    \"numerical\": \"584\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Martinique\",\n                                    \"value\": \"MTQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MQ\",\n                                    \"alpha3\": \"MTQ\",\n                                    \"numerical\": \"474\",\n                                    \"name\": \"Martinique\"\n                                },\n                                {\n                                    \"text\": \"Mauritania\",\n                                    \"value\": \"MRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MR\",\n                                    \"alpha3\": \"MRT\",\n                                    \"numerical\": \"478\",\n                                    \"name\": \"Mauritania\"\n                                },\n                                {\n                                    \"text\": \"Mauritius\",\n                                    \"value\": \"MUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MU\",\n                                    \"alpha3\": \"MUS\",\n                                    \"numerical\": \"480\",\n                                    \"name\": \"Mauritius\"\n                                },\n                                {\n                                    \"text\": \"Mayotte\",\n                                    \"value\": \"MYT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YT\",\n                                    \"alpha3\": \"MYT\",\n                                    \"numerical\": \"175\",\n                                    \"name\": \"Mayotte\"\n                                },\n                                {\n                                    \"text\": \"Mexico\",\n                                    \"value\": \"MEX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MX\",\n                                    \"alpha3\": \"MEX\",\n                                    \"numerical\": \"484\",\n                                    \"name\": \"Mexico\"\n                                },\n                                {\n                                    \"text\": \"Micronesia,Federated States of\",\n                                    \"value\": \"FSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"alpha3\": \"FSM\",\n                                    \"numerical\": \"583\",\n                                    \"name\": \"Micronesia,Federated States of\"\n                                },\n                                {\n                                    \"text\": \"Moldova,Republic of\",\n                                    \"value\": \"MDA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"alpha3\": \"MDA\",\n                                    \"numerical\": \"498\",\n                                    \"name\": \"Moldova,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Monaco\",\n                                    \"value\": \"MCO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MC\",\n                                    \"alpha3\": \"MCO\",\n                                    \"numerical\": \"492\",\n                                    \"name\": \"Monaco\"\n                                },\n                                {\n                                    \"text\": \"Mongolia\",\n                                    \"value\": \"MNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"alpha3\": \"MNG\",\n                                    \"numerical\": \"496\",\n                                    \"name\": \"Mongolia\"\n                                },\n                                {\n                                    \"text\": \"Montenegro\",\n                                    \"value\": \"MNE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"alpha3\": \"MNE\",\n                                    \"numerical\": \"499\",\n                                    \"name\": \"Montenegro\"\n                                },\n                                {\n                                    \"text\": \"Montserrat\",\n                                    \"value\": \"MSR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"alpha3\": \"MSR\",\n                                    \"numerical\": \"500\",\n                                    \"name\": \"Montserrat\"\n                                },\n                                {\n                                    \"text\": \"Morocco\",\n                                    \"value\": \"MAR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"alpha3\": \"MAR\",\n                                    \"numerical\": \"504\",\n                                    \"name\": \"Morocco\"\n                                },\n                                {\n                                    \"text\": \"Mozambique\",\n                                    \"value\": \"MOZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MZ\",\n                                    \"alpha3\": \"MOZ\",\n                                    \"numerical\": \"508\",\n                                    \"name\": \"Mozambique\"\n                                },\n                                {\n                                    \"text\": \"Myanmar\",\n                                    \"value\": \"MMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MM\",\n                                    \"alpha3\": \"MMR\",\n                                    \"numerical\": \"104\",\n                                    \"name\": \"Myanmar\"\n                                },\n                                {\n                                    \"text\": \"Namibia\",\n                                    \"value\": \"NAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NA\",\n                                    \"alpha3\": \"NAM\",\n                                    \"numerical\": \"516\",\n                                    \"name\": \"Namibia\"\n                                },\n                                {\n                                    \"text\": \"Nauru\",\n                                    \"value\": \"NRU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NR\",\n                                    \"alpha3\": \"NRU\",\n                                    \"numerical\": \"520\",\n                                    \"name\": \"Nauru\"\n                                },\n                                {\n                                    \"text\": \"Nepal\",\n                                    \"value\": \"NPL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NP\",\n                                    \"alpha3\": \"NPL\",\n                                    \"numerical\": \"524\",\n                                    \"name\": \"Nepal\"\n                                },\n                                {\n                                    \"text\": \"Netherlands\",\n                                    \"value\": \"NLD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NL\",\n                                    \"alpha3\": \"NLD\",\n                                    \"numerical\": \"528\",\n                                    \"name\": \"Netherlands\"\n                                },\n                                {\n                                    \"text\": \"New Caledonia\",\n                                    \"value\": \"NCL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"alpha3\": \"NCL\",\n                                    \"numerical\": \"540\",\n                                    \"name\": \"New Caledonia\"\n                                },\n                                {\n                                    \"text\": \"New Zealand\",\n                                    \"value\": \"NZL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NZ\",\n                                    \"alpha3\": \"NZL\",\n                                    \"numerical\": \"554\",\n                                    \"name\": \"New Zealand\"\n                                },\n                                {\n                                    \"text\": \"Nicaragua\",\n                                    \"value\": \"NIC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NI\",\n                                    \"alpha3\": \"NIC\",\n                                    \"numerical\": \"558\",\n                                    \"name\": \"Nicaragua\"\n                                },\n                                {\n                                    \"text\": \"Niger\",\n                                    \"value\": \"NER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"alpha3\": \"NER\",\n                                    \"numerical\": \"562\",\n                                    \"name\": \"Niger\"\n                                },\n                                {\n                                    \"text\": \"Nigeria\",\n                                    \"value\": \"NGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NG\",\n                                    \"alpha3\": \"NGA\",\n                                    \"numerical\": \"566\",\n                                    \"name\": \"Nigeria\"\n                                },\n                                {\n                                    \"text\": \"Niue\",\n                                    \"value\": \"NIU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NU\",\n                                    \"alpha3\": \"NIU\",\n                                    \"numerical\": \"570\",\n                                    \"name\": \"Niue\"\n                                },\n                                {\n                                    \"text\": \"Norfolk Island\",\n                                    \"value\": \"NFK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NF\",\n                                    \"alpha3\": \"NFK\",\n                                    \"numerical\": \"574\",\n                                    \"name\": \"Norfolk Island\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"MNP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"alpha3\": \"MNP\",\n                                    \"numerical\": \"580\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Norway\",\n                                    \"value\": \"NOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NO\",\n                                    \"alpha3\": \"NOR\",\n                                    \"numerical\": \"578\",\n                                    \"name\": \"Norway\"\n                                },\n                                {\n                                    \"text\": \"Oman\",\n                                    \"value\": \"OMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OM\",\n                                    \"alpha3\": \"OMN\",\n                                    \"numerical\": \"512\",\n                                    \"name\": \"Oman\"\n                                },\n                                {\n                                    \"text\": \"Pakistan\",\n                                    \"value\": \"PAK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PK\",\n                                    \"alpha3\": \"PAK\",\n                                    \"numerical\": \"586\",\n                                    \"name\": \"Pakistan\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"PLW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"alpha3\": \"PLW\",\n                                    \"numerical\": \"585\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Palestine,State of\",\n                                    \"value\": \"PSE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PS\",\n                                    \"alpha3\": \"PSE\",\n                                    \"numerical\": \"275\",\n                                    \"name\": \"Palestine,State of\"\n                                },\n                                {\n                                    \"text\": \"Panama\",\n                                    \"value\": \"PAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"alpha3\": \"PAN\",\n                                    \"numerical\": \"591\",\n                                    \"name\": \"Panama\"\n                                },\n                                {\n                                    \"text\": \"Papua New Guinea\",\n                                    \"value\": \"PNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PG\",\n                                    \"alpha3\": \"PNG\",\n                                    \"numerical\": \"598\",\n                                    \"name\": \"Papua New Guinea\"\n                                },\n                                {\n                                    \"text\": \"Paraguay\",\n                                    \"value\": \"PRY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PY\",\n                                    \"alpha3\": \"PRY\",\n                                    \"numerical\": \"600\",\n                                    \"name\": \"Paraguay\"\n                                },\n                                {\n                                    \"text\": \"Peru\",\n                                    \"value\": \"PER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PE\",\n                                    \"alpha3\": \"PER\",\n                                    \"numerical\": \"604\",\n                                    \"name\": \"Peru\"\n                                },\n                                {\n                                    \"text\": \"Philippines\",\n                                    \"value\": \"PHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PH\",\n                                    \"alpha3\": \"PHL\",\n                                    \"numerical\": \"608\",\n                                    \"name\": \"Philippines\"\n                                },\n                                {\n                                    \"text\": \"Pitcairn\",\n                                    \"value\": \"PCN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PN\",\n                                    \"alpha3\": \"PCN\",\n                                    \"numerical\": \"612\",\n                                    \"name\": \"Pitcairn\"\n                                },\n                                {\n                                    \"text\": \"Poland\",\n                                    \"value\": \"POL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PL\",\n                                    \"alpha3\": \"POL\",\n                                    \"numerical\": \"616\",\n                                    \"name\": \"Poland\"\n                                },\n                                {\n                                    \"text\": \"Portugal\",\n                                    \"value\": \"PRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PT\",\n                                    \"alpha3\": \"PRT\",\n                                    \"numerical\": \"620\",\n                                    \"name\": \"Portugal\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"PRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"alpha3\": \"PRI\",\n                                    \"numerical\": \"630\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Qatar\",\n                                    \"value\": \"QAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"QA\",\n                                    \"alpha3\": \"QAT\",\n                                    \"numerical\": \"634\",\n                                    \"name\": \"Qatar\"\n                                },\n                                {\n                                    \"text\": \"Réunion\",\n                                    \"value\": \"REU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RE\",\n                                    \"alpha3\": \"REU\",\n                                    \"numerical\": \"638\",\n                                    \"name\": \"Réunion\"\n                                },\n                                {\n                                    \"text\": \"Romania\",\n                                    \"value\": \"ROU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RO\",\n                                    \"alpha3\": \"ROU\",\n                                    \"numerical\": \"642\",\n                                    \"name\": \"Romania\"\n                                },\n                                {\n                                    \"text\": \"Russian Federation\",\n                                    \"value\": \"RUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RU\",\n                                    \"alpha3\": \"RUS\",\n                                    \"numerical\": \"643\",\n                                    \"name\": \"Russian Federation\"\n                                },\n                                {\n                                    \"text\": \"Rwanda\",\n                                    \"value\": \"RWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RW\",\n                                    \"alpha3\": \"RWA\",\n                                    \"numerical\": \"646\",\n                                    \"name\": \"Rwanda\"\n                                },\n                                {\n                                    \"text\": \"Saint Barthélemy\",\n                                    \"value\": \"BLM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BL\",\n                                    \"alpha3\": \"BLM\",\n                                    \"numerical\": \"652\",\n                                    \"name\": \"Saint Barthélemy\"\n                                },\n                                {\n                                    \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"value\": \"SHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SH\",\n                                    \"alpha3\": \"SHN\",\n                                    \"numerical\": \"654\",\n                                    \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                },\n                                {\n                                    \"text\": \"Saint Kitts and Nevis\",\n                                    \"value\": \"KNA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KN\",\n                                    \"alpha3\": \"KNA\",\n                                    \"numerical\": \"659\",\n                                    \"name\": \"Saint Kitts and Nevis\"\n                                },\n                                {\n                                    \"text\": \"Saint Lucia\",\n                                    \"value\": \"LCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LC\",\n                                    \"alpha3\": \"LCA\",\n                                    \"numerical\": \"662\",\n                                    \"name\": \"Saint Lucia\"\n                                },\n                                {\n                                    \"text\": \"Saint Martin (French part)\",\n                                    \"value\": \"MAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MF\",\n                                    \"alpha3\": \"MAF\",\n                                    \"numerical\": \"663\",\n                                    \"name\": \"Saint Martin (French part)\"\n                                },\n                                {\n                                    \"text\": \"Saint Pierre and Miquelon\",\n                                    \"value\": \"SPM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PM\",\n                                    \"alpha3\": \"SPM\",\n                                    \"numerical\": \"666\",\n                                    \"name\": \"Saint Pierre and Miquelon\"\n                                },\n                                {\n                                    \"text\": \"Saint Vincent and the Grenadines\",\n                                    \"value\": \"VCT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VC\",\n                                    \"alpha3\": \"VCT\",\n                                    \"numerical\": \"670\",\n                                    \"name\": \"Saint Vincent and the Grenadines\"\n                                },\n                                {\n                                    \"text\": \"Samoa\",\n                                    \"value\": \"WSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WS\",\n                                    \"alpha3\": \"WSM\",\n                                    \"numerical\": \"882\",\n                                    \"name\": \"Samoa\"\n                                },\n                                {\n                                    \"text\": \"San Marino\",\n                                    \"value\": \"SMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SM\",\n                                    \"alpha3\": \"SMR\",\n                                    \"numerical\": \"674\",\n                                    \"name\": \"San Marino\"\n                                },\n                                {\n                                    \"text\": \"Sao Tome and Principe\",\n                                    \"value\": \"STP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ST\",\n                                    \"alpha3\": \"STP\",\n                                    \"numerical\": \"678\",\n                                    \"name\": \"Sao Tome and Principe\"\n                                },\n                                {\n                                    \"text\": \"Saudi Arabia\",\n                                    \"value\": \"SAU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SA\",\n                                    \"alpha3\": \"SAU\",\n                                    \"numerical\": \"682\",\n                                    \"name\": \"Saudi Arabia\"\n                                },\n                                {\n                                    \"text\": \"Senegal\",\n                                    \"value\": \"SEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SN\",\n                                    \"alpha3\": \"SEN\",\n                                    \"numerical\": \"686\",\n                                    \"name\": \"Senegal\"\n                                },\n                                {\n                                    \"text\": \"Serbia\",\n                                    \"value\": \"SRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RS\",\n                                    \"alpha3\": \"SRB\",\n                                    \"numerical\": \"688\",\n                                    \"name\": \"Serbia\"\n                                },\n                                {\n                                    \"text\": \"Seychelles\",\n                                    \"value\": \"SYC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"alpha3\": \"SYC\",\n                                    \"numerical\": \"690\",\n                                    \"name\": \"Seychelles\"\n                                },\n                                {\n                                    \"text\": \"Sierra Leone\",\n                                    \"value\": \"SLE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SL\",\n                                    \"alpha3\": \"SLE\",\n                                    \"numerical\": \"694\",\n                                    \"name\": \"Sierra Leone\"\n                                },\n                                {\n                                    \"text\": \"Singapore\",\n                                    \"value\": \"SGP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SG\",\n                                    \"alpha3\": \"SGP\",\n                                    \"numerical\": \"702\",\n                                    \"name\": \"Singapore\"\n                                },\n                                {\n                                    \"text\": \"Sint Maarten (Dutch part)\",\n                                    \"value\": \"SXM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SX\",\n                                    \"alpha3\": \"SXM\",\n                                    \"numerical\": \"534\",\n                                    \"name\": \"Sint Maarten (Dutch part)\"\n                                },\n                                {\n                                    \"text\": \"Slovakia\",\n                                    \"value\": \"SVK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SK\",\n                                    \"alpha3\": \"SVK\",\n                                    \"numerical\": \"703\",\n                                    \"name\": \"Slovakia\"\n                                },\n                                {\n                                    \"text\": \"Slovenia\",\n                                    \"value\": \"SVN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SI\",\n                                    \"alpha3\": \"SVN\",\n                                    \"numerical\": \"705\",\n                                    \"name\": \"Slovenia\"\n                                },\n                                {\n                                    \"text\": \"Solomon Islands\",\n                                    \"value\": \"SLB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SB\",\n                                    \"alpha3\": \"SLB\",\n                                    \"numerical\": \"090\",\n                                    \"name\": \"Solomon Islands\"\n                                },\n                                {\n                                    \"text\": \"Somalia\",\n                                    \"value\": \"SOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SO\",\n                                    \"alpha3\": \"SOM\",\n                                    \"numerical\": \"706\",\n                                    \"name\": \"Somalia\"\n                                },\n                                {\n                                    \"text\": \"South Africa\",\n                                    \"value\": \"ZAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZA\",\n                                    \"alpha3\": \"ZAF\",\n                                    \"numerical\": \"710\",\n                                    \"name\": \"South Africa\"\n                                },\n                                {\n                                    \"text\": \"South Georgia and the South Sandwich Islands\",\n                                    \"value\": \"SGS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GS\",\n                                    \"alpha3\": \"SGS\",\n                                    \"numerical\": \"239\",\n                                    \"name\": \"South Georgia and the South Sandwich Islands\"\n                                },\n                                {\n                                    \"text\": \"South Sudan\",\n                                    \"value\": \"SSD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SS\",\n                                    \"alpha3\": \"SSD\",\n                                    \"numerical\": \"728\",\n                                    \"name\": \"South Sudan\"\n                                },\n                                {\n                                    \"text\": \"Spain\",\n                                    \"value\": \"ESP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ES\",\n                                    \"alpha3\": \"ESP\",\n                                    \"numerical\": \"724\",\n                                    \"name\": \"Spain\"\n                                },\n                                {\n                                    \"text\": \"Sri Lanka\",\n                                    \"value\": \"LKA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LK\",\n                                    \"alpha3\": \"LKA\",\n                                    \"numerical\": \"144\",\n                                    \"name\": \"Sri Lanka\"\n                                },\n                                {\n                                    \"text\": \"Sudan\",\n                                    \"value\": \"SDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"alpha3\": \"SDN\",\n                                    \"numerical\": \"729\",\n                                    \"name\": \"Sudan\"\n                                },\n                                {\n                                    \"text\": \"Suriname\",\n                                    \"value\": \"SUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SR\",\n                                    \"alpha3\": \"SUR\",\n                                    \"numerical\": \"740\",\n                                    \"name\": \"Suriname\"\n                                },\n                                {\n                                    \"text\": \"Svalbard and Jan Mayen\",\n                                    \"value\": \"SJM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SJ\",\n                                    \"alpha3\": \"SJM\",\n                                    \"numerical\": \"744\",\n                                    \"name\": \"Svalbard and Jan Mayen\"\n                                },\n                                {\n                                    \"text\": \"Eswatini\",\n                                    \"value\": \"SWZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SZ\",\n                                    \"alpha3\": \"SWZ\",\n                                    \"numerical\": \"748\",\n                                    \"name\": \"Eswatini\"\n                                },\n                                {\n                                    \"text\": \"Sweden\",\n                                    \"value\": \"SWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SE\",\n                                    \"alpha3\": \"SWE\",\n                                    \"numerical\": \"752\",\n                                    \"name\": \"Sweden\"\n                                },\n                                {\n                                    \"text\": \"Switzerland\",\n                                    \"value\": \"CHE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CH\",\n                                    \"alpha3\": \"CHE\",\n                                    \"numerical\": \"756\",\n                                    \"name\": \"Switzerland\"\n                                },\n                                {\n                                    \"text\": \"Syrian Arab Republic\",\n                                    \"value\": \"SYR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SY\",\n                                    \"alpha3\": \"SYR\",\n                                    \"numerical\": \"760\",\n                                    \"name\": \"Syrian Arab Republic\"\n                                },\n                                {\n                                    \"text\": \"Taiwan\",\n                                    \"value\": \"TWN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TW\",\n                                    \"alpha3\": \"TWN\",\n                                    \"numerical\": \"158\",\n                                    \"name\": \"Taiwan\"\n                                },\n                                {\n                                    \"text\": \"Tajikistan\",\n                                    \"value\": \"TJK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TJ\",\n                                    \"alpha3\": \"TJK\",\n                                    \"numerical\": \"762\",\n                                    \"name\": \"Tajikistan\"\n                                },\n                                {\n                                    \"text\": \"Tanzania,United Republic of\",\n                                    \"value\": \"TZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TZ\",\n                                    \"alpha3\": \"TZA\",\n                                    \"numerical\": \"834\",\n                                    \"name\": \"Tanzania,United Republic of\"\n                                },\n                                {\n                                    \"text\": \"Thailand\",\n                                    \"value\": \"THA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TH\",\n                                    \"alpha3\": \"THA\",\n                                    \"numerical\": \"764\",\n                                    \"name\": \"Thailand\"\n                                },\n                                {\n                                    \"text\": \"Timor-Leste\",\n                                    \"value\": \"TLS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TL\",\n                                    \"alpha3\": \"TLS\",\n                                    \"numerical\": \"626\",\n                                    \"name\": \"Timor-Leste\"\n                                },\n                                {\n                                    \"text\": \"Togo\",\n                                    \"value\": \"TGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TG\",\n                                    \"alpha3\": \"TGO\",\n                                    \"numerical\": \"768\",\n                                    \"name\": \"Togo\"\n                                },\n                                {\n                                    \"text\": \"Tokelau\",\n                                    \"value\": \"TKL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TK\",\n                                    \"alpha3\": \"TKL\",\n                                    \"numerical\": \"772\",\n                                    \"name\": \"Tokelau\"\n                                },\n                                {\n                                    \"text\": \"Tonga\",\n                                    \"value\": \"TON\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TO\",\n                                    \"alpha3\": \"TON\",\n                                    \"numerical\": \"776\",\n                                    \"name\": \"Tonga\"\n                                },\n                                {\n                                    \"text\": \"Trinidad and Tobago\",\n                                    \"value\": \"TTO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TT\",\n                                    \"alpha3\": \"TTO\",\n                                    \"numerical\": \"780\",\n                                    \"name\": \"Trinidad and Tobago\"\n                                },\n                                {\n                                    \"text\": \"Tunisia\",\n                                    \"value\": \"TUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"alpha3\": \"TUN\",\n                                    \"numerical\": \"788\",\n                                    \"name\": \"Tunisia\"\n                                },\n                                {\n                                    \"text\": \"Turkey\",\n                                    \"value\": \"TUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TR\",\n                                    \"alpha3\": \"TUR\",\n                                    \"numerical\": \"792\",\n                                    \"name\": \"Turkey\"\n                                },\n                                {\n                                    \"text\": \"Turkmenistan\",\n                                    \"value\": \"TKM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TM\",\n                                    \"alpha3\": \"TKM\",\n                                    \"numerical\": \"795\",\n                                    \"name\": \"Turkmenistan\"\n                                },\n                                {\n                                    \"text\": \"Turks and Caicos Islands\",\n                                    \"value\": \"TCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TC\",\n                                    \"alpha3\": \"TCA\",\n                                    \"numerical\": \"796\",\n                                    \"name\": \"Turks and Caicos Islands\"\n                                },\n                                {\n                                    \"text\": \"Tuvalu\",\n                                    \"value\": \"TUV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TV\",\n                                    \"alpha3\": \"TUV\",\n                                    \"numerical\": \"798\",\n                                    \"name\": \"Tuvalu\"\n                                },\n                                {\n                                    \"text\": \"Uganda\",\n                                    \"value\": \"UGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UG\",\n                                    \"alpha3\": \"UGA\",\n                                    \"numerical\": \"800\",\n                                    \"name\": \"Uganda\"\n                                },\n                                {\n                                    \"text\": \"Ukraine\",\n                                    \"value\": \"UKR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UA\",\n                                    \"alpha3\": \"UKR\",\n                                    \"numerical\": \"804\",\n                                    \"name\": \"Ukraine\"\n                                },\n                                {\n                                    \"text\": \"United Arab Emirates\",\n                                    \"value\": \"ARE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"alpha3\": \"ARE\",\n                                    \"numerical\": \"784\",\n                                    \"name\": \"United Arab Emirates\"\n                                },\n                                {\n                                    \"text\": \"United Kingdom\",\n                                    \"value\": \"GBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GB\",\n                                    \"alpha3\": \"GBR\",\n                                    \"numerical\": \"826\",\n                                    \"name\": \"United Kingdom\"\n                                },\n                                {\n                                    \"text\": \"United States Minor Outlying Islands\",\n                                    \"value\": \"UMI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"alpha3\": \"UMI\",\n                                    \"numerical\": \"581\",\n                                    \"name\": \"United States Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Uruguay\",\n                                    \"value\": \"URY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UY\",\n                                    \"alpha3\": \"URY\",\n                                    \"numerical\": \"858\",\n                                    \"name\": \"Uruguay\"\n                                },\n                                {\n                                    \"text\": \"Uzbekistan\",\n                                    \"value\": \"UZB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UZ\",\n                                    \"alpha3\": \"UZB\",\n                                    \"numerical\": \"860\",\n                                    \"name\": \"Uzbekistan\"\n                                },\n                                {\n                                    \"text\": \"Vanuatu\",\n                                    \"value\": \"VUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VU\",\n                                    \"alpha3\": \"VUT\",\n                                    \"numerical\": \"548\",\n                                    \"name\": \"Vanuatu\"\n                                },\n                                {\n                                    \"text\": \"Venezuela,Bolivarian Republic of\",\n                                    \"value\": \"VEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VE\",\n                                    \"alpha3\": \"VEN\",\n                                    \"numerical\": \"862\",\n                                    \"name\": \"Venezuela,Bolivarian Republic of\"\n                                },\n                                {\n                                    \"text\": \"Viet Nam\",\n                                    \"value\": \"VNM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VN\",\n                                    \"alpha3\": \"VNM\",\n                                    \"numerical\": \"704\",\n                                    \"name\": \"Viet Nam\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,British\",\n                                    \"value\": \"VGB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VG\",\n                                    \"alpha3\": \"VGB\",\n                                    \"numerical\": \"092\",\n                                    \"name\": \"Virgin Islands,British\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,U.S.\",\n                                    \"value\": \"VIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"alpha3\": \"VIR\",\n                                    \"numerical\": \"850\",\n                                    \"name\": \"Virgin Islands,U.S.\"\n                                },\n                                {\n                                    \"text\": \"Wallis and Futuna\",\n                                    \"value\": \"WLF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WF\",\n                                    \"alpha3\": \"WLF\",\n                                    \"numerical\": \"876\",\n                                    \"name\": \"Wallis and Futuna\"\n                                },\n                                {\n                                    \"text\": \"Western Sahara\",\n                                    \"value\": \"ESH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EH\",\n                                    \"alpha3\": \"ESH\",\n                                    \"numerical\": \"732\",\n                                    \"name\": \"Western Sahara\"\n                                },\n                                {\n                                    \"text\": \"Yemen\",\n                                    \"value\": \"YEM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YE\",\n                                    \"alpha3\": \"YEM\",\n                                    \"numerical\": \"887\",\n                                    \"name\": \"Yemen\"\n                                },\n                                {\n                                    \"text\": \"Zambia\",\n                                    \"value\": \"ZMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZM\",\n                                    \"alpha3\": \"ZMB\",\n                                    \"numerical\": \"894\",\n                                    \"name\": \"Zambia\"\n                                },\n                                {\n                                    \"text\": \"Zimbabwe\",\n                                    \"value\": \"ZWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZW\",\n                                    \"alpha3\": \"ZWE\",\n                                    \"numerical\": \"895\",\n                                    \"name\": \"Zimbabwe\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 1\",\n                            \"name\": \"user-mailing-addresses-street_1\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 2\",\n                            \"name\": \"user-mailing-addresses-street_2\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Address Line 3\",\n                            \"name\": \"user-mailing-addresses-street_3\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"City\",\n                            \"name\": \"user-mailing-addresses-city\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"State\",\n                            \"name\": \"user-mailing-addresses-state\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.state\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha2\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Alabama\",\n                                    \"value\": \"AL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"name\": \"Alabama\"\n                                },\n                                {\n                                    \"text\": \"Alaska\",\n                                    \"value\": \"AK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AK\",\n                                    \"name\": \"Alaska\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"AS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Arizona\",\n                                    \"value\": \"AZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"name\": \"Arizona\"\n                                },\n                                {\n                                    \"text\": \"Arkansas\",\n                                    \"value\": \"AR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"name\": \"Arkansas\"\n                                },\n                                {\n                                    \"text\": \"California\",\n                                    \"value\": \"CA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"name\": \"California\"\n                                },\n                                {\n                                    \"text\": \"Colorado\",\n                                    \"value\": \"CO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"name\": \"Colorado\"\n                                },\n                                {\n                                    \"text\": \"Connecticut\",\n                                    \"value\": \"CT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CT\",\n                                    \"name\": \"Connecticut\"\n                                },\n                                {\n                                    \"text\": \"Delaware\",\n                                    \"value\": \"DE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"name\": \"Delaware\"\n                                },\n                                {\n                                    \"text\": \"District of Columbia\",\n                                    \"value\": \"DC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DC\",\n                                    \"name\": \"District of Columbia\"\n                                },\n                                {\n                                    \"text\": \"Federated States of Micronesia\",\n                                    \"value\": \"FM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"name\": \"Federated States of Micronesia\"\n                                },\n                                {\n                                    \"text\": \"Florida\",\n                                    \"value\": \"FL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FL\",\n                                    \"name\": \"Florida\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"GA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"GU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Hawaii\",\n                                    \"value\": \"HI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HI\",\n                                    \"name\": \"Hawaii\"\n                                },\n                                {\n                                    \"text\": \"Idaho\",\n                                    \"value\": \"ID\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"name\": \"Idaho\"\n                                },\n                                {\n                                    \"text\": \"Illinois\",\n                                    \"value\": \"IL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"name\": \"Illinois\"\n                                },\n                                {\n                                    \"text\": \"Indiana\",\n                                    \"value\": \"IN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"name\": \"Indiana\"\n                                },\n                                {\n                                    \"text\": \"Iowa\",\n                                    \"value\": \"IA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IA\",\n                                    \"name\": \"Iowa\"\n                                },\n                                {\n                                    \"text\": \"Kansas\",\n                                    \"value\": \"KS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KS\",\n                                    \"name\": \"Kansas\"\n                                },\n                                {\n                                    \"text\": \"Kentucky\",\n                                    \"value\": \"KY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"name\": \"Kentucky\"\n                                },\n                                {\n                                    \"text\": \"Louisiana\",\n                                    \"value\": \"LA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"name\": \"Louisiana\"\n                                },\n                                {\n                                    \"text\": \"Maine\",\n                                    \"value\": \"ME\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"name\": \"Maine\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"MH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Maryland\",\n                                    \"value\": \"MD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"name\": \"Maryland\"\n                                },\n                                {\n                                    \"text\": \"Massachusetts\",\n                                    \"value\": \"MA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"name\": \"Massachusetts\"\n                                },\n                                {\n                                    \"text\": \"Michigan\",\n                                    \"value\": \"MI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MI\",\n                                    \"name\": \"Michigan\"\n                                },\n                                {\n                                    \"text\": \"Minnesota\",\n                                    \"value\": \"MN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"name\": \"Minnesota\"\n                                },\n                                {\n                                    \"text\": \"Mississippi\",\n                                    \"value\": \"MS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"name\": \"Mississippi\"\n                                },\n                                {\n                                    \"text\": \"Missouri\",\n                                    \"value\": \"MO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"name\": \"Missouri\"\n                                },\n                                {\n                                    \"text\": \"Montana\",\n                                    \"value\": \"MT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"name\": \"Montana\"\n                                },\n                                {\n                                    \"text\": \"Nebraska\",\n                                    \"value\": \"NE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"name\": \"Nebraska\"\n                                },\n                                {\n                                    \"text\": \"Nevada\",\n                                    \"value\": \"NV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NV\",\n                                    \"name\": \"Nevada\"\n                                },\n                                {\n                                    \"text\": \"New Hampshire\",\n                                    \"value\": \"NH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NH\",\n                                    \"name\": \"New Hampshire\"\n                                },\n                                {\n                                    \"text\": \"New Jersey\",\n                                    \"value\": \"NJ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NJ\",\n                                    \"name\": \"New Jersey\"\n                                },\n                                {\n                                    \"text\": \"New Mexico\",\n                                    \"value\": \"NM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NM\",\n                                    \"name\": \"New Mexico\"\n                                },\n                                {\n                                    \"text\": \"New York\",\n                                    \"value\": \"NY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NY\",\n                                    \"name\": \"New York\"\n                                },\n                                {\n                                    \"text\": \"North Carolina\",\n                                    \"value\": \"NC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"name\": \"North Carolina\"\n                                },\n                                {\n                                    \"text\": \"North Dakota\",\n                                    \"value\": \"ND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ND\",\n                                    \"name\": \"North Dakota\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"MP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Ohio\",\n                                    \"value\": \"OH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OH\",\n                                    \"name\": \"Ohio\"\n                                },\n                                {\n                                    \"text\": \"Oklahoma\",\n                                    \"value\": \"OK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OK\",\n                                    \"name\": \"Oklahoma\"\n                                },\n                                {\n                                    \"text\": \"Oregon\",\n                                    \"value\": \"OR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OR\",\n                                    \"name\": \"Oregon\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"PW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Pennsylvania\",\n                                    \"value\": \"PA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"name\": \"Pennsylvania\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"PR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Rhode Island\",\n                                    \"value\": \"RI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RI\",\n                                    \"name\": \"Rhode Island\"\n                                },\n                                {\n                                    \"text\": \"South Carolina\",\n                                    \"value\": \"SC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"name\": \"South Carolina\"\n                                },\n                                {\n                                    \"text\": \"South Dakota\",\n                                    \"value\": \"SD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"name\": \"South Dakota\"\n                                },\n                                {\n                                    \"text\": \"Tennessee\",\n                                    \"value\": \"TN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"name\": \"Tennessee\"\n                                },\n                                {\n                                    \"text\": \"Texas\",\n                                    \"value\": \"TX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TX\",\n                                    \"name\": \"Texas\"\n                                },\n                                {\n                                    \"text\": \"US Minor Outlying Islands\",\n                                    \"value\": \"UM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"name\": \"US Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Utah\",\n                                    \"value\": \"UT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UT\",\n                                    \"name\": \"Utah\"\n                                },\n                                {\n                                    \"text\": \"Vermont\",\n                                    \"value\": \"VT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VT\",\n                                    \"name\": \"Vermont\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands\",\n                                    \"value\": \"VI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"name\": \"Virgin Islands\"\n                                },\n                                {\n                                    \"text\": \"Virginia\",\n                                    \"value\": \"VA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"name\": \"Virginia\"\n                                },\n                                {\n                                    \"text\": \"Washington\",\n                                    \"value\": \"WA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WA\",\n                                    \"name\": \"Washington\"\n                                },\n                                {\n                                    \"text\": \"West Virginia\",\n                                    \"value\": \"WV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WV\",\n                                    \"name\": \"West Virginia\"\n                                },\n                                {\n                                    \"text\": \"Wisconsin\",\n                                    \"value\": \"WI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WI\",\n                                    \"name\": \"Wisconsin\"\n                                },\n                                {\n                                    \"text\": \"Wyoming\",\n                                    \"value\": \"WY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WY\",\n                                    \"name\": \"Wyoming\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Europe, the Middle East, and Canada\",\n                                    \"value\": \"AE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"name\": \"Armed Forces Europe, the Middle East, and Canada\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Pacific\",\n                                    \"value\": \"AP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AP\",\n                                    \"name\": \"Armed Forces Pacific\"\n                                },\n                                {\n                                    \"text\": \"Armed Forces Americas (except Canada)\",\n                                    \"value\": \"AA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AA\",\n                                    \"name\": \"Armed Forces Americas (except Canada)\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-mailing-addresses-country\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"USA\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Province\",\n                            \"name\": \"user-mailing-addresses-province\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$neq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-mailing-addresses-country\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"USA\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"County\",\n                            \"name\": \"user-mailing-addresses-county\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Zip / Postal Code\",\n                            \"name\": \"user-mailing-addresses-zipcode\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Start Date\",\n                            \"name\": \"user-mailing-addresses-start_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"End Date\",\n                            \"name\": \"user-mailing-addresses-end_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"location\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"User Location\",\n                            \"name\": \"user-mailing-addresses-loc\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        },\n                        \"subfields\": [\n                            {\n                                \"visible_by\": \"system\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"numeric\"\n                                    }\n                                ],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": true,\n                                    \"default\": \"\",\n                                    \"label\": \"Longitude\",\n                                    \"name\": \"user-mailing-addresses-loc-lng\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            },\n                            {\n                                \"visible_by\": \"system\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"numeric\"\n                                    }\n                                ],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": true,\n                                    \"default\": \"\",\n                                    \"label\": \"Latitude\",\n                                    \"name\": \"user-mailing-addresses-loc-lat\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-evaluations-unofficial-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"User Test Scores\",\n                \"form_attributes\": {\n                    \"field_type\": \"fieldset\",\n                    \"label\": \"Test Score\",\n                    \"name\": \"user-tests\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            },\n                            {\n                                \"type\": \"test_type\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Test Name\",\n                            \"name\": \"user-tests-type\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.evaluations\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"We can use unofficial test scores to determine admission and scholarship eligibility. You must provide official scores when they are available.\",\n                            \"field_type\": \"select\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"ACCUPLACER\",\n                                    \"value\": \"ACCUPLACER\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"ACT\",\n                                    \"value\": \"ACT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"ACTPLAN\",\n                                    \"value\": \"ACTPLAN\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"ALEKS PPL\",\n                                    \"value\": \"ALEKSPPL\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"AP\",\n                                    \"value\": \"AP\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"CLT\",\n                                    \"value\": \"CLT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"CLT10\",\n                                    \"value\": \"CLT10\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"DAT\",\n                                    \"value\": \"DAT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"DAT (Canada)\",\n                                    \"value\": \"DAT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Duolingo English\",\n                                    \"value\": \"DuolingoEnglish\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"GED\",\n                                    \"value\": \"GED\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"GMAT\",\n                                    \"value\": \"GMAT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"GMAT Focus\",\n                                    \"value\": \"GMATF\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"GRE\",\n                                    \"value\": \"GRE\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"High School Equivalency\",\n                                    \"value\": \"HSE\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"HESI\",\n                                    \"value\": \"HESI\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"AP/IB 2013-2014\",\n                                    \"value\": \"IB\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"IELTS\",\n                                    \"value\": \"IELTS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"International Baccalaureate\",\n                                    \"value\": \"INTERNATIONALBACCALAUREATE\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"ISAT ELA\",\n                                    \"value\": \"ISATELA\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"ISAT Math\",\n                                    \"value\": \"ISATMATH\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"ISAT Science\",\n                                    \"value\": \"ISATSCIENCE\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"ITEP\",\n                                    \"value\": \"ITEP\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Kaplan Nursing\",\n                                    \"value\": \"KAPLANNURSING\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"LSAT\",\n                                    \"value\": \"LSAT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Miller Analogies Test\",\n                                    \"value\": \"MAT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"MCAT\",\n                                    \"value\": \"MCAT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"NACE\",\n                                    \"value\": \"NACE\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"SAT\",\n                                    \"value\": \"NSAT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"OAT\",\n                                    \"value\": \"OAT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"PERT\",\n                                    \"value\": \"PERT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"PSAT or PSAT/NMSQT\",\n                                    \"value\": \"PSAT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"PTE\",\n                                    \"value\": \"PTE\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"SAT (Prior to March 2016)\",\n                                    \"value\": \"SAT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"SATSUBJECT\",\n                                    \"value\": \"SATSUBJECT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"TEAS\",\n                                    \"value\": \"TEAS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"TSIA2\",\n                                    \"value\": \"TSIA2\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"TOEFL\",\n                                    \"value\": \"TOEFL\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"WONDERLIC\",\n                                    \"value\": \"WONDERLIC\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"WPE\",\n                                    \"value\": \"WPE\",\n                                    \"checked\": false\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Date of Exam\",\n                            \"name\": \"user-tests-date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"datepicker\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 1500\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-accuplacer_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACCUPLACER\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 300\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-accuplacer_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACCUPLACER\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 300\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-accuplacer_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACCUPLACER\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 300\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Arithmetic Score\",\n                            \"name\": \"user-tests-accuplacer_arithmetic\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACCUPLACER\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 300\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Reasoning, Algebra, & Statistics Score\",\n                            \"name\": \"user-tests-accuplacer_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACCUPLACER\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 300\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Advanced Algebra & Functions Score\",\n                            \"name\": \"user-tests-accuplacer_advanced_algebra\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACCUPLACER\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 8\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"WritePlacer Score\",\n                            \"name\": \"user-tests-accuplacer_write_placer\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACCUPLACER\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 36\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-act_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 36\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"English Score\",\n                            \"name\": \"user-tests-act_english\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 36\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-act_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 36\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-act_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 36\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science (Reasoning) Score\",\n                            \"name\": \"user-tests-act_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 36\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-act_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-teas_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TEAS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-teas_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TEAS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-teas_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TEAS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science Score\",\n                            \"name\": \"user-tests-teas_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TEAS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"English and Language Usage Score\",\n                            \"name\": \"user-tests-teas_english_language_usage\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TEAS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-actplan_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACTPLAN\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"English Score\",\n                            \"name\": \"user-tests-actplan_english\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACTPLAN\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-actplan_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACTPLAN\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-actplan_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACTPLAN\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science (Reasoning) Score\",\n                            \"name\": \"user-tests-actplan_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACTPLAN\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 5\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-ap_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Art and Design Program Score\",\n                            \"name\": \"user-tests-ap_art_design_program\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Art History Score\",\n                            \"name\": \"user-tests-ap_art_history\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biology Score\",\n                            \"name\": \"user-tests-ap_biology\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Calculus AB Score\",\n                            \"name\": \"user-tests-ap_calculus_ab\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Calculus BC Score\",\n                            \"name\": \"user-tests-ap_calculus_bc\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Chemistry Score\",\n                            \"name\": \"user-tests-ap_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Chinese Language and Culture Score\",\n                            \"name\": \"user-tests-ap_chinese_language_culture\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Comparative Government and Politics Score\",\n                            \"name\": \"user-tests-ap_comparative_government_politics\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Computer Science A Score\",\n                            \"name\": \"user-tests-ap_computer_science_a\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Computer Science Principles Score\",\n                            \"name\": \"user-tests-ap_computer_science_principles\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"English Language and Composition Score\",\n                            \"name\": \"user-tests-ap_english_language_composition\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"English Literature and Composition Score\",\n                            \"name\": \"user-tests-ap_english_literature_composition\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Environmental Science Score\",\n                            \"name\": \"user-tests-ap_environmental_science\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"European History Score\",\n                            \"name\": \"user-tests-ap_european_history\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"French Language and Culture Score\",\n                            \"name\": \"user-tests-ap_french_language_culture\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"German Language and Culture Score\",\n                            \"name\": \"user-tests-ap_german_language_culture\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Human Geography Score\",\n                            \"name\": \"user-tests-ap_human_geography\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Japanese Language and Culture Score\",\n                            \"name\": \"user-tests-ap_japanese_language_culture\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Latin Score\",\n                            \"name\": \"user-tests-ap_latin\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Macroeconomics Score\",\n                            \"name\": \"user-tests-ap_macroeconomics\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Microeconomics Score\",\n                            \"name\": \"user-tests-ap_microeconomics\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Music Theory Score\",\n                            \"name\": \"user-tests-ap_music_theory\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Physics 1: Algebra-Based Score\",\n                            \"name\": \"user-tests-ap_physics_1_algebra_based\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Physics 2: Algebra-Based Score\",\n                            \"name\": \"user-tests-ap_physics_2_algebra_based\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Physics C: Electricity and Magnetism Score\",\n                            \"name\": \"user-tests-ap_physics_c_electricity_magnetism\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Physics C: Mechanics Score\",\n                            \"name\": \"user-tests-ap_physics_c_mechanics\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Psychology Score\",\n                            \"name\": \"user-tests-ap_psychology\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Research Score\",\n                            \"name\": \"user-tests-ap_research\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Seminar Score\",\n                            \"name\": \"user-tests-ap_seminar\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Spanish Language and Culture Score\",\n                            \"name\": \"user-tests-ap_spanish_language_culture\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Spanish Literature and Culture Score\",\n                            \"name\": \"user-tests-ap_spanish_literature_culture\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Statistics Score\",\n                            \"name\": \"user-tests-ap_statistics\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"United States Government and Politics Score\",\n                            \"name\": \"user-tests-ap_us_government_politics\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"United States History Score\",\n                            \"name\": \"user-tests-ap_us_history\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"World History: Modern Score\",\n                            \"name\": \"user-tests-ap_world_history\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 120\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-clt_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Verbal Score\",\n                            \"name\": \"user-tests-clt_verbal\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Grammar Score\",\n                            \"name\": \"user-tests-clt_grammar\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Score\",\n                            \"name\": \"user-tests-clt_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 120\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-clt10_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT10\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Verbal Score\",\n                            \"name\": \"user-tests-clt10_verbal\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT10\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Grammar Score\",\n                            \"name\": \"user-tests-clt10_grammar\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT10\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Score\",\n                            \"name\": \"user-tests-clt10_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT10\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Academic Average Score\",\n                            \"name\": \"user-tests-dat_average\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Perceptual Ability Score\",\n                            \"name\": \"user-tests-dat_perceptual\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Reasoning Score\",\n                            \"name\": \"user-tests-dat_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Comprehension Score\",\n                            \"name\": \"user-tests-dat_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biology Score\",\n                            \"name\": \"user-tests-dat_biology\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"General Chemistry Score\",\n                            \"name\": \"user-tests-dat_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Organic Chemistry Score\",\n                            \"name\": \"user-tests-dat_organic_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Total Science Score\",\n                            \"name\": \"user-tests-dat_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Academic Average Score\",\n                            \"name\": \"user-tests-datc_average\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DATC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Perceptual Ability Score\",\n                            \"name\": \"user-tests-datc_perceptual\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DATC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Comprehension Score\",\n                            \"name\": \"user-tests-datc_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DATC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biology Score\",\n                            \"name\": \"user-tests-datc_biology\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DATC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"General Chemistry Score\",\n                            \"name\": \"user-tests-datc_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DATC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Total Science Score\",\n                            \"name\": \"user-tests-datc_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DATC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 160\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-duolingoenglish_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DuolingoEnglish\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 160\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Literacy Score\",\n                            \"name\": \"user-tests-duolingoenglish_english_literacy\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DuolingoEnglish\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 160\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Comprehension Score\",\n                            \"name\": \"user-tests-duolingoenglish_english_comprehension\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DuolingoEnglish\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 160\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Conversation Score\",\n                            \"name\": \"user-tests-duolingoenglish_english_conversation\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DuolingoEnglish\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 160\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Production Score\",\n                            \"name\": \"user-tests-duolingoenglish_english_production\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DuolingoEnglish\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 4000\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-ged_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GED\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Social Score\",\n                            \"name\": \"user-tests-ged_social\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GED\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-ged_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GED\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science Score\",\n                            \"name\": \"user-tests-ged_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GED\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"RLA Score (Language Arts Reading '02 - '13)\",\n                            \"name\": \"user-tests-ged_rla\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GED\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Language Arts Writing Score ('02 - '13)\",\n                            \"name\": \"user-tests-ged_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GED\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-gmat_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 60\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Verbal Score\",\n                            \"name\": \"user-tests-gmat_verbal\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 60\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Score\",\n                            \"name\": \"user-tests-gmat_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 6\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-gmat_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 8\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reasoning Score\",\n                            \"name\": \"user-tests-gmat_reasoning\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 805\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-gmatf_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMATF\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 90\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Verbal Reasoning\",\n                            \"name\": \"user-tests-gmatf_verbal\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMATF\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 90\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Reasoning\",\n                            \"name\": \"user-tests-gmatf_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMATF\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 90\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Data Insights\",\n                            \"name\": \"user-tests-gmatf_data_insights\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMATF\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 340\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-gre_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GRE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 170\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Verbal Score\",\n                            \"name\": \"user-tests-gre_verbal\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GRE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 170\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Score\",\n                            \"name\": \"user-tests-gre_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GRE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 6\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-gre_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GRE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 200\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-hse_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Social Score\",\n                            \"name\": \"user-tests-hse_social\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-hse_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-hse_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science Score\",\n                            \"name\": \"user-tests-hse_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-hse_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Essay Analysis Score\",\n                            \"name\": \"user-tests-hse_essay_analysis\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 6\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-itep_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ITEP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-isatmath_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ISATMATH\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"ELA Score\",\n                            \"name\": \"user-tests-isatela_ela\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ISATELA\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science Score\",\n                            \"name\": \"user-tests-isatscience_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ISATSCIENCE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"IELTS Score\",\n                            \"name\": \"user-tests-ielts_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"IELTS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 9\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-ielts_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"IELTS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 9\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-ielts_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"IELTS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 9\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Listening Score\",\n                            \"name\": \"user-tests-ielts_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"IELTS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 9\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Speaking Score\",\n                            \"name\": \"user-tests-ielts_speaking\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"IELTS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Placement Score\",\n                            \"name\": \"user-tests-aleksppl_placement\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ALEKSPPL\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-kaplannursing_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"KAPLANNURSING\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-kaplannursing_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"KAPLANNURSING\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science Score\",\n                            \"name\": \"user-tests-kaplannursing_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"KAPLANNURSING\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-kaplannursing_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"KAPLANNURSING\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-kaplannursing_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"KAPLANNURSING\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Critical Thinking Score\",\n                            \"name\": \"user-tests-kaplannursing_critical_thinking\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"KAPLANNURSING\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Cumulative Score\",\n                            \"name\": \"user-tests-hesi_cumulative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Comprehension Score\",\n                            \"name\": \"user-tests-hesi_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Conclusions (Reading Comprehension) Score\",\n                            \"name\": \"user-tests-hesi_reading_conclusions\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Meaning/Word-Use (Reading Comprehension) Score\",\n                            \"name\": \"user-tests-hesi_reading_meaning_word_use\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Implications (Reading Comprehension) Score\",\n                            \"name\": \"user-tests-hesi_reading_implications\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Understanding (Reading Comprehension) Score\",\n                            \"name\": \"user-tests-hesi_reading_understanding\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Vocabulary Score\",\n                            \"name\": \"user-tests-hesi_vocabulary\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Grammar Score\",\n                            \"name\": \"user-tests-hesi_grammar\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"English Composite Score\",\n                            \"name\": \"user-tests-hesi_english\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biology Score\",\n                            \"name\": \"user-tests-hesi_biology\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Anatomy & Physiology Score\",\n                            \"name\": \"user-tests-hesi_anatomy\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Physics Score\",\n                            \"name\": \"user-tests-hesi_physics\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science Composite Score\",\n                            \"name\": \"user-tests-hesi_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-hesi_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 1000\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Critical Thinking Score\",\n                            \"name\": \"user-tests-hesi_critical_thinking\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Learning Style Category\",\n                            \"name\": \"user-tests-hesi_learning_style_category\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"string\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Personality Category\",\n                            \"name\": \"user-tests-hesi_personality_category\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"string\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HESI\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 600\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-mat_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 99\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Intended Major Percentile Rank\",\n                            \"name\": \"user-tests-mat_intended_major_percentile_rank\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 99\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Total Group Percentile Rank\",\n                            \"name\": \"user-tests-mat_total_group_percentile_rank\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Placement Exam\",\n                            \"name\": \"user-tests-wpe_placement\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"WPE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Is Test Passed?\",\n                            \"name\": \"user-tests-pass\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"WPE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 45\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-internationalbaccalaureate_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 42\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Subjects Score Total\",\n                            \"name\": \"user-tests-internationalbaccalaureate_subjects\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 3\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Core Points\",\n                            \"name\": \"user-tests-internationalbaccalaureate_core\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Theory of Knowledge Grade\",\n                            \"name\": \"user-tests-internationalbaccalaureate_tok_grade\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"select\",\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"A\",\n                                    \"value\": \"a\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"B\",\n                                    \"value\": \"b\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"C\",\n                                    \"value\": \"c\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"D\",\n                                    \"value\": \"d\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"E\",\n                                    \"value\": \"e\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Extended Essay Grade\",\n                            \"name\": \"user-tests-internationalbaccalaureate_ee_grade\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"select\",\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"A\",\n                                    \"value\": \"a\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"B\",\n                                    \"value\": \"b\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"C\",\n                                    \"value\": \"c\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"D\",\n                                    \"value\": \"d\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"E\",\n                                    \"value\": \"e\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Is Diploma Awarded?\",\n                            \"name\": \"user-tests-internationalbaccalaureate_diploma_awarded\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"select\",\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": \"yes\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": \"no\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Is CAS Requirement Completed?\",\n                            \"name\": \"user-tests-internationalbaccalaureate_cas_completed\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"select\",\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": \"yes\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": \"no\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 472\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 528\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-mcat_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MCAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 118\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 132\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Chemical and Physical Foundations of Biological Systems (CPBS) Score\",\n                            \"name\": \"user-tests-mcat_cpbs\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MCAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 118\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 132\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Critical Analysis and Reasoning Skills (CARS) Score\",\n                            \"name\": \"user-tests-mcat_cars\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MCAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 118\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 132\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biological and Biochemical Foundations of Living Systems (BBLS) Score\",\n                            \"name\": \"user-tests-mcat_bbls\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MCAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 118\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 132\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Psychological, Social, and Biological Foundations of Behavior (PSBB) Score\",\n                            \"name\": \"user-tests-mcat_psbb\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MCAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 1520\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-psat_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 150\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-pert_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PERT\"\n                                        }\n                                    ]\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 150\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-pert_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PERT\"\n                                        }\n                                    ]\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 150\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-pert_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PERT\"\n                                        }\n                                    ]\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 760\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-psat_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 760\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Evidence RW Score\",\n                            \"name\": \"user-tests-psat_evidence_rw\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"English Score\",\n                            \"name\": \"user-tests-psat_english\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-psat_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science Score\",\n                            \"name\": \"user-tests-psat_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 10\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 90\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-pte_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PTE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 600\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 2400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-sat_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"SAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Critical Reading\",\n                            \"name\": \"user-tests-sat_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"SAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math\",\n                            \"name\": \"user-tests-sat_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"SAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing\",\n                            \"name\": \"user-tests-sat_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"SAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 400\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 1600\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-nsat_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Evidence-Based Reading and Writing Section Score\",\n                            \"name\": \"user-tests-nsat_evidence_rw\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Section Score\",\n                            \"name\": \"user-tests-nsat_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 10\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Test Score\",\n                            \"name\": \"user-tests-nsat_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 10\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing & Language Test Score\",\n                            \"name\": \"user-tests-nsat_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 10\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Test Score\",\n                            \"name\": \"user-tests-nsat_math_test\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 10\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Analysis in History/Social Studies Score\",\n                            \"name\": \"user-tests-nsat_his_soc_sci_cross\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 10\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Analysis in Science\",\n                            \"name\": \"user-tests-nsat_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Command  of Evidence Score\",\n                            \"name\": \"user-tests-nsat_command_evidence\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Words Context Score\",\n                            \"name\": \"user-tests-nsat_words_context\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Expression of Ideas Score\",\n                            \"name\": \"user-tests-nsat_expression_ideas\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Standard English Conventions Score\",\n                            \"name\": \"user-tests-nsat_std_eng_conventions\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Heart Algebra Score\",\n                            \"name\": \"user-tests-nsat_heart_algebra\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Problem Solving and Data Analytics Score\",\n                            \"name\": \"user-tests-nsat_prob_solv_data\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Passport to Advanced Math Score\",\n                            \"name\": \"user-tests-nsat_advance_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Academic Average Score\",\n                            \"name\": \"user-tests-oat_average\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Reasoning Score\",\n                            \"name\": \"user-tests-oat_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Comprehension Score\",\n                            \"name\": \"user-tests-oat_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Physics Score\",\n                            \"name\": \"user-tests-oat_physics\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biology Score\",\n                            \"name\": \"user-tests-oat_biology\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"General Chemistry Score\",\n                            \"name\": \"user-tests-oat_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Organic Chemistry Score\",\n                            \"name\": \"user-tests-oat_organic_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Total Science Score\",\n                            \"name\": \"user-tests-oat_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-satsubject_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"SATSUBJECT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Subject\",\n                            \"name\": \"user-tests-satsubject_subject\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"size\": \"full\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Biology E\",\n                                    \"value\": \"biology_e\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Biology M\",\n                                    \"value\": \"biology_m\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Chemistry\",\n                                    \"value\": \"chemistry\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Chinese with Listening\",\n                                    \"value\": \"chinese_with_listening\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"French\",\n                                    \"value\": \"french\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"French with Listening\",\n                                    \"value\": \"french_with_listening\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"German\",\n                                    \"value\": \"german\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"German with Listening\",\n                                    \"value\": \"german_with_listening\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Italian\",\n                                    \"value\": \"italian\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Japanese with Listening\",\n                                    \"value\": \"japanese_with_listening\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Korean with Listening\",\n                                    \"value\": \"korean_with_listening\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Latin\",\n                                    \"value\": \"latin\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Literature\",\n                                    \"value\": \"literature\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Mathematics Level 1\",\n                                    \"value\": \"mathematics_level_1\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Mathematics Level 2\",\n                                    \"value\": \"mathematics_level_2\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Modern Hebrew\",\n                                    \"value\": \"modern_hebrew\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Physics\",\n                                    \"value\": \"physics\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Spanish\",\n                                    \"value\": \"spanish\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Spanish with Listening\",\n                                    \"value\": \"spanish_with_listening\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"U.S. History\",\n                                    \"value\": \"us_history\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"World History\",\n                                    \"value\": \"world_history\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"SATSUBJECT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biology E Score\",\n                            \"name\": \"user-tests-satsubject_biology_e\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"biology_e\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biology M Score\",\n                            \"name\": \"user-tests-satsubject_biology_m\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"biology_m\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Chemistry Score\",\n                            \"name\": \"user-tests-satsubject_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"chemistry\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Chinese with Listening Score\",\n                            \"name\": \"user-tests-satsubject_chinese_with_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"chinese_with_listening\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"French Score\",\n                            \"name\": \"user-tests-satsubject_french\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"french\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"French with Listening Score\",\n                            \"name\": \"user-tests-satsubject_french_with_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"french_with_listening\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"German Score\",\n                            \"name\": \"user-tests-satsubject_german\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"german\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"German with Listening Score\",\n                            \"name\": \"user-tests-satsubject_german_with_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"german_with_listening\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Italian Score\",\n                            \"name\": \"user-tests-satsubject_italian\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"italian\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Japanese with Listening Score\",\n                            \"name\": \"user-tests-satsubject_japanese_with_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"japanese_with_listening\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Korean with Listening Score\",\n                            \"name\": \"user-tests-satsubject_korean_with_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"korean_with_listening\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Latin Score\",\n                            \"name\": \"user-tests-satsubject_latin\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"latin\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Literature Score\",\n                            \"name\": \"user-tests-satsubject_literature\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"literature\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Mathematics Level 1 Score\",\n                            \"name\": \"user-tests-satsubject_mathematics_level_1\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"mathematics_level_1\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Mathematics Level 2 Score\",\n                            \"name\": \"user-tests-satsubject_mathematics_level_2\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"mathematics_level_2\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Modern Hebrew Score\",\n                            \"name\": \"user-tests-satsubject_modern_hebrew\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"modern_hebrew\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Physics Score\",\n                            \"name\": \"user-tests-satsubject_physics\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"physics\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Spanish Score\",\n                            \"name\": \"user-tests-satsubject_spanish\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"spanish\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Spanish with Listening Score\",\n                            \"name\": \"user-tests-satsubject_spanish_with_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"spanish_with_listening\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"U.S. History Score\",\n                            \"name\": \"user-tests-satsubject_us_history\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"us_history\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"World History Score\",\n                            \"name\": \"user-tests-satsubject_world_history\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"world_history\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 120\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"TOEFL Score\",\n                            \"name\": \"user-tests-toefl_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TOEFL\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-toefl_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TOEFL\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-toefl_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TOEFL\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Listening Score\",\n                            \"name\": \"user-tests-toefl_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TOEFL\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Speaking Score\",\n                            \"name\": \"user-tests-toefl_speaking\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TOEFL\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 910\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 990\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"ELAR College & Career Readiness (CRC) Score\",\n                            \"name\": \"user-tests-tsia2_elar_crc\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TSIA2\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 910\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 990\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math College & Career Readiness (CRC) Score\",\n                            \"name\": \"user-tests-tsia2_math_crc\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TSIA2\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 6\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Diagnostic Score\",\n                            \"name\": \"user-tests-tsia2_math_diagnostic\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TSIA2\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 8\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"WritePlacer Essay Score\",\n                            \"name\": \"user-tests-tsia2_writeplacer_essay\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TSIA2\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Mathematics Learning Locator Code\",\n                            \"name\": \"user-tests-tsia2_mathematics_learning_locator_code\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"text\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TSIA2\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"College Readiness Status – ELAR\",\n                            \"name\": \"user-tests-tsia2_college_readiness_elar\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"select\",\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": \"yes\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": \"no\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TSIA2\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 50\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-wonderlic_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"WONDERLIC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-family-alumnis\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection-item\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"User Family Alumni\",\n                \"form_attributes\": {\n                    \"field_type\": \"fieldset\",\n                    \"label\": \"Parent/Legal Guardian (Alumnus)\",\n                    \"name\": \"user-alumni\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"label\": \"Type\",\n                            \"name\": \"user-alumni-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"default\": \"alumni\",\n                            \"field_type\": \"text\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Relationship\",\n                            \"name\": \"user-alumni-relationship\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.family_relationship_extended\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"field_type\": \"select\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Mother\",\n                                    \"value\": \"mother\",\n                                    \"checked\": false,\n                                    \"id\": \"84841EDE\"\n                                },\n                                {\n                                    \"text\": \"Father\",\n                                    \"value\": \"father\",\n                                    \"checked\": false,\n                                    \"id\": \"DC5EF887\"\n                                },\n                                {\n                                    \"text\": \"Sister\",\n                                    \"value\": \"sister\",\n                                    \"checked\": false,\n                                    \"id\": \"90E1E414\"\n                                },\n                                {\n                                    \"text\": \"Brother\",\n                                    \"value\": \"brother\",\n                                    \"checked\": false,\n                                    \"id\": \"DC286F35\"\n                                },\n                                {\n                                    \"text\": \"Aunt\",\n                                    \"value\": \"aunt\",\n                                    \"checked\": false,\n                                    \"id\": \"11172107\"\n                                },\n                                {\n                                    \"text\": \"Uncle\",\n                                    \"value\": \"uncle\",\n                                    \"checked\": false,\n                                    \"id\": \"F67AEAA8\"\n                                },\n                                {\n                                    \"text\": \"Grandparent\",\n                                    \"value\": \"grandparent\",\n                                    \"checked\": false,\n                                    \"id\": \"BF8575BB\"\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\",\n                                    \"checked\": false,\n                                    \"id\": \"49F9A39D\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"First Name\",\n                            \"name\": \"user-alumni-first_name\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"text\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Last Name\",\n                            \"name\": \"user-alumni-last_name\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"text\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Graduation Year\",\n                            \"name\": \"user-alumni-graduation_year\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"text\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-family-siblings\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"User Family Sibling\",\n                \"form_attributes\": {\n                    \"field_type\": \"fieldset\",\n                    \"label\": \"Sibling\",\n                    \"name\": \"user-sibling\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"First Name\",\n                            \"name\": \"user-sibling-first_name\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"text\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Last Name\",\n                            \"name\": \"user-sibling-last_name\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"text\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Age\",\n                            \"name\": \"user-sibling-age\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-activities-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Extracurricular Activities\",\n                \"form_attributes\": {\n                    \"field_type\": \"fieldset\",\n                    \"label\": \"Extracurricular Activity\",\n                    \"name\": \"user-activity\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Activity\",\n                            \"name\": \"user-activity-name\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"text\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Position\",\n                            \"name\": \"user-activity-position\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"text\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Years Participated\",\n                            \"name\": \"user-activity-years_held\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Hours per Week\",\n                            \"name\": \"user-activity-hours_week\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\",\n                            \"help_text\": \"How many hours a week do/did you participate in this activity?\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-identities-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"client\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"User Identities\",\n                \"form_attributes\": {\n                    \"field_type\": \"fieldset\",\n                    \"label\": \"User Identity\",\n                    \"name\": \"user-identities\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"\"\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [\n                            {\n                                \"type\": \"not_in\",\n                                \"not_in\": \"SPARK_ID\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Type\",\n                            \"name\": \"user-identities-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"help_text\": \"\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Act Id\",\n                                    \"value\": \"ACT_ID\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Anthology Id\",\n                                    \"value\": \"ANTHOLOGY_ID\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Cas Id\",\n                                    \"value\": \"CAS_ID\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Coalition Id\",\n                                    \"value\": \"COALITION_ID\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"College Board Id\",\n                                    \"value\": \"COLLEGE_BOARD_ID\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Common App Id\",\n                                    \"value\": \"COMMONAPP_ID\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Encoura Id\",\n                                    \"value\": \"ENCOURA_ID\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Historic Id\",\n                                    \"value\": \"HISTORIC_ID\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"School Email\",\n                                    \"value\": \"SCHOOL_EMAIL\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"School Id\",\n                                    \"value\": \"SCHOOL_ID\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"State Id\",\n                                    \"value\": \"STATE_ID\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Search Id\",\n                                    \"value\": \"SEARCH_ID\",\n                                    \"checked\": true\n                                },\n                                {\n                                    \"text\": \"NC Student Number Id\",\n                                    \"value\": \"NC_STUDENT_NUMBER_ID\",\n                                    \"checked\": false\n                                }\n                            ],\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            },\n                            {\n                                \"type\": \"unique\",\n                                \"resource\": \"users\",\n                                \"slug\": \"user-identities-value\",\n                                \"form_field_scope\": \"user-identities-type\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Value\",\n                            \"name\": \"user-identities-value\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-employment-employees\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"User Employments\",\n                \"form_attributes\": {\n                    \"field_type\": \"fieldset\",\n                    \"label\": \"User Employments\",\n                    \"name\": \"user-employments\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"\"\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Employer / Company Name\",\n                            \"name\": \"user-employments-companyname\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Field/Nature of Business\",\n                            \"name\": \"user-employments-business\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Position\",\n                            \"name\": \"user-employments-position\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Status\",\n                            \"name\": \"user-employments-status\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.employment_status\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"code\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Full time\",\n                                    \"value\": \"FT\",\n                                    \"checked\": false,\n                                    \"name\": \"Full time\",\n                                    \"code\": \"FT\"\n                                },\n                                {\n                                    \"text\": \"Part time\",\n                                    \"value\": \"PT\",\n                                    \"checked\": false,\n                                    \"name\": \"Part time\",\n                                    \"code\": \"PT\"\n                                },\n                                {\n                                    \"text\": \"Not applicable\",\n                                    \"value\": \"NA\",\n                                    \"checked\": false,\n                                    \"name\": \"Not applicable\",\n                                    \"code\": \"NA\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Are you eligible for tuition reimbursement from your employer?\",\n                            \"name\": \"user-employments-reimbursement\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Start Date\",\n                            \"name\": \"user-employments-start_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"End Date\",\n                            \"name\": \"user-employments-end_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-milestones-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"client\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"User Milestones\",\n                \"form_attributes\": {\n                    \"field_type\": \"fieldset\",\n                    \"label\": \"User Milestone\",\n                    \"name\": \"user-milestones\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"\"\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Type\",\n                            \"name\": \"user-milestones-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"help_text\": \"\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Admitted Date\",\n                                    \"value\": \"ADMIT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Application Complete Date\",\n                                    \"value\": \"APPLICATION_COMPLETE\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Application Decision Date\",\n                                    \"value\": \"APPLICATION_DECISION\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Application Start Date\",\n                                    \"value\": \"APPLICATION_START\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Application Submit Date\",\n                                    \"value\": \"APPLICATION_SUBMIT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Checklist Complete Date\",\n                                    \"value\": \"CHECKLIST_COMPLETE\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Date of Inquiry\",\n                                    \"value\": \"PROSPECT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Deny Date\",\n                                    \"value\": \"DENIED\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Deposited Date\",\n                                    \"value\": \"DEPOSIT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Email Unsubscribe Date\",\n                                    \"value\": \"UNSUBSCRIBE_EMAIL\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Enrolled Date\",\n                                    \"value\": \"ENROLL\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Graduated Date\",\n                                    \"value\": \"GRADUATE\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Interview Date\",\n                                    \"value\": \"INTERVIEW\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"SMS Unsubscribe Date\",\n                                    \"value\": \"UNSUBSCRIBE_SMS\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Visit Date\",\n                                    \"value\": \"VISIT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Waitlist Date\",\n                                    \"value\": \"WAITLIST\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Withdrawn Date\",\n                                    \"value\": \"WITHDRAW\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"On Hold Date\",\n                                    \"value\": \"HOLD\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Defer Date\",\n                                    \"value\": \"DEFERRED\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Conditional Admit Date\",\n                                    \"value\": \"CONDITIONAL_ADMIT\",\n                                    \"checked\": false\n                                }\n                            ],\n                            \"size\": \"full\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Name\",\n                            \"name\": \"user-milestones-name\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"help_text\": \"\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Campaigns\",\n                                    \"value\": \"Campaigns\",\n                                    \"checked\": false,\n                                    \"options\": [\n                                        \"UNSUBSCRIBE_SMS\",\n                                        \"HARDBOUNCE_SMS\",\n                                        \"HARDBOUNCE_EMAIL\"\n                                    ]\n                                },\n                                {\n                                    \"text\": \"Client Import\",\n                                    \"value\": \"Client Import\",\n                                    \"checked\": false,\n                                    \"options\": [\n                                        \"APPLICATION_START\",\n                                        \"APPLICATION_COMPLETE\",\n                                        \"APPLICATION_SUBMIT\",\n                                        \"APPLICATION_DECISION\",\n                                        \"CHECKLIST_COMPLETE\",\n                                        \"ADMIT\",\n                                        \"DENIED\",\n                                        \"GRADUATE\",\n                                        \"WAITLIST\",\n                                        \"DEPOSIT\",\n                                        \"WITHDRAW\",\n                                        \"ENROLL\",\n                                        \"UNSUBSCRIBE_SMS\",\n                                        \"UNSUBSCRIBE_EMAIL\",\n                                        \"HARDBOUNCE_SMS\",\n                                        \"HARDBOUNCE_EMAIL\",\n                                        \"INTERVIEW\",\n                                        \"PROSPECT\",\n                                        \"HOLD\",\n                                        \"DEFERRED\",\n                                        \"CONDITIONAL_ADMIT\"\n                                    ]\n                                },\n                                {\n                                    \"text\": \"Dashboard\",\n                                    \"value\": \"Dashboard\",\n                                    \"checked\": false,\n                                    \"options\": [\n                                        \"APPLICATION_START\",\n                                        \"APPLICATION_COMPLETE\",\n                                        \"APPLICATION_SUBMIT\",\n                                        \"APPLICATION_DECISION\",\n                                        \"CHECKLIST_COMPLETE\",\n                                        \"ADMIT\",\n                                        \"DENIED\",\n                                        \"GRADUATE\",\n                                        \"WAITLIST\",\n                                        \"WITHDRAW\",\n                                        \"ENROLL\",\n                                        \"UNSUBSCRIBE_SMS\",\n                                        \"UNSUBSCRIBE_EMAIL\",\n                                        \"INTERVIEW\",\n                                        \"PROSPECT\",\n                                        \"HOLD\",\n                                        \"DEFERRED\",\n                                        \"CONDITIONAL_ADMIT\"\n                                    ]\n                                },\n                                {\n                                    \"text\": \"Decision451\",\n                                    \"value\": \"Decision451\",\n                                    \"checked\": false,\n                                    \"options\": [\n                                        \"APPLICATION_DECISION\",\n                                        \"CHECKLIST_COMPLETE\",\n                                        \"ADMIT\",\n                                        \"DENIED\",\n                                        \"WAITLIST\",\n                                        \"WITHDRAW\",\n                                        \"HOLD\",\n                                        \"DEFERRED\",\n                                        \"CONDITIONAL_ADMIT\"\n                                    ]\n                                },\n                                {\n                                    \"text\": \"Deposit Page\",\n                                    \"value\": \"Deposit Page\",\n                                    \"checked\": false,\n                                    \"options\": [\n                                        \"DEPOSIT\"\n                                    ]\n                                },\n                                {\n                                    \"text\": \"Element451 App\",\n                                    \"value\": \"Element451 App\",\n                                    \"checked\": false,\n                                    \"options\": [\n                                        \"APPLICATION_START\",\n                                        \"APPLICATION_COMPLETE\",\n                                        \"APPLICATION_SUBMIT\"\n                                    ]\n                                },\n                                {\n                                    \"text\": \"Email Click\",\n                                    \"value\": \"Email Click\",\n                                    \"checked\": false,\n                                    \"options\": [\n                                        \"UNSUBSCRIBE_EMAIL\",\n                                        \"PROSPECT\"\n                                    ]\n                                },\n                                {\n                                    \"text\": \"Event451\",\n                                    \"value\": \"Event451\",\n                                    \"checked\": false,\n                                    \"options\": [\n                                        \"VISIT\"\n                                    ]\n                                },\n                                {\n                                    \"text\": \"First Visit\",\n                                    \"value\": \"First Visit\",\n                                    \"checked\": false,\n                                    \"options\": [\n                                        \"VISIT\"\n                                    ]\n                                },\n                                {\n                                    \"text\": \"Last Visit\",\n                                    \"value\": \"Last Visit\",\n                                    \"checked\": false,\n                                    \"options\": [\n                                        \"VISIT\"\n                                    ]\n                                },\n                                {\n                                    \"text\": \"Soft Bounce Limit\",\n                                    \"value\": \"Soft Bounce Limit\",\n                                    \"checked\": false,\n                                    \"options\": [\n                                        \"HARDBOUNCE_EMAIL\"\n                                    ]\n                                },\n                                {\n                                    \"text\": \"Spam Complaint\",\n                                    \"value\": \"Spam Complaint\",\n                                    \"checked\": false,\n                                    \"options\": [\n                                        \"UNSUBSCRIBE_EMAIL\"\n                                    ]\n                                },\n                                {\n                                    \"text\": \"Spark App\",\n                                    \"value\": \"Spark App\",\n                                    \"checked\": false,\n                                    \"options\": [\n                                        \"APPLICATION_START\",\n                                        \"APPLICATION_COMPLETE\",\n                                        \"APPLICATION_SUBMIT\"\n                                    ]\n                                }\n                            ],\n                            \"size\": \"full\",\n                            \"filters\": {\n                                \"criteria\": {\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"value\": \"options\"\n                                        }\n                                    ]\n                                }\n                            }\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Application\",\n                            \"name\": \"user-milestones-application_guid\",\n                            \"notes\": \"\",\n                            \"data_source\": true,\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"APPLICATION_START\",\n                                                \"APPLICATION_COMPLETE\",\n                                                \"APPLICATION_SUBMIT\",\n                                                \"APPLICATION_DECISION\",\n                                                \"CHECKLIST_COMPLETE\",\n                                                \"CONDITIONAL_ADMIT\",\n                                                \"DEFERRED\",\n                                                \"ADMIT\",\n                                                \"DENIED\",\n                                                \"WAITLIST\",\n                                                \"DEPOSIT\",\n                                                \"WITHDRAW\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Application Type\",\n                            \"name\": \"user-milestones-application_type\",\n                            \"notes\": \"\",\n                            \"data_source\": true,\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Internal\",\n                                    \"value\": \"internal\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"External\",\n                                    \"value\": \"external\",\n                                    \"checked\": false\n                                }\n                            ],\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"APPLICATION_START\",\n                                                \"APPLICATION_COMPLETE\",\n                                                \"APPLICATION_SUBMIT\",\n                                                \"APPLICATION_DECISION\",\n                                                \"CHECKLIST_COMPLETE\",\n                                                \"CONDITIONAL_ADMIT\",\n                                                \"DEFERRED\",\n                                                \"ADMIT\",\n                                                \"DENIED\",\n                                                \"WAITLIST\",\n                                                \"DEPOSIT\",\n                                                \"WITHDRAW\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Withdraw Reason\",\n                            \"name\": \"user-milestones-reason\",\n                            \"notes\": \"\",\n                            \"data_source\": true,\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Prospect Withdrawal\",\n                                    \"value\": \"Prospect Withdrawal\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Institution Withdrawal\",\n                                    \"value\": \"Institution Withdrawal\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Applicant Withdrawal\",\n                                    \"value\": \"Applicant Withdrawal\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Declines Waitlist\",\n                                    \"value\": \"Declines Waitlist\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Declines Admission Offer\",\n                                    \"value\": \"Declines Admission Offer\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Applicant Withdrew - Deposit Refund\",\n                                    \"value\": \"Applicant Withdrew - Deposit Refund\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Applicant Withdrew - After Deposit\",\n                                    \"value\": \"Applicant Withdrew - After Deposit\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Enrollment Withdrawal\",\n                                    \"value\": \"Enrollment Withdrawal\",\n                                    \"checked\": false\n                                }\n                            ],\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"WITHDRAW\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Unsubscribe Number\",\n                            \"name\": \"user-milestones-number\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"UNSUBSCRIBE_SMS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Interviewer\",\n                            \"name\": \"user-milestones-interviewer\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERVIEW\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Decision\",\n                            \"name\": \"user-milestones-decision\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"full\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"APPLICATION_DECISION\",\n                                                \"CHECKLIST_COMPLETE\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Unsubscribe Email\",\n                            \"name\": \"user-milestones-email\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"UNSUBSCRIBE_EMAIL\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Enrollment Status\",\n                            \"name\": \"user-milestones-enrollment_status\",\n                            \"notes\": \"\",\n                            \"size\": \"half\",\n                            \"data_source\": true,\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Active\",\n                                    \"value\": \"active\"\n                                },\n                                {\n                                    \"text\": \"Inactive\",\n                                    \"value\": \"inactive\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ENROLL\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Deposit Status\",\n                            \"name\": \"user-milestones-deposit_status\",\n                            \"notes\": \"\",\n                            \"size\": \"half\",\n                            \"data_source\": true,\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Active\",\n                                    \"value\": \"active\"\n                                },\n                                {\n                                    \"text\": \"Inactive\",\n                                    \"value\": \"inactive\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DEPOSIT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Date\",\n                            \"name\": \"user-milestones-date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Term\",\n                            \"name\": \"user-milestones-term\",\n                            \"notes\": \"\",\n                            \"data_source\": true,\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"APPLICATION_START\",\n                                                \"APPLICATION_COMPLETE\",\n                                                \"APPLICATION_SUBMIT\",\n                                                \"APPLICATION_DECISION\",\n                                                \"CHECKLIST_COMPLETE\",\n                                                \"ADMIT\",\n                                                \"PROSPECT\",\n                                                \"INTERVIEW\",\n                                                \"DENIED\",\n                                                \"ENROLL\",\n                                                \"GRADUATE\",\n                                                \"WAITLIST\",\n                                                \"DEPOSIT\",\n                                                \"WITHDRAW\",\n                                                \"HOLD\",\n                                                \"DEFERRED\",\n                                                \"CONDITIONAL_ADMIT\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Major\",\n                            \"name\": \"user-milestones-major\",\n                            \"notes\": \"\",\n                            \"data_source\": true,\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"PROSPECT\",\n                                                \"INTERVIEW\",\n                                                \"APPLICATION_START\",\n                                                \"APPLICATION_SUBMIT\",\n                                                \"APPLICATION_COMPLETE\",\n                                                \"CHECKLIST_COMPLETE\",\n                                                \"APPLICATION_DECISION\",\n                                                \"CONDITIONAL_ADMIT\",\n                                                \"HOLD\",\n                                                \"DEFERRED\",\n                                                \"ADMIT\",\n                                                \"DENIED\",\n                                                \"GRADUATE\",\n                                                \"WAITLIST\",\n                                                \"DEPOSIT\",\n                                                \"ENROLL\",\n                                                \"WITHDRAW\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Degree\",\n                            \"name\": \"user-milestones-degree\",\n                            \"notes\": \"\",\n                            \"data_source\": true,\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"GRADUATE\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Student Type\",\n                            \"name\": \"user-milestones-student_type\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.student_type\",\n                            \"data_source_text\": \"label\",\n                            \"data_source_value\": \"short\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-milestones-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"APPLICATION_START\",\n                                                \"APPLICATION_SUBMIT\",\n                                                \"APPLICATION_COMPLETE\",\n                                                \"CHECKLIST_COMPLETE\",\n                                                \"APPLICATION_DECISION\",\n                                                \"CONDITIONAL_ADMIT\",\n                                                \"DEFERRED\",\n                                                \"ADMIT\",\n                                                \"DENIED\",\n                                                \"WAITLIST\",\n                                                \"DEPOSIT\",\n                                                \"ENROLL\",\n                                                \"WITHDRAW\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-sources-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"client\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"User Sources\",\n                \"form_attributes\": {\n                    \"field_type\": \"fieldset\",\n                    \"label\": \"User Custom Source\",\n                    \"name\": \"user-sources\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"\"\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [\n                            {\n                                \"type\": \"not_in\",\n                                \"not_in\": \"WEB,EVENT,SEARCH,APP\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"CUSTOM\",\n                            \"label\": \"Type\",\n                            \"name\": \"user-sources-type\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Timestamp\",\n                            \"name\": \"user-sources-timestamp\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\",\n                            \"data_type\": \"date\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Alias\",\n                            \"name\": \"user-sources-alias\",\n                            \"notes\": \"\",\n                            \"data_source\": true,\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-sources-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"CUSTOM\",\n                                                \"SEARCH\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"autocomplete\": true,\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Segment\",\n                            \"name\": \"user-sources-segment\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.sources_segment\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$in\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-sources-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": [\n                                                \"CUSTOM\",\n                                                \"SEARCH\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-admin-athletics-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"client\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"User Admin Athletics\",\n                \"form_attributes\": {\n                    \"field_type\": \"fieldset\",\n                    \"label\": \"User Athletics\",\n                    \"name\": \"user-athletics\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"\"\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Sport\",\n                            \"name\": \"user-athletics-sport\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.athletics_sports\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Integration Id\",\n                            \"name\": \"user-athletics-integration_id\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Term\",\n                            \"name\": \"user-athletics-term\",\n                            \"notes\": \"\",\n                            \"data_source\": true,\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Position\",\n                            \"name\": \"user-athletics-position\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"number\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Rating\",\n                            \"name\": \"user-athletics-rating\",\n                            \"notes\": \"\",\n                            \"data_source\": true,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Recruit\",\n                            \"name\": \"user-athletics-recruit\",\n                            \"notes\": \"\",\n                            \"field_type\": \"radio\",\n                            \"input_widget\": \"toggle\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Recruit activity date\",\n                            \"name\": \"user-athletics-recruit_activity_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"datepicker\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Recruit status\",\n                            \"name\": \"user-athletics-recruit_status\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.athletic_recruit_status\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Source\",\n                            \"name\": \"user-athletics-source\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.athletics_source\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Source date\",\n                            \"name\": \"user-athletics-source_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"datepicker\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Notes\",\n                            \"name\": \"user-athletics-notes\",\n                            \"notes\": \"\",\n                            \"data_source\": true,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"URL\",\n                            \"name\": \"user-athletics-url\",\n                            \"notes\": \"\",\n                            \"data_source\": true,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": []\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-athletics-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"User Athletics\",\n                \"form_attributes\": {\n                    \"field_type\": \"fieldset\",\n                    \"label\": \"User Athletics\",\n                    \"name\": \"user-athletics\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false,\n                    \"help_text\": \"\"\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Sport\",\n                            \"name\": \"user-athletics-sport\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.athletics_sports\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Archery\",\n                                    \"value\": \"1\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Badminton\",\n                                    \"value\": \"2\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Baseball\",\n                                    \"value\": \"3\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Basketball\",\n                                    \"value\": \"4\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Bowling\",\n                                    \"value\": \"5\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Boxing\",\n                                    \"value\": \"6\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Cross-country\",\n                                    \"value\": \"8\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Diving\",\n                                    \"value\": \"9\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Equestrian\",\n                                    \"value\": \"10\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Fencing\",\n                                    \"value\": \"11\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Field hockey\",\n                                    \"value\": \"12\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Football\",\n                                    \"value\": \"13\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Golf\",\n                                    \"value\": \"14\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Gymnastics\",\n                                    \"value\": \"15\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Ice hockey\",\n                                    \"value\": \"17\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Martial art\",\n                                    \"value\": \"19\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Lacrosse\",\n                                    \"value\": \"20\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Racquetball\",\n                                    \"value\": \"22\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Riflery\",\n                                    \"value\": \"23\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Rodeo\",\n                                    \"value\": \"24\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Rowing (crew)\",\n                                    \"value\": \"25\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Rugby\",\n                                    \"value\": \"26\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Sailing\",\n                                    \"value\": \"27\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Skiing\",\n                                    \"value\": \"29\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Soccer\",\n                                    \"value\": \"31\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Softball\",\n                                    \"value\": \"32\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Squash\",\n                                    \"value\": \"33\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Swimming\",\n                                    \"value\": \"34\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Table tennis\",\n                                    \"value\": \"36\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Tennis\",\n                                    \"value\": \"37\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Track and Field\",\n                                    \"value\": \"38\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Volleyball\",\n                                    \"value\": \"40\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Water Polo\",\n                                    \"value\": \"41\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Wrestling\",\n                                    \"value\": \"43\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Cheerleading\",\n                                    \"value\": \"46\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"48\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Esports\",\n                                    \"value\": \"49\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": true,\n                            \"default\": \"\",\n                            \"label\": \"Term\",\n                            \"name\": \"user-athletics-term\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.terms\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"guid\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Fall 2025\",\n                                    \"value\": \"instance.terms.37816\",\n                                    \"checked\": false,\n                                    \"code\": \"202580\",\n                                    \"name\": \"Fall 2025\",\n                                    \"guid\": \"instance.terms.37816\"\n                                },\n                                {\n                                    \"text\": \"Spring 2025\",\n                                    \"value\": \"instance.terms.41823\",\n                                    \"checked\": false,\n                                    \"code\": \"2025SP\",\n                                    \"name\": \"Spring 2025\",\n                                    \"guid\": \"instance.terms.41823\",\n                                    \"sis\": \"cb96b46c-579b-4910-8324-1bdda83876c5\"\n                                }\n                            ]\n                        },\n                        \"conditionals\": []\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Position\",\n                            \"name\": \"user-athletics-position\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        },\n                        \"conditionals\": []\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-admin-evaluations-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"client\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"User Admin Test Scores\",\n                \"form_attributes\": {\n                    \"field_type\": \"fieldset\",\n                    \"label\": \"Test Score\",\n                    \"name\": \"user-tests\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            },\n                            {\n                                \"type\": \"test_type\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Test Name\",\n                            \"name\": \"user-tests-type\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.evaluations\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"We can use unofficial test scores to determine admission and scholarship eligibility. You must provide official scores when they are available.\",\n                            \"field_type\": \"select\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [\n                            {\n                                \"type\": \"mongodate\"\n                            }\n                        ],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Date of Exam\",\n                            \"name\": \"user-tests-date\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"datepicker\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Is this score Official?\",\n                            \"name\": \"user-tests-official\",\n                            \"notes\": \"\",\n                            \"field_type\": \"radio\",\n                            \"input_widget\": \"toggle\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 1500\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-accuplacer_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACCUPLACER\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 300\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-accuplacer_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACCUPLACER\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 300\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-accuplacer_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACCUPLACER\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 300\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Arithmetic Score\",\n                            \"name\": \"user-tests-accuplacer_arithmetic\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACCUPLACER\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 300\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Reasoning, Algebra, & Statistics Score\",\n                            \"name\": \"user-tests-accuplacer_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACCUPLACER\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 300\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Advanced Algebra & Functions Score\",\n                            \"name\": \"user-tests-accuplacer_advanced_algebra\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACCUPLACER\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-teas_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TEAS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-teas_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TEAS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-teas_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TEAS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science Score\",\n                            \"name\": \"user-tests-teas_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TEAS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"English and Language Usage Score\",\n                            \"name\": \"user-tests-teas_english_language_usage\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TEAS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 36\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-act_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 36\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"English Score\",\n                            \"name\": \"user-tests-act_english\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 36\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-act_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 36\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-act_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 36\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science (Reasoning) Score\",\n                            \"name\": \"user-tests-act_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 36\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-act_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-actplan_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACTPLAN\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"English Score\",\n                            \"name\": \"user-tests-actplan_english\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACTPLAN\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-actplan_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACTPLAN\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-actplan_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACTPLAN\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science (Reasoning) Score\",\n                            \"name\": \"user-tests-actplan_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ACTPLAN\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 5\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-ap_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Art and Design Program Score\",\n                            \"name\": \"user-tests-ap_art_design_program\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Art History Score\",\n                            \"name\": \"user-tests-ap_art_history\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biology Score\",\n                            \"name\": \"user-tests-ap_biology\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Calculus AB Score\",\n                            \"name\": \"user-tests-ap_calculus_ab\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Calculus BC Score\",\n                            \"name\": \"user-tests-ap_calculus_bc\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Chemistry Score\",\n                            \"name\": \"user-tests-ap_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Chinese Language and Culture Score\",\n                            \"name\": \"user-tests-ap_chinese_language_culture\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Comparative Government and Politics Score\",\n                            \"name\": \"user-tests-ap_comparative_government_politics\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Computer Science A Score\",\n                            \"name\": \"user-tests-ap_computer_science_a\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Computer Science Principles Score\",\n                            \"name\": \"user-tests-ap_computer_science_principles\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"English Language and Composition Score\",\n                            \"name\": \"user-tests-ap_english_language_composition\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"English Literature and Composition Score\",\n                            \"name\": \"user-tests-ap_english_literature_composition\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Environmental Science Score\",\n                            \"name\": \"user-tests-ap_environmental_science\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"European History Score\",\n                            \"name\": \"user-tests-ap_european_history\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"French Language and Culture Score\",\n                            \"name\": \"user-tests-ap_french_language_culture\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"German Language and Culture Score\",\n                            \"name\": \"user-tests-ap_german_language_culture\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Human Geography Score\",\n                            \"name\": \"user-tests-ap_human_geography\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Japanese Language and Culture Score\",\n                            \"name\": \"user-tests-ap_japanese_language_culture\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Latin Score\",\n                            \"name\": \"user-tests-ap_latin\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Macroeconomics Score\",\n                            \"name\": \"user-tests-ap_macroeconomics\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Microeconomics Score\",\n                            \"name\": \"user-tests-ap_microeconomics\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Music Theory Score\",\n                            \"name\": \"user-tests-ap_music_theory\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Physics 1: Algebra-Based Score\",\n                            \"name\": \"user-tests-ap_physics_1_algebra_based\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Physics 2: Algebra-Based Score\",\n                            \"name\": \"user-tests-ap_physics_2_algebra_based\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Physics C: Electricity and Magnetism Score\",\n                            \"name\": \"user-tests-ap_physics_c_electricity_magnetism\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Physics C: Mechanics Score\",\n                            \"name\": \"user-tests-ap_physics_c_mechanics\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Psychology Score\",\n                            \"name\": \"user-tests-ap_psychology\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Research Score\",\n                            \"name\": \"user-tests-ap_research\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Seminar Score\",\n                            \"name\": \"user-tests-ap_seminar\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Spanish Language and Culture Score\",\n                            \"name\": \"user-tests-ap_spanish_language_culture\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Spanish Literature and Culture Score\",\n                            \"name\": \"user-tests-ap_spanish_literature_culture\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"Statistics Score\",\n                            \"name\": \"user-tests-ap_statistics\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"United States Government and Politics Score\",\n                            \"name\": \"user-tests-ap_us_government_politics\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"United States History Score\",\n                            \"name\": \"user-tests-ap_us_history\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"hidden\": false,\n                            \"label\": \"World History: Modern Score\",\n                            \"name\": \"user-tests-ap_world_history\",\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"AP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 120\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-clt_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Verbal Score\",\n                            \"name\": \"user-tests-clt_verbal\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Grammar Score\",\n                            \"name\": \"user-tests-clt_grammar\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Score\",\n                            \"name\": \"user-tests-clt_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 120\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-clt10_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT10\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Verbal Score\",\n                            \"name\": \"user-tests-clt10_verbal\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT10\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Grammar Score\",\n                            \"name\": \"user-tests-clt10_grammar\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT10\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Score\",\n                            \"name\": \"user-tests-clt10_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"CLT10\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Academic Average Score\",\n                            \"name\": \"user-tests-dat_average\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Perceptual Ability Score\",\n                            \"name\": \"user-tests-dat_perceptual\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Reasoning Score\",\n                            \"name\": \"user-tests-dat_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Comprehension Score\",\n                            \"name\": \"user-tests-dat_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biology Score\",\n                            \"name\": \"user-tests-dat_biology\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"General Chemistry Score\",\n                            \"name\": \"user-tests-dat_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Organic Chemistry Score\",\n                            \"name\": \"user-tests-dat_organic_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Total Science Score\",\n                            \"name\": \"user-tests-dat_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Academic Average Score\",\n                            \"name\": \"user-tests-datc_average\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DATC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Perceptual Ability Score\",\n                            \"name\": \"user-tests-datc_perceptual\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DATC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Comprehension Score\",\n                            \"name\": \"user-tests-datc_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DATC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biology Score\",\n                            \"name\": \"user-tests-datc_biology\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DATC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"General Chemistry Score\",\n                            \"name\": \"user-tests-datc_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DATC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Total Science Score\",\n                            \"name\": \"user-tests-datc_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DATC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 160\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-duolingoenglish_english_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DuolingoEnglish\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 160\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Literacy Score\",\n                            \"name\": \"user-tests-duolingoenglish_english_literacy\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DuolingoEnglish\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 160\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Comprehension Score\",\n                            \"name\": \"user-tests-duolingoenglish_english_comprehension\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DuolingoEnglish\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 160\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Conversation Score\",\n                            \"name\": \"user-tests-duolingoenglish_english_conversation\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DuolingoEnglish\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 160\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Production Score\",\n                            \"name\": \"user-tests-duolingoenglish_english_production\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"DuolingoEnglish\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 4000\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-ged_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GED\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Social Score\",\n                            \"name\": \"user-tests-ged_social\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GED\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-ged_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GED\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science Score\",\n                            \"name\": \"user-tests-ged_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GED\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"RLA Score (Language Arts Reading '02 - '13)\",\n                            \"name\": \"user-tests-ged_rla\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GED\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Language Arts Writing Score ('02 - '13)\",\n                            \"name\": \"user-tests-ged_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GED\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-gmat_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 60\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Verbal Score\",\n                            \"name\": \"user-tests-gmat_verbal\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 60\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Score\",\n                            \"name\": \"user-tests-gmat_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 6\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-gmat_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 8\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reasoning Score\",\n                            \"name\": \"user-tests-gmat_reasoning\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 805\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-gmatf_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMATF\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 90\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Reasoning\",\n                            \"name\": \"user-tests-gmatf_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMATF\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 90\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Data Insights\",\n                            \"name\": \"user-tests-gmatf_data_insights\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMATF\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 90\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Verbal Reasoning\",\n                            \"name\": \"user-tests-gmatf_verbal\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GMATF\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 340\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-gre_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GRE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 170\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Verbal Score\",\n                            \"name\": \"user-tests-gre_verbal\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GRE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 170\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Score\",\n                            \"name\": \"user-tests-gre_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GRE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 6\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-gre_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"GRE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 200\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-hse_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Social Score\",\n                            \"name\": \"user-tests-hse_social\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-hse_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-hse_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science Score\",\n                            \"name\": \"user-tests-hse_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-hse_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Essay Analysis Score\",\n                            \"name\": \"user-tests-essay_analysis\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"HSE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 0\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 6\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-itep_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"ITEP\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Placement Exam\",\n                            \"name\": \"user-tests-wpe_placement\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"WPE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Is Test Passed?\",\n                            \"name\": \"user-tests-pass\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"WPE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"IELTS Score\",\n                            \"name\": \"user-tests-ielts_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"IELTS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 9\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-ielts_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"IELTS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 9\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-ielts_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"IELTS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 9\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Listening Score\",\n                            \"name\": \"user-tests-ielts_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"IELTS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 9\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Speaking Score\",\n                            \"name\": \"user-tests-ielts_speaking\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"IELTS\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-mat_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Intended Major Percentile Rank\",\n                            \"name\": \"user-tests-mat_intended_major_percentile_rank\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Total Group Percentile Rank\",\n                            \"name\": \"user-tests-mat_total_group_percentile_rank\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 472\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 528\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-mcat_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MCAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 118\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 132\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Chemical and Physical Foundations of Biological Systems (CPBS) Score\",\n                            \"name\": \"user-tests-mcat_cpbs\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MCAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 118\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 132\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Critical Analysis and Reasoning Skills (CARS) Score\",\n                            \"name\": \"user-tests-mcat_cars\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MCAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 118\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 132\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biological and Biochemical Foundations of Living Systems (BBLS) Score\",\n                            \"name\": \"user-tests-mcat_bbls\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MCAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 118\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 132\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Psychological, Social, and Biological Foundations of Behavior (PSBB) Score\",\n                            \"name\": \"user-tests-mcat_psbb\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"MCAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 45\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-internationalbaccalaureate_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 42\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Subjects Score Total\",\n                            \"name\": \"user-tests-internationalbaccalaureate_subjects\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 3\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Core Points\",\n                            \"name\": \"user-tests-internationalbaccalaureate_core\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Theory of Knowledge Grade\",\n                            \"name\": \"user-tests-internationalbaccalaureate_tok_grade\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"select\",\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"A\",\n                                    \"value\": \"a\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"B\",\n                                    \"value\": \"b\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"C\",\n                                    \"value\": \"c\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"D\",\n                                    \"value\": \"d\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"E\",\n                                    \"value\": \"e\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Extended Essay Grade\",\n                            \"name\": \"user-tests-internationalbaccalaureate_ee_grade\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"select\",\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"A\",\n                                    \"value\": \"a\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"B\",\n                                    \"value\": \"b\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"C\",\n                                    \"value\": \"c\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"D\",\n                                    \"value\": \"d\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"E\",\n                                    \"value\": \"e\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Is Diploma Awarded?\",\n                            \"name\": \"user-tests-internationalbaccalaureate_diploma_awarded\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"select\",\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": \"yes\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": \"no\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Is CAS Requirement Completed?\",\n                            \"name\": \"user-tests-internationalbaccalaureate_cas_completed\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"select\",\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": \"yes\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": \"no\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"INTERNATIONALBACCALAUREATE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 1520\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-psat_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 760\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Score\",\n                            \"name\": \"user-tests-psat_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 760\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Evidence RW Score\",\n                            \"name\": \"user-tests-psat_evidence_rw\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"English Score\",\n                            \"name\": \"user-tests-psat_english\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-psat_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Science Score\",\n                            \"name\": \"user-tests-psat_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 10\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 90\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-pte_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"PTE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 100\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Placement Score\",\n                            \"name\": \"user-tests-nace_placement\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NACE\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 600\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 2400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-sat_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"SAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Critical Reading\",\n                            \"name\": \"user-tests-sat_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"SAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math\",\n                            \"name\": \"user-tests-sat_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"SAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing\",\n                            \"name\": \"user-tests-sat_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"SAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 400\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 1600\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-nsat_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Evidence-Based Reading and Writing Section Score\",\n                            \"name\": \"user-tests-nsat_evidence_rw\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Section Score\",\n                            \"name\": \"user-tests-nsat_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 10\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Test Score\",\n                            \"name\": \"user-tests-nsat_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 10\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing & Language Test Score\",\n                            \"name\": \"user-tests-nsat_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 10\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Math Test Score\",\n                            \"name\": \"user-tests-nsat_math_test\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 10\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Analysis in History/Social Studies Score\",\n                            \"name\": \"user-tests-nsat_his_soc_sci_cross\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 10\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 40\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Analysis in Science\",\n                            \"name\": \"user-tests-nsat_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Command  of Evidence Score\",\n                            \"name\": \"user-tests-nsat_command_evidence\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Words Context Score\",\n                            \"name\": \"user-tests-nsat_words_context\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Expression of Ideas Score\",\n                            \"name\": \"user-tests-nsat_expression_ideas\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Standard English Conventions Score\",\n                            \"name\": \"user-tests-nsat_std_eng_conventions\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Heart Algebra Score\",\n                            \"name\": \"user-tests-nsat_heart_algebra\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Problem Solving and Data Analytics Score\",\n                            \"name\": \"user-tests-nsat_prob_solv_data\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 1\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 15\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Passport to Advanced Math Score\",\n                            \"name\": \"user-tests-nsat_advance_math\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"NSAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Academic Average Score\",\n                            \"name\": \"user-tests-oat_average\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Quantitative Reasoning Score\",\n                            \"name\": \"user-tests-oat_quantitative\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Comprehension Score\",\n                            \"name\": \"user-tests-oat_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Physics Score\",\n                            \"name\": \"user-tests-oat_physics\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biology Score\",\n                            \"name\": \"user-tests-oat_biology\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"General Chemistry Score\",\n                            \"name\": \"user-tests-oat_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Organic Chemistry Score\",\n                            \"name\": \"user-tests-oat_organic_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 400\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Total Science Score\",\n                            \"name\": \"user-tests-oat_science\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"OAT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-satsubject_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"SATSUBJECT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Subject\",\n                            \"name\": \"user-tests-satsubject_subject\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"size\": \"full\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Biology E\",\n                                    \"value\": \"biology_e\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Biology M\",\n                                    \"value\": \"biology_m\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Chemistry\",\n                                    \"value\": \"chemistry\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Chinese with Listening\",\n                                    \"value\": \"chinese_with_listening\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"French\",\n                                    \"value\": \"french\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"French with Listening\",\n                                    \"value\": \"french_with_listening\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"German\",\n                                    \"value\": \"german\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"German with Listening\",\n                                    \"value\": \"german_with_listening\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Italian\",\n                                    \"value\": \"italian\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Japanese with Listening\",\n                                    \"value\": \"japanese_with_listening\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Korean with Listening\",\n                                    \"value\": \"korean_with_listening\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Latin\",\n                                    \"value\": \"latin\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Literature\",\n                                    \"value\": \"literature\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Mathematics Level 1\",\n                                    \"value\": \"mathematics_level_1\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Mathematics Level 2\",\n                                    \"value\": \"mathematics_level_2\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Modern Hebrew\",\n                                    \"value\": \"modern_hebrew\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Physics\",\n                                    \"value\": \"physics\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Spanish\",\n                                    \"value\": \"spanish\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Spanish with Listening\",\n                                    \"value\": \"spanish_with_listening\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"U.S. History\",\n                                    \"value\": \"us_history\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"World History\",\n                                    \"value\": \"world_history\",\n                                    \"checked\": false\n                                }\n                            ]\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"SATSUBJECT\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biology E Score\",\n                            \"name\": \"user-tests-satsubject_biology_e\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"biology_e\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Biology M Score\",\n                            \"name\": \"user-tests-satsubject_biology_m\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"biology_m\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Chemistry Score\",\n                            \"name\": \"user-tests-satsubject_chemistry\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"chemistry\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Chinese with Listening Score\",\n                            \"name\": \"user-tests-satsubject_chinese_with_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"chinese_with_listening\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"French Score\",\n                            \"name\": \"user-tests-satsubject_french\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"french\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"French with Listening Score\",\n                            \"name\": \"user-tests-satsubject_french_with_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"french_with_listening\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"German Score\",\n                            \"name\": \"user-tests-satsubject_german\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"german\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"German with Listening Score\",\n                            \"name\": \"user-tests-satsubject_german_with_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"german_with_listening\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Italian Score\",\n                            \"name\": \"user-tests-satsubject_italian\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"italian\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Japanese with Listening Score\",\n                            \"name\": \"user-tests-satsubject_japanese_with_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"japanese_with_listening\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Korean with Listening Score\",\n                            \"name\": \"user-tests-satsubject_korean_with_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"korean_with_listening\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Latin Score\",\n                            \"name\": \"user-tests-satsubject_latin\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"latin\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Literature Score\",\n                            \"name\": \"user-tests-satsubject_literature\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"literature\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Mathematics Level 1 Score\",\n                            \"name\": \"user-tests-satsubject_mathematics_level_1\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"mathematics_level_1\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Mathematics Level 2 Score\",\n                            \"name\": \"user-tests-satsubject_mathematics_level_2\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"mathematics_level_2\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Modern Hebrew Score\",\n                            \"name\": \"user-tests-satsubject_modern_hebrew\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"modern_hebrew\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Physics Score\",\n                            \"name\": \"user-tests-satsubject_physics\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"physics\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Spanish Score\",\n                            \"name\": \"user-tests-satsubject_spanish\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"spanish\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Spanish with Listening Score\",\n                            \"name\": \"user-tests-satsubject_spanish_with_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"spanish_with_listening\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"U.S. History Score\",\n                            \"name\": \"user-tests-satsubject_us_history\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"us_history\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"min\",\n                                \"min\": 200\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 800\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"World History Score\",\n                            \"name\": \"user-tests-satsubject_world_history\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-satsubject_subject\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"world_history\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 120\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"TOEFL Score\",\n                            \"name\": \"user-tests-toefl_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TOEFL\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Reading Score\",\n                            \"name\": \"user-tests-toefl_reading\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TOEFL\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Writing Score\",\n                            \"name\": \"user-tests-toefl_writing\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TOEFL\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Listening Score\",\n                            \"name\": \"user-tests-toefl_listening\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TOEFL\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 30\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Speaking Score\",\n                            \"name\": \"user-tests-toefl_speaking\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"TOEFL\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"numeric\"\n                            },\n                            {\n                                \"type\": \"max\",\n                                \"max\": 50\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Composite Score\",\n                            \"name\": \"user-tests-wonderlic_composite\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"number\"\n                        },\n                        \"conditionals\": [\n                            {\n                                \"criteria\": {\n                                    \"operator\": \"$eq\",\n                                    \"conditions\": [\n                                        {\n                                            \"target\": \"user-tests-type\",\n                                            \"scope\": \"form\",\n                                            \"value\": \"WONDERLIC\"\n                                        }\n                                    ]\n                                },\n                                \"actions\": [\n                                    {\n                                        \"action\": \"show\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-admin-gpa-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"client\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"User Admin Gpa Scores\",\n                \"form_attributes\": {\n                    \"field_type\": \"fieldset\",\n                    \"label\": \"Gpa\",\n                    \"name\": \"user-gpa\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"What is your approximate GPA?\",\n                            \"name\": \"user-gpa-value\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Is this GPA official?\",\n                            \"name\": \"user-gpa-official\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GPA Scale\",\n                            \"name\": \"user-gpa-scale\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Letter Grade (ex. A+)\",\n                                    \"value\": \"letter\"\n                                },\n                                {\n                                    \"text\": \"Percent Grade (100)\",\n                                    \"value\": \"percent\"\n                                },\n                                {\n                                    \"text\": \"4.0 Scale\",\n                                    \"value\": \"fourpoint\"\n                                },\n                                {\n                                    \"text\": \"5.0 Scale\",\n                                    \"value\": \"fivepoint\"\n                                },\n                                {\n                                    \"text\": \"11.0 Scale\",\n                                    \"value\": \"elevenpoint\"\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\"\n                                }\n                            ],\n                            \"help_text\": \"What type of GPA scale does your school use?\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GPA Rank\",\n                            \"name\": \"user-gpa-rank\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GPA Normalized?\",\n                            \"name\": \"user-gpa-normalized\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"source\": \"locked\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Counselor\",\n                            \"name\": \"user-gpa-counselor_id\",\n                            \"notes\": \"\",\n                            \"data_source\": true,\n                            \"source\": \"locked\",\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"School Ceeb\",\n                            \"name\": \"user-gpa-school_ceeb\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"School ID\",\n                            \"name\": \"user-gpa-school_id\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"file\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Transcript\",\n                            \"name\": \"user-gpa-transcript_guid\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-gpa-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection\",\n                \"validations\": [\n                    {\n                        \"type\": \"required\"\n                    }\n                ],\n                \"transformations\": [],\n                \"notes\": \"User Gpa Scores\",\n                \"form_attributes\": {\n                    \"field_type\": \"fieldset\",\n                    \"label\": \"Gpa\",\n                    \"name\": \"user-gpa\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"What is your approximate GPA?\",\n                            \"name\": \"user-gpa-value\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"system\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": false,\n                            \"label\": \"Is this GPA official?\",\n                            \"name\": \"user-gpa-official\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"source\": \"locked\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GPA Scale\",\n                            \"name\": \"user-gpa-scale\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"source\": \"locked\",\n                            \"options\": [\n                                {\n                                    \"text\": \"Letter Grade (ex. A+)\",\n                                    \"value\": \"letter\"\n                                },\n                                {\n                                    \"text\": \"Percent Grade (100)\",\n                                    \"value\": \"percent\"\n                                },\n                                {\n                                    \"text\": \"4.0 Scale\",\n                                    \"value\": \"fourpoint\"\n                                },\n                                {\n                                    \"text\": \"5.0 Scale\",\n                                    \"value\": \"fivepoint\"\n                                },\n                                {\n                                    \"text\": \"11.0 Scale\",\n                                    \"value\": \"elevenpoint\"\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\"\n                                }\n                            ],\n                            \"help_text\": \"What type of GPA scale does your school use?\",\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"GPA Rank\",\n                            \"name\": \"user-gpa-rank\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"help_text\": \"\",\n                            \"size\": \"half\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-emergency-contacts-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Emergency Contact\",\n                \"form_attributes\": {\n                    \"field_type\": \"emergency-contact\",\n                    \"label\": \"Emergency Contact\",\n                    \"name\": \"emergency-contact\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"First Name\",\n                            \"name\": \"emergency-contact-first_name\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Last Name\",\n                            \"name\": \"emergency-contact-last_name\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"email\"\n                            },\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Email\",\n                            \"name\": \"emergency-contact-email\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Relationship Description\",\n                            \"name\": \"emergency-contact-relationship\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"size\": \"half\"\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Relationship\",\n                            \"name\": \"emergency-contact-relationship_type\",\n                            \"notes\": \"\",\n                            \"size\": \"half\",\n                            \"data_source\": \"data_source.emergency_contact_relationship\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Mother\",\n                                    \"value\": \"mother\",\n                                    \"checked\": false,\n                                    \"id\": \"QD7YGSLE\"\n                                },\n                                {\n                                    \"text\": \"Father\",\n                                    \"value\": \"father\",\n                                    \"checked\": false,\n                                    \"id\": \"NCQNOXG5\"\n                                },\n                                {\n                                    \"text\": \"Brother\",\n                                    \"value\": \"brother\",\n                                    \"checked\": false,\n                                    \"id\": \"LONRCKWV\"\n                                },\n                                {\n                                    \"text\": \"Sister\",\n                                    \"value\": \"sister\",\n                                    \"checked\": false,\n                                    \"id\": \"SI9TRZ4S\"\n                                },\n                                {\n                                    \"text\": \"Spouse\",\n                                    \"value\": \"spouse\",\n                                    \"checked\": false,\n                                    \"id\": \"L8JQWTPA\"\n                                },\n                                {\n                                    \"text\": \"Friend\",\n                                    \"value\": \"friend\",\n                                    \"checked\": false,\n                                    \"id\": \"5TZN4SJB\"\n                                },\n                                {\n                                    \"text\": \"Child\",\n                                    \"value\": \"child\",\n                                    \"checked\": false,\n                                    \"id\": \"G9APYLS2\"\n                                },\n                                {\n                                    \"text\": \"Guardian\",\n                                    \"value\": \"guardian\",\n                                    \"checked\": false,\n                                    \"id\": \"GHR9PFAD\"\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"other\",\n                                    \"checked\": false,\n                                    \"id\": \"R9IOZKMV\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"radio\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Is Primary?\",\n                            \"name\": \"emergency-contact-is_primary\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Cell Phone\",\n                            \"name\": \"emergency-contact-cell_phone\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"phone\"\n                        },\n                        \"subfields\": [\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"radio\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": true,\n                                    \"label\": \"Type\",\n                                    \"name\": \"emergency-contact-cell_phone-type\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"source\": \"locked\",\n                                    \"default\": \"cell\",\n                                    \"options\": [\n                                        {\n                                            \"text\": \"Home\",\n                                            \"value\": \"home\"\n                                        },\n                                        {\n                                            \"text\": \"Cell\",\n                                            \"value\": \"cell\"\n                                        }\n                                    ]\n                                }\n                            },\n                            {\n                                \"visible_by\": \"system\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": true,\n                                    \"default\": \"\",\n                                    \"label\": \"Country Alpha 2\",\n                                    \"name\": \"emergency-contact-cell_phone-country_alpha_2\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Country Code\",\n                                    \"name\": \"emergency-contact-cell_phone-country_code\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Phone Number\",\n                                    \"name\": \"emergency-contact-cell_phone-number\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Home Phone\",\n                            \"name\": \"emergency-contact-home_phone\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"phone\"\n                        },\n                        \"subfields\": [\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"radio\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": true,\n                                    \"label\": \"Type\",\n                                    \"name\": \"emergency-contact-home_phone-type\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"source\": \"locked\",\n                                    \"default\": \"home\",\n                                    \"options\": [\n                                        {\n                                            \"text\": \"Home\",\n                                            \"value\": \"home\"\n                                        },\n                                        {\n                                            \"text\": \"Cell\",\n                                            \"value\": \"cell\"\n                                        }\n                                    ]\n                                }\n                            },\n                            {\n                                \"visible_by\": \"system\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": true,\n                                    \"default\": \"\",\n                                    \"label\": \"Country Alpha 2\",\n                                    \"name\": \"emergency-contact-home_phone-country_alpha_2\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Country Code\",\n                                    \"name\": \"emergency-contact-home_phone-country_code\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Phone Number\",\n                                    \"name\": \"emergency-contact-home_phone-number\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"visible_by\": \"user\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Address\",\n                            \"name\": \"emergency-contact-address\",\n                            \"notes\": \"\",\n                            \"data_source\": false,\n                            \"field_type\": \"address\"\n                        },\n                        \"subfields\": [\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"select\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Country\",\n                                    \"name\": \"emergency-contact-address-country\",\n                                    \"notes\": \"\",\n                                    \"data_source\": \"data_source.country\",\n                                    \"data_source_text\": \"name\",\n                                    \"data_source_value\": \"alpha3\",\n                                    \"source\": \"locked\",\n                                    \"size\": \"half\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Address Line 1\",\n                                    \"name\": \"emergency-contact-address-street_1\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"full\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Address Line 2\",\n                                    \"name\": \"emergency-contact-address-street_2\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"full\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"City\",\n                                    \"name\": \"emergency-contact-address-city\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"select\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"State\",\n                                    \"name\": \"emergency-contact-address-state\",\n                                    \"notes\": \"\",\n                                    \"data_source\": \"data_source.state\",\n                                    \"data_source_text\": \"name\",\n                                    \"data_source_value\": \"alpha2\",\n                                    \"source\": \"locked\",\n                                    \"size\": \"half\"\n                                },\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"emergency-contact-address-country\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": \"USA\"\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Province\",\n                                    \"name\": \"emergency-contact-address-province\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                },\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$neq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"emergency-contact-address-country\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": \"USA\"\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"County\",\n                                    \"name\": \"emergency-contact-address-county\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"user\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": false,\n                                    \"default\": \"\",\n                                    \"label\": \"Zip / Postal Code\",\n                                    \"name\": \"emergency-contact-address-zipcode\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false,\n                                    \"size\": \"half\"\n                                }\n                            },\n                            {\n                                \"visible_by\": \"system\",\n                                \"validations\": [],\n                                \"transformations\": [],\n                                \"form_attributes\": {\n                                    \"field_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"hidden\": true,\n                                    \"default\": \"home\",\n                                    \"label\": \"Address Type\",\n                                    \"name\": \"emergency-contact-address-type\",\n                                    \"notes\": \"\",\n                                    \"data_source\": false\n                                }\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"guid\": null,\n                \"slug\": \"user-holds-root\",\n                \"owner\": \"system\",\n                \"visible_by\": \"user\",\n                \"data_type\": \"collection\",\n                \"validations\": [],\n                \"transformations\": [],\n                \"notes\": \"Holds\",\n                \"form_attributes\": {\n                    \"field_type\": \"holds\",\n                    \"label\": \"Holds\",\n                    \"name\": \"holds\",\n                    \"default\": \"\",\n                    \"placeholder\": \"\",\n                    \"notes\": \"\",\n                    \"data_source\": false\n                },\n                \"conditionals\": null,\n                \"range\": [],\n                \"subfields\": [\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Type\",\n                            \"name\": \"user-holds-type\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.hold_type\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"code\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Financial\",\n                                    \"value\": \"FIN\",\n                                    \"checked\": false,\n                                    \"name\": \"Financial\",\n                                    \"code\": \"FIN\"\n                                },\n                                {\n                                    \"text\": \"Health\",\n                                    \"value\": \"HEA\",\n                                    \"checked\": false,\n                                    \"name\": \"Health\",\n                                    \"code\": \"HEA\"\n                                },\n                                {\n                                    \"text\": \"Academic\",\n                                    \"value\": \"ACD\",\n                                    \"checked\": false,\n                                    \"name\": \"Academic\",\n                                    \"code\": \"ACD\"\n                                },\n                                {\n                                    \"text\": \"Conduct\",\n                                    \"value\": \"CON\",\n                                    \"checked\": false,\n                                    \"name\": \"Conduct\",\n                                    \"code\": \"CON\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Subtype\",\n                            \"name\": \"user-holds-subtype\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.hold_subtype\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"code\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Balance\",\n                                    \"value\": \"BAL\",\n                                    \"checked\": false,\n                                    \"name\": \"Balance\",\n                                    \"code\": \"BAL\",\n                                    \"hold_type\": \"FIN\"\n                                },\n                                {\n                                    \"text\": \"Missing Payment Information\",\n                                    \"value\": \"INF\",\n                                    \"checked\": false,\n                                    \"name\": \"Missing Payment Information\",\n                                    \"code\": \"INF\",\n                                    \"hold_type\": \"FIN\"\n                                },\n                                {\n                                    \"text\": \"Documentation\",\n                                    \"value\": \"DOC\",\n                                    \"checked\": false,\n                                    \"name\": \"Documentation\",\n                                    \"code\": \"DOC\",\n                                    \"hold_type\": \"HEA\"\n                                },\n                                {\n                                    \"text\": \"Vaccine\",\n                                    \"value\": \"VAX\",\n                                    \"checked\": false,\n                                    \"name\": \"Vaccine\",\n                                    \"code\": \"VAX\",\n                                    \"hold_type\": \"HEA\"\n                                },\n                                {\n                                    \"text\": \"Unsatifiactory Progress\",\n                                    \"value\": \"UAP\",\n                                    \"checked\": false,\n                                    \"name\": \"Unsatifiactory Progress\",\n                                    \"code\": \"UAP\",\n                                    \"hold_type\": \"ACD\"\n                                },\n                                {\n                                    \"text\": \"Suspension\",\n                                    \"value\": \"SUSP\",\n                                    \"checked\": false,\n                                    \"name\": \"Suspension\",\n                                    \"code\": \"SUSP\",\n                                    \"hold_type\": \"CON\"\n                                },\n                                {\n                                    \"text\": \"Expulsion\",\n                                    \"value\": \"EXP\",\n                                    \"checked\": false,\n                                    \"name\": \"Expulsion\",\n                                    \"code\": \"EXP\",\n                                    \"hold_type\": \"CON\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Status\",\n                            \"name\": \"user-holds-status\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.hold_status\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"code\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Active\",\n                                    \"value\": \"active\",\n                                    \"checked\": false,\n                                    \"name\": \"Active\",\n                                    \"code\": \"active\"\n                                },\n                                {\n                                    \"text\": \"Released\",\n                                    \"value\": \"released\",\n                                    \"checked\": false,\n                                    \"name\": \"Released\",\n                                    \"code\": \"released\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Start Date\",\n                            \"name\": \"user-holds-start_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"End Date\",\n                            \"name\": \"user-holds-end_date\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Placed By\",\n                            \"name\": \"user-holds-placed_by\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Description\",\n                            \"name\": \"user-holds-description\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"select\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Subtype Description\",\n                            \"name\": \"user-holds-subtype_description\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"text\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Term\",\n                            \"name\": \"user-holds-term\",\n                            \"notes\": \"\",\n                            \"data_source\": \"data_source.term\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"guid\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Fall 2025\",\n                                    \"value\": \"instance.terms.37816\",\n                                    \"checked\": false,\n                                    \"name\": \"Fall 2025\",\n                                    \"guid\": \"instance.terms.37816\",\n                                    \"code\": \"202580\"\n                                },\n                                {\n                                    \"text\": \"Spring 2025\",\n                                    \"value\": \"instance.terms.41823\",\n                                    \"checked\": false,\n                                    \"name\": \"Spring 2025\",\n                                    \"guid\": \"instance.terms.41823\",\n                                    \"code\": \"2025SP\",\n                                    \"sis\": \"cb96b46c-579b-4910-8324-1bdda83876c5\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"number\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Amount\",\n                            \"name\": \"user-holds-amount\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        }\n                    },\n                    {\n                        \"visible_by\": \"client\",\n                        \"validations\": [],\n                        \"transformations\": [],\n                        \"form_attributes\": {\n                            \"field_type\": \"datepicker\",\n                            \"placeholder\": \"\",\n                            \"hidden\": false,\n                            \"default\": \"\",\n                            \"label\": \"Updated At\",\n                            \"name\": \"user-holds-updated_at\",\n                            \"notes\": \"\",\n                            \"data_source\": false\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"c5a62ccb-6fa0-4458-8b3f-7c6ef8f536a1"}],"id":"3918b7ea-b315-4972-ab3b-cf5c475df80b","description":"<p>Access mappings that can be used as Fields that People can input via the Element451 Application Site, Forms, Events, etc.</p>\n","_postman_id":"3918b7ea-b315-4972-ab3b-cf5c475df80b","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Custom","item":[{"name":"Get Custom Application Fields Mappings","id":"4e588ae0-6505-422a-a67b-447ba1b7e7f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://{{client}}.{{api}}/v2/mappings/custom-application?analytics={{analytics}}&feature={{feature}}&limit=50&offset=0","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","mappings","custom-application"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Limit number of mappings returned.</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"description":{"content":"<p>Offest mappings returned.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"4e588ae0-6505-422a-a67b-447ba1b7e7f5"},{"name":"Create Custom Mapping","id":"1f85813a-c832-4ec7-a891-b45f230470dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"do_you_require_an_application_bonus_1620222673097\",\n        \"label\": \"Do you require an application bonus?\",\n        \"data_source\": \"data_source.yesno\",\n        \"size\": \"full\",\n        \"type\": \"radio\",\n        \"conditionals\": [],\n        \"validations\": [],\n        \"transformations\": [],\n        \"slug\": \"user-custom-tu-application-bonus2\",\n        \"parent\": \"user-applications-root\",\n        \"notes\": \"\",\n        \"hidden\": false,\n        \"help_text\": \"\",\n        \"input_widget\": \"default\",\n        \"new_line\": false,\n        \"data_type\": \"string\",\n        \"options\": null,\n        \"data_source_text\": \"name\",\n        \"data_source_value\": \"value\",\n        \"data_source_settings\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/mappings/custom?analytics={{analytics}}&feature={{feature}}","description":"<p>\"parent\" is optional.\nIf sent, that means that we want to save the value of this custom field inside the parent repeater attribute.</p>\n<p>So sending \"user-applications-root\" means, that we want to store the value of the mapping inside each user application object.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","mappings","custom"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"1f85813a-c832-4ec7-a891-b45f230470dd"}],"id":"ae1917d7-5daf-43fb-8caa-a6ce371eb125","description":"<p>Access and create custom mappings for specialized use cases.</p>\n","_postman_id":"ae1917d7-5daf-43fb-8caa-a6ce371eb125","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{mapping_guid}","item":[{"name":"Remove Custom Mappings","id":"39a833c3-867d-41d7-8081-a27091726c85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/mappings/:mapping_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","mappings",":mapping_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the mapping, found with GET to /v2/mappings/.</p>\n","type":"text/plain"},"type":"any","value":"","key":"mapping_guid"}]}},"response":[],"_postman_id":"39a833c3-867d-41d7-8081-a27091726c85"}],"id":"abeacc2f-9030-4269-9f91-5413acfa4c42","description":"<p>Manage mappings by their GUID, which is found with GET to /v2/mappings.</p>\n","_postman_id":"abeacc2f-9030-4269-9f91-5413acfa4c42","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Mappings","id":"1f26a7cb-82c3-495c-9fd5-11362829ab6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://{{client}}.{{api}}/v2/mappings?embed[scopes]=1&analytics={{analytics}}&feature={{feature}}&limit=5&offset=50","description":"<p>Mappings.index.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","mappings"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Append additional data about mapping scopes.</p>\n","type":"text/plain"},"key":"embed[scopes]","value":"1"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Limit items returned.</p>\n","type":"text/plain"},"key":"limit","value":"5"},{"description":{"content":"<p>Offset items returned.</p>\n","type":"text/plain"},"key":"offset","value":"50"}],"variable":[]}},"response":[{"id":"b17d517a-ab07-4bbe-b82b-d6318d2f987a","name":"Get All Mappings","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://{{client}}.{{api}}/v2/mappings?embed[scopes]=1&analytics={{analytics}}&feature={{feature}}&limit=5&offset=50","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","mappings"],"query":[{"key":"embed[scopes]","value":"1","description":"Append additional data about mapping scopes."},{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"limit","value":"5","description":"Limit items returned."},{"key":"offset","value":"50","description":"Offset items returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Nov 2025 15:45:28 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"slug\": \"user-custom-training-brandi-test-status\",\n            \"map\": \"user.custom.branditeststatus\",\n            \"guid\": \"training.mapping.384326\",\n            \"visible_by\": \"user\",\n            \"namespace\": \"user\",\n            \"formField\": true,\n            \"data_type\": \"string\",\n            \"validations\": [],\n            \"transformations\": [],\n            \"notes\": null,\n            \"range\": [\n                \"forms\",\n                \"import\",\n                \"export\"\n            ],\n            \"owner\": \"training\",\n            \"created_at\": \"2024-07-26T17:35:40+00:00\",\n            \"form_attributes\": {\n                \"label\": \"[BS Test] Current Status\",\n                \"notes\": \"\"\n            },\n            \"scopes\": []\n        },\n        {\n            \"slug\": \"user-custom-training-bug-test\",\n            \"map\": \"user.custom.bugtest\",\n            \"guid\": \"training.mapping.361300\",\n            \"visible_by\": \"user\",\n            \"namespace\": \"user\",\n            \"formField\": true,\n            \"data_type\": \"string\",\n            \"validations\": [\n                {\n                    \"type\": \"required\"\n                }\n            ],\n            \"transformations\": [],\n            \"notes\": null,\n            \"range\": [\n                \"forms\",\n                \"import\",\n                \"export\"\n            ],\n            \"owner\": \"training\",\n            \"created_at\": \"2023-06-22T15:22:43+00:00\",\n            \"form_attributes\": {\n                \"label\": \"At three credit hours per course which of the following do you plan on taking?\",\n                \"notes\": \"\"\n            },\n            \"scopes\": []\n        },\n        {\n            \"slug\": \"user-custom-training-californiacampuses\",\n            \"map\": \"user.custom.californiacampuses\",\n            \"guid\": \"training.mapping.481554\",\n            \"visible_by\": \"user\",\n            \"namespace\": \"user\",\n            \"formField\": true,\n            \"data_type\": \"string\",\n            \"validations\": [],\n            \"transformations\": [],\n            \"notes\": null,\n            \"range\": [\n                \"forms\",\n                \"import\",\n                \"export\"\n            ],\n            \"owner\": \"training\",\n            \"created_at\": \"2025-09-11T21:07:32+00:00\",\n            \"form_attributes\": {\n                \"label\": \" [TyBitt] California Campuses \",\n                \"notes\": \"\"\n            },\n            \"scopes\": []\n        },\n        {\n            \"slug\": \"user-custom-training-capecod-release-test\",\n            \"map\": \"user.custom.capecodreleasetest\",\n            \"guid\": \"training.mapping.454982\",\n            \"visible_by\": \"user\",\n            \"namespace\": \"user\",\n            \"formField\": true,\n            \"data_type\": \"string\",\n            \"validations\": [],\n            \"transformations\": [],\n            \"notes\": null,\n            \"range\": [\n                \"forms\",\n                \"import\",\n                \"export\"\n            ],\n            \"owner\": \"training\",\n            \"created_at\": \"2025-02-04T20:30:13+00:00\",\n            \"form_attributes\": {\n                \"label\": \"[Cape Cod] Ready to Release\",\n                \"notes\": \"Updated via workflow \"\n            },\n            \"scopes\": []\n        },\n        {\n            \"slug\": \"user-custom-training-career-path\",\n            \"map\": \"user.custom.careerpath\",\n            \"guid\": \"training.mapping.457378\",\n            \"visible_by\": \"user\",\n            \"namespace\": \"user\",\n            \"formField\": true,\n            \"data_type\": \"string\",\n            \"validations\": [],\n            \"transformations\": [],\n            \"notes\": null,\n            \"range\": [\n                \"forms\",\n                \"import\",\n                \"export\"\n            ],\n            \"owner\": \"training\",\n            \"created_at\": \"2025-02-27T18:48:25+00:00\",\n            \"form_attributes\": {\n                \"label\": \"Career Path\",\n                \"notes\": \"\"\n            },\n            \"scopes\": []\n        }\n    ]\n}"}],"_postman_id":"1f26a7cb-82c3-495c-9fd5-11362829ab6a"}],"id":"690c5ee7-70f0-4aa7-946d-2e182a666c5c","description":"<p>Access and manage Mappings that route data to specific areas of the Element451 Person object. Mappings are referenced when importing and exporting data from Element451, as well as in Fields where People input their data.</p>\n","_postman_id":"690c5ee7-70f0-4aa7-946d-2e182a666c5c","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Majors","item":[{"name":"Majors","item":[{"name":"Create Major","id":"ac763d89-8d34-4677-9f65-dd84a9532be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"major\": {\n        \"active\": true,\n        \"name\": \"Data Science\",\n        \"code\": \"DS41\",\n        \"applications\": null,\n        \"majors\": null,\n        \"terms\": null,\n        \"campus\": null,\n        \"type\": null,\n        \"degrees\": null,\n        \"schools\": null,\n        \"student_types\": null,\n        \"sis\": \"SIS234\",\n        \"custom_1\": \"CST234\",\n        \"custom_2\": \"CST234\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/majors","description":"<p>Creates a new major. The request body must contain a <code>major</code> key with the object to create.</p>\n<p><strong>Required fields:</strong> <code>name</code></p>\n<p><strong>Optional fields:</strong> <code>active</code> (defaults to false), <code>code</code>, <code>type</code>, <code>applications[]</code>, <code>campus[]</code>, <code>degrees[]</code>, <code>schools[]</code>, <code>student_types[]</code>, <code>majors[]</code>, <code>terms[]</code>, <code>tags[]</code></p>\n<p><strong>Integration codes:</strong> <code>act</code>, <code>cip</code>, <code>coalition_application</code>, <code>college_board</code>, <code>common_application</code>, <code>custom_1</code>–<code>custom_5</code>, <code>hobson</code>, <code>naviance</code>, <code>nrccua</code>, <code>sis</code></p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","majors"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[{"id":"0010ba82-562c-420f-8446-0d202b2b7979","name":"Create Major - Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"major\": {\n        \"active\": true,\n        \"name\": \"Data Science\",\n        \"code\": \"DS41\",\n        \"applications\": null,\n        \"majors\": null,\n        \"terms\": null,\n        \"campus\": null,\n        \"type\": null,\n        \"degrees\": null,\n        \"schools\": null,\n        \"student_types\": null,\n        \"sis\": \"SIS234\",\n        \"custom_1\": \"CST234\",\n        \"custom_2\": \"CST234\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/majors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2002,\n    \"devMessage\": \"The resource specified in the request was created.\",\n    \"userMessage\": \"The resource specified in the request was created.\",\n    \"data\": {\n        \"guid\": \"training.major.622\",\n        \"name\": \"Data Science\",\n        \"active\": true,\n        \"code\": \"DS41\",\n        \"tags\": [],\n        \"custom_1\": \"CST234\",\n        \"custom_2\": \"CST234\",\n        \"sis\": \"SIS234\"\n    }\n}"}],"_postman_id":"ac763d89-8d34-4677-9f65-dd84a9532be6"},{"name":"List Majors","id":"f79036d5-4ad8-400e-84c6-f21340705732","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/majors?limit=25&offset=0","description":"<p>Returns all majors with pagination. Supports filtering by active status, tags, and specific GUIDs. Related resources (applications, campus, degrees, schools, terms) can be embedded via the <code>embed</code> parameter.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","majors"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"description":{"content":"<p>Pagination offset</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Filter by active status (1 = active, 0 = inactive)</p>\n","type":"text/plain"},"key":"active","value":"1"},{"disabled":true,"description":{"content":"<p>Filter by tag GUIDs</p>\n","type":"text/plain"},"key":"tags[]","value":""},{"disabled":true,"description":{"content":"<p>Array of GUIDs to filter specific majors</p>\n","type":"text/plain"},"key":"majors[]","value":""},{"disabled":true,"description":{"content":"<p>Sort object. 1 = ascending, -1 = descending</p>\n","type":"text/plain"},"key":"sort","value":"{\"name\": 1}"},{"disabled":true,"description":{"content":"<p>Comma-separated list of fields to return</p>\n","type":"text/plain"},"key":"fields","value":"guid,name,active"},{"disabled":true,"description":{"content":"<p>Embed related resources: applications, campus, degrees, schools, terms</p>\n","type":"text/plain"},"key":"embed[]","value":"campus"}],"variable":[]}},"response":[{"id":"0c51a7d6-ea1a-4a82-a05e-d904902ff949","name":"List Majors","originalRequest":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/majors?limit=25&offset=0","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","majors"],"query":[{"key":"limit","value":"25","description":"Number of items to return"},{"key":"offset","value":"0","description":"Pagination offset"},{"key":"active","value":"1","description":"Filter by active status (1 = active, 0 = inactive)","disabled":true},{"key":"tags[]","value":"","description":"Filter by tag GUIDs","disabled":true},{"key":"majors[]","value":"","description":"Array of GUIDs to filter specific majors","disabled":true},{"key":"sort","value":"{\"name\": 1}","description":"Sort object. 1 = ascending, -1 = descending","disabled":true},{"key":"fields","value":"guid,name,active","description":"Comma-separated list of fields to return","disabled":true},{"key":"embed[]","value":"campus","description":"Embed related resources: applications, campus, degrees, schools, terms","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"guid\": \"training.major.937134\",\n            \"name\": \"Et doloribus consequatur\",\n            \"active\": true,\n            \"code\": \"consequatur-omnis\",\n            \"tags\": [],\n            \"applications\": [\n                \"training.applications.95\"\n            ],\n            \"campus\": [\n                \"training.campus.23\"\n            ],\n            \"degrees\": [\n                \"training.degree.89\"\n            ],\n            \"schools\": [\n                \"training.department.8\"\n            ],\n            \"terms\": [\n                \"training.terms.93\"\n            ],\n            \"sis\": \"micto-test\"\n        },\n        {\n            \"guid\": \"training.major.622\",\n            \"name\": \"Data Science\",\n            \"active\": true,\n            \"code\": \"DS41\",\n            \"tags\": [],\n            \"custom_1\": \"CST234\",\n            \"custom_2\": \"CST234\",\n            \"sis\": \"SIS234\"\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"count\": 189,\n            \"offset\": 0,\n            \"limit\": null\n        }\n    },\n}"}],"_postman_id":"f79036d5-4ad8-400e-84c6-f21340705732"},{"name":"Delete Majors (Bulk)","id":"62115d9c-1300-4fa3-8016-71ff7fbd1b87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/majors?majors[]=mj_guid_1&majors[]=mj_guid_2","description":"<p>Deletes multiple majors by passing an array of GUIDs via the <code>majors[]</code> query parameter.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","majors"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>GUID of major to delete</p>\n","type":"text/plain"},"key":"majors[]","value":"mj_guid_1"},{"description":{"content":"<p>GUID of major to delete</p>\n","type":"text/plain"},"key":"majors[]","value":"mj_guid_2"}],"variable":[]}},"response":[{"id":"b878c2de-98ad-4a38-aed9-12ea45c5abf4","name":"Delete Majors (Bulk) - Example","originalRequest":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/majors?majors[]=mj_guid_1&majors[]=mj_guid_2","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","majors"],"query":[{"key":"majors[]","value":"mj_guid_1"},{"key":"majors[]","value":"mj_guid_2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"guid\": [\"mj_guid_1\", \"mj_guid_2\"],\n    \"done\": true\n  }\n}"}],"_postman_id":"62115d9c-1300-4fa3-8016-71ff7fbd1b87"},{"name":"Batch Import Majors","id":"1e519cca-dae3-4818-a6bb-da1ce464058e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"formdata","formdata":[{"key":"import","type":"file","description":"<p>Path to file.</p>\n","value":null},{"key":"mode","value":"upsert","type":"text","description":"<p>upsert | update | insert. Upsert will add new and update, update will overwrite, insert will add new.</p>\n"}]},"url":"https://{{client}}.{{api}}/v2/majors/csvimport","description":"<p>Import Schools from a CSV file.<br />The available modes are: \"insert\" , \"update\" and \"upsert\".</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","majors","csvimport"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e519cca-dae3-4818-a6bb-da1ce464058e"}],"id":"164811c7-23f2-4721-9e92-14da6761520e","description":"<p>Bulk actions over Majors resource.</p>\n","_postman_id":"164811c7-23f2-4721-9e92-14da6761520e","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Major (by guid)","item":[{"name":"Get Major","id":"78f67962-611f-49d2-86b0-a50a1e5ad954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/majors/:major_guid","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","majors",":major_guid"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"c32b6d1b-fbce-4917-b6b1-cf03c3a362f2","description":{"content":"<p>Unique identifier for the major. Found with GET to /v2/majors.</p>\n","type":"text/plain"},"type":"any","value":"","key":"major_guid"}]}},"response":[{"id":"29c870f8-baf2-4bcf-8a65-2f5699448572","name":"Get Major -  Example","originalRequest":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/majors/:major_guid","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","majors",":major_guid"],"variable":[{"key":"major_guid","value":"training.major.3461","description":"Unique identifier for the major. Found with GET to /v2/majors."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"guid\": \"training.major.3461\",\n        \"name\": \"Physical Therapy (A.S.)\",\n        \"active\": true,\n        \"code\": \"PTHERAPY.AS\",\n        \"tags\": [\n            {\n                \"name\": \"academic\",\n                \"value\": \"training-academic-tag\",\n                \"guid\": \"training.taxonomy.2013435\"\n            }\n        ],\n        \"campus\": [\n            \"training.campus.285\"\n        ],\n        \"schools\": [\n            \"training.school.2640\"\n        ]\n    }\n}"}],"_postman_id":"78f67962-611f-49d2-86b0-a50a1e5ad954"},{"name":"Update Major","id":"7aa3fa75-d083-4bea-9424-4a1cb21a4db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"major\": {\n        \"name\": \"Sample Major\",\n        \"code\": \"SM001\",\n        \"active\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/majors/:major_guid","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","majors",":major_guid"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"id":"316aaecf-8a74-4120-a15a-7b3505001fba","description":{"content":"<p>Unique identifier for the major. Find with GET to v2/majors.</p>\n","type":"text/plain"},"type":"any","value":"","key":"major_guid"}]}},"response":[{"id":"3e74e8c7-9644-436f-be78-9f2bbbcfc1df","name":"Update Major","originalRequest":{"method":"PUT","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"major\": {\n        \"name\": \"Sample Major\",\n        \"code\": \"SM001\",\n        \"active\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/majors/:major_guid","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","majors",":major_guid"],"variable":[{"key":"major_guid","value":"training.major.3461","description":"Unique identifier for the major. Find with GET to v2/majors."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Jun 2025 18:01:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2003,\n    \"devMessage\": \"The resource specified in the request was modified.\",\n    \"userMessage\": \"The resource specified in the request was modified.\",\n    \"data\": {\n        \"guid\": \"instance.major.292402\",\n        \"done\": true\n    }\n}"}],"_postman_id":"7aa3fa75-d083-4bea-9424-4a1cb21a4db6"},{"name":"Delete Major","id":"00f3be92-2c09-4d76-83fe-577b4c6779ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/majors/:major_guid","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","majors",":major_guid"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier for the major. Found with GET to /v2/majors.</p>\n","type":"text/plain"},"type":"any","value":"","key":"major_guid"}]}},"response":[],"_postman_id":"00f3be92-2c09-4d76-83fe-577b4c6779ad"},{"name":"Modify Major Tags","id":"6ff377f8-c642-483d-8773-766897340983","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"new\": [\n            {\n                \"name\": \"new_tag_name\"\n            }\n        ],\n        \"guid\": [\n            \"instance.taxonomy.2957234\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/majors/:major_guid/tags","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","majors",":major_guid","tags"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier for the major. Found with GET to /v2/majors.</p>\n","type":"text/plain"},"type":"any","value":"","key":"major_guid"}]}},"response":[],"_postman_id":"6ff377f8-c642-483d-8773-766897340983"}],"id":"356aa987-1031-4fc7-ba96-40b8c79f47c4","description":"<p>Operations scoped to a specific major.</p>\n<p>Requires a valid <em>major_guid</em> path parameter.</p>\n","_postman_id":"356aa987-1031-4fc7-ba96-40b8c79f47c4","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Tags","item":[{"name":"Get All Tags","id":"2ab69d4e-ad2c-4bad-b667-f82f6be7ddf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/majors/tags","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","majors","tags"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ab69d4e-ad2c-4bad-b667-f82f6be7ddf4"},{"name":"Create Tag","id":"b6d47f02-1c07-4091-8ab0-0a38e6ba2361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"tag_name2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/majors/tags","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","majors","tags"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6d47f02-1c07-4091-8ab0-0a38e6ba2361"},{"name":"Update Tag","id":"2e13901f-a322-4797-93c8-20836ea7208b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"new-tag_name-update\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/majors/tags/:taxonomy_guid","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","majors","tags",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier for the tag taxonomy. Found with GET to v2/majors/tags.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"2e13901f-a322-4797-93c8-20836ea7208b"},{"name":"Delete Tag","id":"61149909-2264-43d2-a87c-2f68858a75a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"url":"https://{{client}}.{{api}}/v2/majors/tags/:taxonomy_guid","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","majors","tags",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier for the tag taxonomy. Found with GET to v2/majors/tags.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"61149909-2264-43d2-a87c-2f68858a75a0"}],"id":"7f56478e-af1f-4cdb-9c25-972a11f297d8","description":"<p>Manage tag definitions for majors and control which tags are assigned to individual majors.</p>\n","_postman_id":"7f56478e-af1f-4cdb-9c25-972a11f297d8","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"9017b094-b831-4e3b-aca3-1177326cfdf6","description":"<p>Manage academic majors/programs of study.Endpoints support full CRUD, bulk delete, CSV import, and embedding related resources (applications, campus, degrees, schools, terms).</p>\n","_postman_id":"9017b094-b831-4e3b-aca3-1177326cfdf6","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Media","item":[{"name":"Get Files","id":"2f2c93b1-5750-42c5-9660-dd1c77b5db15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/media/?limit=50&offset=0&sort=-uploaded_at&taxonomy=&used_in=&filters[folder][]={{FOLDER_GUID}}&token={{token}}&analytics={{analytics}}&feature={{feature}}&filters[extension][]=xls&filters[tags][]={{TAG_GUID}}&filters[uploaded_at][gt]=2020-06-01","description":"<p>Get Files.\nYou can use paging, sorting and filters.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","media",""],"host":["{{client}}","{{api}}"],"query":[{"key":"limit","value":"50"},{"key":"offset","value":"0"},{"key":"sort","value":"-uploaded_at"},{"key":"taxonomy","value":""},{"key":"used_in","value":""},{"key":"filters[folder][]","value":"{{FOLDER_GUID}}"},{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"filters[extension][]","value":"xls"},{"key":"filters[tags][]","value":"{{TAG_GUID}}"},{"key":"filters[uploaded_at][gt]","value":"2020-06-01"}],"variable":[]}},"response":[],"_postman_id":"2f2c93b1-5750-42c5-9660-dd1c77b5db15"},{"name":"Download File","id":"67c5089e-484b-490d-abd5-b86fc9fcffbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9"}],"url":"https://{{client}}.{{api}}/v2/files/download/{{FILE_GUID}}","description":"<p>Download a File by Guid.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","files","download","{{FILE_GUID}}"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"67c5089e-484b-490d-abd5-b86fc9fcffbe"},{"name":"Upload File","id":"0a0778df-9793-4a05-ad91-df3b67c58685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"multipart/form-data; boundary=----WebKitFormBoundaryiAmvLvduEcFdBp3W"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"Element451LogoColor.png"},{"key":"url","value":"https://dsvmpwx9v65l5.cloudfront.net/assets/Logo-color.png","type":"text","disabled":true}]},"url":"https://{{client}}.{{api}}/v2/media/all?token={{token}}&feature={{feature}}&analytics={{analytics}}","description":"<p>Uploads a new Media file.</p>\n<p>Ways to upload:</p>\n<ul>\n<li>Upload a single file from your computer by sending the file binary itself. Use \"file\" form parameter.</li>\n<li>Upload a single file from an external URL. Use \"url\" form parameter.</li>\n<li>Upload multiple URL uploads. Use \"url[]\" as many files you want to upload with the URL.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","media","all"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"0a0778df-9793-4a05-ad91-df3b67c58685"},{"name":"Update File","id":"a408ab60-6214-4d39-9a10-6a0eb5c91ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"The new file name!\",\n        \"description\":\"This is a file.\",\n        \"alt_text\":\"Some alt text.\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/media/fields/{{FILE_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing file by Guid.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","media","fields","{{FILE_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"a408ab60-6214-4d39-9a10-6a0eb5c91ebf"},{"name":"Add Tag to File","id":"16ccbc24-a098-4f77-8498-64ff24bb65c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"tags","value":"{{TAG_GUID}}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/media/addTaxonomy/{{FILE_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Adds a given Tag to a File by Guid.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","media","addTaxonomy","{{FILE_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"16ccbc24-a098-4f77-8498-64ff24bb65c0"},{"name":"Remove Tag from File","id":"eb400417-864d-452a-89e5-4f4776f08490","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"tags","value":"{{TAG_GUID}}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/media/removeTaxonomy/{{FILE_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Removes a given Tag from the File by Guid.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","media","removeTaxonomy","{{FILE_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"eb400417-864d-452a-89e5-4f4776f08490"},{"name":"Move File to Folder","id":"269bcc91-784b-4054-a5a8-e21e28069805","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"files\": [\n            \"{{FILE_GUID}}\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/media/move/files/to/folder/{{FOLDER_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Moves a File to a given Folder.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","media","move","files","to","folder","{{FOLDER_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"269bcc91-784b-4054-a5a8-e21e28069805"},{"name":"Delete Files","id":"f9238d21-212f-4b60-8efe-4819c26815bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"files\": [\n            \"{{FILE_GUID}}\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/media/files?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Deletes one or many files by specifying their unique guid in request body.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","media","files"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"f9238d21-212f-4b60-8efe-4819c26815bf"},{"name":"Get All Tags","id":"257c84ec-4c35-476e-8874-434a851d0837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/media/tags?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Return a list of all the available Media Folders already created.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","media","tags"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"257c84ec-4c35-476e-8874-434a851d0837"},{"name":"Create Tag","id":"a9f456c0-0ffd-4fc5-a736-9fe98ed900ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"New tag name.\",\n        \"value\": \"new_tag\",\n        \"type\": \"term\",\n        \"taxonomy\": \"{{MEDIA_TAG_TAXONOMY_GUID}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/taxonomies/term?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","taxonomies","term"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"a9f456c0-0ffd-4fc5-a736-9fe98ed900ac"},{"name":"Get All Folders","id":"3af699c2-4809-46fe-bfdd-8a9d572c0911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/media/folders?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Return a list of all the available Media Folders already created.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","media","folders"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"3af699c2-4809-46fe-bfdd-8a9d572c0911"},{"name":"Create Folder","id":"ee13b3a9-d966-4e90-88a2-ab88cd8e5749","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"My Folder\",\n        \"value\": \"my_folder\",\n        \"type\": \"term\",\n        \"taxonomy\": \"{{MEDIA_FOLDER_TAXONOMY_GUID}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/taxonomies/term?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","taxonomies","term"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"ee13b3a9-d966-4e90-88a2-ab88cd8e5749"},{"name":"Update Folder","id":"8b6d2fd7-1a44-478a-86ff-ea9bc441ac62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"New Name\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/taxonomies/term/{{FOLDER_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Updates a Folder given by Guid.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","taxonomies","term","{{FOLDER_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"8b6d2fd7-1a44-478a-86ff-ea9bc441ac62"},{"name":"Delete Folder","id":"0cc0a920-8274-41c2-bcd4-a9ef350ab255","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/taxonomies/term/{{FOLDER_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Deletes a Folder given by Guid.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","taxonomies","term","{{FOLDER_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"0cc0a920-8274-41c2-bcd4-a9ef350ab255"}],"id":"7f2dbe14-daac-460c-9795-f6feca1e6978","description":"<p>The following endpoints let you manage Media files.</p>\n","event":[{"listen":"prerequest","script":{"id":"725fe108-1f9d-4439-a878-2480b4b2f934","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"10408bb3-fa90-46b9-8e9b-eaa536d108f5","type":"text/javascript","exec":[""]}}],"_postman_id":"7f2dbe14-daac-460c-9795-f6feca1e6978","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Organization Labels","item":[{"name":"Get Organization Labels","id":"76a95a4f-da72-48a6-b0f4-61353a587403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/organization-labels?analytics={{analytics}}&feature={{feature}}","description":"<p>OrganizationLabels.list.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organization-labels"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"76a95a4f-da72-48a6-b0f4-61353a587403"},{"name":"Create Organization Label","id":"17a05589-b23f-414f-b6bc-0d3bc3492e3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Cool new organization label\",\n        \"properties\": {\n            \"color\": \"ff5722\",\n            \"slug\": \"cool\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/organization-labels?analytics={{analytics}}&feature={{feature}}","description":"<p>OrganizationsLabels.add.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organization-labels"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"17a05589-b23f-414f-b6bc-0d3bc3492e3e"},{"name":"Get Organization Label","id":"15f2d693-50a7-4a22-af8a-885228995b41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/organization-labels/:orgainization_label_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>OrganizationsLabels.show.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organization-labels",":orgainization_label_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the oranization label. Found with GET to v2/organization-labels.</p>\n","type":"text/plain"},"type":"any","value":"","key":"orgainization_label_guid"}]}},"response":[],"_postman_id":"15f2d693-50a7-4a22-af8a-885228995b41"},{"name":"Update Organization Label","id":"f709a1a5-8ea6-4793-af49-24afa3481e53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Cool\",\n        \"properties\": {\n            \"color\": \"#ff5722\",\n            \"slug\": \"cool\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/organization-labels/:organization_label_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>OrganizationsLabels.update.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organization-labels",":organization_label_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization label. Found with GET to v2/organization-labels.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_label_guid"}]}},"response":[],"_postman_id":"f709a1a5-8ea6-4793-af49-24afa3481e53"},{"name":"Delete Organization Label","id":"5c120f9d-1664-47b5-b9a1-53d1e4a3abc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/organization-labels/:organization_label_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>OrganizationsLabels.delete.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organization-labels",":organization_label_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization label. Found with GET to v2/organization-labels.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_label_guid"}]}},"response":[],"_postman_id":"5c120f9d-1664-47b5-b9a1-53d1e4a3abc9"}],"id":"5a5e2f05-3536-466f-a04d-9b61ba90e927","_postman_id":"5a5e2f05-3536-466f-a04d-9b61ba90e927","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Organizations","item":[{"name":"CSV Import","item":[{"name":"Create Organizations from CSV","id":"d097f034-21d7-4631-898e-b55d2940c830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","type":"text","value":"insert"},{"key":"import","type":"file","src":"/Users/KJ/Desktop/orgs_import_bad.csv","disabled":true},{"key":"import","type":"file","src":"/Users/KJ/Desktop/orgs_import.csv"}]},"url":"https://{{client}}.{{api}}/v2/organizations/csvimport?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations","csvimport"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"d097f034-21d7-4631-898e-b55d2940c830"}],"id":"f7dfc710-4562-4028-be4a-e32793ace8c1","_postman_id":"f7dfc710-4562-4028-be4a-e32793ace8c1","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Identities","item":[{"name":"List Organization Identities","id":"f7e6126b-cddd-4362-a4b4-19a338affb31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/organizations/identities?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations","identities"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"f7e6126b-cddd-4362-a4b4-19a338affb31"}],"id":"47135373-4a7b-43cb-b307-291bcd4644fe","_postman_id":"47135373-4a7b-43cb-b307-291bcd4644fe","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{organization_id}","item":[{"name":"Notes","item":[{"name":"{note_id}","item":[{"name":"Update Note","id":"7a718460-7ccb-4196-9321-436ba8f19137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"note_type_2\",\n    \"body\": \"<p>This is some updated note</p>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/organizations/:organization_id/notes/:note_id?analytics={{analytics}}&feature={{feature}}","description":"<p>List available Organizations relations.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":organization_id","notes",":note_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization, found with GET to v2/organizations.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_id"},{"description":{"content":"<p>Unique identifier for the organization note.</p>\n","type":"text/plain"},"type":"any","value":"","key":"note_id"}]}},"response":[],"_postman_id":"7a718460-7ccb-4196-9321-436ba8f19137"},{"name":"Delete Note","id":"fc2b676c-d3fa-4416-8254-ea2e018836b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/organizations/:organization_id/notes/:note_id?analytics={{analytics}}&feature={{feature}}","description":"<p>List available Organizations relations.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":organization_id","notes",":note_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization, found with GET to v2/organizations.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_id"},{"description":{"content":"<p>Unique identifier for the organization note.</p>\n","type":"text/plain"},"type":"any","value":"","key":"note_id"}]}},"response":[],"_postman_id":"fc2b676c-d3fa-4416-8254-ea2e018836b5"}],"id":"4a414697-f32b-4685-bd08-7125c754e20f","description":"<p>Access and manage specific notes about an organization by the note ID.</p>\n","_postman_id":"4a414697-f32b-4685-bd08-7125c754e20f","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Add Note to Organization","id":"cf8f18bf-837e-45fd-8387-de8653d19678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"tu.taxonomy.1924\",\n        \"body\": \"<p>cute lil toe beans</p>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/organizations/:organization_id/notes?analytics={{analytics}}&feature={{feature}}","description":"<p>List available Organizations relations.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":organization_id","notes"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization. Found with GET to v2/organizations.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_id"}]}},"response":[],"_postman_id":"cf8f18bf-837e-45fd-8387-de8653d19678"}],"id":"6942aed8-abf0-49e1-ac6c-67134b11ab8b","_postman_id":"6942aed8-abf0-49e1-ac6c-67134b11ab8b","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Users","item":[{"name":"Get Organization Users","id":"96eed1df-a025-4a90-a401-d21019e6da51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/organizations/:organization_id/users?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":organization_id","users"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization. Found with GET to v2/organizations.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_id"}]}},"response":[],"_postman_id":"96eed1df-a025-4a90-a401-d21019e6da51"},{"name":"Add Bulk Organization Users","id":"0724428e-fa97-4c58-b39a-3bc102c3adca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"relationships\": [\n            {\n                \"relation\": \"all.taxonomy.2102\",\n                \"user\": \"61c1f4ff49d6bc35d842f358\"\n            },\n            {\n                \"relation\": \"all.taxonomy.2102\",\n                \"user\": \"5fec19a653cd015f163aad48\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/organizations/:organization_guid/users?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":organization_guid","users"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization, found with GET to v2/organizations.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_guid"}]}},"response":[],"_postman_id":"0724428e-fa97-4c58-b39a-3bc102c3adca"},{"name":"Remove Bulk Organization Users","id":"85219920-2158-4e6b-926c-ff24413c3241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"users\": [\"61c1f4ff49d6bc35d842f358\", \"5fec19a653cd015f163aad48\"]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/organizations/:organization_id/users?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":organization_id","users"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization, found with GET to v2/organizations.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_id"}]}},"response":[],"_postman_id":"85219920-2158-4e6b-926c-ff24413c3241"}],"id":"3b11c815-fcab-4b1b-b7d2-2c342bdae2d6","_postman_id":"3b11c815-fcab-4b1b-b7d2-2c342bdae2d6","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Relationships","item":[{"name":"Add Relationship to Organization","id":"7fe81fdd-35c4-4a51-ae77-ed6fb61bb263","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"related-to\",\n    \"target\": \"60b74a847c27739da532b95e\",\n    \"is_targeted\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/organizations/:organization_id/relationships?analytics={{analytics}}&feature={{feature}}","description":"<p>List available Organizations relations.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":organization_id","relationships"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization, found woth GET to v2/organizations.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_id"}]}},"response":[],"_postman_id":"7fe81fdd-35c4-4a51-ae77-ed6fb61bb263"},{"name":"Update Relationship","id":"cb3ff9a8-57e1-432b-8e56-4dd3d43ab92d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"target\": \"60b74a847c27739da532b95e\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/organizations/:organization_id/relationships/:relationship_id?analytics={{analytics}}&feature={{feature}}","description":"<p>List available Organizations relations.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":organization_id","relationships",":relationship_id"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"organization_id"},{"type":"any","value":"","key":"relationship_id"}]}},"response":[],"_postman_id":"cb3ff9a8-57e1-432b-8e56-4dd3d43ab92d"},{"name":"Delete Relationship","id":"95920a57-f3b2-4a8c-95fd-d6793352318d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/organizations/:organization_id/relationships/:relationship_id?analytics={{analytics}}&feature={{feature}}","description":"<p>List available Organizations relations.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":organization_id","relationships",":relationship_id"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"organization_id"},{"type":"any","value":"","key":"relationship_id"}]}},"response":[],"_postman_id":"95920a57-f3b2-4a8c-95fd-d6793352318d"}],"id":"f551e791-5496-429a-8e9e-c72f690d37f6","_postman_id":"f551e791-5496-429a-8e9e-c72f690d37f6","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Identities","item":[{"name":"Add Organization Identity","id":"56818c90-ff57-4c9f-9c91-9e779093c16b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"item","value":"{\"type\": \"SIS_ID\", \"value\": \"xyz\"}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/organizations/:organization_id/identities?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":organization_id","identities"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization. Found with GET to v2/organizations.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_id"}]}},"response":[],"_postman_id":"56818c90-ff57-4c9f-9c91-9e779093c16b"},{"name":"Update Organization Identity","id":"965385aa-ff0e-48bb-b9af-629163347e39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"type\": \"SIS_ID\", \"value\": \"xyz\"}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/organizations/:organization_id/identities/:item_id?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":organization_id","identities",":item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization. Found with GET to v2/organizations.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_id"},{"description":{"content":"<p>Unique identifier for the organization identity. Found with GET to v2/organizations/:organization_id.</p>\n","type":"text/plain"},"type":"any","value":"","key":"item_id"}]}},"response":[],"_postman_id":"965385aa-ff0e-48bb-b9af-629163347e39"},{"name":"Delete Organization Identity","id":"2fc204e0-f0c0-4ab1-8aa1-dd03d79c254e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/organizations/{{ORG_GUID}}/identities/{{ITEM_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations","{{ORG_GUID}}","identities","{{ITEM_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"2fc204e0-f0c0-4ab1-8aa1-dd03d79c254e"}],"id":"03835ac7-e96c-4f0c-9eeb-a56a0763fee2","_postman_id":"03835ac7-e96c-4f0c-9eeb-a56a0763fee2","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Organization","id":"f439176b-b0c1-4bcb-828a-4d17fde9d890","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/organizations/:organization_id?analytics={{analytics}}&feature={{feature}}","description":"<p>List available Organizations relations.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":organization_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization. Found with GET to v2/organizations.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_id"}]}},"response":[],"_postman_id":"f439176b-b0c1-4bcb-828a-4d17fde9d890"},{"name":"Update Organization","id":"6dd05745-04e3-4aa2-84f7-b38e02a4b6de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Hogwarts School of Witchcraft and Wizardry\",\n    \"type\": \"college\",\n    \"email\": \"office@hogwarts.uk\",\n    \"owner\": \"60a4d6581a8687fbe973131a\",\n    \"website\": \"hogwarts.uk\",\n    \"labels\": [\n        \"witchcraft\",\n        \"wizardry\"\n    ],\n    \"phones\": [\n        {\n            \"type\": \"office\",\n            \"number\": \"223123123\",\n            \"international\": \"+1223123123\"\n        }\n    ],\n    \"addresses\": [\n        {\n            \"type\": \"office\",\n            \"street\": \"380 Durham Rd\",\n            \"city\": \"380 Durham Rd\",\n            \"state\": \"NJ\",\n            \"zip_code\": \"07481\",\n            \"country\": \"USA\",\n            \"county\": \"Bergen\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/organizations/:orgaination_id?analytics={{analytics}}&feature={{feature}}","description":"<p>List available Organizations relations.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":orgaination_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization. Found with GET to v2/organizations.</p>\n","type":"text/plain"},"type":"any","value":"","key":"orgaination_id"}]}},"response":[],"_postman_id":"6dd05745-04e3-4aa2-84f7-b38e02a4b6de"},{"name":"Delete Organization","id":"e9e86821-1f0b-43e1-9774-f880522d1d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/organizations/:organization_id?analytics={{analytics}}&feature={{feature}}","description":"<p>List available Organizations relations.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations",":organization_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization, found with GET to v2/organizations.</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_id"}]}},"response":[],"_postman_id":"e9e86821-1f0b-43e1-9774-f880522d1d17"}],"id":"513cad38-5a86-48c7-be37-a2729d1bca26","description":"<p>Access and manage a specific organization by it's ID.</p>\n","_postman_id":"513cad38-5a86-48c7-be37-a2729d1bca26","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Segments","item":[{"name":"Preview Organizations Plain Segment","id":"d9fe5551-f562-48ad-957c-e2eb2ac7c55d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"interface\",\n        \"output\": \"organizations\",\n        \"owner_collection\": \"organizations\",\n        \"organizations\": {\n            \"filters\": {\n                \"type\": \"filter\",\n                \"target\": \"<mapping:organization-labels-all>\",\n                \"operator\": \"$eq\",\n                \"value\": \"tu.taxonomy.2067\"\n            }\n        },\n        \"users\": null,\n        \"analytics\": null,\n        \"decisions\": null,\n        \"todos\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/organizations/segments/preview?limit=-1&offset=0&sort=-created_at&embed[labels]=obj&embed[location]=obj&embed[created_at]=obj&embed[active]=1&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations","segments","preview"],"host":["{{client}}","{{api}}"],"query":[{"key":"limit","value":"-1"},{"key":"offset","value":"0"},{"key":"sort","value":"-created_at"},{"key":"embed[labels]","value":"obj"},{"key":"embed[location]","value":"obj"},{"key":"embed[created_at]","value":"obj"},{"key":"embed[active]","value":"1"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"disabled":true,"key":"reveal","value":"mongoQuery"}],"variable":[]}},"response":[],"_postman_id":"d9fe5551-f562-48ad-957c-e2eb2ac7c55d"},{"name":"Count Orgs Plain Segment","id":"445e733b-4e06-4264-8454-63ea2f50bc7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"interface\",\n        \"output\": \"organizations\",\n        \"owner_collection\": \"organizations\",\n        \"organizations\": {\n            \"filters\": {\n                \"type\": \"filter\",\n                \"target\": \"<mapping:organization-labels-all>\",\n                \"operator\": \"$eq\",\n                \"value\": \"tu.taxonomy.2067\"\n            }\n        },\n        \"users\": null,\n        \"analytics\": null,\n        \"decisions\": null,\n        \"todos\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/organizations/segments/count?limit=-1&offset=0&sort=-created_at&embed[labels]=obj&embed[location]=obj&embed[created_at]=obj&embed[active]=1&token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations","segments","count"],"host":["{{client}}","{{api}}"],"query":[{"key":"limit","value":"-1"},{"key":"offset","value":"0"},{"key":"sort","value":"-created_at"},{"key":"embed[labels]","value":"obj"},{"key":"embed[location]","value":"obj"},{"key":"embed[created_at]","value":"obj"},{"key":"embed[active]","value":"1"},{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"disabled":true,"key":"reveal","value":"mongoQuery"}],"variable":[]}},"response":[],"_postman_id":"445e733b-4e06-4264-8454-63ea2f50bc7a"},{"name":"Count Orgs Segment","id":"9f297348-26c7-4828-8ee0-a01b310774bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/organizations/segments/{{SEGMENT_GUID}}/count?limit=-1&offset=0&sort=-created_at&embed[labels]=obj&embed[location]=obj&embed[created_at]=obj&embed[active]=1&token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations","segments","{{SEGMENT_GUID}}","count"],"host":["{{client}}","{{api}}"],"query":[{"key":"limit","value":"-1"},{"key":"offset","value":"0"},{"key":"sort","value":"-created_at"},{"key":"embed[labels]","value":"obj"},{"key":"embed[location]","value":"obj"},{"key":"embed[created_at]","value":"obj"},{"key":"embed[active]","value":"1"},{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"9f297348-26c7-4828-8ee0-a01b310774bb"},{"name":"Preview Orgs Segment","id":"56c21729-3e0a-4e35-bbd2-9f2ea786a906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{client}}.{{api}}/v2/organizations/segments/:segment_guid/preview?limit=-1&offset=0&sort=-created_at&embed[labels]=obj&embed[location]=obj&embed[created_at]=obj&embed[active]=1&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations","segments",":segment_guid","preview"],"host":["{{client}}","{{api}}"],"query":[{"key":"limit","value":"-1"},{"key":"offset","value":"0"},{"key":"sort","value":"-created_at"},{"key":"embed[labels]","value":"obj"},{"key":"embed[location]","value":"obj"},{"key":"embed[created_at]","value":"obj"},{"key":"embed[active]","value":"1"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the organization Segment.</p>\n","type":"text/plain"},"type":"any","value":"","key":"segment_guid"}]}},"response":[],"_postman_id":"56c21729-3e0a-4e35-bbd2-9f2ea786a906"}],"id":"4e95d983-58df-4bb8-8f78-f5f68a3b4ce0","_postman_id":"4e95d983-58df-4bb8-8f78-f5f68a3b4ce0","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"List Organizations","id":"54355bc3-babc-41bf-a18a-013e63642b63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/organizations?analytics={{analytics}}&feature={{feature}}","description":"<p>List available Organizations relations.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"54355bc3-babc-41bf-a18a-013e63642b63"},{"name":"Create Organization","id":"5acc48eb-fcea-445a-920b-544de95c1c40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Hogwarts School of Witchcraft and Wizardry\",\n    \"type\": \"tu.taxonomy.2071\",\n    \"email\": \"office@hogwarts.uk\",\n    \"owner\": \"60a4d6581a8687fbe973131a\",\n    \"website\": \"hogwarts.uk\",\n    \"labels\": [\n         \"tu.taxonomy.2094\",\n         \"tu.taxonomy.2095\"\n    ],\n    \"phones\": [\n        {\n            \"name\": \"office\",\n            \"number\": \"2231231234\",\n            \"country_code\": \"1\",\n            \"country_alpha2\": \"US\"\n        }\n    ],\n    \"addresses\": [\n        {\n            \"name\": \"office\",\n            \"street_1\": \"380 Durham Rd\",\n            \"city\": \"Wyckoff\",\n            \"state\": \"NJ\",\n            \"zipcode\": \"07481\",\n            \"country\": \"USA\",\n            \"county\": \"Bergen\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/organizations?analytics={{analytics}}&feature={{feature}}","description":"<p>List available Organizations relations.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"5acc48eb-fcea-445a-920b-544de95c1c40"},{"name":"Delete Many Organizations","id":"000e6436-c3db-4188-8535-218c5fb1e370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/organizations?analytics={{analytics}}&feature={{feature}}&guids[]=tu.organizations.11&guids[]=tu.organizations.13","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","organizations"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"key":"guids[]","value":"tu.organizations.11"},{"key":"guids[]","value":"tu.organizations.13"}],"variable":[]}},"response":[],"_postman_id":"000e6436-c3db-4188-8535-218c5fb1e370"}],"id":"524ed169-e0e2-460f-b1f7-ecb01eec7b21","_postman_id":"524ed169-e0e2-460f-b1f7-ecb01eec7b21","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Permissions","item":[{"name":"Features","item":[{"name":"Get Permission Features","id":"fa44c909-eac4-44b1-a492-950dad6205fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/permissions/features?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","permissions","features"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"a6be6627-009c-4e6d-aa5d-e9ffc9923fdb","name":"Get Permission Features","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/permissions/features?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","permissions","features"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional.\n"},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Apr 2025 17:07:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"slug\": \"admitted-students\",\n            \"name\": \"Admitted Students Microsite\",\n            \"description\": \"This is the Admitted Students Microsite application\",\n            \"created_at\": \"2014-01-06T21:46:11+00:00\",\n            \"updated_at\": \"2016-06-21T14:39:30+00:00\"\n        },\n        {\n            \"slug\": \"api451-programmatic-access\",\n            \"name\": \"Api451 Programmatic Access\",\n            \"description\": \"Api programmatic access by clients\",\n            \"created_at\": \"2021-03-08T16:38:31+00:00\",\n            \"updated_at\": \"2024-04-16T13:52:27+00:00\"\n        },\n        {\n            \"slug\": \"app451\",\n            \"name\": \"App451\",\n            \"description\": \"Allow students to complete Applications\",\n            \"created_at\": \"2013-10-09T16:07:01+00:00\",\n            \"updated_at\": \"2019-02-05T18:21:33+00:00\"\n        },\n        {\n            \"slug\": \"appointment451\",\n            \"name\": \"Appointment451\",\n            \"description\": \"Allow students to schedule appointments with internal users\",\n            \"created_at\": \"2023-05-18T19:51:41+00:00\",\n            \"updated_at\": \"2023-05-18T19:51:41+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 4\n    }\n}"}],"_postman_id":"fa44c909-eac4-44b1-a492-950dad6205fd"}],"id":"7d02f9c6-c011-4625-b914-8ad041982428","_postman_id":"7d02f9c6-c011-4625-b914-8ad041982428","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Groups","item":[{"name":"Get Permission Groups","id":"2b6dff24-3b5b-4beb-a214-3b2dc270160b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/permissions/groups?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","permissions","groups"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"398c4b80-c5fb-4d37-b052-7a87b2fa51ba","name":"Get Permission Groups","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/permissions/groups?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","permissions","groups"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Apr 2025 17:05:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"53344e71a6b86117040041a7\",\n            \"name\": \"Element451 Administrator\",\n            \"description\": null,\n            \"target\": \"admins\",\n            \"owner\": \"system\",\n            \"permissions\": [\n                \"639899d02cf63e4fdf1a419b\",\n                \"5ce6b7e0bf577705e7afe289\",\n                \"5c3625b4b2e7610ec0ccc98a\",\n                \"56996d1a1d74dada2e8b50bc\",\n                \"56f4037a1d74da87248b5205\",\n                \"560ef6b76aa39f0d518b4cb7\",\n                \"568c43be1d74dad92a8b5c0c\",\n                \"568c43d91d74da62348b6ec2\",\n                \"568c44091d74da64348b6dd0\",\n                \"58b87e02bfc9605d517dc0b0\",\n                \"58b87edfbfc9605d517dc0b1\",\n                \"58b87f0dbfc9605d517dc0b2\",\n                \"58b87f79bfc9605d517dc0b3\",\n                \"593036b5f1c85d564506af46\",\n                \"59a84936bb1a8b5e5f427a66\",\n                \"59d3bb7a1346af83787e128a\",\n                \"59df94ff97370c617fe0d6b2\",\n                \"5a33f585f8c2a14472bd0a33\",\n                \"5b17e705998fe306592581d5\",\n                \"5bc9dd9a2d026776f3e5fc78\",\n                \"5c0fc824ca11190506316e9e\",\n                \"560ef6dc6aa39f0b518b4c91\",\n                \"56783f8289ea5ea078d35d34\",\n                \"568c43f21d74da60348b6df5\",\n                \"568c44371d74daea2e8b4afd\",\n                \"568c444b1d74da64348b6dd1\",\n                \"568c44631d74dae73f8b6bc6\",\n                \"568c45ed1d74da62348b6ec3\",\n                \"568e6e6c1d74da60348b6ed4\",\n                \"569411b223326b06698b7594\",\n                \"588900809cfc9105116322b3\",\n                \"56f403931d74da7f248b5245\",\n                \"5824dd606bfd3ef7068b4578\",\n                \"5824dd7f6bfd3ed7718b45e4\",\n                \"5824dd9a6bfd3ed4718b45de\",\n                \"5824ddb96bfd3eeb718b45de\",\n                \"59a06a6235d8de26f74cf8a1\",\n                \"59a06aad35d8de26f74cf8a2\",\n                \"59a847adbb1a8b5e5f427a65\",\n                \"5a0b5820d77d660d493769a1\",\n                \"5a0b585ed77d660d493769a6\",\n                \"5a0dbf8126f2bf2b1e8a11da\",\n                \"5a0dc29026f2bf2b1e8a11e2\",\n                \"5aa0148480017d44db330c0c\",\n                \"5aa014a480017d44db330c0f\",\n                \"5ce6aae466a4f65dc04e5ea2\",\n                \"5dbc3dbcf493750ddc845fec\",\n                \"5e1e1bf12d8f9e186a6a2664\",\n                \"5f765a233cd27d5c59980594\",\n                \"62de9e9bf6dfa817f8d221e0\",\n                \"5c59d42d536889465b33492b\",\n                \"5c59d42d536889465b334923\",\n                \"5c59d42d536889465b334924\",\n                \"629fad20a57abb10bb82f551\",\n                \"5bb3b9999360c8046a710cd4\",\n                \"5bb3b9999360c8046a710cd5\",\n                \"5bb3b9999360c8046a710cd6\",\n                \"5b0dd1812e8e930cd4647c10\",\n                \"5bb3b9999360c8046a710cd7\",\n                \"5e272d242582fe03b2da853d\",\n                \"615f2415611801298e1e7417\",\n                \"5c59d42d536889465b334929\",\n                \"5c59d42d536889465b33492a\",\n                \"5bca116e08cbbe084fa41154\",\n                \"5bca11ba08cbbe084fa41155\",\n                \"6112925a4e6dbd7130f634bc\",\n                \"611292774e6dbd7130f634bd\",\n                \"594986444916271644e460f6\",\n                \"594986544916271644e460f7\",\n                \"5aa2c09b6bed9b2cc2402b77\",\n                \"588901219cfc9105116322b4\",\n                \"5888fa919cfc9105116322b1\",\n                \"5ce6b7e0bf577705e7afe288\",\n                \"6351500fa1f0470d72e74096\",\n                \"636b327270e77e0b05888efa\",\n                \"636b31fe70e77e0b05888ef9\",\n                \"638fc163c49c30618e678af4\",\n                \"638fc156c49c30618e678af3\",\n                \"638fc146c49c30618e678af2\",\n                \"63bd88adbe053f1ab6aa2d95\",\n                \"63bd8912be053f1ab6aa2d97\",\n                \"63d922a231aae320806dda59\",\n                \"63d03e9393dbec3e6323b709\",\n                \"63d03e8393dbec3e6323b708\",\n                \"6243411087a491151c787e51\",\n                \"62b4cb2f513c91146b2a09f4\",\n                \"62b4cb25513c91146b2a09f3\",\n                \"63e10e84bf2fba453cd54c31\",\n                \"63e2515d6c6f1972d24f5ac7\",\n                \"63e627db8158905a88e019d4\",\n                \"63ea697eea607d23b9728d60\",\n                \"63ea69afea607d23b9728d61\",\n                \"6424896e1a85996bc057275c\",\n                \"6425b9426d0c7503e235d16f\",\n                \"646680b8b3d6451651248433\",\n                \"64668673b3d6451651248452\",\n                \"64f8a7e5389bd6601090de69\",\n                \"6504a8b8e34bcf0a1917b1e4\",\n                \"60a27cd62d3aeb515b49a37a\",\n                \"6545089cb3208a017d6034a7\",\n                \"65300e966a9cc82d8c2420f9\",\n                \"645d15d043709305480c7685\",\n                \"657114531366de6325ab1637\",\n                \"657116a21366de6325ab1639\",\n                \"65a95565a872ba5f399e9d52\",\n                \"65bbaf9b9bc5b04d5fa4d18f\",\n                \"65bbed179bc5b04d5fa4d1c3\",\n                \"65c0495166d3563f3ca49885\",\n                \"660dbea424329a40dd003421\",\n                \"66a46f101816e7034900d397\",\n                \"66a46ef71816e7034900d396\",\n                \"66bb82690c43a05d607d207a\",\n                \"66bb82380c43a05d607d2079\",\n                \"66bcdcf7bac3953ec12fb2d0\",\n                \"66bcdc89bac3953ec12fb2ce\",\n                \"66cf27f30a0d50ac89f7ce04\",\n                \"66d055200a0d50ac89f7ce18\",\n                \"66df1b4019f217083c045ffc\",\n                \"66f70b1a72558a2d845715b9\",\n                \"66fae4a6c3539d407273af39\",\n                \"66f5a9b974c24860fc2f09c8\",\n                \"6707f5894eaa80504067d6c0\",\n                \"672b8ee723752b1c2431b328\",\n                \"672b8f0423752b1c2431b329\",\n                \"671a76e6ea0bbb1cea3a8627\",\n                \"67659578af12346632866aa5\",\n                \"67659541af12346632866aa4\",\n                \"65c14a6ba551914de33cf2f6\",\n                \"67c5cea9ca9f6a5bd5e20605\",\n                \"67bf4c97b4c432a14ecd0332\",\n                \"67ddc0096ff0b3461f4097b0\",\n                \"67ddc0096ff0b3461f4097b0\"\n            ],\n            \"document_types\": null,\n            \"campaigns_tags\": null,\n            \"created_at\": \"2014-03-27T16:14:41+00:00\",\n            \"updated_at\": \"2019-01-18T17:13:30+00:00\"\n        },\n        {\n            \"id\": \"560ef85e6aa39f19498b54a7\",\n            \"name\": \"App451 User\",\n            \"description\": null,\n            \"target\": \"admins\",\n            \"owner\": \"system\",\n            \"permissions\": [\n                \"560ef6b76aa39f0d518b4cb7\"\n            ],\n            \"document_types\": null,\n            \"campaigns_tags\": null,\n            \"created_at\": \"2015-10-02T21:34:22+00:00\",\n            \"updated_at\": \"2019-01-16T17:38:01+00:00\"\n        },\n        {\n            \"id\": \"568c47b01d74dae73f8b6bc7\",\n            \"name\": \"App451 Administrator\",\n            \"description\": null,\n            \"target\": \"admins\",\n            \"owner\": \"system\",\n            \"permissions\": [\n                \"560ef6b76aa39f0d518b4cb7\",\n                \"568c43f21d74da60348b6df5\",\n                \"568c44091d74da64348b6dd0\",\n                \"568e6e6c1d74da60348b6ed4\",\n                \"56996d1a1d74dada2e8b50bc\",\n                \"56f403931d74da7f248b5245\",\n                \"6351500fa1f0470d72e74096\",\n                \"63e2515d6c6f1972d24f5ac7\",\n                \"64f8a7e5389bd6601090de69\"\n            ],\n            \"document_types\": null,\n            \"campaigns_tags\": null,\n            \"created_at\": \"2016-01-05T22:46:08+00:00\",\n            \"updated_at\": \"2019-01-16T17:38:01+00:00\"\n        },\n        {\n            \"id\": \"568c47bf1d74da18368b6dad\",\n            \"name\": \"Event451 Administrator\",\n            \"description\": null,\n            \"target\": \"admins\",\n            \"owner\": \"system\",\n            \"permissions\": [\n                \"560ef6dc6aa39f0b518b4c91\",\n                \"594986444916271644e460f6\",\n                \"594986544916271644e460f7\"\n            ],\n            \"document_types\": null,\n            \"campaigns_tags\": null,\n            \"created_at\": \"2016-01-05T22:46:23+00:00\",\n            \"updated_at\": \"2019-01-16T17:38:01+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 4\n    }\n}"}],"_postman_id":"2b6dff24-3b5b-4beb-a214-3b2dc270160b"}],"id":"cbd5f50b-8e85-43f3-b52b-6511192d027a","_postman_id":"cbd5f50b-8e85-43f3-b52b-6511192d027a","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Roles","item":[{"name":"Get Permission Roles","id":"2875cc26-0734-4ebb-9bbd-33fc909ab7fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/permissions/roles?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","permissions","roles"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"d95cecf2-6313-417a-8fb6-9bf866df6095","name":"Get Permission Roles","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/permissions/roles?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","permissions","roles"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Apr 2025 17:10:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"560ef6dc6aa39f0b518b4c91\",\n            \"slug\": \"event451\",\n            \"name\": \"Access Events\",\n            \"feature\": \"event451\",\n            \"section\": \"General\",\n            \"description\": \"Allows basic access to the events section.\",\n            \"created_at\": \"2015-10-02T21:27:56+00:00\",\n            \"updated_at\": \"2019-03-21T14:53:08+00:00\"\n        },\n        {\n            \"_id\": \"568c43f21d74da60348b6df5\",\n            \"slug\": \"delete-user-application\",\n            \"name\": \"Delete User Application\",\n            \"feature\": \"app451\",\n            \"section\": \"General\",\n            \"description\": \"Allows for deleting a user's application and its resources.\",\n            \"created_at\": \"2016-01-05T22:30:10+00:00\",\n            \"updated_at\": \"2019-03-21T14:09:26+00:00\"\n        },\n        {\n            \"_id\": \"568c444b1d74da64348b6dd1\",\n            \"slug\": \"edit-segments\",\n            \"name\": \"Edit Segments\",\n            \"feature\": \"element451\",\n            \"section\": \"Segments\",\n            \"description\": \"Edit all segments.\",\n            \"created_at\": \"2016-01-05T22:31:39+00:00\",\n            \"updated_at\": \"2019-03-21T14:46:30+00:00\"\n        },\n        {\n            \"_id\": \"56f4037a1d74da87248b5205\",\n            \"slug\": \"administer-settings\",\n            \"name\": \"Administer Settings\",\n            \"feature\": \"element451\",\n            \"section\": \"Settings\",\n            \"description\": \"Access to client settings section.\",\n            \"created_at\": \"2016-03-24T15:10:50+00:00\",\n            \"updated_at\": \"2019-03-29T14:33:46+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 4\n    }\n}"}],"_postman_id":"2875cc26-0734-4ebb-9bbd-33fc909ab7fe"}],"id":"7a5ac7c5-f71e-4f77-ace1-164d283ff882","_postman_id":"7a5ac7c5-f71e-4f77-ace1-164d283ff882","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"5de56ebd-e282-467c-bfc4-15dd6dbb52b7","description":"<p>Access and manage Permissons. Organized by Groups, Roles and Features. Features control access to a given \"feature\", such as Applications, Decisions, Campaigns, etc.</p>\n","_postman_id":"5de56ebd-e282-467c-bfc4-15dd6dbb52b7","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Schools","item":[{"name":"{school_guid}","item":[{"name":"Tags","item":[{"name":"Update School Tag","id":"c3f774fd-f250-4c9a-85a0-e8e1c94c9366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"new\": [{\"name\":\"new_tag_name\"}],\n        \"guid\": [\n            \"instance.taxonomy.2957234\"\n        ]\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/schools/:school_guid/tags?analytics={{analytics}}&feature={{feature}}","description":"<p>Used to modify or add tags to a school.</p>\n<ul>\n<li><p>The \"new\" key uses a string to create a tag and add it to the school.</p>\n</li>\n<li><p>The \"guid\" key can be used to add or remove tags. The whole list must resent as guid list + new replaces the current tag list.</p>\n</li>\n<li><p>To remove all the tags, send \"guid\":[].</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","schools",":school_guid","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the school. Found with GET to v2/schools.</p>\n","type":"text/plain"},"type":"any","value":"","key":"school_guid"}]}},"response":[{"id":"ccdd9d60-35f1-4b44-a49b-efc5d074c5ad","name":"Modify School Tag","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"new\": [{\"name\":\"new_tag_name\"}],\n        \"guid\": [\n            \"client.taxonomy.2957234\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/schools/{{SCHOOL_GUID}}/tags?token={{token}}&analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","schools","{{SCHOOL_GUID}}","tags"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"guid\": \"client.school.2639\",\n        \"name\": \"School Title\",\n        \"code\": \"TP\",\n        \"active\": true,\n        \"tags\": [\n            {\n                \"name\": \"new_tag_name\",\n                \"value\": \"training-tag-name-tag\",\n                \"guid\": \"training.taxonomy.2957234\"\n            },\n            {\n                \"name\": \"tag_name\",\n                \"value\": \"client-tag-name-tag\",\n                \"guid\": \"client.taxonomy.2957234\"\n            }\n        ],\n        \"created_at\": \"2023-09-01T17:31:59+00:00\",\n        \"updated_at\": \"2024-02-05T17:02:25+00:00\"\n    }\n}"}],"_postman_id":"c3f774fd-f250-4c9a-85a0-e8e1c94c9366"}],"id":"694a21e3-d622-4480-8be1-20a4e136906f","_postman_id":"694a21e3-d622-4480-8be1-20a4e136906f","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Single School","id":"9e5034a7-a785-4d77-a4b6-14ad1bab4c43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/schools/:school_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","schools",":school_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the school. Found with GET to v2/schools.</p>\n","type":"text/plain"},"type":"any","value":"","key":"school_guid"}]}},"response":[],"_postman_id":"9e5034a7-a785-4d77-a4b6-14ad1bab4c43"},{"name":"Update School","id":"b4238d3e-f950-4c4b-8034-a39bfe458731","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Test School\",\n        \"code\" : \"TS-30\",\n        \"active\": true\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/schools/:school_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","schools",":school_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the school. Found with GET to v2/schools.</p>\n","type":"text/plain"},"type":"any","value":"","key":"school_guid"}]}},"response":[],"_postman_id":"b4238d3e-f950-4c4b-8034-a39bfe458731"},{"name":"Delete Schools","id":"fb14234c-d565-4eb8-ba7e-564001f59b73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/schools/:school_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>You can delete one or multiple schools.\nTo delete 1 school use the path parameter to send the school guid.\nTo delete multiple schools, pass an array of guids in the query string as \"?guids[]=x&amp;guids[]=y\"</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","schools",":school_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the school. Found with GET to v2/schools.</p>\n","type":"text/plain"},"type":"any","value":"","key":"school_guid"}]}},"response":[],"_postman_id":"fb14234c-d565-4eb8-ba7e-564001f59b73"}],"id":"d320628c-5ed7-4015-bf57-8bcf2cfe10c5","_postman_id":"d320628c-5ed7-4015-bf57-8bcf2cfe10c5","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"CSVImport","item":[{"name":"Batch Import Schools","id":"175ddb6b-4bdd-46fb-8563-d262b72bb0b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"import","type":"file","description":"<p>Path to file.</p>\n","value":null},{"key":"mode","value":"upsert","type":"text","description":"<p>upsert | update | insert. Upsert will add new and update, update will overwrite, insert will add new.</p>\n"}]},"url":"https://{{client}}.{{api}}/v2/schools/csvimport?analytics={{analytics}}&feature={{feature}}","description":"<p>Import Schools from a CSV file.\nThe available modes are: \"insert\" , \"update\" and \"upsert\".</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","schools","csvimport"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"175ddb6b-4bdd-46fb-8563-d262b72bb0b0"}],"id":"0abccf2e-ca30-4c9c-b34b-5f4b808f4875","_postman_id":"0abccf2e-ca30-4c9c-b34b-5f4b808f4875","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Tags","item":[{"name":"{taxonomy_guid}","item":[{"name":"Update Tag","id":"a399af10-cf6d-4da0-b232-b3a9d79f680a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"new-tag_name-update\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/schools/tags/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","schools","tags",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the tag. Found with GET to v2/schools/tags.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[{"id":"fea80651-cf15-4023-b9c6-073c1cb8d761","name":"Update Tag","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"new-tag_name2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/schools/tags/{{TAXONOMY_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","schools","tags","{{TAXONOMY_GUID}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"new-tag_name2\",\n        \"value\": \"client-tag-name2-tag\",\n        \"guid\": \"client.taxonomy.2957251\"\n    }\n}"}],"_postman_id":"a399af10-cf6d-4da0-b232-b3a9d79f680a"},{"name":"Delete Tag","id":"12e4f20b-c083-4653-b546-0278e9b0f7c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/schools/tags/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","schools","tags",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[{"id":"c16665de-1217-467c-bffd-ba3924fe6bd4","name":"Delete Tag","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/schools/tags/{{TAXONOMY_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","schools","tags","{{TAXONOMY_GUID}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": []\n}"}],"_postman_id":"12e4f20b-c083-4653-b546-0278e9b0f7c2"}],"id":"c70c910f-3128-4274-b3e0-bb6523338578","_postman_id":"c70c910f-3128-4274-b3e0-bb6523338578","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Tags","id":"fc98d0c3-715e-4635-a781-e31f046de796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/schools/tags?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","schools","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"69fa687f-a867-4903-855b-a2e4af064f1a","name":"Get All Tags","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":{"raw":"https://{{client}}.{{api}}/v2/schools/tags?token={{token}}&analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","schools","tags"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Test\",\n            \"value\": \"client-test-tag\",\n            \"guid\": \"client.taxonomy.2957233\"\n        },\n        {\n            \"name\": \"tag_name\",\n            \"value\": \"client-tag-name-tag\",\n            \"guid\": \"client.taxonomy.2957234\"\n        }\n    ]\n}"}],"_postman_id":"fc98d0c3-715e-4635-a781-e31f046de796"},{"name":"Create Tag","id":"7280bc05-27d1-49df-a9fd-764822fe760d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"tag_name2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/schools/tags?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","schools","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"4f72ea84-1e49-423b-bc77-140ad86a2098","name":"Create Tag","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"tag_name\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/schools/tags?token={{token}}&analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","schools","tags"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"tag_name\",\n        \"value\": \"client-tag-name-tag\",\n        \"guid\": \"client.taxonomy.2957234\"\n    }\n}"}],"_postman_id":"7280bc05-27d1-49df-a9fd-764822fe760d"}],"id":"808fda0a-dcf9-4c41-8b54-dc8d6f975bc3","_postman_id":"808fda0a-dcf9-4c41-8b54-dc8d6f975bc3","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Schools","id":"7bd25abe-bccc-4edc-80de-5c9da531ef37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/schools?analytics={{analytics}}&feature={{feature}}&limit=1&offset","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","schools"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Limit items returned.</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"description":{"content":"<p>Offset items returned.</p>\n","type":"text/plain"},"key":"offset","value":null}],"variable":[]}},"response":[],"_postman_id":"7bd25abe-bccc-4edc-80de-5c9da531ef37"},{"name":"Create New School","id":"cbf9b502-2f02-447c-844f-08e01301d2c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Test School\",\n        \"code\" : \"TS-30\",\n        \"active\": true\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/schools?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","schools"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"cbf9b502-2f02-447c-844f-08e01301d2c9"}],"id":"6e3709fd-821c-41af-97dc-31af59071945","_postman_id":"6e3709fd-821c-41af-97dc-31af59071945","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Settings","item":[{"name":"Get Profile Template List","id":"646cf09e-50f3-47c4-b637-f8d9f662985c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/settings/profile/templates?token={{token}}&analytics={{analytics}}&feature={{feature}}&limit=50&offset=0&sort=-created_at,name&q=","description":"<p>Get a list of Profile Templates</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","settings","profile","templates"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Max number of records desired in resultset.</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"description":{"content":"<p>Page number starting from 0 for first page.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Sort preferences for the resulset.</p>\n","type":"text/plain"},"key":"sort","value":"-created_at,name"},{"key":"q","value":""}],"variable":[]}},"response":[],"_postman_id":"646cf09e-50f3-47c4-b637-f8d9f662985c"},{"name":"Get Profile Template","id":"420ec1ad-80fb-428e-af20-6030d6d1c78f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/settings/profile/templates/{{TEMPLATE_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Get a single Profile Template</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","settings","profile","templates","{{TEMPLATE_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"420ec1ad-80fb-428e-af20-6030d6d1c78f"},{"name":"Create Profile Template","id":"03d70a01-cb2f-4ad6-95a4-974de0019b9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"resource\": \"users\",\n    \"name\": \"My new Template\",\n    \"description\": \"Another template\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/settings/profile/templates?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Create a new Profile Template with the given properties and fields.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","settings","profile","templates"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"03d70a01-cb2f-4ad6-95a4-974de0019b9d"},{"name":"Clone Profile Template","id":"10803021-fb8a-4612-ab88-50c511cbbd49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"resource\": \"users\",\n    \"name\": \"My new Template\",\n    \"description\": \"Another template\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/settings/profile/templates/{{TEMPLATE_GUID}}/clone?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Create a new Profile Template with the given properties and fields.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","settings","profile","templates","{{TEMPLATE_GUID}}","clone"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"10803021-fb8a-4612-ab88-50c511cbbd49"},{"name":"Update Profile Template","id":"9f1c8657-59cb-41f5-ae2e-6081b8914041","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"name\": \"My new Template name\",\n    \"header\": {\n        \"show_labels\": true,\n        \"show_insights\": true,\n        \"metadata\": [1,2,3]\n    },\n    \"sidebar\": {\n        \"style\": \"nexgen\",\n        \"show_assignees\": false,\n        \"personal_info\": [4,5,6]\n    }\n  }\n}"},"url":"https://{{client}}.{{api}}/v2/settings/profile/templates/{{TEMPLATE_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Update an existing Profile Template by passing the new values.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","settings","profile","templates","{{TEMPLATE_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"9f1c8657-59cb-41f5-ae2e-6081b8914041"},{"name":"Update Profile Template Reorder","id":"ed0c5a64-7a51-4f0d-ba6f-fa0a574995e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/settings/profile/templates/{{TEMPLATE_GUID}}/reorder/{{INDEX}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Update an existing Profile Template by passing the new values.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","settings","profile","templates","{{TEMPLATE_GUID}}","reorder","{{INDEX}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"ed0c5a64-7a51-4f0d-ba6f-fa0a574995e7"},{"name":"Delete Profile Template","id":"b956e500-24de-42e3-b770-7a9d7318a866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/settings/profile/template/{{TEMPLATE_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}&guids[]={{TEMPLATE_GUID_1}}","description":"<p>Delete an existing Profile Template</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","settings","profile","template","{{TEMPLATE_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"guids[]","value":"{{TEMPLATE_GUID_1}}"}],"variable":[]}},"response":[],"_postman_id":"b956e500-24de-42e3-b770-7a9d7318a866"}],"id":"23c16d5e-db7e-4167-8e95-9af99713a6a8","description":"<p>The following endpoints let you manage Settings.</p>\n","_postman_id":"23c16d5e-db7e-4167-8e95-9af99713a6a8","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Supplemental Forms","item":[{"name":"Get All Supplemental Forms","id":"e349e4f2-96f8-4350-8712-f5e3571d3099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/supplementalforms?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","supplementalforms"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"e349e4f2-96f8-4350-8712-f5e3571d3099"},{"name":"Get One Supplemental Forms","id":"73398be7-abdc-47a1-9f7d-02944a859afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/supplementalforms/{{FORM_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","supplementalforms","{{FORM_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"73398be7-abdc-47a1-9f7d-02944a859afd"},{"name":"Create Supplemental Form","id":"47018fde-acb1-4937-b26e-83ba6a1aa35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Supp Form\",\n    \"description\": \"For Additional info\",\n    \"fields\": [\n        {\n            \"label\": \"Parent First Name\",\n            \"type\": \"text\",\n            \"help_text\": \"\",\n            \"validations\": [\n                {\n                    \"type\": \"required\"\n                }\n            ],\n            \"transformations\": [],\n            \"name\": \"first_name\",\n            \"slug\": \"custom-parent-first-name\",\n            \"index_weight\": 0\n        },\n        {\n            \"label\": \"Parent Last Name\",\n            \"type\": \"text\",\n            \"help_text\": \"\",\n            \"validations\": [\n                {\n                    \"type\": \"required\"\n                }\n            ],\n            \"transformations\": [],\n            \"name\": \"last_name\",\n            \"slug\": \"custom-parent-last-name\",\n            \"index_weight\": 1\n        },\n        {\n            \"label\": \"Parent Email\",\n            \"type\": \"text\",\n            \"help_text\": \"\",\n            \"validations\": [\n                {\n                    \"type\": \"required\"\n                },\n                {\n                    \"type\": \"email\"\n                }\n            ],\n            \"transformations\": [],\n            \"name\": \"email\",\n            \"slug\": \"custom-parent-email\",\n            \"index_weight\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/supplementalforms?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","supplementalforms"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"47018fde-acb1-4937-b26e-83ba6a1aa35f"},{"name":"Update Supplemental Form","id":"665d0e59-82a6-42c8-9cb9-4f96d2e15dcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"New Supp Form 1\",\n    \"description\": \"For Additional info\",\n    \"fields\": [\n        {\n            \"label\": \"Parent First Name\",\n            \"type\": \"text\",\n            \"help_text\": \"\",\n            \"validations\": [\n                {\n                    \"type\": \"required\"\n                }\n            ],\n            \"transformations\": [],\n            \"name\": \"first_name\",\n            \"slug\": \"custom-parent-first-name\",\n            \"index_weight\": 0\n        },\n        {\n            \"label\": \"Parent Last Name\",\n            \"type\": \"text\",\n            \"help_text\": \"\",\n            \"validations\": [\n                {\n                    \"type\": \"required\"\n                }\n            ],\n            \"transformations\": [],\n            \"name\": \"last_name\",\n            \"slug\": \"custom-parent-last-name\",\n            \"index_weight\": 1\n        },\n        {\n            \"label\": \"Parent Email\",\n            \"type\": \"text\",\n            \"help_text\": \"\",\n            \"validations\": [\n                {\n                    \"type\": \"required\"\n                },\n                {\n                    \"type\": \"email\"\n                }\n            ],\n            \"transformations\": [],\n            \"name\": \"recommender_email\",\n            \"slug\": \"custom-parent-email\",\n            \"index_weight\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/supplementalforms/{{FORM_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","supplementalforms","{{FORM_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"665d0e59-82a6-42c8-9cb9-4f96d2e15dcc"},{"name":"Delete Supplemental Form","id":"2471c3bc-3d76-4c65-8538-61c087e20266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/supplementalforms/{{FORM_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","supplementalforms","{{FORM_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"2471c3bc-3d76-4c65-8538-61c087e20266"}],"id":"53d145e5-b8d4-45fa-aa59-d5731a734972","_postman_id":"53d145e5-b8d4-45fa-aa59-d5731a734972","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Surveys","item":[{"name":"Create Survey","id":"a9c25952-55b0-448e-9fda-f830c578df96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"template\": \"all.surveys.tpl1\",\n    \"active\": true,\n    \"name\": \"Favorite Color\",\n    \"description\": \"We want to know the most liked color.\",\n    \"mode\": \"linear\",\n    \"tags\": [],\n    \"start_date\": \"2021-08-01T20:13:27.000+0000\",\n    \"end_date\": \"2021-08-11T20:13:27.000+0000\",\n    \"primary_font\": \"roboto\",\n    \"secondary_font\": \"sans\",\n    \"image\": {\n      \"file\": \"files.451\",\n      \"opacity\": 30,\n      \"background_color\": \"#F5F5F5\"\n    },\n    \"unavailable_msg\": \"This survey has ended sorry!\",\n    \"show_progress_bar\": true,\n    \"shuffle_questions\": true,\n    \"fields\": [\n      {\n            \"label\" : \"Your feelings?\", \n            \"type\" : \"text\", \n            \"validations\" : [], \n            \"name\" : \"feelings\" \n        }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/surveys?analytics={{analytics}}&feature={{feature}}","description":"<p>Create a new Survey with the given properties and fields.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"a9c25952-55b0-448e-9fda-f830c578df96"},{"name":"Update Survey","id":"c84955cb-ae1e-4fc5-933a-0f4ecc734b41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"active\": true,\n    \"name\": \"Favorite Color\",\n    \"description\": \"We want to know the most liked color.\",\n    \"mode\": \"linear\",\n    \"tags\": [\"tag1.guid\", \"tag2.guid\"],\n    \"start_date\": \"2021-08-01T20:13:27.000+0000\",\n    \"end_date\": \"2021-08-11T20:13:27.000+0000\",\n    \"primary_font\": \"roboto\",\n    \"secondary_font\": \"sans\",\n    \"image\": {\n      \"file\": \"files.451\",\n      \"opacity\": 30,\n      \"background_color\": \"#F5F5F5\"\n    },\n    \"unavailable_msg\": \"This survey has ended sorry!\",\n    \"show_progress_bar\": true,\n    \"shuffle_questions\": true,\n    \"fields\": [\n      {\n            \"label\" : \"Your feelings?\", \n            \"type\" : \"text\", \n            \"validations\" : [], \n            \"name\" : \"feelings\" \n        }\n    ]\n  }\n}"},"url":"https://{{client}}.{{api}}/v2/surveys/:survey_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Update an existing Survey by passing the new values.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys",":survey_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"survey_guid"}]}},"response":[],"_postman_id":"c84955cb-ae1e-4fc5-933a-0f4ecc734b41"},{"name":"Delete Survey","id":"f6abd037-25c6-4947-bc49-c7f75b70cfa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/surveys/{{SURVEY_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}&guids[]={{SURVEY_GUID_1}}","description":"<p>Delete an existing Survey and all the responses received for it.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys","{{SURVEY_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"guids[]","value":"{{SURVEY_GUID_1}}"}],"variable":[]}},"response":[],"_postman_id":"f6abd037-25c6-4947-bc49-c7f75b70cfa7"},{"name":"Get Survey List","id":"7a486248-8fb9-4c75-983b-36f221d1f0f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/surveys?analytics={{analytics}}&feature={{feature}}&limit=50&offset=0&sort=-created_at,name&q=&tags[]=","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Max number of records desired in resultset.</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"description":{"content":"<p>Page number starting from 0 for first page.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Sort preferences for the resulset.</p>\n","type":"text/plain"},"key":"sort","value":"-created_at,name"},{"key":"q","value":""},{"key":"tags[]","value":""}],"variable":[]}},"response":[{"id":"63615a33-90cd-41a3-a9f3-751d5d2a2e72","name":"Get Survey List","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{client}}.{{api}}/v2/surveys?analytics={{analytics}}&feature={{feature}}&limit=50&offset=0&sort=-created_at,name&q=&tags[]=","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","surveys"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"limit","value":"50","description":"Max number of records desired in resultset."},{"key":"offset","value":"0","description":"Page number starting from 0 for first page."},{"key":"sort","value":"-created_at,name","description":"Sort preferences for the resulset."},{"key":"q","value":""},{"key":"tags[]","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Oct 2025 01:00:36 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"guid\": \"training.survey.10544\",\n            \"active\": true,\n            \"name\": \"AI Sentiment\",\n            \"description\": \"sentiment analysis\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": \"2025-10-21T00:00:00+00:00\",\n            \"end_date\": \"2025-12-31T00:00:00+00:00\",\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#f34a00\"\n            },\n            \"total_responses\": 1,\n            \"created_by\": {\n                \"_id\": \"63fe006dcc4e61ba8d0d5a85\",\n                \"first_name\": \"Flavio\",\n                \"last_name\": \"Peplekaj\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2025-10-21T13:06:04+00:00\",\n            \"updated_at\": \"2025-10-21T13:07:04+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.2313\",\n            \"active\": true,\n            \"name\": \"Untitled Survey\",\n            \"description\": \"test test\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#fd5001\"\n            },\n            \"total_responses\": 1,\n            \"created_by\": {\n                \"_id\": \"65ef07b6991e64ceb50b0b83\",\n                \"first_name\": \"Matthew\",\n                \"last_name\": \"Victor\"\n            },\n            \"updated_by\": {\n                \"_id\": \"64ff479f6c0f84433aa4c0e2\",\n                \"first_name\": \"KJ\",\n                \"last_name\": \"Jackson\"\n            },\n            \"created_at\": \"2024-08-16T16:19:03+00:00\",\n            \"updated_at\": \"2025-10-15T14:48:45+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1901\",\n            \"active\": true,\n            \"name\": \"BoltAI Workshop Post-Assessment\",\n            \"description\": \"Engage Summit 2024\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": {\n                    \"guid\": \"training.files.11095167\",\n                    \"url\": \"https://451.imgix.net/training/public/files/0nESuarJ9Rylbv9Z34x6/Screenshot%202024-06-21%20at%209.45.30%E2%80%AFAM.png\",\n                    \"transformations\": {\n                        \"image_560x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/training/public/files/0nESuarJ9Rylbv9Z34x6/Screenshot%202024-06-21%20at%209.45.30%E2%80%AFAM.png.image_560x0_widen.png\"\n                        },\n                        \"image_300x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/training/public/files/0nESuarJ9Rylbv9Z34x6/Screenshot%202024-06-21%20at%209.45.30%E2%80%AFAM.png.image_300x0_widen.png\"\n                        },\n                        \"image_600x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/training/public/files/0nESuarJ9Rylbv9Z34x6/Screenshot%202024-06-21%20at%209.45.30%E2%80%AFAM.png.image_600x0_widen.png\"\n                        },\n                        \"image_1200x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/training/public/files/0nESuarJ9Rylbv9Z34x6/Screenshot%202024-06-21%20at%209.45.30%E2%80%AFAM.png.image_1200x0_widen.png\"\n                        }\n                    }\n                },\n                \"opacity\": \"57\",\n                \"background_color\": \"#fd5001\"\n            },\n            \"total_responses\": 20,\n            \"created_by\": null,\n            \"updated_by\": {\n                \"_id\": \"64b536ce064e82f37b08f4d4\",\n                \"first_name\": \"Michael\",\n                \"last_name\": \"Stephenson\"\n            },\n            \"created_at\": \"2024-06-21T17:57:55+00:00\",\n            \"updated_at\": \"2024-11-21T11:05:36+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1899\",\n            \"active\": true,\n            \"name\": \"BoltAI Workshop Pre-Assessment\",\n            \"description\": \"Engage Summit 2024\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": {\n                    \"guid\": \"training.files.11095167\",\n                    \"url\": \"https://451.imgix.net/training/public/files/0nESuarJ9Rylbv9Z34x6/Screenshot%202024-06-21%20at%209.45.30%E2%80%AFAM.png\",\n                    \"transformations\": {\n                        \"image_560x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/training/public/files/0nESuarJ9Rylbv9Z34x6/Screenshot%202024-06-21%20at%209.45.30%E2%80%AFAM.png.image_560x0_widen.png\"\n                        },\n                        \"image_300x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/training/public/files/0nESuarJ9Rylbv9Z34x6/Screenshot%202024-06-21%20at%209.45.30%E2%80%AFAM.png.image_300x0_widen.png\"\n                        },\n                        \"image_600x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/training/public/files/0nESuarJ9Rylbv9Z34x6/Screenshot%202024-06-21%20at%209.45.30%E2%80%AFAM.png.image_600x0_widen.png\"\n                        },\n                        \"image_1200x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/training/public/files/0nESuarJ9Rylbv9Z34x6/Screenshot%202024-06-21%20at%209.45.30%E2%80%AFAM.png.image_1200x0_widen.png\"\n                        }\n                    }\n                },\n                \"opacity\": \"57\",\n                \"background_color\": \"#fd5001\"\n            },\n            \"total_responses\": 45,\n            \"created_by\": {\n                \"_id\": \"64b536ce064e82f37b08f4d4\",\n                \"first_name\": \"Michael\",\n                \"last_name\": \"Stephenson\"\n            },\n            \"updated_by\": {\n                \"_id\": \"64b536ce064e82f37b08f4d4\",\n                \"first_name\": \"Michael\",\n                \"last_name\": \"Stephenson\"\n            },\n            \"created_at\": \"2024-06-21T17:31:06+00:00\",\n            \"updated_at\": \"2024-06-27T18:12:40+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1798\",\n            \"active\": true,\n            \"name\": \"Orientation Feedback Survey\",\n            \"description\": \"Please help us by providing feedback on your summer orientation.\",\n            \"mode\": \"linear\",\n            \"tags\": [\n                {\n                    \"name\": \"Orientation\",\n                    \"value\": \"training-orientation-tag\",\n                    \"guid\": \"training.taxonomy.4111236\"\n                }\n            ],\n            \"start_date\": \"2024-06-10T00:00:00+00:00\",\n            \"end_date\": \"2026-05-01T00:00:00+00:00\",\n            \"image\": {\n                \"file\": {\n                    \"guid\": \"training.files.10156032\",\n                    \"url\": \"https://451.imgix.net/training/public/files/hSPtSWIBYeJoL8yk65M1/photo-1622604647545-0cada2f34470.jpg\",\n                    \"transformations\": {\n                        \"image_560x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/training/public/files/hSPtSWIBYeJoL8yk65M1/photo-1622604647545-0cada2f34470.jpg.image_560x0_widen.jpg\"\n                        }\n                    }\n                },\n                \"opacity\": \"90\",\n                \"background_color\": \"#ffa881\"\n            },\n            \"total_responses\": 6,\n            \"created_by\": {\n                \"_id\": \"64b536ce064e82f37b08f4d4\",\n                \"first_name\": \"Michael\",\n                \"last_name\": \"Stephenson\"\n            },\n            \"updated_by\": {\n                \"_id\": \"5e6274632ca3f67d541f11f4\",\n                \"first_name\": \"Element451\",\n                \"last_name\": \"Support\"\n            },\n            \"created_at\": \"2024-06-10T15:23:45+00:00\",\n            \"updated_at\": \"2025-10-07T13:00:09+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1400\",\n            \"active\": true,\n            \"name\": \"Pre Orientation Survey\",\n            \"description\": \"Interest gathering to make your orientation the BEST experience\",\n            \"mode\": \"one_at_a_time\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": {\n                    \"guid\": \"training.files.8624154\",\n                    \"url\": \"https://451.imgix.net/training/public/files/qJDZrP4hsQ0E3BL6mTBM/photo-1541462608143-67571c6738dd.jpg\",\n                    \"transformations\": {\n                        \"image_560x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/training/public/files/qJDZrP4hsQ0E3BL6mTBM/photo-1541462608143-67571c6738dd.jpg.image_560x0_widen.jpg\"\n                        }\n                    }\n                },\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 5,\n            \"created_by\": {\n                \"_id\": \"6485db2b0331784bc80c7b02\",\n                \"first_name\": \"Tonje\",\n                \"last_name\": \"Guldvik\"\n            },\n            \"updated_by\": {\n                \"_id\": \"6485db2b0331784bc80c7b02\",\n                \"first_name\": \"Tonje\",\n                \"last_name\": \"Guldvik\"\n            },\n            \"created_at\": \"2024-02-20T14:22:49+00:00\",\n            \"updated_at\": \"2024-11-25T17:36:23+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1354\",\n            \"active\": true,\n            \"name\": \"Appt Survey\",\n            \"description\": \"Appointment Survey\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": \"2024-01-21T00:00:00+00:00\",\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 2,\n            \"created_by\": {\n                \"_id\": \"64b536ce064e82f37b08f4d4\",\n                \"first_name\": \"Michael\",\n                \"last_name\": \"Stephenson\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2024-01-22T19:46:59+00:00\",\n            \"updated_at\": \"2024-01-23T21:40:57+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1283\",\n            \"active\": true,\n            \"name\": \"Luka 11\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"5a13426d6404359c8ef493a2\",\n                \"first_name\": \"Developers\",\n                \"last_name\": \"All\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2023-11-23T10:35:46+00:00\",\n            \"updated_at\": \"2023-11-23T10:35:46+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1282\",\n            \"active\": true,\n            \"name\": \"Luka 10\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"5a13426d6404359c8ef493a2\",\n                \"first_name\": \"Developers\",\n                \"last_name\": \"All\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2023-11-23T10:35:42+00:00\",\n            \"updated_at\": \"2023-11-23T10:35:42+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1281\",\n            \"active\": true,\n            \"name\": \"Luka 9\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"5a13426d6404359c8ef493a2\",\n                \"first_name\": \"Developers\",\n                \"last_name\": \"All\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2023-11-23T10:35:39+00:00\",\n            \"updated_at\": \"2023-11-23T10:35:39+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1280\",\n            \"active\": true,\n            \"name\": \"Luka 8\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"5a13426d6404359c8ef493a2\",\n                \"first_name\": \"Developers\",\n                \"last_name\": \"All\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2023-11-23T10:35:34+00:00\",\n            \"updated_at\": \"2023-11-23T10:35:34+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1279\",\n            \"active\": true,\n            \"name\": \"Luka 7\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"5a13426d6404359c8ef493a2\",\n                \"first_name\": \"Developers\",\n                \"last_name\": \"All\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2023-11-23T10:35:30+00:00\",\n            \"updated_at\": \"2023-11-23T10:35:30+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1278\",\n            \"active\": true,\n            \"name\": \"Luka 6\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"5a13426d6404359c8ef493a2\",\n                \"first_name\": \"Developers\",\n                \"last_name\": \"All\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2023-11-23T10:35:24+00:00\",\n            \"updated_at\": \"2023-11-23T10:35:24+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1277\",\n            \"active\": true,\n            \"name\": \"Luka 5\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"5a13426d6404359c8ef493a2\",\n                \"first_name\": \"Developers\",\n                \"last_name\": \"All\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2023-11-23T10:35:20+00:00\",\n            \"updated_at\": \"2023-11-23T10:35:20+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1276\",\n            \"active\": true,\n            \"name\": \"Luka 4\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"5a13426d6404359c8ef493a2\",\n                \"first_name\": \"Developers\",\n                \"last_name\": \"All\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2023-11-23T10:35:03+00:00\",\n            \"updated_at\": \"2023-11-23T10:35:03+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1275\",\n            \"active\": true,\n            \"name\": \"Luka 3\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"5a13426d6404359c8ef493a2\",\n                \"first_name\": \"Developers\",\n                \"last_name\": \"All\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2023-11-23T10:34:59+00:00\",\n            \"updated_at\": \"2023-11-23T10:34:59+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1274\",\n            \"active\": true,\n            \"name\": \"Luka 2\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"5a13426d6404359c8ef493a2\",\n                \"first_name\": \"Developers\",\n                \"last_name\": \"All\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2023-11-23T10:34:54+00:00\",\n            \"updated_at\": \"2023-11-23T10:34:54+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1273\",\n            \"active\": true,\n            \"name\": \"Luka 1\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"5a13426d6404359c8ef493a2\",\n                \"first_name\": \"Developers\",\n                \"last_name\": \"All\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2023-11-23T10:34:48+00:00\",\n            \"updated_at\": \"2023-11-23T10:34:48+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1146\",\n            \"active\": true,\n            \"name\": \"Pep Survey\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 1,\n            \"created_by\": {\n                \"_id\": \"63627693b1c681215a01c682\",\n                \"first_name\": \"Pepper\",\n                \"last_name\": \"Croft\"\n            },\n            \"updated_by\": {\n                \"_id\": \"63627693b1c681215a01c682\",\n                \"first_name\": \"Pepper\",\n                \"last_name\": \"Croft\"\n            },\n            \"created_at\": \"2023-09-19T15:28:43+00:00\",\n            \"updated_at\": \"2023-12-07T18:29:55+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1137\",\n            \"active\": true,\n            \"name\": \"Untitled Survey\",\n            \"description\": \"\",\n            \"mode\": \"one_at_a_time\",\n            \"tags\": [],\n            \"start_date\": \"2023-09-13T00:00:00+00:00\",\n            \"end_date\": \"2023-09-30T00:00:00+00:00\",\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"5e6274632ca3f67d541f11f4\",\n                \"first_name\": \"Element451\",\n                \"last_name\": \"Support\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2023-09-13T15:35:43+00:00\",\n            \"updated_at\": \"2023-09-13T15:35:43+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.1053\",\n            \"active\": true,\n            \"name\": \"Chase Test\",\n            \"description\": \"Complete the survey before orientation\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": \"2023-06-19T00:00:00+00:00\",\n            \"end_date\": \"2036-10-07T00:00:00+00:00\",\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"6485db696260df08770bf372\",\n                \"first_name\": \"Chase\",\n                \"last_name\": \"Crocker\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2023-06-16T16:11:44+00:00\",\n            \"updated_at\": \"2023-06-16T16:11:44+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.994\",\n            \"active\": true,\n            \"name\": \"CHF Test Survey\",\n            \"description\": \"Quick survey about food\",\n            \"mode\": \"one_at_a_time\",\n            \"tags\": [],\n            \"start_date\": \"2023-05-17T00:00:00+00:00\",\n            \"end_date\": \"2023-12-31T00:00:00+00:00\",\n            \"image\": {\n                \"file\": {\n                    \"guid\": \"training.files.6315874\",\n                    \"url\": \"https://451.imgix.net/training/public/files/t6ggakrEbOppBYFdhUcs/visit%20photo.jpeg\",\n                    \"transformations\": {\n                        \"image_560x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/training/public/files/t6ggakrEbOppBYFdhUcs/visit%20photo.jpeg.image_560x0_widen.jpeg\"\n                        },\n                        \"image_300x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/training/public/files/t6ggakrEbOppBYFdhUcs/visit%20photo.jpeg.image_300x0_widen.jpeg\"\n                        }\n                    }\n                },\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 3,\n            \"created_by\": {\n                \"_id\": \"61e19ce0c57fc80745746e64\",\n                \"first_name\": \"Christina\",\n                \"last_name\": \"Hilpipre-Frischman\"\n            },\n            \"updated_by\": {\n                \"_id\": \"6234ebd8a8d2216bf845d119\",\n                \"first_name\": \"Sirley\",\n                \"last_name\": \"Carballo\"\n            },\n            \"created_at\": \"2023-05-17T14:22:51+00:00\",\n            \"updated_at\": \"2024-01-25T21:36:35+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.613\",\n            \"active\": true,\n            \"name\": \"Melinda Test\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"5e6274632ca3f67d541f11f4\",\n                \"first_name\": \"Element451\",\n                \"last_name\": \"Support\"\n            },\n            \"updated_by\": null,\n            \"created_at\": \"2022-06-13T18:34:03+00:00\",\n            \"updated_at\": \"2022-06-13T18:34:03+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.517\",\n            \"active\": true,\n            \"name\": \"Untitled Survey\",\n            \"description\": \"\",\n            \"mode\": \"one_at_a_time\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 1,\n            \"created_by\": {\n                \"_id\": \"5e6274632ca3f67d541f11f4\",\n                \"first_name\": \"Element451\",\n                \"last_name\": \"Support\"\n            },\n            \"updated_by\": {\n                \"_id\": \"5e6274632ca3f67d541f11f4\",\n                \"first_name\": \"Element451\",\n                \"last_name\": \"Support\"\n            },\n            \"created_at\": \"2022-03-04T20:57:31+00:00\",\n            \"updated_at\": \"2022-03-04T21:31:42+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.494\",\n            \"active\": true,\n            \"name\": \"Demo Ice Cream\",\n            \"description\": \"customer.support@element451.com\",\n            \"mode\": \"one_at_a_time\",\n            \"tags\": [],\n            \"start_date\": \"2022-09-06T00:00:00+00:00\",\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": {\n                \"_id\": \"620d4f7582d068426401eb36\",\n                \"first_name\": \"Jacob\",\n                \"last_name\": \"Patton\"\n            },\n            \"updated_by\": {\n                \"_id\": \"62e94241a96a3e685e44d92e\",\n                \"first_name\": \"Eric\",\n                \"last_name\": \"Range\"\n            },\n            \"created_at\": \"2022-02-22T21:09:55+00:00\",\n            \"updated_at\": \"2022-12-09T15:25:59+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.400\",\n            \"active\": true,\n            \"name\": \"Logan's Test Survey\",\n            \"description\": \"A survey test by Logan\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": null,\n            \"updated_by\": null,\n            \"created_at\": \"2021-10-28T13:56:25+00:00\",\n            \"updated_at\": \"2021-10-28T19:52:27+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.382\",\n            \"active\": true,\n            \"name\": \"FinAid Survey\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 1,\n            \"created_by\": null,\n            \"updated_by\": {\n                \"_id\": \"62e94241a96a3e685e44d92e\",\n                \"first_name\": \"Eric\",\n                \"last_name\": \"Range\"\n            },\n            \"created_at\": \"2021-08-30T17:50:42+00:00\",\n            \"updated_at\": \"2022-09-28T08:40:36+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.370\",\n            \"active\": true,\n            \"name\": \"Matt's Test Survey\",\n            \"description\": \"Matt's Test Survey\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": {\n                    \"guid\": \"training.files.10617123\",\n                    \"url\": \"https://451.imgix.net/training/public/files/S3k6nBje8C5gYn7xYUxI/fire%20uni%20brunch.jpg\",\n                    \"transformations\": {\n                        \"image_560x0_widen\": {\n                            \"url\": \"https://element451-images.s3.amazonaws.com/training/public/files/S3k6nBje8C5gYn7xYUxI/fire%20uni%20brunch.jpg.image_560x0_widen.jpg\"\n                        }\n                    }\n                },\n                \"opacity\": \"100\",\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 6,\n            \"created_by\": {\n                \"_id\": \"6100205015c0ae4d6111b845\",\n                \"first_name\": \"Matt\",\n                \"last_name\": \"Shiflett\"\n            },\n            \"updated_by\": {\n                \"_id\": \"62e94241a96a3e685e44d92e\",\n                \"first_name\": \"Eric\",\n                \"last_name\": \"Range\"\n            },\n            \"created_at\": \"2021-08-16T13:04:23+00:00\",\n            \"updated_at\": \"2024-05-14T19:24:35+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.357\",\n            \"active\": true,\n            \"name\": \"Event follow up survey\",\n            \"description\": \"How much fun did you have during the event?\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": \"2021-08-02T00:00:00+00:00\",\n            \"end_date\": \"2021-09-30T00:00:00+00:00\",\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 0,\n            \"created_by\": null,\n            \"updated_by\": {\n                \"_id\": \"632dc9f11578fae6f0045e99\",\n                \"first_name\": \"Drazen\",\n                \"last_name\": \"Radanovic\"\n            },\n            \"created_at\": \"2021-08-02T14:54:01+00:00\",\n            \"updated_at\": \"2022-11-16T16:58:26+00:00\"\n        },\n        {\n            \"guid\": \"training.survey.350\",\n            \"active\": true,\n            \"name\": \"Help Article Survey\",\n            \"description\": \"\",\n            \"mode\": \"linear\",\n            \"tags\": [],\n            \"start_date\": null,\n            \"end_date\": null,\n            \"image\": {\n                \"file\": null,\n                \"opacity\": 50,\n                \"background_color\": \"#FF5E1B\"\n            },\n            \"total_responses\": 2,\n            \"created_by\": {\n                \"_id\": \"5e6274632ca3f67d541f11f4\",\n                \"first_name\": \"Element451\",\n                \"last_name\": \"Support\"\n            },\n            \"updated_by\": {\n                \"_id\": \"5e6274632ca3f67d541f11f4\",\n                \"first_name\": \"Element451\",\n                \"last_name\": \"Support\"\n            },\n            \"created_at\": \"2021-07-13T14:14:21+00:00\",\n            \"updated_at\": \"2022-10-04T16:39:55+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"available_total\": 30,\n        \"filtered_total\": 30\n    }\n}"}],"_postman_id":"7a486248-8fb9-4c75-983b-36f221d1f0f6"},{"name":"Get Survey (admin)","id":"c9dbbd1a-486a-468d-95a1-bc803fd994a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/surveys/:survey_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Survey for admin will have more info about survey (like number of responses)</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys",":survey_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"survey_guid"}]}},"response":[],"_postman_id":"c9dbbd1a-486a-468d-95a1-bc803fd994a7"},{"name":"Get Survey (public)","id":"37ef9fde-14c6-4998-a362-185066e4f214","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/surveys/public/:survey_guid?analytics={{analytics}}&feature={{feature}}","urlObject":{"protocol":"https","path":["v2","surveys","public",":survey_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"survey_guid"}]}},"response":[],"_postman_id":"37ef9fde-14c6-4998-a362-185066e4f214"},{"name":"Save Response","id":"4e258780-6682-426e-b28e-8565436677f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"fields\": [\n            {\n                \"name\": \"email\",\n                \"value\": \"oaloria+survey2@element451.com\"\n            },\n            {\n                \"name\": \"really_\",\n                \"value\": \"test2\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/surveys/public/:survey_guid/responses?analytics={{analytics}}&feature={{feature}}&source={{source_name}}","description":"<p>Saves a response from people for a specific Survey.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys","public",":survey_guid","responses"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"source","value":"{{source_name}}"}],"variable":[{"type":"any","value":"","key":"survey_guid"}]}},"response":[],"_postman_id":"4e258780-6682-426e-b28e-8565436677f2"},{"name":"Response Search","id":"753e42a4-5148-4066-9cb0-c92a5e8f785e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"xusers\": [\n            {\n                \"name\": \"gender\",\n                \"value\": \"female\"\n            }\n        ],\n        \"xsurvey\": [\n            {\n                \"name\": \"like_dogs\",\n                \"value\": true\n            },\n            {\n                \"name\": \"like_ants\",\n                \"value\": false\n            }\n        ]\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/surveys/:survey_guid/responses/search?analytics={{analytics}}&feature={{feature}}&limit=50&offset=0&sort=-created_at,name","description":"<p>Performs a search over the Users that saved a response to the given survey.\nYou can apply filters to the user and also to the survey field responses themselves.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys",":survey_guid","responses","search"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"limit","value":"50"},{"key":"offset","value":"0"},{"key":"sort","value":"-created_at,name"}],"variable":[{"type":"any","value":"","key":"survey_guid"}]}},"response":[],"_postman_id":"753e42a4-5148-4066-9cb0-c92a5e8f785e"},{"name":"Single User Response","id":"e07cd54e-ad08-4da3-a08c-a5b677c0aa28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/surveys/:survey_guid/responses/:user_guid?feature={{feature}}&analytics={{analytics}}","description":"<p>Returns the response of the given user by id to the given survey by guid.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys",":survey_guid","responses",":user_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[{"type":"any","value":"","key":"survey_guid"},{"type":"any","value":"","key":"user_guid"}]}},"response":[],"_postman_id":"e07cd54e-ad08-4da3-a08c-a5b677c0aa28"},{"name":"Survey Export","id":"7b632320-acd3-41fa-b9f6-f5caf4cb17c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"users\": [\n            {\n                \"name\": \"gender\",\n                \"value\": \"female\"\n            }\n        ],\n        \"survey\": [\n            {\n                \"name\": \"question_one\",\n                \"value\": \"answer\"\n            },\n            {\n                \"name\": \"question_two\",\n                \"value\": \"answer2\"\n            }\n        ]\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/surveys/:survey_guid/export?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new export file including all Survey responses relevant information.\nThe export file is delivered by email to the requesting user, but also an Event is broadcasted for external Apps.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys",":survey_guid","export"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"survey_guid"}]}},"response":[],"_postman_id":"7b632320-acd3-41fa-b9f6-f5caf4cb17c1"},{"name":"Get Survey Report","id":"e7e095c2-69ae-4b89-8b9b-960063a9bdc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"users\": [\n            {\n                \"name\": \"gender\",\n                \"value\": \"female\"\n            }\n        ],\n        \"survey\": [\n            {\n                \"name\": \"like_dogs\",\n                \"value\": true\n            },\n            {\n                \"name\": \"like_ants\",\n                \"value\": false\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/surveys/:survey_guid/stats/:report_slug?analytics={{analytics}}&feature={{feature}}","description":"<p>Returns different survey reports given by their slug.\nThe available reports are:</p>\n<ul>\n<li>Field answers: \"field_answers\"</li>\n<li>Responses over time: \"responses_over_time\"</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys",":survey_guid","stats",":report_slug"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"survey_guid"},{"type":"any","value":"","key":"report_slug"}]}},"response":[],"_postman_id":"e7e095c2-69ae-4b89-8b9b-960063a9bdc0"},{"name":"Create Tag","id":"416ff4e4-fec1-4be1-9925-fafd096025fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"My Tag\",\n        \"icon\": \"control-play\",\n        \"color\": \"#808080\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/surveys/tags?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Tag for organizing surveys.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys","tags"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"416ff4e4-fec1-4be1-9925-fafd096025fa"},{"name":"Update Tag","id":"63e5952c-3c30-452f-91ad-4b23b460a462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"My Tag Updated\",\n        \"icon\": \"control-play\",\n        \"color\": \"#808080\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/surveys/tags/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Surveys tag.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys","tags",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"63e5952c-3c30-452f-91ad-4b23b460a462"},{"name":"Delete Tag","id":"1997ebc5-baf2-443a-b302-4bd99b007d6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/surveys/tags/:folder_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Deletes an existing Survey tag.\nIt doesn't delete the items with the tag.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys","tags",":folder_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"folder_guid"}]}},"response":[],"_postman_id":"1997ebc5-baf2-443a-b302-4bd99b007d6d"},{"name":"Get All Tags","id":"39425166-ac91-4f6c-9e26-3d96b34d9f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/surveys/tags?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Lists all tags created for organizing Surveys.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys","tags"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"39425166-ac91-4f6c-9e26-3d96b34d9f2e"},{"name":"Get Template List","id":"4b85b205-4c17-452a-8559-f9daecd4d596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/surveys/templates?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Get all the system templates available for the client.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys","templates"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"4b85b205-4c17-452a-8559-f9daecd4d596"},{"name":"Get Template","id":"e64af515-2cc3-4044-80a8-f3ad0b5c8e8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/surveys/templates/{{TEMPLATE_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Get a single survey template available for the client.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys","templates","{{TEMPLATE_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"e64af515-2cc3-4044-80a8-f3ad0b5c8e8e"},{"name":"Get Invitation Details","id":"d20677ea-ea31-44c9-b9ec-96d99a096563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{client}}.{{api}}/v2/surveys/invitations/chcNfdWCiT5URp8HKS3hxaThEz2FLMmOFzIyX1XX?token={{token}}&analytics={{analytics}}&feature={{feature}}&source={{source_name}}","description":"<p>Gets the user information related to a survey invitation by the invitation key received.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","surveys","invitations","chcNfdWCiT5URp8HKS3hxaThEz2FLMmOFzIyX1XX"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"key":"source","value":"{{source_name}}"}],"variable":[]}},"response":[],"_postman_id":"d20677ea-ea31-44c9-b9ec-96d99a096563"},{"name":"Get Surveys Api Keys","id":"0de0009a-f0dd-42ca-a8d4-58cf8665a03a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{auth_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/surveys/public/settings?token={{token}}&analytics={{analytics}}&feature={{feature}}&limit=50&offset=0","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","surveys","public","settings"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Max number of records desired in resultset.</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"description":{"content":"<p>Page number starting from 0 for first page.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"0de0009a-f0dd-42ca-a8d4-58cf8665a03a"}],"id":"6743f314-b725-497c-a8de-395830543bc7","description":"<p>The following endpoints let you manage Surveys.</p>\n","_postman_id":"6743f314-b725-497c-a8de-395830543bc7","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"System","item":[{"name":"Visibility Groups","item":[{"name":"Get Single Visibility Group","id":"fd7b7235-195d-42af-8817-2c90856bcc73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/system/visibility-groups/{{VIS_GROUP_GUID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>VisibilityGroups.groups.getOne</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","system","visibility-groups","{{VIS_GROUP_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"fd7b7235-195d-42af-8817-2c90856bcc73"}],"id":"9c06671b-a6f9-4310-ba25-345c54066370","_postman_id":"9c06671b-a6f9-4310-ba25-345c54066370","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"789a9fa8-4f2a-4873-9d02-00b7f6efb241","_postman_id":"789a9fa8-4f2a-4873-9d02-00b7f6efb241","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Tasks","item":[{"name":"Create Task","id":"3cf61b0f-202a-44bc-b580-8d9944dfe044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"type_guid","value":"{{task_type_guid}}","type":"text","description":"<p>required</p>\n"},{"key":"name","value":"API test","type":"text","description":"<p>required</p>\n"},{"key":"description","value":"testing task creation via the Element451 API","type":"text","description":"<p>optional</p>\n"},{"key":"due_datetime","value":"2025-03-23T15:30:00+00:00","type":"text","description":"<p>required if due_datetime_type is \"exact\"</p>\n"},{"key":"assigned_to[]","value":"{{assigned_to_user_id}}","type":"text","description":"<p>required. can be all teams or all internal users, not a mix.</p>\n"},{"key":"related_to","value":"{{related_to_person_id}}","type":"text","description":"<p>optional. The person that the task is related to.</p>\n"},{"key":"status_guid","value":"{{task_status_guid}}","type":"text","description":"<p>required</p>\n"},{"key":"priority_guid","value":"{{task_priority_guid}}","type":"text","description":"<p>required</p>\n"},{"key":"parent_task_guid","value":"{{task_template_guid}}","description":"<p>optional. use if you are creating a subtask!</p>\n","type":"text","disabled":true},{"key":"subscribers[]","value":"{{subscriber_user_id}}","description":"<p>optional. add one or more subscribers to follow the task.</p>\n","type":"text"},{"key":"related_user_can_see_task","value":"false","description":"<p>optional. false by default. will allow related_to user to see the task in StudentHub.</p>\n","type":"text","disabled":true},{"key":"assignee_can_complete","value":"false","description":"<p>optional. false by default. will allow related_to user to also be assigned the task and complete it. Enables Contact Tasks.</p>\n","type":"text","disabled":true}]},"url":"https://{{client}}.{{api}}/v2/people/tasks?analytics={{analytics}}&feature={{feature}}","description":"<p>Create a Task. Must provide required task parameters in the request body. Will return task data, including created task's GUID.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"3b8b08f4-a261-4065-8a1f-c2bada94387d","name":"Create Task","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"type_guid","value":"{{task_type_guid}}","type":"text","description":"required"},{"key":"name","value":"API test","type":"text","description":"required"},{"key":"description","value":"testing task creation via the Element451 API","type":"text","description":"optional"},{"key":"due_datetime","value":"2025-03-23T15:30:00+00:00","type":"text","description":"required if due_datetime_type is \"exact\""},{"key":"assigned_to[]","value":"{{assigned_to_user_id}}","type":"text","description":"can be all teams or all internal users, not a mix."},{"key":"related_to","value":"{{assigned_to_person_id","type":"text","description":"optional"},{"key":"status_guid","value":"{{task_status_guid}}","type":"text","description":"required"},{"key":"priority_guid","value":"{{task_priority_guid}}","type":"text","description":"required"},{"key":"parent_task_guid","value":"{{task_template_guid}}","description":"use if you are creating a subtask!","type":"text"}]},"url":{"raw":"https://{{client}}.{{api}}/v2/people/tasks?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","people","tasks"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Mar 2025 16:17:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"API test\",\n        \"category\": \"internal\",\n        \"assignee_can_complete\": true,\n        \"related_user_can_see_task\": false,\n        \"related_to\": \"63ed61ee93377078663\",\n        \"assigned_to\": [\n            \"650205ea93d73d2129\"\n        ],\n        \"notes\": [],\n        \"description\": \"Testing task creation via the Element451 API\",\n        \"subscribers\": [],\n        \"queue_references\": [],\n        \"guid\": \"instance.todos.5423444\",\n        \"parent_task_guid\": null,\n        \"type_guid\": \"instance.taxonomy.29571\",\n        \"status_guid\": \"instance.taxonomy.24647\",\n        \"priority_guid\": \"instance.taxonom2433793\",\n        \"created_by\": \"62a0e8d5cebd555dc9\",\n        \"status\": \"todo\",\n        \"done_at\": null,\n        \"assigned_at\": \"2025-03-13T16:17:38+00:00\",\n        \"due_datetime\": \"2025-03-23T15:30:00+00:00\",\n        \"created_at\": \"2025-03-13T16:17:38+00:00\",\n        \"updated_at\": \"2025-03-13T16:17:38+00:00\"\n    }\n}"}],"_postman_id":"3cf61b0f-202a-44bc-b580-8d9944dfe044"},{"name":"Create Task with Subtasks","id":"4d6e82fa-b24e-4b76-8d2a-500820cf1622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"type_guid","value":"{{TASK_TYPE_GUID}}","type":"text","description":"<p>required</p>\n"},{"key":"name","value":"Call Miriam","type":"text","description":"<p>required</p>\n"},{"key":"description","value":"Morning hours preferred","type":"text"},{"key":"due_datetime","value":"2020-07-23T15:30:00+00:00","type":"text","description":"<p>required if due_datetime_type is \"exact\"</p>\n"},{"key":"assigned_to[]","value":"{{INTERNAL_USER_ID_OR_TEAM_ID}}","type":"text","description":"<p>can be all teams or all internal users</p>\n"},{"key":"related_to","value":"{{EXTERNAL_USER_ID}}","type":"text"},{"key":"status_guid","value":"{{TASK_STATUS_GUID}}","type":"text","description":"<p>required</p>\n"},{"key":"priority_guid","value":"{{TASK_PRIORITY_GUID}}","type":"text","description":"<p>required</p>\n"},{"key":"subtasks[]","value":"","description":"<p>use to create parent task and subtasks at the same time</p>\n","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/people/tasks/subtasks?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","subtasks"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"4d6e82fa-b24e-4b76-8d2a-500820cf1622"},{"name":"Update Task","id":"522e7f44-b171-4c68-a17e-91d4ba5a2671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"status_guid\":\"{{TASK_STATUS_GUID}}\"}"},"url":"https://{{client}}.{{api}}/v2/people/tasks/:task_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Todos.Todo.markUndone</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks",":task_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"task_guid"}]}},"response":[],"_postman_id":"522e7f44-b171-4c68-a17e-91d4ba5a2671"},{"name":"Delete Task","id":"513d7dd8-c186-4f02-af42-a73fac119024","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/people/tasks/:task_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks",":task_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"task_guid"}]}},"response":[],"_postman_id":"513d7dd8-c186-4f02-af42-a73fac119024"},{"name":"Manage Tasks in Bulk","id":"5fdebb0e-effc-467f-bc38-7e147017c30b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"guids[]","value":"{{TASK_TEMPLATE_GUID}}","description":"<p>if bulk action = \"delete\"</p>\n","type":"text","disabled":true},{"key":"assign_to[]","value":"{{INTERNAL_USER_ID_OR_TEAM_ID}}","description":"<p>if bulk action = \"assign_to\"</p>\n","type":"text","disabled":true},{"key":"status_guid","value":"{{TASK_STATUS_GUID}}","description":"<p>if bulk action = \"change_status\"</p>\n","type":"text","disabled":true},{"key":"type_guid","value":"{{TASK_TYPE_GUID}}","description":"<p>if bulk action = \"change_type\"</p>\n","type":"text","disabled":true},{"key":"priority_guid","value":"{{TASK_PRIORITY_GUID}}","description":"<p>if bulk action = \"change_priority\"</p>\n","type":"text","disabled":true}]},"url":"https://{{client}}.{{api}}/v2/people/tasks/bulk/:bulk_action?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","bulk",":bulk_action"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"bulk_action"}]}},"response":[],"_postman_id":"5fdebb0e-effc-467f-bc38-7e147017c30b"},{"name":"Create Task Template","id":"924888ef-5636-4881-97c9-03347d7e9a47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"type_guid","value":"{{TASK_TYPE_GUID}}","type":"text","description":"<p>required</p>\n"},{"key":"name","value":"Call Miriam","type":"text","description":"<p>required</p>\n"},{"key":"description","value":"Morning hours preferred","type":"text"},{"key":"due_datetime_type","value":"exact","description":"<p>required, \"exact\" or \"relative\"</p>\n","type":"text"},{"key":"due_datetime","value":"2020-07-23T15:30:00+00:00","type":"text","description":"<p>required if due_datetime_type is \"exact\"</p>\n"},{"key":"due_days","value":"2","description":"<p>int, required if due_datetime_type is \"relative\"</p>\n","type":"text"},{"key":"assigned_to[]","value":"{{INTERNAL_USER_ID_OR_TEAM_ID}}","type":"text","description":"<p>can be all teams or all internal users</p>\n"},{"key":"status_guid","value":"{{TASK_STATUS_GUID}}","type":"text","description":"<p>required</p>\n"},{"key":"priority_guid","value":"{{TASK_PRIORITY_GUID}}","type":"text","description":"<p>required</p>\n"},{"key":"parent_task_guid","value":"{{TASK_TEMPLATE_GUID}}","description":"<p>optional</p>\n","type":"text"},{"key":"subtasks[]","value":"","description":"<p>optional, not allowed with parent_task_guid</p>\n","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/people/tasks/templates?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","templates"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"924888ef-5636-4881-97c9-03347d7e9a47"},{"name":"Update Task Template","id":"61bd35ef-a76d-493c-bf1c-7b414161fd72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type_guid","value":"{{TASK_TYPE_GUID}}","type":"text"},{"key":"name","value":"Call Miriam","type":"text"},{"key":"description","value":"Morning hours preferred","type":"text"},{"key":"due_datetime_type","value":"exact","type":"text"},{"key":"due_datetime","value":"2020-07-23T15:30:00+00:00","type":"text"},{"key":"due_days","value":"2","type":"text"},{"key":"assigned_to[]","value":"{{INTERNAL_USER_ID_OR_TEAM_ID}}","type":"text"},{"key":"status_guid","value":"{{TASK_STATUS_GUID}}","type":"text"},{"key":"priority_guid","value":"{{TASK_PRIORITY_GUID}}","type":"text"},{"key":"parent_task_guid","value":"{{TASK_TEMPLATE_GUID}}","type":"text"},{"key":"subtasks[]","value":"","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/people/tasks/templates/:task_template_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","templates",":task_template_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"task_template_guid"}]}},"response":[],"_postman_id":"61bd35ef-a76d-493c-bf1c-7b414161fd72"},{"name":"Delete Task Template","id":"d8fabd9d-404e-438d-abc8-e22f17950afa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/people/tasks/templates/:task_template_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","templates",":task_template_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"task_template_guid"}]}},"response":[],"_postman_id":"d8fabd9d-404e-438d-abc8-e22f17950afa"},{"name":"Get Task Template(s)","id":"b89d4709-1248-4d10-999e-5ab69ef9db79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/people/tasks/templates/?analytics={{analytics}}&feature={{feature}}","description":"<p>Get one or all Task Templates. Templates allow tasks to be created consistently. Configuration includes title, description, assignee, due date.</p>\n<p>{{task_template_guid}} is the unique identifier for a Task Template. All GUIDs can be found by requesting the endpoint with no GUID declared in the path.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","templates",""],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"46cd063d-a551-48d0-bd30-d715f3b3cbdd","name":"Get All Task Templates","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{client}}.{{api}}/v2/people/tasks/templates?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","people","tasks","templates"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional"},{"key":"feature","value":"{{feature}}","description":"Required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Mar 2025 15:57:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Followup Call\",\n            \"description\": \"Call the student after they have attended an event.\",\n            \"assigned_to\": [\n                \"6500f815334cc70f99ed\"\n            ],\n            \"subscribers\": [],\n            \"guid\": \"instance.todos_template.3\",\n            \"parent_task_guid\": \"instance.todos_template.2\",\n            \"type_guid\": \"instance.taxonomy.1849236\",\n            \"status_guid\": \"instance.taxonomy.2433647\",\n            \"priority_guid\": \"instance.taxonomy.2433842\",\n            \"category\": \"internal\",\n            \"assignee_can_complete\": true,\n            \"related_user_can_see_task\": false,\n            \"created_by\": \"62e946a3e685e44d92e\",\n            \"due_datetime_type\": \"relative\",\n            \"due_datetime\": null,\n            \"due_days\": 5,\n            \"created_at\": \"2024-01-18T18:58:42+00:00\",\n            \"updated_at\": \"2024-01-18T18:58:42+00:00\"\n        },\n        {\n            \"name\": \"Confirm territory\",\n            \"description\": \"Review the prospect's territory and ensure they are properly assigned\",\n            \"assigned_to\": [\n                \"63e12a3058b8c7718d\"\n            ],\n            \"subscribers\": [],\n            \"guid\": \"instance.todos_template.4\",\n            \"parent_task_guid\": null,\n            \"type_guid\": \"instance.taxonomy.1849237\",\n            \"status_guid\": \"instance.taxonomy.2433647\",\n            \"priority_guid\": \"instance.taxonomy.2433793\",\n            \"category\": \"internal\",\n            \"assignee_can_complete\": true,\n            \"related_user_can_see_task\": false,\n            \"created_by\": \"63e58b8c7718d052915\",\n            \"due_datetime_type\": \"exact\",\n            \"due_datetime\": \"2024-04-01T05:00:00+00:00\",\n            \"due_days\": null,\n            \"created_at\": \"2024-01-18T19:32:59+00:00\",\n            \"updated_at\": \"2024-01-18T19:33:10+00:00\"\n        },\n        {\n            \"name\": \"Pack fair items\",\n            \"description\": \"Ensure all college fair promotional materials are packed, including ()Standup Banner, ()Flyers, ()Table Runner, ()QR Code, ()iPad\",\n            \"assigned_to\": [\n                \"63e12a3058718d052915\"\n            ],\n            \"subscribers\": [],\n            \"guid\": \"instance.todos_template.5\",\n            \"parent_task_guid\": \"instance.todos_template.4\",\n            \"type_guid\": \"instance.taxonomy.1849237\",\n            \"status_guid\": \"instance.taxonomy.2433647\",\n            \"priority_guid\": \"instance.taxonomy.2433881\",\n            \"category\": \"internal\",\n            \"assignee_can_complete\": true,\n            \"related_user_can_see_task\": false,\n            \"created_by\": \"63e12a305818d052915\",\n            \"due_datetime_type\": \"relative\",\n            \"due_datetime\": null,\n            \"due_days\": 15,\n            \"created_at\": \"2024-01-18T19:45:14+00:00\",\n            \"updated_at\": \"2024-01-18T19:45:14+00:00\"\n        }\n    ]\n}"},{"id":"866ddd35-e566-4e12-91bf-dbcfb187ca9a","name":"Get One Task Template","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{client}}.{{api}}/v2/people/tasks/templates/{{task_template_guid}}?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","people","tasks","templates","{{task_template_guid}}"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional"},{"key":"feature","value":"{{feature}}","description":"Required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Mar 2025 16:01:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Followup Call\",\n        \"description\": \"Call the student after they have attended an event.\",\n        \"assigned_to\": [\n            \"6500f815334cc70f99ed\"\n        ],\n        \"subscribers\": [],\n        \"guid\": \"instance.todos_template.3\",\n        \"parent_task_guid\": \"instance.todos_template.2\",\n        \"type_guid\": \"instance.taxonomy.1849236\",\n        \"status_guid\": \"instance.taxonomy.2433647\",\n        \"priority_guid\": \"instance.taxonomy.2433842\",\n        \"category\": \"internal\",\n        \"assignee_can_complete\": true,\n        \"related_user_can_see_task\": false,\n        \"created_by\": \"62e946a3e685e44d92e\",\n        \"due_datetime_type\": \"relative\",\n        \"due_datetime\": null,\n        \"due_days\": 5,\n        \"created_at\": \"2024-01-18T18:58:42+00:00\",\n        \"updated_at\": \"2024-01-18T18:58:42+00:00\"\n    }\n}"}],"_postman_id":"b89d4709-1248-4d10-999e-5ab69ef9db79"},{"name":"Clone Task Template","id":"10244900-9c58-440f-b21b-c3ecf2a61e9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/people/tasks/templates/:task_template_guid/clone?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","templates",":task_template_guid","clone"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"task_template_guid"}]}},"response":[],"_postman_id":"10244900-9c58-440f-b21b-c3ecf2a61e9b"},{"name":"Manage Task Templates in Bulk","id":"e055099d-f505-46e4-83b6-547ec078d646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"guids[]","value":"{{TASK_TEMPLATE_GUID}}","description":"<p>if bulk action = \"delete\"</p>\n","type":"text","disabled":true},{"key":"assign_to[]","value":"{{INTERNAL_USER_ID_OR_TEAM_ID}}","description":"<p>if bulk action = \"assign_to\"</p>\n","type":"text","disabled":true},{"key":"status_guid","value":"{{TASK_STATUS_GUID}}","description":"<p>if bulk action = \"change_status\"</p>\n","type":"text","disabled":true},{"key":"type_guid","value":"{{TASK_TYPE_GUID}}","description":"<p>if bulk action = \"change_type\"</p>\n","type":"text","disabled":true},{"key":"priority_guid","value":"{{TASK_PRIORITY_GUID}}","description":"<p>if bulk action = \"change_priority\"</p>\n","type":"text","disabled":true}]},"url":"https://{{client}}.{{api}}/v2/people/tasks/templates/bulk/:bulk_action?analytics={{analytics}}&feature={{feature}}","description":"<p>possible bulk actions</p>\n<p><code>delete</code>, <code>assign_to</code>, <code>change_status</code>, <code>change_type</code>, <code>change_priority</code></p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","templates","bulk",":bulk_action"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"bulk_action"}]}},"response":[],"_postman_id":"e055099d-f505-46e4-83b6-547ec078d646"},{"name":"Get Statuses","id":"83a56d80-dd31-4481-b96d-77d272644bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/statuses?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","statuses"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"83a56d80-dd31-4481-b96d-77d272644bb5"},{"name":"Get External Statuses","id":"8365a65e-1c33-4845-9851-58439786a532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/external_statuses?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","external_statuses"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"8365a65e-1c33-4845-9851-58439786a532"},{"name":"Get Priorities","id":"7a54033b-b944-4b11-8b19-ed2525ef40dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/priorities?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","priorities"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"7a54033b-b944-4b11-8b19-ed2525ef40dc"},{"name":"Get External Priorities","id":"1b2346fd-c500-4892-a380-97cf2a0cf057","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/external_priorities?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","external_priorities"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"1b2346fd-c500-4892-a380-97cf2a0cf057"},{"name":"Get Task Types","id":"87da41a4-576f-4b85-80d3-de4a3a912c5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/people/activity-types?with_deleted=1&analytics={{analytics}}&feature={{feature}}","description":"<p>Returns the list of available Task Types.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","activity-types"],"host":["{{client}}","{{api}}"],"query":[{"key":"with_deleted","value":"1"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"87da41a4-576f-4b85-80d3-de4a3a912c5d"},{"name":"Get External Types","id":"4ffe3a39-2227-4d95-bcbf-3f4f985ad7d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/external_types?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","external_types"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"4ffe3a39-2227-4d95-bcbf-3f4f985ad7d8"},{"name":"Create External Type","id":"bd303260-0029-485e-a1d0-e04f5cc58fef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Type\",\n    \"icon\": \"world_icon\",\n    \"enabled\": true,\n    \"color\": \"red\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/external_types?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","external_types"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"bd303260-0029-485e-a1d0-e04f5cc58fef"},{"name":"Update External Type","id":"36bc79fe-0ad2-4a31-b822-871e99ebc06c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Title\",\n    \"icon\": \"world_icon\",\n    \"enabled\": true,\n    \"color\": \"blue\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/external_types/:task_type_guid?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","external_types",":task_type_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[{"type":"any","value":"","key":"task_type_guid"}]}},"response":[],"_postman_id":"36bc79fe-0ad2-4a31-b822-871e99ebc06c"},{"name":"Delete External Type","id":"6328d5b5-e148-4ffd-9b87-e6fb4601a72f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/external_types/:task_type_guid?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","external_types",":task_type_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[{"type":"any","value":"","key":"task_type_guid"}]}},"response":[],"_postman_id":"6328d5b5-e148-4ffd-9b87-e6fb4601a72f"}],"id":"90e38617-2026-486e-b076-c73f6bf06953","description":"<p>The following endpoints let you the Task Types and Task items.</p>\n","event":[{"listen":"prerequest","script":{"id":"c7d603a8-485a-402c-94f1-52209f8e57f3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5b116d2a-0d5d-4ba4-8c77-9ca478ecde1b","type":"text/javascript","exec":[""]}}],"_postman_id":"90e38617-2026-486e-b076-c73f6bf06953","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Taxonomies","item":[{"name":"Get All Territories","id":"cd8afd86-bebb-4005-9a4a-5cf50c64e0b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/territories?feature={{feature}}&offset=0&limit=50","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","territories"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"offset","value":"0"},{"key":"limit","value":"50"}],"variable":[]}},"response":[],"_postman_id":"cd8afd86-bebb-4005-9a4a-5cf50c64e0b9"},{"name":"Get One Territory","id":"34f3e3c3-c54f-4942-9c57-84e2b585232c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/territories/:territory_guid?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","territories",":territory_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[{"type":"any","value":"","key":"territory_guid"}]}},"response":[],"_postman_id":"34f3e3c3-c54f-4942-9c57-84e2b585232c"},{"name":"Create Territory (with segment)","id":"20260e87-852c-4365-9621-b2fae7dfa476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Kentucky Undergraduate\",\n        \"value\": \"kentucky_undergraduate\",\n        \"properties\": {\n            \"segment\": {\n                \"users\": {\n                    \"filters\": {\n                        \"operator\": \"$and\",\n                        \"conditions\": [\n                            {\n                                \"type\": \"filter\",\n                                \"target\": \"<mapping:user-education-student-type>\",\n                                \"value\": \"F\",\n                                \"operator\": \"$eq\"\n                            },\n                            {\n                                \"type\": \"filter\",\n                                \"target\": \"<mapping:user-addresses-state>\",\n                                \"value\": \"KY\",\n                                \"operator\": \"$eq\"\n                            }\n                        ]\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/territories?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","territories"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"20260e87-852c-4365-9621-b2fae7dfa476"},{"name":"Update Territory","id":"5f15d845-77ff-42d1-91ac-bec88556d8b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Raleigh\",\n        \"value\": \"raleigh\",\n        \"properties\": {\n            \"segment\": {\n                \"users\": {\n                    \"filters\": {\n                        \"operator\": \"$and\",\n                        \"conditions\": [\n                            {\n                                \"type\": \"filter\",\n                                \"target\": \"<mapping:user-addresses-city>\",\n                                \"value\": [\n                                    \"Raleigh\",\n                                    \"Durham\",\n                                    \"Cary\",\n                                    \"Chapel Hill\",\n                                    \"Apex\",\n                                    \"Wake Forest\",\n                                    \"Holly Springs\",\n                                    \"Fuquay-Varina\",\n                                    \"Garner\",\n                                    \"Morrisville\",\n                                    \"Clayton\",\n                                    \"Carrboro\",\n                                    \"Knightdale\",\n                                    \"Mebane\",\n                                    \"Henderson\"\n                                ],\n                                \"operator\": \"$in\"\n                            }\n                        ]\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/territories/:territory_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","territories",":territory_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"territory_guid"}]}},"response":[],"_postman_id":"5f15d845-77ff-42d1-91ac-bec88556d8b3"},{"name":"Delete Territory","id":"b1b3fdd1-4564-4840-a8d9-5e9f4d649fdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/territories/{{TERRITORY_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","territories","{{TERRITORY_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"b1b3fdd1-4564-4840-a8d9-5e9f4d649fdf"},{"name":"Delete Many Territories","id":"552b3de0-b6a2-4d75-acee-3bfeadeced8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/territories?guids[]={{TERRITORY_GUID_1}}&guids[]={{TERRITORY_GUID_2}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","territories"],"host":["{{client}}","{{api}}"],"query":[{"key":"guids[]","value":"{{TERRITORY_GUID_1}}"},{"key":"guids[]","value":"{{TERRITORY_GUID_2}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"552b3de0-b6a2-4d75-acee-3bfeadeced8b"}],"id":"7cd9b49b-c0c4-469f-9df6-755dfb7ec6f2","_postman_id":"7cd9b49b-c0c4-469f-9df6-755dfb7ec6f2","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Teams","item":[{"name":"{team_id}","item":[{"name":"Assign","item":[{"name":"{user_id}","item":[{"name":"Assign person to the team","id":"0c373065-329f-488c-a562-85d32b4b2663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{client}}.{{api}}/v2/teams/:team_id/assign/:user_id?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","teams",":team_id","assign",":user_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the team. Found with GET to v2/teams.</p>\n","type":"text/plain"},"type":"any","value":"","key":"team_id"},{"description":{"content":"<p>Unique identifier for the internal user to be assigned to the team. Found with GET to v2/users/internal.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"0c373065-329f-488c-a562-85d32b4b2663"}],"id":"599ef4c4-5568-4770-bc00-b2a578e2cb29","_postman_id":"599ef4c4-5568-4770-bc00-b2a578e2cb29","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"d7359a9d-0b49-4152-b70b-e7f91db47f7e","_postman_id":"d7359a9d-0b49-4152-b70b-e7f91db47f7e","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Bulk","item":[{"name":"Bulk Assign Persons to the Team","id":"1aba4311-b315-4944-aab4-20f348ff4429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"users_ids[0]","value":"1111","type":"text"},{"key":"users_ids[1]","value":"2222","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/teams/:team_id/bulk?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","teams",":team_id","bulk"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"team_id"}]}},"response":[],"_postman_id":"1aba4311-b315-4944-aab4-20f348ff4429"}],"id":"b28f777f-8c7c-4f49-b872-4f974e8596b0","_postman_id":"b28f777f-8c7c-4f49-b872-4f974e8596b0","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Change","item":[{"name":"{user_id}","item":[{"name":"Change Primary Team","id":"96504f53-56ce-4e7c-9f29-ad06913573dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://{{client}}.{{api}}/v2/teams/:team_id/change/:user_id?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","teams",":team_id","change",":user_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the team. Found with GET to v2/teams.</p>\n","type":"text/plain"},"type":"any","value":"","key":"team_id"},{"description":{"content":"<p>Unique identifier for the internal user to be assigned to the team. Found with GET to v2/users/internal.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"96504f53-56ce-4e7c-9f29-ad06913573dd"}],"id":"c76c9fa8-f8be-4358-a689-0c1b8ed1bdce","_postman_id":"c76c9fa8-f8be-4358-a689-0c1b8ed1bdce","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"fdc9ae6d-0ccb-453f-a780-ccf61beec2f4","_postman_id":"fdc9ae6d-0ccb-453f-a780-ccf61beec2f4","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Remove","item":[{"name":"{user_id}","item":[{"name":"Remove User from a Team","id":"c9801b37-5cf6-4690-bbe4-7bb951ab3369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/teams/:team_id/remove/:user_id?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","teams",":team_id","remove",":user_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the team. Found with GET to v2/teams.</p>\n","type":"text/plain"},"type":"any","value":"","key":"team_id"},{"description":{"content":"<p>Unique identifier for the internal user to be assigned to the team. Found with GET to v2/users/internal.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"c9801b37-5cf6-4690-bbe4-7bb951ab3369"}],"id":"dabeb9ef-5d94-41a7-a04b-f1fd99d3c511","_postman_id":"dabeb9ef-5d94-41a7-a04b-f1fd99d3c511","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"5a85c7ae-106c-47bb-b21c-283994560869","_postman_id":"5a85c7ae-106c-47bb-b21c-283994560869","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Update Team","id":"9c010670-04f7-46c4-a39f-821ed1039717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test team name 2\"\n}"},"url":"https://{{client}}.{{api}}/v2/teams/:team_id?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","teams",":team_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the team. Found with GET to v2/teams.</p>\n","type":"text/plain"},"type":"any","value":"","key":"team_id"}]}},"response":[],"_postman_id":"9c010670-04f7-46c4-a39f-821ed1039717"},{"name":"Delete Team","id":"1a2bc280-3e50-4fd4-8199-cea75d3f0b03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/teams/:team_id?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","teams",":team_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the team. Found with GET to v2/teams.</p>\n","type":"text/plain"},"type":"any","value":"","key":"team_id"}]}},"response":[],"_postman_id":"1a2bc280-3e50-4fd4-8199-cea75d3f0b03"}],"id":"ddd9a3eb-325e-4f31-b28f-954e0cd78b63","_postman_id":"ddd9a3eb-325e-4f31-b28f-954e0cd78b63","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Teams","id":"63a40b44-1fc2-47f5-b9a0-d36669a51055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/teams?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","teams"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"e9463f5f-96e3-4594-8d1b-5091c06bd75e","name":"Get Teams","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/teams?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","teams"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Dec 2025 20:08:00 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"6500f815334cc7e8230f99ed\",\n            \"type\": \"team\",\n            \"name\": \"Admissions\",\n            \"updated_at\": \"Wed Sep 13 11:35:41 +0000 2023\",\n            \"created_at\": \"Tue Sep 12 23:45:25 +0000 2023\",\n            \"email\": \"adm@element.edu\"\n        },\n        {\n            \"_id\": \"6500f824334cc7e8230f99ee\",\n            \"type\": \"team\",\n            \"name\": \"IT\",\n            \"updated_at\": \"Tue Sep 12 23:45:40 +0000 2023\",\n            \"created_at\": \"Tue Sep 12 23:45:40 +0000 2023\"\n        },\n        {\n            \"_id\": \"650205ea93d73d2ca3005129\",\n            \"type\": \"team\",\n            \"name\": \"Registrar\",\n            \"updated_at\": \"Wed Sep 13 18:57:11 +0000 2023\",\n            \"created_at\": \"Wed Sep 13 18:56:42 +0000 2023\"\n        },\n        {\n            \"_id\": \"650c6d5c635886932702fee0\",\n            \"type\": \"team\",\n            \"name\": \"Financial Aid\",\n            \"updated_at\": \"Thu Sep 21 16:20:58 +0000 2023\",\n            \"created_at\": \"Thu Sep 21 16:20:44 +0000 2023\"\n        }\n    ]\n}"}],"_postman_id":"63a40b44-1fc2-47f5-b9a0-d36669a51055"},{"name":"Create Team","id":"78ed64db-d1d6-4e95-8a0f-b31038a51b26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example team name\"\n}"},"url":"https://{{client}}.{{api}}/v2/teams?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","teams"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"78ed64db-d1d6-4e95-8a0f-b31038a51b26"}],"id":"a460cb06-853a-4e6f-a1a1-3a3bb181d6df","_postman_id":"a460cb06-853a-4e6f-a1a1-3a3bb181d6df","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Terms","item":[{"name":"{term_guid}","item":[{"name":"Tags","item":[{"name":"Modify Term Tags","id":"44b6d39a-8366-4b47-9353-fd6262f24e71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"new\": [{\"name\":\"new_tag_name\"}],\n        \"guid\": [\n            \"client.taxonomy.2957234\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/terms/:term_guid/tags?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","terms",":term_guid","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the term. Found with GET to v2/terms.</p>\n","type":"text/plain"},"type":"any","value":"","key":"term_guid"}]}},"response":[],"_postman_id":"44b6d39a-8366-4b47-9353-fd6262f24e71"}],"id":"f284e1a5-3449-4adc-a96e-048eeacb4f08","_postman_id":"f284e1a5-3449-4adc-a96e-048eeacb4f08","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Term","id":"6e44a78c-3535-4ed9-ad02-c4f31d1d9ba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/terms/:term_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Terms.index</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","terms",":term_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the term. Found with GET to v2/terms.</p>\n","type":"text/plain"},"type":"any","value":"","key":"term_guid"}]}},"response":[],"_postman_id":"6e44a78c-3535-4ed9-ad02-c4f31d1d9ba6"},{"name":"Update Term","id":"9f85892e-59c7-4779-afec-4c60063955c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"term\": {\n        \"start_date\": \"2020-09-08T00:00:00.000+00:00\",\n        \"end_date\": \"2020-10-31T00:00:00.000+00:00\",\n        \"academic_year\": 2020\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/terms/:term_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","terms",":term_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the term. Found with GET to v2/terms.</p>\n","type":"text/plain"},"type":"any","value":"","key":"term_guid"}]}},"response":[],"_postman_id":"9f85892e-59c7-4779-afec-4c60063955c8"},{"name":"Delete Term","id":"4da598cb-1233-47c2-924b-a77b137c95be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/terms/:term_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","terms",":term_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the term. Found with GET to v2/terms.</p>\n","type":"text/plain"},"type":"any","value":"","key":"term_guid"}]}},"response":[],"_postman_id":"4da598cb-1233-47c2-924b-a77b137c95be"}],"id":"4f88ec87-ad69-4bf2-be50-3be926a06fad","_postman_id":"4f88ec87-ad69-4bf2-be50-3be926a06fad","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"csvimport","item":[{"name":"Import Terms","id":"e968cee5-f6ba-45b6-b886-5638c5e7bfcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"mode","type":"text","value":"insert","description":"<p>insert | update | upsert</p>\n"},{"key":"import","type":"file","description":"<p>Path to file.</p>\n","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/kjackson/Desktop/term_date_strings.csv"],"src":"/Users/kjackson/Desktop/term_date_strings.csv"}]},"url":"https://{{client}}.{{api}}/v2/terms/csvimport?analytics={{analytics}}&feature={{feature}}","description":"<p>Terms.csvimport</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","terms","csvimport"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"e968cee5-f6ba-45b6-b886-5638c5e7bfcb"}],"id":"01dfb90c-1519-40f0-b327-38232aa91a07","_postman_id":"01dfb90c-1519-40f0-b327-38232aa91a07","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Tags","item":[{"name":"{taxonomy_guid}","item":[{"name":"Update Tag","id":"a2ccdf12-c652-4dd2-b87f-05068425d523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"new-tag_name-update\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/terms/tags/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","terms","tags",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the tag. Found with GET to v2/terms/tags.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"a2ccdf12-c652-4dd2-b87f-05068425d523"},{"name":"Delete Tag","id":"5c2863f8-eb89-421c-a079-e1ffcbc24cdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/terms/tags/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","terms","tags",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the tag. Found with GET to v2/terms/tags.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[],"_postman_id":"5c2863f8-eb89-421c-a079-e1ffcbc24cdd"}],"id":"aeef1231-3375-4585-8449-2eab8c682e41","_postman_id":"aeef1231-3375-4585-8449-2eab8c682e41","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Tags","id":"b778a6f7-db3a-4bc4-a2a9-051c4fd22057","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/terms/tags?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","terms","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"b778a6f7-db3a-4bc4-a2a9-051c4fd22057"},{"name":"Create Tag","id":"5c27924a-c3e6-4af1-a3ed-295c94dc1bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"tag_name2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/terms/tags?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","terms","tags"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"5c27924a-c3e6-4af1-a3ed-295c94dc1bfe"}],"id":"078ef78a-1988-4af0-876d-e27ceae79c90","_postman_id":"078ef78a-1988-4af0-876d-e27ceae79c90","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Terms","id":"67175b24-6b1f-45d9-8940-924bac4bda35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/terms?analytics={{analytics}}&feature={{feature}}","description":"<p>Terms.index</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","terms"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"67175b24-6b1f-45d9-8940-924bac4bda35"},{"name":"Create Term","id":"16caddfe-d12d-4817-a20b-6aa86cfc07ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"term\": {\n        \"active\": true,\n        \"name\": \"Fall 2021\",\n        \"code\": \"F21\",\n        \"start_date\": \"2021-08-24T00:00:00.000+00:00\",\n        \"end_date\": \"2020-12-09T00:00:00.000+00:00\",\n        \"academic_year\": 2021\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/terms?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Terms.store</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","terms"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"16caddfe-d12d-4817-a20b-6aa86cfc07ab"}],"id":"f57d30f0-ef64-4938-8503-931943e20e5c","_postman_id":"f57d30f0-ef64-4938-8503-931943e20e5c","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Users","item":[{"name":"Admin","item":[{"name":"{user_id}","item":[{"name":"Activities","item":[{"name":"Get Admin Activities","id":"d44e16d9-7d8c-413f-a654-912d153ab34e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/admins/:user_id/activities?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","admins",":user_id","activities"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the admin user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"d44e16d9-7d8c-413f-a654-912d153ab34e"}],"id":"91c7f578-a011-4294-845a-cf8e133e167e","_postman_id":"91c7f578-a011-4294-845a-cf8e133e167e","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Impersonation","item":[{"name":"Get Impersonation","id":"9d0b70de-62fa-44f1-affe-44c48a2c907c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{client}}.{{api}}/v2/admins/:user_id/impersonation/?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","admins",":user_id","impersonation",""],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the admin user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"9d0b70de-62fa-44f1-affe-44c48a2c907c"}],"id":"039cf3f0-1754-4f9a-8524-bf2e2cc7fe0f","_postman_id":"039cf3f0-1754-4f9a-8524-bf2e2cc7fe0f","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Profile","item":[{"name":"Update Internal User","id":"e9f0e4fa-8bc7-49ce-9eed-d73874c39eda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"active\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/admins/:user_id/profile?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","admins",":user_id","profile"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the admin user.</p>\n","type":"text/plain"},"type":"any","value":"5aabf7ad6bfd3e606d8b4569","key":"user_id"}]}},"response":[],"_postman_id":"e9f0e4fa-8bc7-49ce-9eed-d73874c39eda"}],"id":"7c89a132-4420-4e40-b528-493b20b6d5b1","_postman_id":"7c89a132-4420-4e40-b528-493b20b6d5b1","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Internal User","id":"5f466b76-8458-4298-9fd6-f74e17108360","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/admins/:user_id?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","admins",":user_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the admin user.</p>\n","type":"text/plain"},"type":"any","value":"5aabf7ad6bfd3e606d8b4569","key":"user_id"}]}},"response":[],"_postman_id":"5f466b76-8458-4298-9fd6-f74e17108360"},{"name":"Deactivate Internal User","id":"e706e23d-54c2-474f-9179-4e56cc61daf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"http://{{client}}.{{api}}/v2/users/admins/:user_id?analytics={{analytics}}&feature={{feature}}","urlObject":{"protocol":"http","path":["v2","users","admins",":user_id"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the internal user. Found with GET to v2/users/internal.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"2850a697-4369-4e5f-960d-f7235d408f4c","name":"Get Internal Users","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{client}}.{{api}}/v2/users/internal?analytics={{analytics}}&feature={{feature}}","protocol":"http","host":["{{client}}","{{api}}"],"path":["v2","users","internal"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2025 18:27:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"id\": \"5e6274632ca3f67d541f11f3\",\n            \"email\": \"staff1@institution.edu\",\n            \"first_name\": \"Staffname\",\n            \"preferred_name\": null,\n            \"last_name\": \"Staff1\",\n            \"date_of_birth\": null,\n            \"avatar\": {\n                \"guid\": \"instance.files.3997093\",\n                \"url\": \"https://s3.amazonaws.com/lum_test/instance/public/files/b8ppH8I8wopIH/2025_07_12_21_41_22_PM62cdea820dd30.jpg\",\n                \"transformations\": {\n                    \"image_500x500_fit\": {\n                        \"url\": \"https://s3.amazonaws.com/lum_test/instance/public/files/b8ppH8I8wopIH/2025_07_12_21_41_22_PM62cdea820dd30.jpg\",\n\n                    },\n                    \"image_32x32_fit\": {\n                        \"url\": \"https://s3.amazonaws.com/lum_test/instance/public/files/b8ppH8I8wopIH/2025_07_12_21_41_22_PM62cdea820dd30.jpg\",\n\n                    }\n                }\n            },\n            \"type\": \"internal\",\n            \"phone\": null,\n            \"created_at\": \"Fri Mar 06 16:03:47 +0000 2020\",\n            \"updated_at\": \"Wed Nov 06 21:06:29 +0000 2024\",\n            \"last_login\": \"Tue Oct 08 18:08:33 +0000 2024\",\n            \"groups\": [\n                {\n                    \"_id\": \"53344e71a17040041a7\",\n                    \"name\": \"Element451 Administrator\",\n                    \"permissions\": [\n                        \"639899d02cf63e4fdf1a419b\",\n                        \"5ce6b7e0bf577705e7afe289\",\n                        \"5c3625b4b2e7610ec0ccc98a\",\n                        \"56996d1a1d74dada2e8b50bc\",\n                        \"56f4037a1d74da87248b5205\",\n                        \"560ef6b76aa39f0d518b4cb7\",\n                        \"568c43be1d74dad92a8b5c0c\",\n                        \"568c43d91d74da62348b6ec2\",\n                        \"568c44091d74da64348b6dd0\",\n                        \"58b87e02bfc9605d517dc0b0\",\n                        \"58b87edfbfc9605d517dc0b1\",\n                        \"58b87f0dbfc9605d517dc0b2\",\n                        \"58b87f79bfc9605d517dc0b3\",\n                        \"593036b5f1c85d564506af46\"\n                    ]\n                },\n                {\n                    \"_id\": \"560ef85e6aa39f19498b54a7\",\n                    \"name\": \"App451 User\",\n                    \"permissions\": [\n                        \"560ef6b76aa39f0d518b4cb7\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"5e6274632ca3f67d541f11f4\",\n            \"email\": \"staff2@institution.edu\",\n            \"first_name\": \"Staffname\",\n            \"preferred_name\": null,\n            \"last_name\": \"Staff2\",\n            \"date_of_birth\": null,\n            \"avatar\": {\n                \"guid\": \"instance.files.1338326\"\n            },\n            \"type\": \"internal\",\n            \"phone\": [],\n            \"created_at\": \"Fri Mar 06 16:03:47 +0000 2020\",\n            \"updated_at\": \"Mon Feb 17 17:37:50 +0000 2025\",\n            \"last_login\": \"Mon Feb 17 17:37:50 +0000 2025\",\n            \"groups\": [\n                {\n                    \"_id\": \"5fcfa6195ffde803f03aaaab\",\n                    \"name\": \"Admissions Team \",\n                    \"permissions\": [\n                        \"568c44631d74dae73f8b6bc6\",\n                        \"568c444b1d74da64348b6dd1\",\n                        \"5824dd9a6bfd3ed4718b45de\",\n                        \"569411b223326b06698b7594\",\n                        \"56783f8289ea5ea078d35d34\",\n                        \"5bb3b9999360c8046a710cd4\",\n                        \"5ce6b7e0bf577705e7afe288\",\n                        \"59a06a6235d8de26f74cf8a1\",\n                        \"58b87f79bfc9605d517dc0b3\",\n                        \"594986544916271644e460f7\",\n                        \"5bca116e08cbbe084fa41154\",\n                        \"5c3625b4b2e7610ec0ccc98a\",\n                        \"5ce6b7e0bf577705e7afe289\",\n                        \"560ef6dc6aa39f0b518b4c91\",\n                        \"568c43f21d74da60348b6df5\",\n                        \"56f4037a1d74da87248b5205\",\n                        \"5a0b585ed77d660d493769a6\",\n                        \"5c59d42d536889465b33492a\",\n                        \"58b87f0dbfc9605d517dc0b2\",\n                        \"5c59d42d536889465b334923\",\n                        \"593036b5f1c85d564506af46\",\n                        \"5aa0148480017d44db330c0c\",\n                        \"59d3bb7a1346af83787e128a\",\n                        \"5a33f585f8c2a14472bd0a33\",\n                        \"5aa014a480017d44db330c0f\",\n                        \"5c59d42d536889465b334924\",\n                        \"5c59d42d536889465b33492b\",\n                        \"568c43d91d74da62348b6ec2\",\n                        \"568e6e6c1d74da60348b6ed4\",\n                        \"59a847adbb1a8b5e5f427a65\",\n                        \"5c59d42d536889465b334929\",\n                        \"5bb3b9999360c8046a710cd5\",\n                        \"560ef6b76aa39f0d518b4cb7\",\n                        \"568c43be1d74dad92a8b5c0c\",\n                        \"58b87edfbfc9605d517dc0b1\"\n                    ]\n                }\n            ]\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"count\": 2,\n            \"offset\": 0,\n            \"limit\": null\n        }\n    }\n}"}],"_postman_id":"e706e23d-54c2-474f-9179-4e56cc61daf1"}],"id":"2d2c2489-51c9-4e1b-9f49-771029670788","_postman_id":"2d2c2489-51c9-4e1b-9f49-771029670788","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"a8bf4e50-79f4-4437-a376-d6666a9579ac","_postman_id":"a8bf4e50-79f4-4437-a376-d6666a9579ac","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Application","item":[{"name":"Update User Application From Profile","id":"dfb6c1e1-62e3-4250-a329-656bda9155fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"user-applications-degree\":\"BA\"}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/users/applications/{{APP_GUID}}?user_id={{USER_ID}}&registration_id={{REGISTRATION_ID}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","applications","{{APP_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"user_id","value":"{{USER_ID}}"},{"key":"registration_id","value":"{{REGISTRATION_ID}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"dfb6c1e1-62e3-4250-a329-656bda9155fe"}],"id":"f199b66f-054d-44c7-b31a-3de495963f92","_postman_id":"f199b66f-054d-44c7-b31a-3de495963f92","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Documents","item":[{"name":"Import","item":[{"name":"Web Document Import","id":"791bcbc7-aa25-4130-9b73-f92d31c183d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"feature","value":"{{feature}}"},{"key":"authorization","value":"{{auth_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file"},{"key":"match_key","value":"element:id","type":"text"},{"key":"match_value","value":"620e9b3534e7f364a57262","type":"text"},{"key":"folder","value":"client.taxonomies.451","type":"text"},{"key":"tags[]","value":"client.taxonomies.452","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/users/documents/import","description":"<p><strong>General Parameters</strong></p>\n<ul>\n<li><p><strong>\"file\"</strong>: file - (required) The file content to be uploaded.</p>\n</li>\n<li><p><strong>\"match_key\"</strong> : \"string\" - (optional) The attribute used to match the user with the given value. Use a key from the <a href=\"https://integrations.element451.com/importing-documents-106#_tureW\">Matching Attribute Key</a> table.</p>\n</li>\n<li><p><strong>\"match_value\"</strong> : \"string\" (optional) The value to match the user by the given attribute key. If the key/value are not provided, it will either be put in the specific folder or the all files document bin.</p>\n</li>\n<li><p><strong>\"folder\"</strong> : \"guid\" - (optional) Folder guid matching an existing documents folder.</p>\n</li>\n<li><p><strong>\"tags[]\"</strong> : \"guid\" - (optional) Tag guid matching an existing documents tag. Can be repeater to add multiple tags at once. You can change it to be “Tags[#]” if multiple keys are not allowed.</p>\n</li>\n<li><p>“<strong>document_type”</strong> : “guid” - (optional) Document type guid. See <a href=\"https://integrations.element451.com/d/_dAUTGQajRbW/_suAVD#_luSEq\">Tips and Tricks</a> for finding a guid.</p>\n</li>\n<li><p><strong>\"context[application_guid]\"</strong>: \"guid\" - (optional) Value to be set on File context. Links to a specific application guid.</p>\n</li>\n<li><p>\"<strong>context[registration_id]\"</strong>: \"string\" - (optional) Value to be set on File context. Links for a specific application user ID.</p>\n</li>\n</ul>\n<h3 id=\"tips\">Tips</h3>\n<ul>\n<li>When using Postman, the values are sent in the body under “Form-Data”. This is different than importing and exporting which uses “raw” and json to send post the request.</li>\n<li>In Postman “tags[]” can be repeated as a Key/Value pair. However, if using python, for example, and creating a dictionary, each “tags[]” needs to be different. You’ll want to include a a number inside the []. (For example - {”tags[1]”: “client.taxonomy.201942”, “tags[2]”: “client.taxonomy.201948”},....} )</li>\n</ul>\n<p>Please visit <a href=\"https://integrations.element451.com/importing-documents-106\">https://integrations.element451.com/importing-documents-106</a> for a full example.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","documents","import"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"791bcbc7-aa25-4130-9b73-f92d31c183d9"}],"id":"eae0e6f0-b55b-4d3f-9f3e-11b2cd55de50","_postman_id":"eae0e6f0-b55b-4d3f-9f3e-11b2cd55de50","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Export","item":[{"name":"Web Document Export","id":"cbf4d53f-6711-41b8-ae57-3c421e227fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"feature","value":"{{feature}}"},{"key":"authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"notification_webhook\" : \"https://mywebhook.com/test/test\",\n    \"notification_email\" : \"info@element451.com\",\n    \"destination\" : {\n        \"connector_guid\" : \"tu.connector.451\", \n        \"path\" : \"fire/testFolder\"\n    }, \n    \"output_settings\" : {\n        \"combine_pdf\" : false, \n        \"combine_pdf_filename\" : \"\", \n        \"output_one_folder_per_user\" : false, \n        \"output_one_folder_per_user_filename\" : \"\", \n        \"zip_everything\" : false, \n        \"zip_everything_filename\" : \"\"\n    },\n    \"sources\" : [\n        {\n            \"provider\" : \"Application\", \n            \"path\" : \"/tu.applications.451/__preview\", \n            \"name\" : \"[user:id]_applicationpreviewpdf\", \n            \"source_name\" : \"Application\", \n            \"have_cover\" : false, \n            \"filter_model\" : null, \n            \"filters\" : [\n\n            ], \n            \"transformations\" : [\n\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/documents/export","description":"<h3 id=\"notification-parameters\">Notification Parameters</h3>\n<p>A notification for when the export finishes. You can set an email or a webhook notification.</p>\n<ul>\n<li><p>\"notification_webhook\" : \"url.\" - (optional) A webook url that can be notified.</p>\n</li>\n<li><p>\"notification_email\" : \"email address” - (optional) An email address that can be notified</p>\n</li>\n</ul>\n<h3 id=\"sources-parameters\">Sources Parameters</h3>\n<p>\"sources\" tell Element which files you are exporting. See the example values below.</p>\n<ul>\n<li><p>\"provider\" : \"Application\",</p>\n</li>\n<li><p>\"path\" : \"/client.applications.451/__preview\",</p>\n</li>\n<li><p>\"name\" : \"[user:id]_applicationpreviewpdf\",</p>\n</li>\n<li><p>\"source_name\" : \"Application\",</p>\n</li>\n<li><p>\"have_cover\" : false,</p>\n</li>\n<li><p>\"filter_model\" : null,</p>\n</li>\n<li><p>\"filters\" : [],</p>\n</li>\n<li><p>\"transformations\" : []</p>\n</li>\n</ul>\n<h3 id=\"destination-parameters\">Destination Parameters</h3>\n<p>The existing connector guid and path where the files will be exported.</p>\n<ul>\n<li><p>\"connector_guid\" : \"client.connector.451\" - The connected to use to export the document.</p>\n</li>\n<li><p>\"path\" : \"folder1/another_folder\" - The path to where the documents should be exported.</p>\n</li>\n</ul>\n<h3 id=\"out-parameters\">Out Parameters</h3>\n<p>Details about file format and names of the exported files.</p>\n<ul>\n<li><p>combine_pdf\" : “boolean” - true/false</p>\n</li>\n<li><p>\"combine_pdf_filename\" : \"string\" - Name of filename.</p>\n</li>\n<li><p>\"output_one_folder_per_user\" : “boolean” - true/false  </p>\n</li>\n<li><p>\"output_one_folder_per_user_filename\" : \"string\" - Name of folders</p>\n</li>\n<li><p>\"zip_everything\" : “boolean” - true/false</p>\n</li>\n<li><p>\"zip_everything_filename\" : \"string\" - Name of zipped file</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","documents","export"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbf4d53f-6711-41b8-ae57-3c421e227fe3"}],"id":"86eb0650-e7a8-471f-9890-b94aa462e73e","_postman_id":"86eb0650-e7a8-471f-9890-b94aa462e73e","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"e789b4fb-7b98-4db5-b4cd-e7a1a954fe98","_postman_id":"e789b4fb-7b98-4db5-b4cd-e7a1a954fe98","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Export","item":[{"name":"Search","item":[{"name":"Search for Users by Segment","id":"d5ea0633-6dc6-4f49-a9d2-9f9b6ecc8d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"segment\": \"instance.segments.22289\",\n    \"project\": [\"_id\", \"email\"],\n    \"per_page\": 2,\n    \"last_id\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{client}}.{{api}}/v2/users/export/search?analytics={{analytics}}&feature={{feature}}","urlObject":{"path":["v2","users","export","search"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"disabled":true,"description":{"content":"<p>Limit items returned.</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Offset items returned.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"b49e1fd3-a9a0-4672-aa8c-3ddd86b5cc75","name":"Search for User by Email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"q\": \"example@gmail.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/users/search?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","search"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional.","type":"text"},{"key":"feature","value":"{{feature}}","description":"Required.","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Oct 2025 13:07:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"id\": \"685d57d0cb18050f3e5a\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"example@gmail.com\",\n            \"first_name\": \"Student\",\n            \"last_name\": \"Name\",\n            \"preferred_name\": null,\n            \"avatar\": null,\n            \"updated_at\": \"Wed Sep 24 19:27:55 +0000 2025\",\n            \"created_at\": \"Thu Jun 26 14:23:12 +0000 2025\"\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"count\": 1,\n            \"offset\": 0,\n            \"limit\": null\n        }\n    }\n}"},{"id":"2d28224f-a1c2-407c-974a-8e3b05d10182","name":"Search for Users by Segment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"segment\": \"instance.segments.22289\",\n    \"project\": [\"_id\", \"email\"],\n    \"per_page\": 2,\n    \"last_id\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{client}}.{{api}}/v2/users/export/search?analytics={{analytics}}&feature={{feature}}","host":["{{client}}","{{api}}"],"path":["v2","users","export","search"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Feb 2026 22:07:52 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"5f8fb1249ab32726bb6c4\",\n            \"email\": \"student@gmail.com\"\n        },\n        {\n            \"_id\": \"5f907867e144c5b3aa102\",\n            \"email\": \"test1@gmail.com\"\n        }\n    ],\n    \"meta\": {\n        \"next_last_id\": \"5f907867e144c5b3aa102\",\n        \"filtered_total\": 2,\n        \"per_page\": 2\n    }\n}"}],"_postman_id":"d5ea0633-6dc6-4f49-a9d2-9f9b6ecc8d57"}],"id":"beeea922-0223-4cc6-bb5b-c782fe3de110","_postman_id":"beeea922-0223-4cc6-bb5b-c782fe3de110","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Web Data Export","id":"e85b8e65-6a1f-4cb9-ad10-3e755f2effcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"options\" : {\n            \"column_key\" : \"field\"\n        },\n        \"template\": {\n            \"columns\": [\n                {\n                    \"field\": \"Element ID\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-elementid\"\n                },\n                {\n                    \"field\": \"Email\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-email-address\"\n                },\n                {\n                    \"field\": \"First Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-first-name\"\n                },\n                {\n                    \"field\": \"Last Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-last-name\"\n                }\n            ]\n        },\n        \"users\": [\n            \"63ed61ee90d927078663\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/export","description":"<p>Export bulk user data from Element451.</p>\n<p>Example and more information about integrations at: <a href=\"https://integrations.element451.com/exporting-data-102\">https://integrations.element451.com/exporting-data-102</a></p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","export"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[{"id":"9ef90f38-aa69-4ff0-8151-38037e836366","name":"Export Users - Basic Fields Keyed by Slug","originalRequest":{"method":"POST","header":[{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"options\" : {\n            \"column_key\" : \"slug\"\n        },\n        \"template\": {\n            \"columns\": [\n                {\n                    \"field\": \"Element ID\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-elementid\"\n                },\n                {\n                    \"field\": \"Email\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-email-address\"\n                },\n                {\n                    \"field\": \"First Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-first-name\"\n                },\n                {\n                    \"field\": \"Last Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-last-name\"\n                }\n            ]\n        },\n        \"users\": [\n            \"63ed61ee90d927078663\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Nov 2025 14:04:57 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user-elementid\": \"63ed61ee90d927078663\",\n            \"user-email-address\": \"example@example.com\",\n            \"user-first-name\": \"First\",\n            \"user-last-name\": \"Last\"\n        }\n    ],\n    \"meta\": {\n        \"count\": 1\n    }\n}"},{"id":"63fe25ad-3ff4-4841-9f65-0f79d5da1857","name":"Export Users - In-line Segment to Export Updated Users within Timeframe","originalRequest":{"method":"POST","header":[{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"options\": {\n            \"column_key\": \"field\"\n        },\n        \"template\": \"instance.template.7305\",\n        \"segment\": {\n            \"users\": {\n                \"filters\": {\n                    \"operator\": \"$and\",\n                    \"conditions\": [\n                        {\n                            \"operator\": \"$gte\",\n                            \"value\": \"2025-10-24 12:00:00\",\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-updated-at>\"\n                        },\n                        {\n                            \"operator\": \"$lte\",\n                            \"value\": \"2025-10-26 12:00:00\",\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-updated-at>\"\n                        }\n                    ]\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Nov 2025 19:53:12 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"68f8f70042a60053ce8\",\n            \"First Name\": \"First1\",\n            \"Last Name\": \"Last1\",\n            \"User - Last Updated Date\": \"2025-10-24T15:25:47+00:00\"\n        },\n        {\n            \"id\": \"68f8f785f79d98038896\",\n            \"First Name\": \"First2\",\n            \"Last Name\": \"Last2\",\n            \"User - Last Updated Date\": \"2025-10-24T15:30:45+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"count\": 2\n    }\n}"},{"id":"fe7e6006-2ac0-49bf-b432-e93a14c3775e","name":"Export Users - In-line Segment to Export Users with School Email","originalRequest":{"method":"POST","header":[{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"options\": {\n            \"column_key\": \"field\"\n        },\n        \"template\": {\n            \"columns\": [\n                {\n                    \"field\": \"School Email\",\n                    \"slug\": \"user-identities-school-email\",\n                    \"mode\": \"slug\"\n                }\n            ]\n        },\n        \"segment\": {\n            \"users\": {\n                \"filters\": {\n                    \"key\": \"identity\",\n                    \"negative\": false,\n                    \"type\": \"metafilter\",\n                    \"properties\": {\n                        \"operator\": \"$and\",\n                        \"conditions\": [\n                            {\n                                \"type\": \"filter\",\n                                \"target\": \"<mapping:user-identities-type>\",\n                                \"value\": \"SCHOOL_EMAIL\",\n                                \"operator\": \"$eq\"\n                            }\n                        ]\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Dec 2025 16:09:22 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"649357d59d39b0ad5b0\",\n            \"School Email\": \"student1@instance.edu\"\n        },\n        {\n            \"id\": \"689ba4b4c87db49b250\",\n            \"School Email\": \"student2@instance.edu\"\n        },\n        {\n            \"id\": \"640b96fde26b97e4710\",\n            \"School Email\": \"student3@instance.edu\"\n        },\n        {\n            \"id\": \"66c4a4dc6c3c85243b9\",\n            \"School Email\": \"student4@instance.edu\"\n        },\n        {\n            \"id\": \"67dada6a591185fa900\",\n            \"School Email\": \"student5@instance.edu\"\n        }\n    ],\n    \"meta\": {\n        \"count\": 5\n    }\n}"},{"id":"8ab6f52b-635f-4c4a-9590-af2b78fa6e7b","name":"Export Users - Reference Template and Segment","originalRequest":{"method":"POST","header":[{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"template\": \"instance.template.12345\",\n        \"segment\": \"instance.segments.098765\",\n        \"per_page\" : 10\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Nov 2025 14:30:26 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"Element ID\": \"69034ce98d824d090dd8\",\n            \"First Name\": \"First\",\n            \"Last Name\": \"Last\",\n            \"Intended Term\": \"instance.terms.1234\",\n            \"Intended Major\": \"instance.major.09876\",\n            \"Email\": \"examples@example.com\"\n        }\n    ],\n    \"meta\": {\n        \"count\": 1\n    }\n}"},{"id":"59f33e98-df54-47b4-9c23-c77f914aca34","name":"Export Users - Root Array via Calculated Column","originalRequest":{"method":"POST","header":[{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"options\": {\n            \"column_key\": \"field\"\n        },\n        \"template\": {\n            \"columns\": [\n                {\n                    \"field\": \"application-array\",\n                    \"mode\": \"calculated\",\n                    \"formula\": \"[user-applications-root]\"\n                },\n                {\n                    \"field\": \"milestones-array\",\n                    \"mode\": \"calculated\",\n                    \"formula\": \"[user-milestones-root]\"\n                },\n                {\n                    \"field\": \"schools-array\",\n                    \"mode\": \"calculated\",\n                    \"formula\": \"[user-education-schools-root]\"\n                }\n                \n            ]\n        },\n        \"users\": [\n            \"63ed61ee90d9223377078663\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Nov 2025 13:56:55 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"63ed61ee90d9223377078663\",\n            \"application-array\": \"[{\\\"guid\\\":\\\"training.applications.366\\\",\\\"index_weight\\\":1,\\\"student_type\\\":\\\"F\\\",\\\"campus\\\":\\\"\\\",\\\"major\\\":\\\"training.major.3461\\\",\\\"registered_at\\\":{\\\"$date\\\":{\\\"$numberLong\\\":\\\"1688669359000\\\"}},\\\"updated_at\\\":{\\\"$date\\\":{\\\"$numberLong\\\":\\\"1760110537438\\\"}},\\\"status_changed_at\\\":{\\\"$date\\\":{\\\"$numberLong\\\":\\\"1688669359000\\\"}},\\\"last_login\\\":{\\\"$date\\\":{\\\"$numberLong\\\":\\\"1698174448555\\\"}},\\\"status\\\":\\\"started\\\",\\\"registration_id\\\":\\\"A5RKEYB7\\\",\\\"numeric_progress\\\":75}]\",\n            \"milestones-array\": \"[{\\\"name\\\":\\\"Record Created\\\",\\\"type\\\":\\\"CREATED\\\",\\\"date\\\":{\\\"$date\\\":{\\\"$numberLong\\\":\\\"1676501486000\\\"}},\\\"index_weight\\\":1},{\\\"name\\\":\\\"Landing Page\\\",\\\"type\\\":\\\"PROSPECT\\\",\\\"date\\\":{\\\"$date\\\":{\\\"$numberLong\\\":\\\"1676501487000\\\"}},\\\"index_weight\\\":2},{\\\"name\\\":\\\"Element451 App\\\",\\\"application_guid\\\":\\\"training.applications.366\\\",\\\"application_type\\\":\\\"internal\\\",\\\"term\\\":\\\"training.terms.1838\\\",\\\"registration_id\\\":\\\"A5RKEYB7\\\",\\\"major\\\":\\\"training.major.3461\\\",\\\"student_type\\\":\\\"F\\\",\\\"type\\\":\\\"APPLICATION_START\\\",\\\"date\\\":{\\\"$date\\\":{\\\"$numberLong\\\":\\\"1688669360000\\\"}},\\\"index_weight\\\":3},{\\\"name\\\":\\\"Record Created\\\",\\\"type\\\":\\\"CREATED\\\",\\\"date\\\":{\\\"$date\\\":{\\\"$numberLong\\\":\\\"1694032477000\\\"}},\\\"index_weight\\\":4},{\\\"name\\\":\\\"Dashboard\\\",\\\"application_guid\\\":\\\"training.applications.366\\\",\\\"application_type\\\":\\\"internal\\\",\\\"term\\\":\\\"training.terms.1843\\\",\\\"major\\\":\\\"training.major.3461\\\",\\\"student_type\\\":\\\"trad\\\",\\\"type\\\":\\\"APPLICATION_START\\\",\\\"date\\\":{\\\"$date\\\":{\\\"$numberLong\\\":\\\"1706588100000\\\"}},\\\"index_weight\\\":5},{\\\"name\\\":\\\"Campaigns\\\",\\\"number\\\":\\\"1234567890\\\",\\\"type\\\":\\\"UNSUBSCRIBE_SMS\\\",\\\"date\\\":{\\\"$date\\\":{\\\"$numberLong\\\":\\\"1763528400000\\\"}},\\\"index_weight\\\":8}]\",\n            \"schools-array\": \"[{\\\"ceeb\\\":\\\"5249\\\",\\\"city\\\":\\\"Milledgevil\\\",\\\"counselor\\\":[],\\\"country\\\":\\\"United States\\\",\\\"province\\\":\\\"\\\",\\\"county\\\":\\\"Baldwin\\\",\\\"name\\\":\\\"Georgia Military College\\\",\\\"state\\\":\\\"GA\\\",\\\"street_1\\\":\\\"201 E Green St\\\",\\\"type\\\":\\\"college\\\",\\\"zipcode\\\":\\\"31061\\\",\\\"index_weight\\\":3,\\\"item_id\\\":\\\"ARURUQFB\\\",\\\"expand_status\\\":\\\"done\\\",\\\"expand_ceeb\\\":\\\"5249\\\"},{\\\"ceeb\\\":\\\"5156\\\",\\\"city\\\":\\\"Durham\\\",\\\"counselor\\\":[],\\\"country\\\":\\\"United States\\\",\\\"province\\\":\\\"\\\",\\\"county\\\":\\\"Durham\\\",\\\"name\\\":\\\"Duke University\\\",\\\"state\\\":\\\"NC\\\",\\\"street_1\\\":\\\"2138 Campus Dr\\\",\\\"type\\\":\\\"college\\\",\\\"zipcode\\\":\\\"27708\\\",\\\"index_weight\\\":4,\\\"item_id\\\":\\\"R0ZXLUEC\\\",\\\"expand_status\\\":\\\"done\\\",\\\"expand_ceeb\\\":\\\"5156\\\"}]\"\n        }\n    ],\n    \"meta\": {\n        \"count\": 1\n    }\n}"},{"id":"e9e70e30-1017-4c83-9da2-3ca45e8c0b09","name":"Export Users - Root Repeaters","originalRequest":{"method":"POST","header":[{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"options\" : {\n            \"column_key\" : \"field\"\n        },\n        \"template\": {\n            \"columns\": [\n                {\n                    \"field\": \"Email\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-email-address\"\n                },\n                {\n                    \"field\": \"First Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-first-name\"\n                },\n                {\n                    \"field\": \"Last Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-last-name\"\n                },\n                {\n                    \"field\" : \"Applications\", \n                    \"mode\" : \"slug\", \n                    \"slug\" : \"user-applications-root\", \n                    \"columns\" : [\n                        {\n                            \"field\": \"Registration\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-applications-registration-id\"\n                        },\n                        {\n                            \"field\": \"Term\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-applications-term\"\n                        },\n                        {\n                            \"field\": \"Progress\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-applications-numeric-progress\"\n                        }\n                    ]\n                },\n                {\n                    \"field\" : \"Evaluations\", \n                    \"mode\" : \"slug\", \n                    \"slug\" : \"user-evaluations-root\", \n                    \"columns\" : [\n                        {\n                            \"field\": \"Type\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-evaluations-type\"\n                        },\n                        {\n                            \"field\": \"English\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-evaluations-english-score\"\n                        },\n                        {\n                            \"field\": \"Off Adv Math\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-evaluations-math-score\"\n                        }\n                    ]\n                },\n                {\n                    \"field\" : \"Events\", \n                    \"mode\" : \"slug\", \n                    \"slug\" : \"user-events-root\", \n                    \"columns\" : [\n                        {\n                            \"field\": \"Signup\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-events-signup_guid\"\n                        },\n                        {\n                            \"field\": \"Guid\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-events-guid\"\n                        },\n                        {\n                            \"field\": \"Attended\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-events-status-attended\"\n                        }\n                    ]\n                },\n                {\n                    \"field\" : \"Milestones\", \n                    \"mode\" : \"slug\", \n                    \"slug\" : \"user-milestones-root\",\n                    \"columns\" : [\n                        {\n                            \"field\": \"Type\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-milestones-type\"\n                        },\n                        {\n                            \"field\": \"Name\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-milestones-name\"\n                        },\n                        {\n                            \"field\": \"Major\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-milestones-term\",\n                            \"transformations\" : [\n                                {\n                                    \"params\" : {\n                                        \"to\" : \"name\", \n                                        \"enabled\" : true, \n                                        \"failOnUnmatch\" : null, \n                                        \"from\" : \"guid\", \n                                        \"data_source\" : \"data_source.terms\", \n                                        \"dimensions\" : {\n                                            \"code\" : \"Code\", \n                                            \"guid\" : \"Guid\", \n                                            \"name\" : \"Name\"\n                                        }, \n                                        \"taxonomy\" : null, \n                                        \"root_level\" : false\n                                    }, \n                                    \"type\" : \"formAutomapExport\"\n                                }, \n                                {\n                                    \"type\" : \"uppercase\", \n                                    \"params\" : [\n\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"field\" : \"Notes\", \n                    \"mode\" : \"slug\", \n                    \"slug\" : \"user-notes-root\",\n                    \"columns\" : [\n                        {\n                            \"field\": \"Type\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-notes-note-type\"\n                        },\n                        {\n                            \"field\": \"Name\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-notes-note-body\"\n                        },\n                        {\n                            \"field\": \"Date\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-notes-note-created\"\n                        }\n                    ]\n                },\n                {\n                    \"field\" : \"Schools\", \n                    \"mode\" : \"slug\", \n                    \"slug\" : \"user-education-schools-root\",\n                    \"columns\" : [\n                        {\n                            \"field\": \"School Type\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-education-schools-type\"\n                        },\n                        {\n                            \"field\": \"School Name\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-education-schools-name\"\n                        }\n                    ]\n                },\n                {\n                    \"field\" : \"Sources\", \n                    \"mode\" : \"slug\", \n                    \"slug\" : \"user-sources-root\",\n                    \"columns\" : [\n                        {\n                            \"field\": \"Type\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-sources-type\"\n                        },\n                        {\n                            \"field\": \"Name\",\n                            \"mode\": \"slug\",\n                            \"slug\": \"user-sources-name\"\n                        }\n                    ]\n                }\n            ]\n        },\n        \"users\": [\n            \"62d715a1501a14514e5\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Nov 2025 14:14:03 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"62d715a1501a14514e5\",\n            \"Email\": \"example@example.com\",\n            \"First Name\": \"First\",\n            \"Last Name\": \"Last\",\n            \"Applications\": [\n                {\n                    \"Registration\": \"TAJIG4H7\",\n                    \"Term\": \"instance.terms.1234\",\n                    \"Progress\": 100\n                },\n                {\n                    \"Registration\": \"Z1PBXIMA\",\n                    \"Term\": \"instance.terms.4321\",\n                    \"Progress\": 100\n                }\n            ],\n            \"Evaluations\": null,\n            \"Events\": null,\n            \"Milestones\": [\n                {\n                    \"Type\": \"CREATED\",\n                    \"Name\": \"Record Created\"\n                },\n                {\n                    \"Type\": \"APPLICATION_START\",\n                    \"Name\": \"Element451 App\",\n                    \"Major\": \"instance.terms.1234\"\n                },\n                {\n                    \"Type\": \"APPLICATION_COMPLETE\",\n                    \"Name\": \"Element451 App\",\n                    \"Major\": \"instance.terms.1234\"\n                },\n                {\n                    \"Type\": \"APPLICATION_SUBMIT\",\n                    \"Name\": \"Element451 App\",\n                    \"Major\": \"instance.terms.1234\"\n                }\n            ],\n            \"Notes\": null,\n            \"Schools\": [\n                {\n                    \"School Type\": \"highschool\",\n                    \"School Name\": \"Example High School\"\n                },\n                {\n                    \"School Type\": \"college\",\n                    \"School Name\": \"Example University\"\n                }\n            ],\n            \"Sources\": null\n        }\n    ],\n    \"meta\": {\n        \"count\": 1\n    }\n}"},{"id":"096312c8-3d4e-48ea-b665-c59b13ea6b75","name":"Export Users - Unwind Repeater","originalRequest":{"method":"POST","header":[{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"options\" : {\n            \"column_key\" : \"field\",\n            \"unwind\" : {\n                \"root\" : \"user-applications-root\"\n            }\n        },\n        \"template\": {\n            \"columns\": [\n                 {\n                    \"field\": \"ID\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-elementid\"\n                },\n                 {\n                    \"field\": \"Email\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-email-address\"\n                },\n                {\n                    \"field\": \"First Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-first-name\"\n                },\n                {\n                    \"field\": \"Last Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-last-name\"\n                },\n                {\n                    \"field\": \"Application Term\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-applications-term\"\n                },\n                {\n                    \"field\": \"Application Major\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-applications-major\"\n                }\n            ]\n        },\n        \"users\": [\n            \"62d715a1545714514e5\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Nov 2025 14:09:53 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ID\": \"62d715a1545714514e5\",\n            \"Email\": \"example@example.com\",\n            \"First Name\": \"First\",\n            \"Last Name\": \"Last\",\n            \"Application Term\": \"instance.terms.1234\",\n            \"Application Major\": \"instance.major.0987\"\n        },\n        {\n            \"ID\": \"62d715a1545714514e5\",\n            \"Email\": \"example@example.com\",\n            \"First Name\": \"First\",\n            \"Last Name\": \"Last\",\n            \"Application Term\": \"instance.terms.4321\",\n            \"Application Major\": \"instance.major.7890\"\n        }\n    ],\n    \"meta\": {\n        \"count\": 2\n    }\n}"},{"id":"50139bbd-afac-49ab-96ee-2dd5b9ebb51a","name":"Export Appointments - Latest 10 Appointments","originalRequest":{"method":"POST","header":[{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"options\": {\n            \"column_key\": \"field\",\n            \"unwind\": {\n                \"root\": \"appointments-root\",\n                \"limit\": 10,\n                \"sort\": {\n                    \"appointments-start-date\": -1\n                }\n            }\n        },\n        \"template\": {\n            \"columns\": [\n                {\n                    \"field\": \"User Element Id\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-elementid\"\n                },\n                {\n                    \"field\": \"Guid\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-guid\"\n                },\n                {\n                    \"field\": \"Availability Guid\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-availability-guid\"\n                },\n                {\n                    \"field\": \"Type\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-type\"\n                },\n                {\n                    \"field\": \"Start\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-start-date\"\n                },\n                {\n                    \"field\": \"Duration\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-duration\"\n                },\n                {\n                    \"field\": \"Status\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-status\"\n                },\n                {\n                    \"field\": \"Created\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-created-at\"\n                },\n                {\n                    \"field\": \"Admin ID\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-admin-id\"\n                },\n                {\n                    \"field\": \"Location\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-location\"\n                },\n                {\n                    \"field\": \"Location Type\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-location-type\"\n                },\n                {\n                    \"field\": \"Notification Status\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-notification-status\"\n                },\n                {\n                    \"field\": \"Public UUID\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-public-uuid\"\n                },\n                {\n                    \"field\": \"Updated At\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-updated-at\"\n                },\n                {\n                    \"field\": \"Appointment User ID\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"appointments-user-id\"\n                }\n            ]\n        },\n        \"segment\": \"instance.segments.12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Jan 2026 16:41:01 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"User Element Id\": \"694537debdf691574600c676\",\n            \"Guid\": \"instance.scheduled_appointment.164246\",\n            \"Availability Guid\": \"instance.appointments_availabilities.5390\",\n            \"Type\": \"instance.appointments_types.2779\",\n            \"Start\": \"2025-12-23T17:00:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"scheduled\",\n            \"Created\": \"2025-12-19T11:32:46+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"67c5ce7bfc2956427f01d84b\"\n            },\n            \"Location\": \"Advising Suite 201.  Mead Hall\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"265bed1a-ecd5-4004-805a-0ee4500346d4\",\n            \"Updated At\": \"2025-12-23T16:00:28+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"694537debdf691574600c676\"\n            }\n        },\n        {\n            \"User Element Id\": \"68cda82af7604f15200130ea\",\n            \"Guid\": \"instance.scheduled_appointment.113739\",\n            \"Availability Guid\": \"instance.appointments_availabilities.124\",\n            \"Type\": \"instance.appointments_types.2779\",\n            \"Start\": \"2025-09-20T16:00:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"no_show\",\n            \"Created\": \"2025-09-19T18:59:54+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"6426eaefceed8e2a7d042d72\"\n            },\n            \"Location\": \"Advising Suite 201.  Mead Hall\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"e1195682-01a4-4c7b-ac6f-b9da355efdf9\",\n            \"Updated At\": \"2025-10-08T19:55:26+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"68cda82af7604f15200130ea\"\n            }\n        },\n        {\n            \"User Element Id\": \"68fbd59e43382c7d9f0c9ae6\",\n            \"Guid\": \"instance.scheduled_appointment.173575\",\n            \"Availability Guid\": \"instance.appointments_availabilities.5992\",\n            \"Type\": \"instance.appointments_types.2779\",\n            \"Start\": \"2026-01-13T16:00:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"canceled\",\n            \"Created\": \"2026-01-12T22:41:41+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"68a339a30e9238b88d02c88a\"\n            },\n            \"Location\": \"Advising Suite 201.  Mead Hall\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"dc7d72cf-cc13-47d4-a8af-0701f0552522\",\n            \"Updated At\": \"2026-01-13T15:02:52+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"68fbd59e43382c7d9f0c9ae6\"\n            }\n        },\n        {\n            \"User Element Id\": \"6305492e7e50b8195d0f7693\",\n            \"Guid\": \"instance.scheduled_appointment.114559\",\n            \"Availability Guid\": \"instance.appointments_availabilities.4683\",\n            \"Type\": \"instance.appointments_types.2779\",\n            \"Start\": \"2025-09-23T13:30:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"scheduled\",\n            \"Created\": \"2025-09-22T18:22:37+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"62e94241a96a3e685e44d92e\"\n            },\n            \"Location\": \"Advising Suite 201.  Mead Hall\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"21c249b6-8e33-4294-9493-23ab2b1ea1a9\",\n            \"Updated At\": \"2025-09-23T12:32:25+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"6305492e7e50b8195d0f7693\"\n            }\n        },\n        {\n            \"User Element Id\": \"66631718829a789b920343cb\",\n            \"Guid\": \"instance.scheduled_appointment.104890\",\n            \"Availability Guid\": \"instance.appointments_availabilities.1623\",\n            \"Type\": \"instance.appointments_types.1247\",\n            \"Start\": \"2025-08-29T15:00:00+00:00\",\n            \"Duration\": 60,\n            \"Status\": \"scheduled\",\n            \"Created\": \"2025-08-28T17:34:14+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"65ef07d8d8f8a768f90119a5\"\n            },\n            \"Location\": \"Main Central Campus\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"c0a605c1-f28e-4692-8453-c1bae84e7447\",\n            \"Updated At\": \"2025-08-29T14:01:28+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"66631718829a789b920343cb\"\n            }\n        },\n        {\n            \"User Element Id\": \"66631718829a789b920343cb\",\n            \"Guid\": \"instance.scheduled_appointment.96728\",\n            \"Availability Guid\": \"instance.appointments_availabilities.4683\",\n            \"Type\": \"instance.appointments_types.2779\",\n            \"Start\": \"2025-08-08T17:00:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"no_show\",\n            \"Created\": \"2025-08-08T16:31:39+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"62e94241a96a3e685e44d92e\"\n            },\n            \"Location\": \"Advising Suite 201.  Mead Hall\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"440bb00b-36bc-4285-9e9f-12448a61fc33\",\n            \"Updated At\": \"2025-08-28T17:33:28+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"66631718829a789b920343cb\"\n            }\n        },\n        {\n            \"User Element Id\": \"66631718829a789b920343cb\",\n            \"Guid\": \"instance.scheduled_appointment.89787\",\n            \"Availability Guid\": \"instance.appointments_availabilities.3\",\n            \"Type\": \"instance.appointments_types.4\",\n            \"Start\": \"2025-07-23T18:00:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"scheduled\",\n            \"Created\": \"2025-07-23T16:27:22+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"62e94241a96a3e685e44d92e\"\n            },\n            \"Location\": \"Advising Suite\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"df5f8cd9-29e0-4f5a-995c-ab5dd1923214\",\n            \"Updated At\": \"2025-07-23T17:03:41+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"66631718829a789b920343cb\"\n            }\n        },\n        {\n            \"User Element Id\": \"66631718829a789b920343cb\",\n            \"Guid\": \"instance.scheduled_appointment.89789\",\n            \"Availability Guid\": \"instance.appointments_availabilities.4683\",\n            \"Type\": \"instance.appointments_types.2779\",\n            \"Start\": \"2025-07-23T17:30:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"scheduled\",\n            \"Created\": \"2025-07-23T16:28:35+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"62e94241a96a3e685e44d92e\"\n            },\n            \"Location\": \"Advising Suite 201.  Mead Hall\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"22682342-fde0-4f01-bead-06db6d7326ed\",\n            \"Updated At\": \"2025-07-23T16:32:41+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"66631718829a789b920343cb\"\n            }\n        },\n        {\n            \"User Element Id\": \"66631718829a789b920343cb\",\n            \"Guid\": \"instance.scheduled_appointment.78746\",\n            \"Availability Guid\": \"instance.appointments_availabilities.4683\",\n            \"Type\": \"instance.appointments_types.2779\",\n            \"Start\": \"2025-06-27T16:00:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"canceled\",\n            \"Created\": \"2025-06-23T15:05:09+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"62e94241a96a3e685e44d92e\"\n            },\n            \"Location\": \"Advising Suite 201.  Mead Hall\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"69b05dca-44ec-4916-9123-2a14414f4a96\",\n            \"Updated At\": \"2025-06-27T15:04:22+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"66631718829a789b920343cb\"\n            }\n        },\n        {\n            \"User Element Id\": \"66631718829a789b920343cb\",\n            \"Guid\": \"instance.scheduled_appointment.79216\",\n            \"Availability Guid\": \"instance.appointments_availabilities.4683\",\n            \"Type\": \"instance.appointments_types.2779\",\n            \"Start\": \"2025-06-24T16:30:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"attended\",\n            \"Created\": \"2025-06-24T14:54:31+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"62e94241a96a3e685e44d92e\"\n            },\n            \"Location\": \"Advising Suite 201.  Mead Hall\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"56e3b4a3-23a0-4c5f-a99e-7e51bd08d9bd\",\n            \"Updated At\": \"2025-07-08T21:30:07+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"66631718829a789b920343cb\"\n            }\n        },\n        {\n            \"User Element Id\": \"66631718829a789b920343cb\",\n            \"Guid\": \"instance.scheduled_appointment.79172\",\n            \"Availability Guid\": \"instance.appointments_availabilities.4683\",\n            \"Type\": \"instance.appointments_types.2779\",\n            \"Start\": \"2025-06-24T14:00:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"scheduled\",\n            \"Created\": \"2025-06-24T12:52:50+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"62e94241a96a3e685e44d92e\"\n            },\n            \"Location\": \"Advising Suite 201.  Mead Hall\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"70a3cb4b-2e34-4527-a2a2-bec282599cbf\",\n            \"Updated At\": \"2025-06-24T13:00:23+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"66631718829a789b920343cb\"\n            }\n        },\n        {\n            \"User Element Id\": \"66631718829a789b920343cb\",\n            \"Guid\": \"instance.scheduled_appointment.75383\",\n            \"Availability Guid\": \"instance.appointments_availabilities.120\",\n            \"Type\": \"instance.appointments_types.2\",\n            \"Start\": \"2025-06-10T18:00:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"canceled\",\n            \"Created\": \"2025-06-10T14:22:56+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"62e94241a96a3e685e44d92e\"\n            },\n            \"Location\": \"Mead Hall 212, Bate 200\",\n            \"Location Type\": \"virtual\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"df96bb51-2f72-40e9-8d9a-1aef6b835056\",\n            \"Updated At\": \"2025-06-10T22:24:47+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"66631718829a789b920343cb\"\n            }\n        },\n        {\n            \"User Element Id\": \"66631718829a789b920343cb\",\n            \"Guid\": \"instance.scheduled_appointment.75357\",\n            \"Availability Guid\": \"instance.appointments_availabilities.120\",\n            \"Type\": \"instance.appointments_types.2\",\n            \"Start\": \"2025-06-10T17:00:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"canceled\",\n            \"Created\": \"2025-06-10T13:12:54+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"62e94241a96a3e685e44d92e\"\n            },\n            \"Location\": \"Mead Hall 212, Bate 200\",\n            \"Location Type\": \"virtual\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"c3909b9f-b6b7-4132-9225-9c561e8721e0\",\n            \"Updated At\": \"2025-06-10T16:01:02+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"66631718829a789b920343cb\"\n            }\n        },\n        {\n            \"User Element Id\": \"66631718829a789b920343cb\",\n            \"Guid\": \"instance.scheduled_appointment.44576\",\n            \"Availability Guid\": \"instance.appointments_availabilities.2970\",\n            \"Type\": \"instance.appointments_types.4\",\n            \"Start\": \"2025-05-13T17:00:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"scheduled\",\n            \"Created\": \"2025-02-03T18:08:59+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"67054c684a6fee98dc03afd2\"\n            },\n            \"Location\": \"SSC-123\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"c87c7769-0d2e-4ae3-b044-b584d4f3ba99\",\n            \"Updated At\": \"2025-05-13T03:44:40+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"66631718829a789b920343cb\"\n            }\n        },\n        {\n            \"User Element Id\": \"67efac134094fc4ee80fb070\",\n            \"Guid\": \"instance.scheduled_appointment.124855\",\n            \"Availability Guid\": \"instance.appointments_availabilities.7174\",\n            \"Type\": \"instance.appointments_types.2779\",\n            \"Start\": \"2025-10-11T13:00:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"scheduled\",\n            \"Created\": \"2025-10-10T10:48:18+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"68e8d6d606f5684ff901ccd2\"\n            },\n            \"Location\": \"Advising Suite 201.  Mead Hall\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"443eee85-c48a-442a-9691-26bcd44af07a\",\n            \"Updated At\": \"2025-10-11T12:00:21+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"67efac134094fc4ee80fb070\"\n            }\n        },\n        {\n            \"User Element Id\": \"68e657a7cdb0da3cdf064cd9\",\n            \"Guid\": \"instance.scheduled_appointment.124911\",\n            \"Availability Guid\": \"instance.appointments_availabilities.7175\",\n            \"Type\": \"instance.appointments_types.2779\",\n            \"Start\": \"2025-10-28T14:30:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"scheduled\",\n            \"Created\": \"2025-10-10T14:31:34+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"68e8d6d606f5684ff901ccd2\"\n            },\n            \"Location\": \"Advising Suite 201.  Mead Hall\",\n            \"Location Type\": \"virtual\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"e0386620-197f-49be-a9ae-896c9232379c\",\n            \"Updated At\": \"2025-10-28T13:30:29+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"68e657a7cdb0da3cdf064cd9\"\n            }\n        },\n        {\n            \"User Element Id\": \"68a46c57b082efa3ac08344b\",\n            \"Guid\": \"instance.scheduled_appointment.105198\",\n            \"Availability Guid\": \"instance.appointments_availabilities.3121\",\n            \"Type\": \"instance.appointments_types.2020\",\n            \"Start\": \"2025-09-11T14:30:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"canceled\",\n            \"Created\": \"2025-08-29T12:59:38+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"6100205015c0ae4d6111b845\"\n            },\n            \"Location\": \"Student Success Center\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"2bcb9ee7-4017-4e5f-8c9b-a896f8770e50\",\n            \"Updated At\": \"2025-09-11T13:35:17+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"68a46c57b082efa3ac08344b\"\n            }\n        },\n        {\n            \"User Element Id\": \"68a46c57b082efa3ac08344b\",\n            \"Guid\": \"instance.scheduled_appointment.105193\",\n            \"Availability Guid\": \"instance.appointments_availabilities.5992\",\n            \"Type\": \"instance.appointments_types.2779\",\n            \"Start\": \"2025-08-30T18:00:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"scheduled\",\n            \"Created\": \"2025-08-29T12:50:24+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"68a339a30e9238b88d02c88a\"\n            },\n            \"Location\": \"Advising Suite 201.  Mead Hall\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"f3d64d84-8733-462c-9f42-11b2d297afca\",\n            \"Updated At\": \"2025-08-30T17:00:37+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"68a46c57b082efa3ac08344b\"\n            }\n        },\n        {\n            \"User Element Id\": \"68a46c57b082efa3ac08344b\",\n            \"Guid\": \"instance.scheduled_appointment.105188\",\n            \"Availability Guid\": \"instance.appointments_availabilities.6\",\n            \"Type\": \"instance.appointments_types.3\",\n            \"Start\": \"2025-08-29T16:30:00+00:00\",\n            \"Duration\": 15,\n            \"Status\": \"canceled\",\n            \"Created\": \"2025-08-29T12:40:38+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"60ff043b5c9e36155e312f90\"\n            },\n            \"Location\": \"Zoom\",\n            \"Location Type\": \"virtual\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"93d559f0-c06f-42b5-a156-33b364879147\",\n            \"Updated At\": \"2025-08-29T15:30:53+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"68a46c57b082efa3ac08344b\"\n            }\n        },\n        {\n            \"User Element Id\": \"67efa46cbb3633de030fc69c\",\n            \"Guid\": \"instance.scheduled_appointment.124896\",\n            \"Availability Guid\": \"instance.appointments_availabilities.7174\",\n            \"Type\": \"instance.appointments_types.2779\",\n            \"Start\": \"2025-10-29T13:00:00+00:00\",\n            \"Duration\": 30,\n            \"Status\": \"scheduled\",\n            \"Created\": \"2025-10-10T13:55:34+00:00\",\n            \"Admin ID\": {\n                \"$oid\": \"68e8d6d606f5684ff901ccd2\"\n            },\n            \"Location\": \"Advising Suite 201.  Mead Hall\",\n            \"Location Type\": \"physical\",\n            \"Notification Status\": \"sent\",\n            \"Public UUID\": \"5756f9a8-af4f-4ca0-b146-7a370ed6bcf0\",\n            \"Updated At\": \"2025-10-29T12:03:11+00:00\",\n            \"Appointment User ID\": {\n                \"$oid\": \"67efa46cbb3633de030fc69c\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"count\": 20\n    }\n}"},{"id":"1c1a8cf3-f832-4fac-a647-c20234254070","name":"Export Conversations - All","originalRequest":{"method":"POST","header":[{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"options\": {\n            \"column_key\": \"field\",\n            \"unwind\": {\n                \"root\": \"conversations-root\"\n            }\n        },\n        \"template\": {\n            \"columns\": [\n                {\n                    \"field\": \"User Element Id\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-elementid\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"User First Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-first-name\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"User Last Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-last-name\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Conversation Guid\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"conversations-guid\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Conversation Summary\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"conversations-ai-summary\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Conversation Tono\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"conversations-ai-tone\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Last Activity\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"conversations-last-activity\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Conversation Title\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"conversations-title\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Conversation created at\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"conversations-created-at\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                }\n            ]\n        },\n        \"segment\": \"{{SEGMENT_GUID}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/export"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"6713146c-9586-409f-a953-ac00d3261ba6","name":"Export Decisions - Latest Decision per User","originalRequest":{"method":"POST","header":[{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"options\": {\n            \"column_key\": \"slug\",\n            \"unwind\": {\n                \"root\": \"decisions-root\",\n                \"limit\": 10,\n                \"sort\": {\n                    \"decisions-created_at\" : -1\n                }\n            }\n        },\n        \"template\": {\n            \"columns\": [\n                {\n                    \"field\": \"User Element Id\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-elementid\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"User First Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-first-name\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"User Last Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-last-name\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Decision applications.guid\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"decisions-application_guid\",\n                    \"empty\": null,\n                    \"transformations\": [\n                        {\n                            \"type\": \"formAutomapExport\",\n                            \"params\": {\n                                \"data_source\": \"data_source.applications\",\n                                \"taxonomy\": null,\n                                \"source_model\": null,\n                                \"from\": \"guid\",\n                                \"to\": \"name\",\n                                \"enabled\": true,\n                                \"dimensions\": {\n                                    \"name\": \"Name\",\n                                    \"guid\": \"Guid\"\n                                },\n                                \"root_level\": false\n                            }\n                        }\n                    ],\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Decision applications.registration_id\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"decisions-registration-id\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Decision applications.stage_id\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"decisions-stage_id\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Decision status_guid\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"decisions-status_guid\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Decision score\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"decisions-score\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Decision Cohorts\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"decisions-cohorts\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Decision created at\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"decisions-created_at\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                }\n            ]\n        },\n        \"segment\" : \"{{SEGMENT_GUID}}\",\n        \"per_page\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/export"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"User Element Id\": \"66d9f4b0fc27ce0c54cb\",\n            \"User First Name\": \"First\",\n            \"User Last Name\": \"Last\",\n            \"Decision applications.guid\": \"Undergraduate Application for Admission\",\n            \"Decision applications.registration_id\": \"YB6K4JY\",\n            \"Decision applications.stage_id\": \"0ZYTLE0\",\n            \"Decision status_guid\": \"instance.taxonomy.1849296\",\n            \"Decision score\": 0,\n            \"Decision Cohorts\": [\n                \"NKURO5U\",\n                \"UW4BVIM\",\n                \"KHXXDYJ\",\n                \"RQJQOKA\",\n                \"ROPSCNB\",\n                \"QXAQ6RP\"\n            ],\n            \"Decision created at\": \"2025-05-30T14:03:59+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"count\": 1,\n        \"next_last_id\": \"66d9f4b0c0c27ce0c54cb\"\n    }\n}"},{"id":"a1f0c543-971b-4399-8cbf-0cf9b3de4655","name":"Export Tasks - First 2 Users in Segment","originalRequest":{"method":"POST","header":[{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"options\": {\n            \"column_key\": \"slug\",\n            \"unwind\": {\n                \"root\": \"todos-root\",\n                \"limit\": 2\n            }\n        },\n        \"template\": {\n            \"columns\": [\n                {\n                    \"field\": \"User Element Id\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-elementid\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"User First Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-first-name\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"User Last Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-last-name\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Todo Guid\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"todos-guid\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Todo Status\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"todos-status\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Todos Type\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"todos-type\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Todos Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"todos-name\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Todos Descrip\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"todos-description\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Todos Category\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"todos-category\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Todos created at\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"todos-created-at\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                }\n            ]\n        },\n        \"segment\" : \"{{SEGMENT_GUID}}\",\n        \"per_page\": 2\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/export"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user-elementid\": \"620e9b3534e4a5726292\",\n            \"user-first-name\": \"First\",\n            \"user-last-name\": \"Last\",\n            \"todos-guid\": \"instance.todos.99266\",\n            \"todos-status\": \"todo\",\n            \"todos-type\": \"instance.taxonomy.184236\",\n            \"todos-name\": \"Call\",\n            \"todos-description\": \"Call the student and follow up about application.\",\n            \"todos-category\": \"internal\",\n            \"todos-created-at\": \"2022-10-03T18:55:50+00:00\"\n        },\n        {\n            \"user-elementid\": \"620e9b3534e4a5726292\",\n            \"user-first-name\": \"First\",\n            \"user-last-name\": \"Last\",\n            \"todos-guid\": \"instance.todos.3279091\",\n            \"todos-status\": \"todo\",\n            \"todos-type\": \"instance.taxonomy.2957431\",\n            \"todos-name\": \"First-Year Experience: Mentor<>Mentee Registration\",\n            \"todos-description\": \"Register for the First-Year Experience program. \\n\\nThis program will provide a comprehensive orientation into the university environment through a personalized mentorship.\",\n            \"todos-category\": \"external\",\n            \"todos-created-at\": \"2024-05-12T05:04:23+00:00\"\n        },\n        {\n            \"user-elementid\": \"611bf5a6ae7914524cf9\",\n            \"user-first-name\": \"First1\",\n            \"user-last-name\": \"Last1\",\n            \"todos-guid\": \"instance.todos.3375183\",\n            \"todos-status\": \"done\",\n            \"todos-type\": \"instance.taxonomy.2957813\",\n            \"todos-name\": \"Preparation for High School Visit\",\n            \"todos-description\": \"Tasks to ensure that a high school visit is well-coordinated, impactful, and maximizes the engagement opportunity with potential applicants.\",\n            \"todos-category\": \"internal\",\n            \"todos-created-at\": \"2024-06-03T14:08:50+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"count\": 4,\n        \"next_last_id\": \"620e9b3534e7f364a5726292\"\n    }\n}"},{"id":"0ae490ad-4073-4f53-8adc-7133142e36d8","name":"Export Transcripts - All Transcripts for a Single User","originalRequest":{"method":"POST","header":[{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"options\": {\n            \"column_key\": \"slug\",\n            \"unwind\": {\n                \"root\": \"transcripts-root\"\n            }\n        },\n        \"template\": {\n            \"columns\": [\n                {\n                    \"field\": \"User Element Id\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-elementid\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"User First Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-first-name\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"User Last Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-last-name\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Strengths\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"transcripts-strengths\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Weaknesses\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"transcripts-weaknesses\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Credits Attempted\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"transcripts-credits-attempted\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Credits Earned\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"transcripts-credits-earned\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Institution Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"transcripts-institution-name\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Institution Code\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"transcripts-institution-code\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                },\n                {\n                    \"field\": \"Student Id\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"transcripts-student-id\",\n                    \"empty\": null,\n                    \"type\": \"string\",\n                    \"range\": []\n                }\n            ]\n        },\n        \"users\" : [\n            \"68feef4780e10b08450ea075\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/export"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user-elementid\": \"68feef10b08450ea075\",\n            \"user-first-name\": \"First\",\n            \"user-last-name\": \"Last\",\n            \"transcripts-strengths\": \"Strong performance in Early Childhood Education coursework, including administration, literacy, special needs, and family engagement, with repeated A grades. Demonstrated persistence by successfully repeating Intermediate Algebra and improving language study outcomes.\",\n            \"transcripts-weaknesses\": \"Limited breadth beyond education-focused coursework, with minimal quantitative coursework and one W. An early F in Cantonese remains on record alongside a later C, which impacts the cumulative GPA.\",\n            \"transcripts-credits-attempted\": 52,\n            \"transcripts-credits-earned\": 44,\n            \"transcripts-institution-name\": \"City College of San Francisco\",\n            \"transcripts-institution-code\": \"\",\n            \"transcripts-student-id\": \"W00064498\"\n        },\n        {\n            \"user-elementid\": \"68feef10b08450ea075\",\n            \"user-first-name\": \"First\",\n            \"user-last-name\": \"Last\",\n            \"transcripts-strengths\": \"Strong performance in writing-intensive and aviation theory courses (A in Composition II, American Literature II, Aviation Meteorology, and Private Pilot Ground School). Successfully completed substantial prior learning and technical training credits.\",\n            \"transcripts-weaknesses\": \"Notable deficiency in flight skills coursework (F in Private Flight) and some average outcomes (Cs) in Composition I, United States History II, and Microeconomics.\",\n            \"transcripts-credits-attempted\": 72,\n            \"transcripts-credits-earned\": 69,\n            \"transcripts-institution-name\": \"Central Texas College District\",\n            \"transcripts-institution-code\": \"FICE: 004003; OPEID: 00400300; CEEB: 6130; ACT: 4081\",\n            \"transcripts-student-id\": \"1741406\"\n        },\n        {\n            \"user-elementid\": \"68feef10b08450ea075\",\n            \"user-first-name\": \"First\",\n            \"user-last-name\": \"Last\",\n            \"transcripts-strengths\": \"Strong 10th-grade performance across core subjects and consistent As in health-related electives. Completion of an AP social studies course with a B+ indicates readiness for advanced coursework.\",\n            \"transcripts-weaknesses\": \"Early math performance was a weakness (NC Math 2 Honors D) and science started with a B- in Earth/Environmental Science. World language grades were B+, leaving room for higher proficiency.\",\n            \"transcripts-credits-attempted\": \"\",\n            \"transcripts-credits-earned\": \"\",\n            \"transcripts-institution-name\": \"Wakefield High\",\n            \"transcripts-institution-code\": \"343244\",\n            \"transcripts-student-id\": \"\"\n        },\n        {\n            \"user-elementid\": \"68feef10b08450ea075\",\n            \"user-first-name\": \"First\",\n            \"user-last-name\": \"Last\",\n            \"transcripts-strengths\": \"Strengths are evident in health professions courses, including pharmacology, pathophysiology, research methods, and family-centered nursing, as well as strong communication (A in Interpersonal Communication) and J-term seminars (multiple A grades). Writing- and humanities-based courses are consistently above average.\",\n            \"transcripts-weaknesses\": \"Some lower marks occurred in foundational sciences (C/C+ in physiology and chemistry) and in select nursing terms (C in Psychosocial Nursing; several B- grades in senior-level nursing). These suggest occasional challenges with certain science-heavy or capstone-management topics.\",\n            \"transcripts-credits-attempted\": 143,\n            \"transcripts-credits-earned\": 143,\n            \"transcripts-institution-name\": \"Luther College\",\n            \"transcripts-institution-code\": \"\",\n            \"transcripts-student-id\": \"0335233\"\n        }\n    ],\n    \"meta\": {\n        \"count\": 4\n    }\n}"}],"_postman_id":"e85b8e65-6a1f-4cb9-ad10-3e755f2effcf"}],"id":"3a215459-a8d6-4295-af3e-0142d35ffb57","_postman_id":"3a215459-a8d6-4295-af3e-0142d35ffb57","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Import","item":[{"name":"Web Data Import","id":"cc963f73-2e5a-44a1-aa16-2499bfc3a626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"template\": \"instance.template.86\",\n        \"items\": [\n            {\n                \"user-identities-schoolid\": \"12345\",\n                \"user-first-name\": \"First\",\n                \"user-preferred-name\": \"test\",\n                \"user-middle-name\": \"\",\n                \"user-last-name\": \"Last\",\n                \"user-dob\": \"1999-01-01T00:00:00-05:00\",\n                \"user-email-address\": \"example@example.com\",\n                \"user-milestones-application-start-date\": \"2023-08-10T13:53:41\",\n                \"user-applications-status\": \"\",\n                \"user-citizenship-us-status\": \"PR\",\n                \"user-education-highschools-counselor-email-new\": \"\",\n                \"user-education-highschools-counselor-first-name\": \"\",\n                \"user-education-highschools-counselor-last-name\": \"\",\n                \"user-citizenship-country\": \"AL\",\n                \"user-milestones-prospect-date\": \"\",\n                \"user-elementid\": \"\",\n                \"user-education-term\": \"Fall 2026\",\n                \"user-milestones-prospect-term\": \"Fall 2026\",\n                \"user-applications-term-*\": \"\",\n                \"user-gender\": \"F\",\n                \"user-phone-home-number\": \"+1 555-555-5555\",\n                \"user-education-highschools-ceeb\": \"99000\",\n                \"user-addresses-mailing-city\": \"Acton\",\n                \"user-addresses-mailing-country\": \"United States\",\n                \"user-addresses-mailing-state\": \"MA\",\n                \"user-addresses-mailing-street1\": \"123 Sesame St\",\n                \"user-addresses-mailing-street2\": \"\",\n                \"user-addresses-mailing-zip\": \"01720\",\n                \"user-applications-major\": \"\",\n                \"user-applications-major-second\": \"\",\n                \"user-applications-minor\": \"\",\n                \"user-phone-cell-number\": \"+1 555-555-5555\",\n                \"user-family-guardian-email-1\": \"\",\n                \"user-family-guardian-1-first-name\": \"\",\n                \"user-family-guardian-1-last-name\": \"\",\n                \"user-family-guardian-1-relationship\": \"\",\n                \"user-family-guardian-email-2\": \"\",\n                \"user-family-guardian-2-first-name\": \"\",\n                \"user-family-guardian-2-last-name\": \"\",\n                \"user-family-guardian-2-relationship\": \"\",\n                \"user-addresses-home-city\": \"Sdfgdfgsf\",\n                \"user-addresses-home-country\": \"United States\",\n                \"user-addresses-home-state\": \"FL\",\n                \"user-addresses-home-street1\": \"Sdfgdsfg\",\n                \"user-addresses-home-street2\": \"\",\n                \"user-addresses-home-zip\": \"01721\",\n                \"user-gender-pronouns\": \"\",\n                \"user-religion-name\": \"\",\n                \"user-applications-student-type\": \"F\",\n                \"user-education-student-type\": \"F\",\n                \"user-sms-updates\": \"\",\n                \"user-education-highschools-state\": \"\",\n                \"user-education-highschools-country\": \"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://{{client}}.{{api}}/v2/users/import?analytics={{analytics}}&feature={{feature}}","description":"<p><strong>Description</strong></p>\n<p>Import bulk user data into Element451 to create or update user records.</p>\n<p><strong>Body Parameters</strong></p>\n<ul>\n<li><strong>\"template\"</strong> : \"mixed\" - (required) The template defines the attributes of the user that will be exported, \"columns\", and any transformations or validations applied to those attributes.<br />  The template can be passed inline in the request body itself as an object/array or an existing template GUID can be passed as a string.<br />  For passing the template inline:<ul>\n<li><strong>\"columns\"</strong> : [array] - (required) list of object properties to be exported for each row.<ul>\n<li><strong>\"field\"</strong> : \"string\" - (required) Friendly name of the field to be imported. Does not have to match the system friendly name.</li>\n<li><strong>\"mode\"</strong> : \"string\" - (required) Generally should be set to “slug”.<br />  Options:<ul>\n<li>Slug - This imports the values from the matching item to the slug.</li>\n<li>Skip - This skips importing the data for that specific slug. The field name and slug name (can be any text string) still need to be populated in the template and the slug name needs to be present in the data.</li>\n<li>Calculated - The formula value needs to be included in the template and the slug in the data import, though the value of the item is ignored, so it is best to just leave it blank.</li>\n</ul>\n</li>\n<li><strong>\"slug\"</strong> : \"string\" - (required) Slug of the referenced Mapping. When using “mode”: “skip” this can be any text string and does not have to be a real slug.</li>\n<li><strong>“formula”</strong> : “string” - (optional) A formula to be applied while importing using calculated mode.</li>\n<li><strong>\"transformations\"</strong> : [array] - (optional) Any transformation to be applied on the value.</li>\n<li><strong>“scope”</strong> : “string” - (sometimes required) Used for importing multiple values for the type of fields (for example test scores or milestones).</li>\n<li><strong>\"validations\"</strong> : [array] - (optional) Any validation to be applied to the value.</li>\n<li><strong>“type”</strong> : “string” - (optional) The type of data to be imported. (”string” or for example)</li>\n<li><strong>“range”</strong> : [array] - (optional) Example would be [\"unique\"] for fields you want to match on.</li>\n<li><strong>\"empty\"</strong> : \"mixed\" - (optional) Action to do when the value is empty.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Items Mode Parameters</strong></p>\n<ul>\n<li><strong>\"items\"</strong> : [array] - (Required)<ul>\n<li>\"XXX\": {object} - (Required) The data to be imported. The object keys, “XXX”, can either be column number {”0”: “Jane”, “1”:”<a href=\"https://mailto:janedoe@email.com\">janedoe@email.com</a>”,......} or the slug in the layout {”user-first-name”: “John” , ”user-email-address” : “<a href=\"https://mailto:johndoe@email.com\">johndoe@email.com</a>”}</li>\n<li>If using calculated fields, you can use either numbers as the object key, which starts at 0, or use slugs. (Key 0 is equal to column 1 in the layout). Either way, the value for the calculate column would be empty as the data is populated by the formula.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Items Import options</strong></p>\n<ul>\n<li><strong>\"options\"</strong> : {objects} - (optional)<ul>\n<li><strong>“action”</strong> : “string - (optional) Can be set to update, upsert, or insert. The default is upsert.</li>\n<li><strong>“dry”</strong> : boolean - (optional) Can be true or false. True will run the import without writing to the database, the same way a test flat file import would act.</li>\n<li><strong>\"trackActivity\"</strong> : boolean - (optional) True means the system will fire off application activities when applications are imported. For example, if it's on, and you import a submitted application, the system will fire applicationRegistrationSuccessful, applicationCompleted, and applicationSubmitted.</li>\n<li><strong>\"bumpOptUpdatedAt\"</strong> : boolean - (optional)</li>\n</ul>\n</li>\n</ul>\n<p>Please visit <a href=\"https://integrations.element451.com/importing-data-103\">https://integrations.element451.com/importing-data-103</a> for more examples.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","users","import"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"1cdba757-89cd-421f-8bc1-e82b23d07760","name":"Import Fields Using Template Reference","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"template\": \"instance.template.86\",\n        \"items\": [\n            {\n                \"user-identities-schoolid\": \"12345\",\n                \"user-first-name\": \"First\",\n                \"user-preferred-name\": \"test\",\n                \"user-middle-name\": \"\",\n                \"user-last-name\": \"Last\",\n                \"user-dob\": \"1999-01-01T00:00:00-05:00\",\n                \"user-email-address\": \"example@example.com\",\n                \"user-milestones-application-start-date\": \"2023-08-10T13:53:41\",\n                \"user-applications-status\": \"\",\n                \"user-citizenship-us-status\": \"PR\",\n                \"user-education-highschools-counselor-email-new\": \"\",\n                \"user-education-highschools-counselor-first-name\": \"\",\n                \"user-education-highschools-counselor-last-name\": \"\",\n                \"user-citizenship-country\": \"AL\",\n                \"user-milestones-prospect-date\": \"\",\n                \"user-elementid\": \"\",\n                \"user-education-term\": \"Fall 2026\",\n                \"user-milestones-prospect-term\": \"Fall 2026\",\n                \"user-applications-term-*\": \"\",\n                \"user-gender\": \"F\",\n                \"user-phone-home-number\": \"+1 555-555-5555\",\n                \"user-education-highschools-ceeb\": \"99000\",\n                \"user-addresses-mailing-city\": \"Acton\",\n                \"user-addresses-mailing-country\": \"United States\",\n                \"user-addresses-mailing-state\": \"MA\",\n                \"user-addresses-mailing-street1\": \"123 Sesame St\",\n                \"user-addresses-mailing-street2\": \"\",\n                \"user-addresses-mailing-zip\": \"01720\",\n                \"user-applications-major\": \"\",\n                \"user-applications-major-second\": \"\",\n                \"user-applications-minor\": \"\",\n                \"user-phone-cell-number\": \"+1 555-555-5555\",\n                \"user-family-guardian-email-1\": \"\",\n                \"user-family-guardian-1-first-name\": \"\",\n                \"user-family-guardian-1-last-name\": \"\",\n                \"user-family-guardian-1-relationship\": \"\",\n                \"user-family-guardian-email-2\": \"\",\n                \"user-family-guardian-2-first-name\": \"\",\n                \"user-family-guardian-2-last-name\": \"\",\n                \"user-family-guardian-2-relationship\": \"\",\n                \"user-addresses-home-city\": \"Sdfgdfgsf\",\n                \"user-addresses-home-country\": \"United States\",\n                \"user-addresses-home-state\": \"FL\",\n                \"user-addresses-home-street1\": \"Sdfgdsfg\",\n                \"user-addresses-home-street2\": \"\",\n                \"user-addresses-home-zip\": \"01721\",\n                \"user-gender-pronouns\": \"\",\n                \"user-religion-name\": \"\",\n                \"user-applications-student-type\": \"F\",\n                \"user-education-student-type\": \"F\",\n                \"user-sms-updates\": \"\",\n                \"user-education-highschools-state\": \"\",\n                \"user-education-highschools-country\": \"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://{{client}}.{{api}}/v2/users/import?analytics={{analytics}}&feature={{feature}}","protocol":"http","host":["{{client}}","{{api}}"],"path":["v2","users","import"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"stats\": {\n            \"created\": 0,\n            \"updated\": 1,\n            \"unchanged\": 0\n        },\n        \"error\": null,\n        \"warnings\": [],\n        \"info\": [],\n        \"result\": {\n            \"updated\": [\n                \"63ed61ee903377078663\"\n            ]\n        }\n    }\n}"},{"id":"a7216e6f-6993-4b8e-8143-cf2a6f0af4f3","name":"Remove Value from String Field","originalRequest":{"method":"POST","header":[{"key":"feature","value":"{{feature}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"template\": {\n            \"columns\": [\n                {\n                    \"field\": \"element_id\",\n                    \"slug\": \"user-elementid\",\n                    \"mode\": \"slug\"\n                },\n                {\n                    \"field\": \"preferred_name\",\n                    \"slug\": \"user-preferred-name\",\n                    \"mode\": \"slug\",\n                    \"empty\": \"emptystring\"\n                }\n            ]\n        },\n        \"items\": [\n            {\n                \"user-elementid\": \"63ed61ee90d9223377078663\",\n                \"user-preferred-name\": \"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://{{client}}.{{api}}/v2/users/import"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 09 Dec 2025 20:25:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"stats\": {\n            \"created\": 0,\n            \"updated\": 1,\n            \"unchanged\": 0\n        },\n        \"error\": null,\n        \"warnings\": [],\n        \"info\": [],\n        \"result\": {\n            \"updated\": [\n                \"63ed61ee90d9223377078663\"\n            ]\n        }\n    }\n}"}],"_postman_id":"cc963f73-2e5a-44a1-aa16-2499bfc3a626"}],"id":"090440c5-d0ed-47b7-88f9-fa563640a8fc","description":"<p>Access and manage Import Tasks.</p>\n","_postman_id":"090440c5-d0ed-47b7-88f9-fa563640a8fc","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Integrations","item":[{"name":"Get OAuth Installation Link","id":"898569fb-9bc8-44ce-89f2-c0c1160a83b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"base_url\": {{BASE_URL}},\n        \"setting_id\": {{SETTING_ID}}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/users/integrations/{{INTEGRATION_KEY}}/oauth2/link","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["users","integrations","{{INTEGRATION_KEY}}","oauth2","link"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"898569fb-9bc8-44ce-89f2-c0c1160a83b2"},{"name":"Installation Inbound","id":"bd96975e-4920-404c-9711-00e8e98466bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"base_url\": {{BASE_URL}},\n        \"setting_id\": {{SETTING_ID}}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/users/integrations/{{INTEGRATION_KEY}}/inbound","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["users","integrations","{{INTEGRATION_KEY}}","inbound"],"host":["{{client}}","{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd96975e-4920-404c-9711-00e8e98466bf"},{"name":"Complete OAuth Installation","id":"6c2ec91d-e52c-4928-8c57-1611bf7a6304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/users/integrations/{{INTEGRATION_KEY}}/oauth2?state={{STATE}}&code={{CODE}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["users","integrations","{{INTEGRATION_KEY}}","oauth2"],"host":["{{client}}","{{api}}"],"query":[{"key":"state","value":"{{STATE}}"},{"key":"code","value":"{{CODE}}"}],"variable":[]}},"response":[],"_postman_id":"6c2ec91d-e52c-4928-8c57-1611bf7a6304"},{"name":"Delete OAuth Installation","id":"7bdf3c67-b8d8-4c4f-aa4b-2988179ae740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/users/integrations/{{INTEGRATION_KEY}}/oauth2?setting_id={{SETTING_ID}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["users","integrations","{{INTEGRATION_KEY}}","oauth2"],"host":["{{client}}","{{api}}"],"query":[{"key":"setting_id","value":"{{SETTING_ID}}"}],"variable":[]}},"response":[],"_postman_id":"7bdf3c67-b8d8-4c4f-aa4b-2988179ae740"}],"id":"db5e29b4-477f-46d4-a79f-b60379015fd0","_postman_id":"db5e29b4-477f-46d4-a79f-b60379015fd0","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Internal","item":[{"name":"Get Internal Users","id":"28f414d0-e746-4119-8439-c5885dc3dba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"http://{{client}}.{{api}}/v2/users/internal?analytics={{analytics}}&feature={{feature}}","description":"<p>Return the list of All internal Users</p>\n","urlObject":{"protocol":"http","path":["v2","users","internal"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"cd1057ce-82b4-463d-b98a-a99e4bc312d3","name":"Get Internal Users","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{client}}.{{api}}/v2/users/internal?analytics={{analytics}}&feature={{feature}}","protocol":"http","host":["{{client}}","{{api}}"],"path":["v2","users","internal"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2025 18:27:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"id\": \"5e6274632ca3f67d541f11f3\",\n            \"email\": \"staff1@institution.edu\",\n            \"first_name\": \"Staffname\",\n            \"preferred_name\": null,\n            \"last_name\": \"Staff1\",\n            \"date_of_birth\": null,\n            \"avatar\": {\n                \"guid\": \"instance.files.3997093\",\n                \"url\": \"https://s3.amazonaws.com/lum_test/instance/public/files/b8ppH8I8wopIH/2025_07_12_21_41_22_PM62cdea820dd30.jpg\",\n                \"transformations\": {\n                    \"image_500x500_fit\": {\n                        \"url\": \"https://s3.amazonaws.com/lum_test/instance/public/files/b8ppH8I8wopIH/2025_07_12_21_41_22_PM62cdea820dd30.jpg\",\n\n                    },\n                    \"image_32x32_fit\": {\n                        \"url\": \"https://s3.amazonaws.com/lum_test/instance/public/files/b8ppH8I8wopIH/2025_07_12_21_41_22_PM62cdea820dd30.jpg\",\n\n                    }\n                }\n            },\n            \"type\": \"internal\",\n            \"phone\": null,\n            \"created_at\": \"Fri Mar 06 16:03:47 +0000 2020\",\n            \"updated_at\": \"Wed Nov 06 21:06:29 +0000 2024\",\n            \"last_login\": \"Tue Oct 08 18:08:33 +0000 2024\",\n            \"groups\": [\n                {\n                    \"_id\": \"53344e71a17040041a7\",\n                    \"name\": \"Element451 Administrator\",\n                    \"permissions\": [\n                        \"639899d02cf63e4fdf1a419b\",\n                        \"5ce6b7e0bf577705e7afe289\",\n                        \"5c3625b4b2e7610ec0ccc98a\",\n                        \"56996d1a1d74dada2e8b50bc\",\n                        \"56f4037a1d74da87248b5205\",\n                        \"560ef6b76aa39f0d518b4cb7\",\n                        \"568c43be1d74dad92a8b5c0c\",\n                        \"568c43d91d74da62348b6ec2\",\n                        \"568c44091d74da64348b6dd0\",\n                        \"58b87e02bfc9605d517dc0b0\",\n                        \"58b87edfbfc9605d517dc0b1\",\n                        \"58b87f0dbfc9605d517dc0b2\",\n                        \"58b87f79bfc9605d517dc0b3\",\n                        \"593036b5f1c85d564506af46\"\n                    ]\n                },\n                {\n                    \"_id\": \"560ef85e6aa39f19498b54a7\",\n                    \"name\": \"App451 User\",\n                    \"permissions\": [\n                        \"560ef6b76aa39f0d518b4cb7\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"5e6274632ca3f67d541f11f4\",\n            \"email\": \"staff2@institution.edu\",\n            \"first_name\": \"Staffname\",\n            \"preferred_name\": null,\n            \"last_name\": \"Staff2\",\n            \"date_of_birth\": null,\n            \"avatar\": {\n                \"guid\": \"instance.files.1338326\"\n            },\n            \"type\": \"internal\",\n            \"phone\": [],\n            \"created_at\": \"Fri Mar 06 16:03:47 +0000 2020\",\n            \"updated_at\": \"Mon Feb 17 17:37:50 +0000 2025\",\n            \"last_login\": \"Mon Feb 17 17:37:50 +0000 2025\",\n            \"groups\": [\n                {\n                    \"_id\": \"5fcfa6195ffde803f03aaaab\",\n                    \"name\": \"Admissions Team \",\n                    \"permissions\": [\n                        \"568c44631d74dae73f8b6bc6\",\n                        \"568c444b1d74da64348b6dd1\",\n                        \"5824dd9a6bfd3ed4718b45de\",\n                        \"569411b223326b06698b7594\",\n                        \"56783f8289ea5ea078d35d34\",\n                        \"5bb3b9999360c8046a710cd4\",\n                        \"5ce6b7e0bf577705e7afe288\",\n                        \"59a06a6235d8de26f74cf8a1\",\n                        \"58b87f79bfc9605d517dc0b3\",\n                        \"594986544916271644e460f7\",\n                        \"5bca116e08cbbe084fa41154\",\n                        \"5c3625b4b2e7610ec0ccc98a\",\n                        \"5ce6b7e0bf577705e7afe289\",\n                        \"560ef6dc6aa39f0b518b4c91\",\n                        \"568c43f21d74da60348b6df5\",\n                        \"56f4037a1d74da87248b5205\",\n                        \"5a0b585ed77d660d493769a6\",\n                        \"5c59d42d536889465b33492a\",\n                        \"58b87f0dbfc9605d517dc0b2\",\n                        \"5c59d42d536889465b334923\",\n                        \"593036b5f1c85d564506af46\",\n                        \"5aa0148480017d44db330c0c\",\n                        \"59d3bb7a1346af83787e128a\",\n                        \"5a33f585f8c2a14472bd0a33\",\n                        \"5aa014a480017d44db330c0f\",\n                        \"5c59d42d536889465b334924\",\n                        \"5c59d42d536889465b33492b\",\n                        \"568c43d91d74da62348b6ec2\",\n                        \"568e6e6c1d74da60348b6ed4\",\n                        \"59a847adbb1a8b5e5f427a65\",\n                        \"5c59d42d536889465b334929\",\n                        \"5bb3b9999360c8046a710cd5\",\n                        \"560ef6b76aa39f0d518b4cb7\",\n                        \"568c43be1d74dad92a8b5c0c\",\n                        \"58b87edfbfc9605d517dc0b1\"\n                    ]\n                }\n            ]\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"count\": 2,\n            \"offset\": 0,\n            \"limit\": null\n        }\n    }\n}"}],"_postman_id":"28f414d0-e746-4119-8439-c5885dc3dba9"}],"id":"47d91256-acb0-4412-b17e-536b4864d805","_postman_id":"47d91256-acb0-4412-b17e-536b4864d805","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Todos","item":[{"name":"Statuses","item":[{"name":"Get Statuses","id":"53f36d82-6672-4cee-9ce4-2a356f1253d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/statuses?analytics={{analytics}}&feature={{feature}}","description":"<p>Get clients statuses, if they don't exists, create them with default values.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","statuses"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"53f36d82-6672-4cee-9ce4-2a356f1253d8"},{"name":"Create Status","id":"6648fff4-efb6-48a3-9fe6-fc544af8a69b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"enabled\":1,\n    \"status\":\"done\",\n    \"title\":\"test title\"\n}"},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/statuses?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","statuses"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"6648fff4-efb6-48a3-9fe6-fc544af8a69b"},{"name":"Status reorder","id":"331d63a7-d3b9-4189-950f-033a645141d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/statuses/{{STATUS_GUID}}/3?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","statuses","{{STATUS_GUID}}","3"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"331d63a7-d3b9-4189-950f-033a645141d9"},{"name":"Update Status","id":"ceeeb63c-04df-4c52-a743-d34e8230ec32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"enabled\":1,\n    \"status\":\"in_progress\",\n    \"title\":\"test title\"\n}"},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/statuses/{{STATUS_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","statuses","{{STATUS_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"ceeeb63c-04df-4c52-a743-d34e8230ec32"},{"name":"Delete Status","id":"084afd9c-5cc0-4510-ae98-415d09b64a86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"replacement_status_guid\": \"123\"\n}"},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/statuses/{{STATUS_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","statuses","{{STATUS_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"084afd9c-5cc0-4510-ae98-415d09b64a86"}],"id":"6f639653-24c9-4801-8973-e09d70fe8784","_postman_id":"6f639653-24c9-4801-8973-e09d70fe8784","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Priorities","item":[{"name":"Get Priorities","id":"ab127716-f0c8-41c7-b4b4-6a9486afadae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/priorities?analytics={{analytics}}&feature={{feature}}","description":"<p>Get clients priorities, if they don't exists, create them with default values.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","priorities"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"ab127716-f0c8-41c7-b4b4-6a9486afadae"},{"name":"Create Priority","id":"254ffcc1-e80f-4fdb-8b79-ff0e7c26c148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"enabled\":1,\n    \"title\":\"Super new priority\",\n    \"icon\": \"volume-max-1\",\n    \"color\":\"purple\"\n}\n"},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/priorities?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","priorities"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"254ffcc1-e80f-4fdb-8b79-ff0e7c26c148"},{"name":"Update Priority","id":"b8d68f08-d3c6-422e-a4cc-04622788ebe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"enabled\":1,\n    \"title\":\"Super new priority\",\n    \"icon\": \"volume-max-1\",\n    \"color\":\"purple\",\n    \"default\": true\n}\n"},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/priorities/{{PRIORITY_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","priorities","{{PRIORITY_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"b8d68f08-d3c6-422e-a4cc-04622788ebe5"},{"name":"Delete Priority","id":"c39cf526-c4cb-46a4-8257-84c9f63857c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"replacement_priority_guid\": \"tu.taxonomy.2348\"\n}"},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/priorities/{{PRIORITY_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","priorities","{{PRIORITY_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"c39cf526-c4cb-46a4-8257-84c9f63857c2"},{"name":"Priority reorder","id":"f497b062-1c2d-40e9-b134-ff7dbec631ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/priorities/{{TASK_GUID}}/3?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","priorities","{{TASK_GUID}}","3"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"f497b062-1c2d-40e9-b134-ff7dbec631ee"}],"id":"a1473858-f5cf-413a-9f93-832893b78732","_postman_id":"a1473858-f5cf-413a-9f93-832893b78732","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Types","item":[{"name":"Get Types","id":"dc6990af-dfdb-4f49-bf33-3bf2799199e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/types?analytics={{analytics}}&feature={{feature}}","description":"<p>Get clients types, if they don't exists, create them with default values.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","types"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"dc6990af-dfdb-4f49-bf33-3bf2799199e9"},{"name":"Create Type","id":"3d44b467-d118-43ef-b275-ef809ed5c5f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"enabled\":1,\n    \"title\":\"Super new type\",\n    \"icon\": \"mobile-phone-2\"\n}\n"},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/types?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","types"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"3d44b467-d118-43ef-b275-ef809ed5c5f9"},{"name":"Update Type","id":"0bf901c4-c4e6-4abc-9d41-71724dd701e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"enabled\":1,\n    \"title\":\"Super new type\",\n    \"icon\": \"mobile-phone-2\"\n}\n"},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/types/{{TYPE_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","types","{{TYPE_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"0bf901c4-c4e6-4abc-9d41-71724dd701e9"},{"name":"Delete Type","id":"8fe1c492-04ab-46e3-91d0-0d1bfafc0b28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/types/{{TYPE_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","types","{{TYPE_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"8fe1c492-04ab-46e3-91d0-0d1bfafc0b28"}],"id":"f349394c-dfe8-41cf-a220-b61ca70ad8e0","_postman_id":"f349394c-dfe8-41cf-a220-b61ca70ad8e0","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"General Settings","item":[{"name":"Get General Settings","id":"8e03b242-7d0d-42b1-96e4-a64aa468668c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/general?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","general"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"8e03b242-7d0d-42b1-96e4-a64aa468668c"},{"name":"Update General Settings","id":"64d70b4e-5692-41a6-a438-ba98467c911c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"enable_notes","value":"0","type":"text"},{"key":"enable_subtasks","value":"0","type":"text"},{"key":"enable_queues","value":"1","type":"text"},{"key":"use_default_statuses","value":"1","type":"text"},{"key":"use_default_priorities","value":"0","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/general?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","general"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"64d70b4e-5692-41a6-a438-ba98467c911c"}],"id":"ae9de142-a5e6-4a87-b32b-c0cd023aa0cf","_postman_id":"ae9de142-a5e6-4a87-b32b-c0cd023aa0cf","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Tasks","item":[{"name":"Notes","item":[{"name":"Create Task Note","id":"38064a2e-848f-4d3e-a242-d654cda64b9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"Some note for task here 3\"\n}"},"url":"https://{{client}}.{{api}}/v2/people/tasks/{{TASK_GUID}}/notes?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","{{TASK_GUID}}","notes"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"38064a2e-848f-4d3e-a242-d654cda64b9e"},{"name":"Update Task Note","id":"6b009c78-8f4b-4b96-9c95-9ed18589815c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"Some updated note for task hereasd sadas\"\n}"},"url":"https://{{client}}.{{api}}/v2/people/tasks/{{TASK_GUID}}/notes/{{NOTE_ITEM_ID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","{{TASK_GUID}}","notes","{{NOTE_ITEM_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"6b009c78-8f4b-4b96-9c95-9ed18589815c"},{"name":"Delete Task Note","id":"4a5925d1-e979-477d-aca4-04cbca782a25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/people/tasks/{{TASK_GUID}}/notes/{{NOTE_ITEM_ID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","{{TASK_GUID}}","notes","{{NOTE_ITEM_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"4a5925d1-e979-477d-aca4-04cbca782a25"}],"id":"baf5c691-ad8a-48f1-b403-b749f56b90a9","_postman_id":"baf5c691-ad8a-48f1-b403-b749f56b90a9","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Tasks","id":"b871de4b-7c65-4add-aedb-6de20f1a49f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/people/tasks?analytics={{analytics}}&feature={{feature}}","description":"<p>Get all clients tasks, accessing directly form backend (php) could return huge amount of data.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"b871de4b-7c65-4add-aedb-6de20f1a49f5"},{"name":"Create Task with Subtasks","id":"0c2c8f9b-8d50-4e19-952a-22fb34819f27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n            \"assigned_to\" : [\"561e4493bffebc922c8b4567\"],\n            \"name\": \"parent tasl\",\n            \"due_datetime\" : \"2022-08-20T15:52:01+00:00\",\n            \"type_guid\" : \"tu.taxonomy.2351\",\n            \"status_guid\" : \"tu.taxonomy.2326\",\n            \"priority_guid\" : \"tu.taxonomy.2332\",\n            \"related_to\" : \"55e9ace82e402e2c198b80ec\",\n            \"description\" : \"lalalala\",\n            \"subtasks\": [\n                {\n                    \"assigned_to\" : [\"561e4493bffebc922c8b4567\"],\n            \"name\": \"sub task l\",\n            \"due_datetime\" : \"2022-08-20T15:52:01+00:00\",\n            \"type_guid\" : \"tu.taxonomy.2351\",\n            \"status_guid\" : \"tu.taxonomy.2326\",\n            \"priority_guid\" : \"tu.taxonomy.2332\",\n            \"related_to\" : \"55e9ace82e402e2c198b80ec\",\n            \"description\" : \"lalalala\"\n                },\n                               {\n                    \"assigned_to\" : [\"561e4493bffebc922c8b4567\"],\n            \"name\": \"sub task 2\",\n            \"due_datetime\" : \"2022-08-20T15:52:01+00:00\",\n            \"type_guid\" : \"tu.taxonomy.2351\",\n            \"status_guid\" : \"tu.taxonomy.2326\",\n            \"priority_guid\" : \"tu.taxonomy.2332\",\n            \"related_to\" : \"55e9ace82e402e2c198b80ec\",\n            \"description\" : \"lalalala\"\n                }\n            ]\n}"},"url":"https://{{client}}.{{api}}/v2/people/tasks/subtasks?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","subtasks"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"0c2c8f9b-8d50-4e19-952a-22fb34819f27"},{"name":"Update Task","id":"a6332209-62b3-4dac-a25a-43384deaf8a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"assigned_to\":[\n        \"55e9ad592e402e2c198b859d\", \"55e9ade12e402e2c198b8b45\"\n    ],\n    \"name\":\"new name\",\n    \"status_guid\": \"tu.taxonomy.2327\",\n    \"due_datetime\":\"2022-08-20T15:52:01+00:00\",\n    \"type_guid\": \"tu.taxonomy.2320\",\n    \"priority_guid\": \"tu.taxonomy.2329\",\n    \"description\": \"some info here\",\n    \"related_to\": \"55e9ace82e402e2c198b80ec\"\n\n}"},"url":"https://{{client}}.{{api}}/v2/people/tasks/{{TASK_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","{{TASK_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"a6332209-62b3-4dac-a25a-43384deaf8a2"},{"name":"Delete Task","id":"a1bbbcff-be8e-4616-bcd3-937ddbb0b2dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{client}}.{{api}}/v2/people/tasks/{{TASK_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","{{TASK_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"a1bbbcff-be8e-4616-bcd3-937ddbb0b2dc"},{"name":"Tasks Bulk Action","id":"c297d583-71a0-44e3-9742-484c86abe31b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"tasks_guids[0]","value":"tu.todos.50077","type":"text"},{"key":"tasks_guids[1]","value":"tu.todos.50078","type":"text"},{"key":"assign_to[0]","value":"dsad12dasgd18gdias","description":"<p>required if {{ACTION}} = 'assign_to'</p>\n","type":"text"},{"key":"status_guid","value":"tu.taxonomy.123","description":"<p>required if {{ACTION}} = 'change_status'</p>\n","type":"text"},{"key":"type_guid","value":"tu.taxonomy.1234","description":"<p>required if {{ACTION}} = 'change_type'</p>\n","type":"text"},{"key":"priority_guid","value":"tu.taxonomy.12345","description":"<p>required if {{ACTION}} = 'change_priority'</p>\n","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/people/tasks/bulk/{{ACTION}}?analytics={{analytics}}&feature={{feature}}","description":"<p>Apply bulk action to all selected tasks.<br />Possible action values:</p>\n<ul>\n<li>delete</li>\n<li>assign_to</li>\n<li>change_status</li>\n<li>change_type</li>\n<li>change_priority</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","bulk","{{ACTION}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"c297d583-71a0-44e3-9742-484c86abe31b"},{"name":"Clone Task","id":"f935e4c2-5b72-4a37-a66a-029630de3c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{client}}.{{api}}/v2/people/tasks/{{TASK_GUID}}/clone?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","{{TASK_GUID}}","clone"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"f935e4c2-5b72-4a37-a66a-029630de3c5f"},{"name":"Task unsubscribe from updates","id":"a5e3e4ee-8966-4149-8c46-8759ea87f549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"subscriber\": \"561e4493bffebc922c8b4567\"\n}"},"url":"https://{{client}}.{{api}}/v2/people/tasks/{{TASK_GUID}}/unsubscribe?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","{{TASK_GUID}}","unsubscribe"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"a5e3e4ee-8966-4149-8c46-8759ea87f549"},{"name":"Task subscribe for updates","id":"f2469c39-4289-4ddc-aecc-3135b2bf6522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"subscriber\": \"561e4493bffebc922c8b4567\"\n}"},"url":"https://{{client}}.{{api}}/v2/people/tasks/{{TASK_GUID}}/subscribe?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","{{TASK_GUID}}","subscribe"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"f2469c39-4289-4ddc-aecc-3135b2bf6522"}],"id":"d4d432d9-43a2-434d-a3af-be7ffc02653d","_postman_id":"d4d432d9-43a2-434d-a3af-be7ffc02653d","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Queues","item":[{"name":"Get Queues","id":"e78e196a-806e-4ca9-9735-8854c810afd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/queues?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","queues"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"e78e196a-806e-4ca9-9735-8854c810afd9"},{"name":"Create Queue","id":"c854b001-90c1-49c5-adc6-55e0c4e00ea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic c2pvdmFub3ZpYytkYXNoQHNwYXJrNDUxLmNvbToxMjMxMjM="},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Some queue name\",\n    \"description\":\"done\",\n    \"queue_cohesion_condition\":{\n          \"conditions\": [\n            {\n                \"type\": \"status\",\n                \"operator\": \"$eq\",\n                \"value\": \"tu.taxonomy.3548\"\n            },\n            {\n                \"type\": \"status\",\n                \"operator\": \"$in\",\n                \"value\": [\"tu.taxonomy.2325\", \"tu.taxonomy.2326\"]\n            },\n            {\n                \"type\": \"priority\",\n                \"operator\": \"$exists\",\n                \"value\": true\n            }\n          ]\n    },\n    \"user_segment_reference_guid\": \"tu.segments.916\"\n}"},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/queues?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","queues"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"c854b001-90c1-49c5-adc6-55e0c4e00ea3"},{"name":"Update Queue","id":"6c5cdf64-cbaa-4e5c-a1d3-f9805cbf583c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Some queue name\",\n    \"description\":\"done\",\n    \"queue_cohesion_condition\":{\n          \"conditions\": [\n            {\n                \"type\": \"status\",\n                \"operator\": \"$eq\",\n                \"value\": \"tu.taxonomy.1\"\n            },\n            {\n                \"type\": \"status\",\n                \"operator\": \"$in\",\n                \"value\": [\"tu.taxonomy.2\", \"tu.taxonomy.3\"]\n            },\n            {\n                \"type\": \"priority\",\n                \"operator\": \"$exists\",\n                \"value\": false\n            },\n            {\n                \"type\": \"assigned_to\",\n                \"operator\": \"$eq\",\n                \"value\": \"132131231231231231\"\n            }\n          ]\n    },\n    \"user_segment_reference_guid\": \"1234\"\n}"},"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/queues/{{QUEUE_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","queues","{{QUEUE_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"6c5cdf64-cbaa-4e5c-a1d3-f9805cbf583c"},{"name":"Delete Queue","id":"08d7d0b2-1553-48a4-acf9-ec1a41d0f362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/people/tasks/settings/queues/{{QUEUE_GUID}}?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","people","tasks","settings","queues","{{QUEUE_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"08d7d0b2-1553-48a4-acf9-ec1a41d0f362"}],"id":"c6cfb473-0278-4c10-b040-d41c527b4e3d","description":"<h2 id=\"these-routes-still-in-progress-you-requests-may-have-unexpected-results\"><em><strong>THESE ROUTES STILL IN PROGRESS, YOU REQUESTS MAY HAVE UNEXPECTED RESULTS</strong></em></h2>\n","_postman_id":"c6cfb473-0278-4c10-b040-d41c527b4e3d","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"11ecfca4-64ee-4d27-a912-16c1e9405b22","_postman_id":"11ecfca4-64ee-4d27-a912-16c1e9405b22","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Tokens","item":[{"name":"Evaluate User Tokens","id":"3c67ae69-855c-42d7-a9aa-0e5646d7d157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"tokens\": [\n            {\n                \"token\": \"[user:first_name]\",\n                \"context\": {\n                    \"user_id\": [\n                        \"63ed61ee90d9223377078663\"\n                    ]\n                },\n                \"params\": {}\n            },\n            {\n                \"token\": \"[user_application:major]\",\n                \"context\": {\n                    \"user_id\": [\n                        \"63ed61ee90d9223377078663\"\n                    ],\n                    \"registration_id\": \"A50PKEB7\"\n                },\n                \"params\": {}\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/tokens/values?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","tokens","values"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"6c620cd7-1235-47f2-90bb-968ac25003a1","name":"Evaluate User Tokens","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"tokens\": [\n            {\n                \"token\": \"[user:first_name]\",\n                \"context\": {\n                    \"user_id\": [\n                        \"63ed61ee90d9223377078663\"\n                    ]\n                },\n                \"params\": {}\n            },\n            {\n                \"token\": \"[user_application:major]\",\n                \"context\": {\n                    \"user_id\": [\n                        \"63ed61ee90d9223377078663\"\n                    ],\n                    \"registration_id\": \"A50PKEB7\"\n                },\n                \"params\": {}\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/users/tokens/values?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","tokens","values"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Feb 2026 22:57:16 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"tokens\": [\n            {\n                \"token\": \"[user:first_name]\",\n                \"value\": \"Jessica\",\n                \"context\": {\n                    \"user_id\": \"63ed61ee90d9223377078663\",\n                    \"subdom\": \"instance\"\n                },\n                \"params\": []\n            },\n            {\n                \"token\": \"[user_application:major]\",\n                \"value\": \"Physical Therapy\",\n                \"context\": {\n                    \"user_id\": \"63ed61ee90d9223377078663\",\n                    \"registration_id\": \"A50PKEB7\",\n                    \"subdom\": \"instance\"\n                },\n                \"params\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"3c67ae69-855c-42d7-a9aa-0e5646d7d157"}],"id":"feef2684-2fbc-451b-bb91-32137baabe51","_postman_id":"feef2684-2fbc-451b-bb91-32137baabe51","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Network","item":[{"name":"Roles","item":[{"name":"{taxonomy_guid}","item":[{"name":"Delete Role","id":"33e2b0a9-b15f-48ef-83f7-330bf9593fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/users/network/roles/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","network","roles",":taxonomy_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique GUID for the role. Found with GET to v2/users/network/roles.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taxonomy_guid"}]}},"response":[{"id":"656e6597-9ea6-41cc-8c77-4467023f7a0f","name":"Delete Role","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/network/roles/:taxonomy_guid?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","network","roles",":taxonomy_guid"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"taxonomy_guid","value":"instance.taxonomy.4177579","description":"Unique GUID for the role. Found with GET to v2/users/network/roles."}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Tue, 16 Dec 2025 15:28:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": []\n}"}],"_postman_id":"33e2b0a9-b15f-48ef-83f7-330bf9593fbb"}],"id":"e6220ff9-85f1-4177-b64a-7c5be450b32c","description":"<p>Delete a Network Roles based on it's taxonomy GUID.</p>\n","_postman_id":"e6220ff9-85f1-4177-b64a-7c5be450b32c","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Roles","id":"70bfbd8c-2254-42b3-8a39-d5240da5dbc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/network/roles?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","network","roles"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"64079de4-8760-4a64-9c4b-04416aeb6ea9","name":"Get All Roles","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/network/roles?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","network","roles"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Dec 2025 15:22:58 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Academic Advisor\",\n            \"index_weight\": 1,\n            \"guid\": \"instance.taxonomy.4117149\",\n            \"created_at\": \"2024-08-13T17:25:27+00:00\"\n        },\n        {\n            \"name\": \"Coach\",\n            \"index_weight\": 2,\n            \"guid\": \"instance.taxonomy.4117150\",\n            \"created_at\": \"2024-08-13T17:25:28+00:00\"\n        },\n        {\n            \"name\": \"Club Advisor\",\n            \"index_weight\": 3,\n            \"guid\": \"instance.taxonomy.4117153\",\n            \"created_at\": \"2024-08-13T17:25:29+00:00\"\n        },\n        {\n            \"name\": \"Faculty\",\n            \"index_weight\": 4,\n            \"guid\": \"instance.taxonomy.4117156\",\n            \"created_at\": \"2024-08-13T17:25:30+00:00\"\n        },\n        {\n            \"name\": \"Financial Aid Specialist\",\n            \"index_weight\": 5,\n            \"guid\": \"instance.taxonomy.4117158\",\n            \"created_at\": \"2024-08-13T17:25:31+00:00\"\n        },\n        {\n            \"name\": \"Residence Life Staff\",\n            \"index_weight\": 6,\n            \"guid\": \"instance.taxonomy.4117160\",\n            \"created_at\": \"2024-08-13T17:25:32+00:00\"\n        },\n        {\n            \"name\": \"Admissions Advisor\",\n            \"index_weight\": 7,\n            \"guid\": \"instance.taxonomy.4133047\",\n            \"created_at\": \"2024-12-10T15:23:24+00:00\"\n        },\n        {\n            \"name\": \"Admission Counselor\",\n            \"index_weight\": 8,\n            \"guid\": \"instance.taxonomy.4176515\",\n            \"created_at\": \"2025-12-04T21:56:22+00:00\"\n        }\n    ]\n}"}],"_postman_id":"70bfbd8c-2254-42b3-8a39-d5240da5dbc4"},{"name":"Create Role","id":"24c8a3f9-ea19-4585-8cfb-78e63108798c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Role\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/network/roles?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","network","roles"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"7b61d669-332c-4ab5-bf41-2f16496db6cb","name":"Create Role","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Role\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/users/network/roles?feature={{feature}}&analytics={{analytics}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","network","roles"],"query":[{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"analytics","value":"{{analytics}}","description":"Optional.","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Dec 2025 15:24:19 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Test Role\",\n        \"index_weight\": 9,\n        \"guid\": \"instance.taxonomy.4177579\",\n        \"created_at\": \"2025-12-16T15:24:18+00:00\"\n    }\n}"}],"_postman_id":"24c8a3f9-ea19-4585-8cfb-78e63108798c"}],"id":"c600a8e5-f234-4a79-9ff4-3e73c0a6542f","_postman_id":"c600a8e5-f234-4a79-9ff4-3e73c0a6542f","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"6e88756e-9c6f-404b-8c50-af563ea4857f","_postman_id":"6e88756e-9c6f-404b-8c50-af563ea4857f","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Notes","item":[{"name":"Types","item":[{"name":"Get User Note Types","id":"54cd37e5-7baf-4d6a-8c00-c4568282b9f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/notes/types/?analytics={{analytics}}&feature={{feature}}&limit&offset","description":"<p>Returns the list of Activity, Task and Note types. \"Types\" define the category of the given activity, task or note, such as \"Phone Call\" or \"In-Person Meeting\". Types can be used interchangably between activities, tasks and notes.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","notes","types",""],"host":["{{client}}","{{api}}"],"query":[{"disabled":true,"description":{"content":"<p>0|null|1. Show types that have been deleted.</p>\n","type":"text/plain"},"key":"with_deleted","value":"1"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Limit items returned.</p>\n","type":"text/plain"},"key":"limit","value":null},{"description":{"content":"<p>Offset items returned.</p>\n","type":"text/plain"},"key":"offset","value":null}],"variable":[]}},"response":[{"id":"2db36a76-d41d-4ce8-ad78-267d6b3affb0","name":"Get User Note Types","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/notes/types/?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","notes","types",""],"query":[{"key":"with_deleted","value":"1","description":"0|null|1. Show types that have been deleted.","disabled":true},{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"limit","value":null,"description":"Limit items returned.","disabled":true},{"key":"offset","value":null,"description":"Offset itmes returned.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Oct 2025 13:14:13 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Phone Call\",\n            \"properties\": {\n                \"icon\": \"phone-5\"\n            },\n            \"value\": \"phone-call\",\n            \"guid\": \"instance.taxonomy.1849236\",\n            \"index_weight\": null\n        },\n        {\n            \"name\": \"In Person\",\n            \"properties\": {\n                \"icon\": \"account-group-5\"\n            },\n            \"value\": \"in-person\",\n            \"guid\": \"instance.taxonomy.1849237\",\n            \"index_weight\": null\n        },\n        {\n            \"name\": \"Email\",\n            \"properties\": {\n                \"icon\": \"email-send-1\"\n            },\n            \"value\": \"email\",\n            \"guid\": \"instance.taxonomy.1849238\",\n            \"index_weight\": null\n        },\n        {\n            \"name\": \"Advisor\",\n            \"properties\": {\n                \"icon\": \"account-group-5\"\n            },\n            \"value\": \"advisor\",\n            \"guid\": \"instance.taxonomy.2012689\",\n            \"index_weight\": null\n        },\n        {\n            \"name\": \"Viewbook Mailed\",\n            \"properties\": {\n                \"icon\": \"email-send-1\"\n            },\n            \"value\": \"viewbook-mailed-note-type\",\n            \"guid\": \"instance.taxonomy.2911294\",\n            \"index_weight\": null\n        }\n    ],\n    \"meta\": {\n        \"count\": 5,\n        \"offset\": 0,\n        \"limit\": null\n    }\n}"}],"_postman_id":"54cd37e5-7baf-4d6a-8c00-c4568282b9f2"}],"id":"e1866bb7-7332-4d03-bf0a-f2ddb1b584f3","description":"<p>Access Note, Task &amp; Activity types.</p>\n","_postman_id":"e1866bb7-7332-4d03-bf0a-f2ddb1b584f3","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"9311a6f7-03f4-4f47-9580-512a0f969114","description":"<p>Access and manage notes metadata.</p>\n","_postman_id":"9311a6f7-03f4-4f47-9580-512a0f969114","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Organizations","item":[{"name":"List User Organizations","id":"b242abef-ec8a-47f2-8089-cd5368248db7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/users/{{USER_ID}}/organizations?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Returns the list of Organizations which users has relationships to.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","{{USER_ID}}","organizations"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"b242abef-ec8a-47f2-8089-cd5368248db7"},{"name":"Delete User Organization Relationship","id":"6b8f3580-8f32-4b19-81d2-0bc768b6babd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/users/{{USER_ID}}/organizations/{{ORGANIZATION_GUID}}?token={{feature}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Removes a relationship between the User and an Organization.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","{{USER_ID}}","organizations","{{ORGANIZATION_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"6b8f3580-8f32-4b19-81d2-0bc768b6babd"},{"name":"Add User to Organization relationship","id":"08b14ea5-6967-49bf-8986-fb39c011352c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"custom\",\n        \"relation\": \"{{RELATIONSHIP_TYPE}}\",\n        \"target\": \"{{ORGANIZATION_GUID}}\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/{{USER_ID}}/organizations?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Adds a relationship between the User and an Organization.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","{{USER_ID}}","organizations"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"08b14ea5-6967-49bf-8986-fb39c011352c"},{"name":"Update User Organization Relationship","id":"f1b4f952-03ea-4390-8229-12dab4951ce7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"relation\": \"{{RELATIONSHIP_TYPE}}\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/{{USER_ID}}/organizations/{{ORGANIZATION_GUID}}?token={{feature}}&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","{{USER_ID}}","organizations","{{ORGANIZATION_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"f1b4f952-03ea-4390-8229-12dab4951ce7"}],"id":"8ca5ea61-3dc0-4b3b-b0a9-7f17b9bef6e2","description":"<p>Contains the Operations related to User and the related Organizations.</p>\n","_postman_id":"8ca5ea61-3dc0-4b3b-b0a9-7f17b9bef6e2","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Passwords","item":[{"name":"Request Forgot Password Reset","id":"79ba9b21-5734-4c89-9542-bd2c26062fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"kjackson+smonica@element451.com","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/users/password/forgot?feature={{feature}}&analytics={{analytics}}&callback=http://app451-42.tu.app.sparksites.io","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","password","forgot"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"key":"callback","value":"http://app451-42.tu.app.sparksites.io"}],"variable":[]}},"response":[],"_postman_id":"79ba9b21-5734-4c89-9542-bd2c26062fc6"}],"id":"e7d87849-428c-4fec-9418-58ec83e0a700","_postman_id":"e7d87849-428c-4fec-9418-58ec83e0a700","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Profile","item":[{"name":"Forms","item":[{"name":"Virtual","item":[{"name":"{root_mapping}","item":[{"name":"Delete Repeater from Profile","id":"c5b6d739-fb60-4fde-9d04-aab8d810c182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/users/profile/forms/virtual/repeater/:root_mapping?weight[]=&user_id=&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","profile","forms","virtual","repeater",":root_mapping"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Integer. index_weight value of the repeater item to be deleted. Does not necessarily correspond to the array index.</p>\n","type":"text/plain"},"key":"weight[]","value":""},{"description":{"content":"<p>Identifier for the user record.</p>\n","type":"text/plain"},"key":"user_id","value":""},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Root mapping that contains the repeater item.</p>\n","type":"text/plain"},"type":"any","value":"","key":"root_mapping"}]}},"response":[],"_postman_id":"c5b6d739-fb60-4fde-9d04-aab8d810c182"}],"id":"837ca918-24d0-4753-8683-3a5841a605ac","_postman_id":"837ca918-24d0-4753-8683-3a5841a605ac","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"8687d49a-e3c7-4e99-9c6c-692798800301","_postman_id":"8687d49a-e3c7-4e99-9c6c-692798800301","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"16714e3b-7b82-45de-8de7-0110baef0e8f","_postman_id":"16714e3b-7b82-45de-8de7-0110baef0e8f","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Create User Profile","id":"810aecad-8917-4b16-9900-0c39f20828ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"template\": {\n            \"columns\": [\n                {\n                    \"field\": \"Email\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-email-address\",\n                    \"formula\": \"\",\n                    \"transformations\": [],\n                    \"scope\": [],\n                    \"validations\": [],\n                    \"type\": \"string\",\n                    \"range\": [\n                        \"unique\"\n                    ],\n                    \"empty\": \"remove\"\n                },\n                {\n                    \"field\": \"First Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-first-name\",\n                    \"formula\": \"\",\n                    \"transformations\": [],\n                    \"scope\": [],\n                    \"validations\": [],\n                    \"type\": \"string\",\n                    \"range\": [],\n                    \"empty\": \"remove\"\n                },\n                {\n                    \"field\": \"Last Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-last-name\",\n                    \"formula\": \"\",\n                    \"transformations\": [],\n                    \"scope\": [],\n                    \"validations\": [],\n                    \"type\": \"string\",\n                    \"range\": [],\n                    \"empty\": \"remove\"\n                }\n            ]\n        },\n        \"data\": {\n            \"user-email-address\": \"john.smith3@example.com\",\n            \"user-first-name\": \"John\",\n            \"user-last-name\": \"Smith\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/profile?feature={{feature}}","description":"<p>Creates a new user profile dynamically with the information given.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","profile"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"810aecad-8917-4b16-9900-0c39f20828ce"},{"name":"Update Profile Personal Information","id":"a0362767-049f-45cb-9f5b-aa3ef9809e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"form\":\"virtual.form.profile\",\"fields\":[{\"name\":\"first_name\",\"value\":\"Melanie\"},{\"name\":\"last_name\",\"value\":\"Frieson\"},{\"name\":\"gender\",\"value\":\"F\"},{\"name\":\"dob\",\"value\":\"1997-11-24T05:00:00.000+00:00\"},{\"name\":\"hispanic_latino\",\"value\":true}]}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/users/profile/basic_information/personal_information?feature={{feature}}&analytics={{analytics}}&user_id=","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","profile","basic_information","personal_information"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"user_id","value":""}],"variable":[]}},"response":[],"_postman_id":"a0362767-049f-45cb-9f5b-aa3ef9809e57"}],"id":"5adfa8dd-e636-4564-ad5c-dfc60cd56dd6","_postman_id":"5adfa8dd-e636-4564-ad5c-dfc60cd56dd6","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Relationships","item":[{"name":"Get Duplicate Evaluations","id":"dbb38be6-15a1-4715-9883-1b1f857d9ad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/relationships/duplicates?limit=50&offset=0&ignored=0&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","relationships","duplicates"],"host":["{{client}}","{{api}}"],"query":[{"key":"limit","value":"50"},{"key":"offset","value":"0"},{"description":{"content":"<p>Filter all, unresolved or ignored duplicates. null | 0 | 1.</p>\n","type":"text/plain"},"key":"ignored","value":"0"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"5eb3901c-b587-4610-8aa5-1db01e206087","name":"Get Duplicate Evaluations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/relationships/duplicates?limit=50&offset=0&ignored=0&analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","relationships","duplicates"],"query":[{"key":"limit","value":"50"},{"key":"offset","value":"0"},{"key":"ignored","value":"0","description":"Filter all, unresolved or ignored duplicates. null | 0 | 1."},{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Aug 2025 21:27:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"656fd0e0d91956b5b80287eb\",\n            \"probability\": 0.7,\n            \"ignored\": false,\n            \"master\": {\n                \"id\": \"656ef6ef43c931d73f0380b2\",\n                \"first_name\": \"Student\",\n                \"middle_name\": \"Middle\",\n                \"last_name\": \"Name\",\n                \"date_of_birth\": \"2000-01-01\",\n                \"addresses\": null,\n                \"updated_at\": \"2025-02-10T23:12:11+00:00\",\n                \"created_at\": \"2023-12-05T10:09:51+00:00\"\n            },\n            \"duplicate\": {\n                \"id\": \"656efb5138f906f656061c4d\",\n                \"first_name\": \"Duplicate\",\n                \"middle_name\": \"Middle\",\n                \"last_name\": \"Name\",\n                \"date_of_birth\": \"2000-01-01\",\n                \"addresses\": null,\n                \"updated_at\": \"2025-02-10T23:14:18+00:00\",\n                \"created_at\": \"2023-12-05T10:28:33+00:00\"\n            },\n            \"created_at\": \"2023-12-06T01:39:44+00:00\",\n            \"updated_at\": \"2023-12-06T01:39:44+00:00\",\n            \"updated_by\": null\n        },\n        {\n            \"id\": \"656fd1f45289b4cc0000ca38\",\n            \"probability\": 0.5,\n            \"ignored\": true,\n            \"master\": {\n                \"id\": \"656ef6ef43c931d73f0380b2\",\n                \"first_name\": \"Other Student\",\n                \"middle_name\": \"Middle\",\n                \"last_name\": \"Name\",\n                \"date_of_birth\": \"2000-01-01\",\n                \"addresses\": null,\n                \"updated_at\": \"2025-02-10T23:12:11+00:00\",\n                \"created_at\": \"2023-12-05T10:09:51+00:00\"\n            },\n            \"duplicate\": {\n                \"id\": \"656efb5138f906f656061c4d\",\n                \"first_name\": \"Other Duplicate\",\n                \"middle_name\": \"Middle\",\n                \"last_name\": \"Name\",\n                \"date_of_birth\": \"2000-01-01\",\n                \"addresses\": null,\n                \"updated_at\": \"2025-02-10T23:14:18+00:00\",\n                \"created_at\": \"2023-12-05T10:28:33+00:00\"\n            },\n            \"created_at\": \"2023-12-06T01:44:20+00:00\",\n            \"updated_at\": \"2023-12-06T01:44:20+00:00\",\n            \"updated_by\": null\n        }\n    ],\n    \"meta\": {\n        \"count\": 2,\n        \"limit\": 50,\n        \"offset\": 0\n    }\n}"}],"_postman_id":"dbb38be6-15a1-4715-9883-1b1f857d9ad6"},{"name":"Get Duplicate Evaluation","id":"e5411837-61d6-46b3-9227-ad33d36a46a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/relationships/duplicates/:duplicate_eval_id?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","relationships","duplicates",":duplicate_eval_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the duplicate evaluation. Found with GET to v2/users/relationships/duplicates.</p>\n","type":"text/plain"},"type":"any","value":"","key":"duplicate_eval_id"}]}},"response":[{"id":"fcce08e0-f42a-4a85-b8cc-912770426715","name":"Get Duplicate Evaluation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/relationships/duplicates/:duplicate_eval_id?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","relationships","duplicates",":duplicate_eval_id"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"duplicate_eval_id","value":"","description":"Unique identifier for the duplicate evaluation. Found with GET to v2/users/relationships/duplicates."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Aug 2025 21:27:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"656fd0e0d91956b5b80287eb\",\n        \"probability\": 0.7,\n        \"ignored\": false,\n        \"master\": {\n            \"id\": \"656ef6ef43c931d73f0380b2\",\n            \"first_name\": \"Student\",\n            \"middle_name\": \"Middle\",\n            \"last_name\": \"Name\",\n            \"date_of_birth\": \"2000-01-01\",\n            \"addresses\": null,\n            \"updated_at\": \"2025-02-10T23:12:11+00:00\",\n            \"created_at\": \"2023-12-05T10:09:51+00:00\"\n        },\n        \"duplicate\": {\n            \"id\": \"656efb5138f906f656061c4d\",\n            \"first_name\": \"Duplicate\",\n            \"middle_name\": \"Middle\",\n            \"last_name\": \"Name\",\n            \"date_of_birth\": \"2000-01-01\",\n            \"addresses\": null,\n            \"updated_at\": \"2025-02-10T23:14:18+00:00\",\n            \"created_at\": \"2023-12-05T10:28:33+00:00\"\n        },\n        \"created_at\": \"2023-12-06T01:39:44+00:00\",\n        \"updated_at\": \"2023-12-06T01:39:44+00:00\",\n        \"updated_by\": null\n    }\n}"}],"_postman_id":"e5411837-61d6-46b3-9227-ad33d36a46a2"},{"name":"Get Duplicate User Comparison","id":"33bfe524-1aad-4b40-b3a9-8234dde43335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://training.api.451.io/v2/users/:master_user_id/compare/:duplicate_user_id?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":master_user_id","compare",":duplicate_user_id"],"host":["training","api","451","io"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Identifier for the master user record.</p>\n","type":"text/plain"},"type":"any","value":"","key":"master_user_id"},{"description":{"content":"<p>Identifier for the duplicate user record.</p>\n","type":"text/plain"},"type":"any","value":"","key":"duplicate_user_id"}]}},"response":[{"id":"53759938-3f87-4ebf-bfda-4cbd8f47693d","name":"Get Duplicate User Comparison","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://training.api.451.io/v2/users/:master_user_id/compare/:duplicate_user_id?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["training","api","451","io"],"path":["v2","users",":master_user_id","compare",":duplicate_user_id"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"master_user_id","value":"","description":"Identifier for the master user record. Referred to as \"left\"."},{"key":"duplicate_user_id","value":"","description":"Identifier for the duplicate user record. Referred to as \"right\"."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Aug 2025 21:39:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"group\": \"basic\",\n            \"title\": \"First Name\",\n            \"item\": {\n                \"id\": \"first_name\",\n                \"resolve\": \"ignore\",\n                \"left\": \"First\",\n                \"right\": \"First\",\n                \"hash\": \"e61d75d219eeae66e3ca5be84312ef03\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"group\": \"basic\",\n            \"title\": \"Last Name\",\n            \"item\": {\n                \"id\": \"last_name\",\n                \"resolve\": \"ignore\",\n                \"left\": \"Last\",\n                \"right\": \"Last\",\n                \"hash\": \"532460be47f3069fe41902850fb3c993\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"group\": \"basic\",\n            \"title\": \"Middle Name\",\n            \"item\": {\n                \"id\": \"middle_name\",\n                \"resolve\": \"ignore\",\n                \"left\": \"M\",\n                \"right\": \"Middle\",\n                \"hash\": \"5af7903e2922c8a8848a1bce94f40994\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"group\": \"basic\",\n            \"title\": \"Name Prefix\",\n            \"item\": {\n                \"id\": \"prefix_name\",\n                \"resolve\": \"ignore\",\n                \"left\": \"Mr\",\n                \"right\": null,\n                \"hash\": \"36ef35ece4fe2d3838ea6cde13648231\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"group\": \"basic\",\n            \"title\": \"Former Last Name\",\n            \"item\": {\n                \"id\": \"former_last_name\",\n                \"resolve\": \"ignore\",\n                \"left\": null,\n                \"right\": null,\n                \"hash\": \"234a3168b410558191a4f641218ad4bf\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"group\": \"basic\",\n            \"title\": \"Preferred Name\",\n            \"item\": {\n                \"id\": \"preferred_name\",\n                \"resolve\": \"ignore\",\n                \"left\": \"First\",\n                \"right\": null,\n                \"hash\": \"8acef9eaad3e668d047e1af612928e0f\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"group\": \"basic\",\n            \"title\": \"Date of Birth\",\n            \"item\": {\n                \"id\": \"date_of_birth\",\n                \"resolve\": \"ignore\",\n                \"left\": \"Jan 1, 2005\",\n                \"right\": \"Jan 1, 2005\",\n                \"hash\": \"6f2f682f09ee20eab88ded8c9a1e7c9f\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"group\": \"basic\",\n            \"title\": \"Email\",\n            \"item\": {\n                \"id\": \"email\",\n                \"resolve\": \"keepOne\",\n                \"left\": \"example@element451.com\",\n                \"right\": \"example_2@element451.com\",\n                \"hash\": \"58ff300fd626fc1285b5c6bcd55630a1\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"group\": \"basic\",\n            \"title\": \"Gender\",\n            \"item\": {\n                \"id\": \"gender\",\n                \"resolve\": \"ignore\",\n                \"left\": null,\n                \"right\": \"F\",\n                \"hash\": \"9b4ca997555f94ab0182c11dddf7043d\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"group\": \"basic\",\n            \"title\": \"Race\",\n            \"item\": {\n                \"id\": \"race\",\n                \"resolve\": \"ignore\",\n                \"left\": \"2, 5, Hispanic: No\",\n                \"right\": null,\n                \"hash\": \"a34fb5e31441e8c417211ee2f73586f2\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"group\": \"social_security_number\",\n            \"title\": \"Social Security Number\",\n            \"item\": {\n                \"id\": \"social_security_number\",\n                \"resolve\": \"ignore\",\n                \"left\": \"123-45-6789\",\n                \"right\": null,\n                \"hash\": \"36558a27aedfecc404c7f6e086b6f823\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"group\": \"owner\",\n            \"title\": \"Assignee\",\n            \"item\": {\n                \"id\": \"owner\",\n                \"resolve\": \"keepOne\",\n                \"left\": \"Staff Member 1\",\n                \"right\": \"Staff Member 2\",\n                \"hash\": \"ae3eeaba723a3c6c38d70e94a218f1c8\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"group\": \"phone\",\n            \"title\": \"Mobile Phone\",\n            \"item\": {\n                \"id\": \"cell\",\n                \"resolve\": \"ignore\",\n                \"left\": \"+18008675309\",\n                \"right\": null,\n                \"hash\": \"b2aea1e590d01f95d84220bf645a552a\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"family\",\n            \"title\": \"Family Members\",\n            \"item\": {\n                \"id\": \"members\",\n                \"resolve\": \"ignore\",\n                \"left\": \"Mother: Mom Lastname, Father: Dad Lastname\",\n                \"right\": null,\n                \"hash\": \"1fbd3dadd8c39180b2a84c9333292b80\"\n            }\n        },\n        {\n            \"group\": \"custom\",\n            \"title\": \"Favorite Color\",\n            \"item\": {\n                \"id\": \"dualdegree\",\n                \"resolve\": \"ignore\",\n                \"left\": null,\n                \"right\": \"Blue\",\n                \"hash\": \"7660f8e3e5efca7c6486d7f31eace37d\"\n            },\n            \"collection\": \"user\"\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"basic\",\n            \"title\": \"Intended Term\",\n            \"item\": {\n                \"id\": \"term\",\n                \"resolve\": \"keepOne\",\n                \"left\": \"2025 Fall (FA-25)\",\n                \"right\": \"2019 Fall (FA-19)\",\n                \"hash\": \"e0862705336e8cacf9035c843649d2e3\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"basic\",\n            \"title\": \"Major\",\n            \"item\": {\n                \"id\": \"prefered_major\",\n                \"resolve\": \"ignore\",\n                \"left\": \"Underwater Basket Weaving (SCS001)\",\n                \"right\": null,\n                \"hash\": \"42b30b351544fef3df5a39ac5dcd1fbc\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"basic\",\n            \"title\": \"Academic Load\",\n            \"item\": {\n                \"id\": \"academic_load\",\n                \"resolve\": \"ignore\",\n                \"left\": \"M\",\n                \"right\": null,\n                \"hash\": \"5a93cfed6bd2f1313fb0bf3c8b915862\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"basic\",\n            \"title\": \"Degree\",\n            \"item\": {\n                \"id\": \"degree\",\n                \"resolve\": \"ignore\",\n                \"left\": \"Undergraduate (UND)\",\n                \"right\": null,\n                \"hash\": \"877013943befcf573060d4bd0c2ffd0a\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"schools\",\n            \"title\": \"Schools\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"Academy of Art University (1981)\",\n                    \"right\": null,\n                    \"hash\": \"8b0a7c21b36459b8759f0f59fdfd0fb3\"\n                },\n                {\n                    \"id\": \"L-2\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"Washington & Jefferson College (2967)\",\n                    \"right\": null,\n                    \"hash\": \"4a6373989c078b4724e219dcbf266426\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"applications\",\n            \"group\": \"applications\",\n            \"title\": \"Applications\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"Undergraduate Application, started, updated at Jun 11, 2025 - 8:06 PM\",\n                    \"right\": null,\n                    \"hash\": \"0312fe12f77fe87a195e76a45a348797\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"addresses\",\n            \"title\": \"Addresses\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"Home, 1 Glenwood Avenue, Raleigh, NC, USA, with geo location\",\n                    \"right\": null,\n                    \"hash\": \"6beb7eeed49b74b452700480d2903f73\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"evaluations\",\n            \"title\": \"Test Scores\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"AP 2016 (unofficial) Aug 25, 2023: art_design_program-15\",\n                    \"right\": null,\n                    \"hash\": \"112c76e4b6e488e763a8935758f16d95\"\n                },\n                {\n                    \"id\": \"L-1\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"SAT (official) Aug 1, 2024: composite-1080, evidence_rw-550, math-530\",\n                    \"right\": null,\n                    \"hash\": \"117fb50af2c9604081fd277c7790537c\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"identities\",\n            \"title\": \"Identities\",\n            \"item\": [\n                {\n                    \"id\": \"C-0-0\",\n                    \"resolve\": \"overwrite\",\n                    \"left\": \"Spark Id: XP6821LK\",\n                    \"right\": \"Spark Id: 8M40XOQP\",\n                    \"hash\": \"cab169bc4858cfb87aeeefcfd976c3ec\"\n                },\n                {\n                    \"id\": \"L-1\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"School Id: @20359971\",\n                    \"right\": null,\n                    \"hash\": \"d6c253c40dca94f73ea8faf8fba3f515\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"labels\",\n            \"title\": \"Labels\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"Prospect\",\n                    \"right\": null,\n                    \"hash\": \"5c0aa6fa0b76e7a14d7aaf058495cd28\"\n                },\n                {\n                    \"id\": \"L-1\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"Main Campus\",\n                    \"right\": null,\n                    \"hash\": \"7a97bbe1cac11fd587ad73500aa53e70\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"milestones\",\n            \"title\": \"Milestones\",\n            \"item\": [\n                {\n                    \"id\": \"C-0-0\",\n                    \"resolve\": \"overwriteAppend\",\n                    \"left\": \"type: Created, name: Record Created, Feb 15, 2023 - 10:51 PM\",\n                    \"right\": \"type: Created, name: Record Created, May 2, 2024 - 7:24 PM\",\n                    \"hash\": \"70724beaf663ee1ea8ab93223904cec8\"\n                },\n                {\n                    \"id\": \"L-1\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"type: Prospect, name: Landing Page, Feb 15, 2023 - 10:51 PM\",\n                    \"right\": null,\n                    \"hash\": \"df08640f77ec7682bc21e9c2e87b3b8b\"\n                },\n                {\n                    \"id\": \"L-2\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"type: Application Start, name: Element451 App, Jul 6, 2023 - 6:49 PM\",\n                    \"right\": null,\n                    \"hash\": \"77e6a1546dde31154779b73c262f63ff\"\n                },\n                {\n                    \"id\": \"R-1\",\n                    \"resolve\": \"keepRight\",\n                    \"left\": null,\n                    \"right\": \"type: Prospect, name: Event Registration, May 2, 2024 - 7:24 PM\",\n                    \"hash\": \"6bea0cebee9458e039a31dae138b2436\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"sources\",\n            \"title\": \"Sources\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"type: Web, Feb 15, 2023\",\n                    \"right\": null,\n                    \"hash\": \"2d9605cd1e86bce935c4e722e90ac876\"\n                },\n                {\n                    \"id\": \"L-1\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"type: App, Application Registration, Jul 6, 2023\",\n                    \"right\": null,\n                    \"hash\": \"3d79a68434186647f5dd19bf6d1e1620\"\n                },\n                {\n                    \"id\": \"R-0\",\n                    \"resolve\": \"keepRight\",\n                    \"left\": null,\n                    \"right\": \"type: Event, Campus Visit event, May 2, 2024\",\n                    \"hash\": \"b75294b64af6184a6e88f580b79ba5c6\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"athletics\",\n            \"title\": \"Athletics\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"Archery, 2025 Fall\",\n                    \"right\": null,\n                    \"hash\": \"498464cfcf98cc3b0dce1b7edc7b6e8c\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"events\",\n            \"group\": \"events\",\n            \"title\": \"Event Registration\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"title: Scholars Day, date: Jun 11, 2023 - 4:00 AM, status: registered\",\n                    \"right\": null,\n                    \"hash\": \"71f251f4e7a61a0779370931ac89c300\"\n                },\n                {\n                    \"id\": \"R-0\",\n                    \"resolve\": \"keepRight\",\n                    \"left\": null,\n                    \"right\": \"title: Timothy's test event, date: May 9, 2024 - 4:00 AM, status: registered\",\n                    \"hash\": \"02ca8d47589998c3725635e1e41e7488\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"events\",\n            \"group\": \"workflows\",\n            \"title\": \"Workflows\",\n            \"item\": [\n                {\n                    \"id\": \"C-11-1\",\n                    \"resolve\": \"overwrite\",\n                    \"left\": \"Coach Assignment, status: Finished, last step: Step 1, last step time: Jan 23, 2025 - 3:27 PM\",\n                    \"right\": \"Coach Assignment, status: Active, last step: Step 1, last step time: Jan 23, 2025 - 3:29 PM\",\n                    \"hash\": \"fb551b3c15a5276ca9a0148b59bceedd\"\n                },\n                {\n                    \"id\": \"L-0\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"Territory Assignment, status: Active, last step: Enrolled, last step time: May 3, 2023 - 3:19 PM\",\n                    \"right\": null,\n                    \"hash\": \"e6873c66d10c5cd630c3b9ab25d8b03d\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"notes\",\n            \"group\": \"notes\",\n            \"title\": \"Notes\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"type: Advisor, \\\"some thoughts and ideas \\\", Aug 20, 2024 - 2:12 PM\",\n                    \"right\": null,\n                    \"hash\": \"cfb314020584dcd13a4aa1603b04f440\"\n                },\n                {\n                    \"id\": \"L-1\",\n                    \"resolve\": \"ignore\",\n                    \"left\": \"type: Phone Call, \\\"much more detail2\\\", Jul 8, 2025 - 1:22 PM\",\n                    \"right\": null,\n                    \"hash\": \"8c167381c990d2468622b74f78fe86e8\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"analytics\",\n            \"group\": \"analytics\",\n            \"title\": \"User Activity\",\n            \"item\": [\n                {\n                    \"id\": \"analytics-total\",\n                    \"left\": \"291 user actions\",\n                    \"right\": \"8 user actions\",\n                    \"resolve\": \"required\",\n                    \"hash\": \"c828c5a7c25b150018c698a11df5b0ec\"\n                },\n                {\n                    \"id\": \"analytics-open\",\n                    \"left\": \"14 email opens, last open at May 7, 2025 - 3:09 PM\",\n                    \"right\": \"0 email opens\",\n                    \"resolve\": \"required\",\n                    \"hash\": \"188c6d7f3a767dcf148cfac508e86a4d\"\n                },\n                {\n                    \"id\": \"analytics-sms-click\",\n                    \"left\": \"0 sms clicks\",\n                    \"right\": \"0 sms clicks\",\n                    \"resolve\": \"required\",\n                    \"hash\": \"581bfbe1ef1a576b86dfbc7e47e975dd\"\n                },\n                {\n                    \"id\": \"analytics-login\",\n                    \"left\": \"25 logins, last login at Jun 11, 2025 - 8:06 PM\",\n                    \"right\": \"0 logins\",\n                    \"resolve\": \"required\",\n                    \"hash\": \"77768dd42b412ca962c1cefd1a90a8fa\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"33bfe524-1aad-4b40-b3a9-8234dde43335"},{"name":"Merge Duplicate User","id":"afd366ba-e206-4f53-bf80-55c763e381e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": [\n        {\n            \"collection\": \"user\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"first_name\",\n                \"hash\": \"80037a7bc681474511671fcb3c9a4235\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"last_name\",\n                \"hash\": \"532460be47f3069fe41902850fb3c993\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"middle_name\",\n                \"hash\": \"5af7903e2922c8a8848a1bce94f40994\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"prefix_name\",\n                \"hash\": \"36ef35ece4fe2d3838ea6cde13648231\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"former_last_name\",\n                \"hash\": \"234a3168b410558191a4f641218ad4bf\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"preferred_name\",\n                \"hash\": \"8acef9eaad3e668d047e1af612928e0f\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"date_of_birth\",\n                \"hash\": \"4bb9dd3f5f7fa82b4c9b55953593d56e\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"email\",\n                \"hash\": \"db269999953e5cf298682ab4c47baa79\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"gender\",\n                \"hash\": \"9b4ca997555f94ab0182c11dddf7043d\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"race\",\n                \"hash\": \"a34fb5e31441e8c417211ee2f73586f2\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"social_security_number\",\n            \"item\": {\n                \"id\": \"social_security_number\",\n                \"hash\": \"36558a27aedfecc404c7f6e086b6f823\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"owner\",\n            \"item\": {\n                \"id\": \"owner\",\n                \"hash\": \"ae3eeaba723a3c6c38d70e94a218f1c8\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"phone\",\n            \"item\": {\n                \"id\": \"cell\",\n                \"hash\": \"b2aea1e590d01f95d84220bf645a552a\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"family\",\n            \"item\": {\n                \"id\": \"members\",\n                \"hash\": \"1fbd3dadd8c39180b2a84c9333292b80\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"family\",\n            \"item\": {\n                \"id\": \"household_income\",\n                \"hash\": \"8606e649f4509300036fc27631d5615f\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"family\",\n            \"item\": {\n                \"id\": \"household_persons_count\",\n                \"hash\": \"346292c93398c9ecb744b336a2ab8741\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"custom\",\n            \"item\": {\n                \"id\": \"dualdegree\",\n                \"hash\": \"7660f8e3e5efca7c6486d7f31eace37d\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"custom\",\n            \"item\": {\n                \"id\": \"jacobtexttest\",\n                \"hash\": \"3e5aa7ad2b0e57ca4a852f4991557eae\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"custom\",\n            \"item\": {\n                \"id\": \"bdaythisyear\",\n                \"hash\": \"2c7b687da58d0c2f38c9e41b14d05f03\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"custom\",\n            \"item\": {\n                \"id\": \"scorerank\",\n                \"hash\": \"3092fbabaec35b802fa0dd2501fe720e\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"custom\",\n            \"item\": {\n                \"id\": \"testage\",\n                \"hash\": \"6dbe488292dbe2583bc815b1779c5498\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"custom\",\n            \"item\": {\n                \"id\": \"scoremajor\",\n                \"hash\": \"2f26c69a0388a41e649cb352d48bc93f\",\n                \"resolve\": \"keepRight\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"custom\",\n            \"item\": {\n                \"id\": \"scorecit\",\n                \"hash\": \"450c7e92cd32747bafab55db6994677b\",\n                \"resolve\": \"keepRight\"\n            }\n        },\n        {\n            \"collection\": \"user\",\n            \"group\": \"custom\",\n            \"item\": {\n                \"id\": \"scorerelig\",\n                \"hash\": \"75812e7de78e9ae54c7f2e49a316a7bc\",\n                \"resolve\": \"keepRight\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"student_type\",\n                \"hash\": \"d886ec444f32df3b7cbf3598d014030e\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"term\",\n                \"hash\": \"9bc68183649bb9ee6fe5b0631f0044ec\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"prefered_major\",\n                \"hash\": \"527ec8b29610ae79f1c335d9de067f7f\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"campus\",\n                \"hash\": \"56e9ce7d719e112829020e0986150503\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"applied_before\",\n                \"hash\": \"29f0b41bad4b2defa3509b3e8f817a92\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"veteran_funds\",\n                \"hash\": \"fd65828cf151d2d1a5d7ca8e50686f68\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"housing\",\n                \"hash\": \"1689bd8a9b6a42e1cccf3ecea95ca088\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"academic_load\",\n                \"hash\": \"5a93cfed6bd2f1313fb0bf3c8b915862\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"basic\",\n            \"item\": {\n                \"id\": \"degree\",\n                \"hash\": \"877013943befcf573060d4bd0c2ffd0a\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"education\",\n            \"group\": \"schools\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"hash\": \"8b0a7c21b36459b8759f0f59fdfd0fb3\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-2\",\n                    \"hash\": \"b563ab40e07a3ef1b5d50117830abc3b\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-3\",\n                    \"hash\": \"0ff2489ee12867ca9d4e64a1496458ba\",\n                    \"resolve\": \"ignore\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"citizenship\",\n            \"group\": \"citizenship\",\n            \"item\": {\n                \"id\": \"us_status\",\n                \"hash\": \"cf62235596061c4aaae6cbb125248ea3\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"citizenship\",\n            \"group\": \"citizenship\",\n            \"item\": {\n                \"id\": \"birthcountry\",\n                \"hash\": \"4e7d154dcf5b23b205ca11ea102f8201\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"citizenship\",\n            \"group\": \"citizenship\",\n            \"item\": {\n                \"id\": \"citizen_of\",\n                \"hash\": \"bb5a86903e8a130dd045de94d4e8fa6b\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"citizenship\",\n            \"group\": \"citizenship\",\n            \"item\": {\n                \"id\": \"currentlyus\",\n                \"hash\": \"e4d2c1fd1c18f5a592c7dafa98040d51\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"citizenship\",\n            \"group\": \"citizenship\",\n            \"item\": {\n                \"id\": \"require_visa\",\n                \"hash\": \"7f7fbf806187dd7869639bb9ed0a303f\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"citizenship\",\n            \"group\": \"citizenship\",\n            \"item\": {\n                \"id\": \"hold_visa\",\n                \"hash\": \"af41a0261c92fb4db083b7a31e0d5e01\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"citizenship\",\n            \"group\": \"citizenship\",\n            \"item\": {\n                \"id\": \"english_native_language\",\n                \"hash\": \"5768ed8d4dcd000edfd5f05f122cec20\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"citizenship\",\n            \"group\": \"citizenship\",\n            \"item\": {\n                \"id\": \"native_language\",\n                \"hash\": \"658187d8ee8217044ca9897836eba9c1\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"citizenship\",\n            \"group\": \"citizenship\",\n            \"item\": {\n                \"id\": \"visa_f1\",\n                \"hash\": \"b88ceaf071b6676a564b11f63d6066bc\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"citizenship\",\n            \"group\": \"citizenship\",\n            \"item\": {\n                \"id\": \"state_residency\",\n                \"hash\": \"351262b8258e452571149388c7848b3f\",\n                \"resolve\": \"ignore\"\n            }\n        },\n        {\n            \"collection\": \"applications\",\n            \"group\": \"applications\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"hash\": \"0312fe12f77fe87a195e76a45a348797\",\n                    \"resolve\": \"ignore\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"addresses\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"hash\": \"6beb7eeed49b74b452700480d2903f73\",\n                    \"resolve\": \"ignore\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"evaluations\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"hash\": \"112c76e4b6e488e763a8935758f16d95\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-1\",\n                    \"hash\": \"117fb50af2c9604081fd277c7790537c\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-2\",\n                    \"hash\": \"0af665ca9360b57085caeb67b0e52f5c\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-3\",\n                    \"hash\": \"ac9566e2c1c57ccd84f2d08e7b12222a\",\n                    \"resolve\": \"ignore\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"identities\",\n            \"item\": [\n                {\n                    \"id\": \"C-0-0\",\n                    \"hash\": \"27af3a6324515a783d3e4ffe6fd1ec3f\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-1\",\n                    \"hash\": \"6d50d733e4e1b1f1755b1f3ffac4bfa6\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-2\",\n                    \"hash\": \"d6c253c40dca94f73ea8faf8fba3f515\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-3\",\n                    \"hash\": \"9122f00b000873217c3e391d195b1444\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-4\",\n                    \"hash\": \"a47c4686be479de07a0958a203dd07a5\",\n                    \"resolve\": \"ignore\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"labels\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"hash\": \"5c0aa6fa0b76e7a14d7aaf058495cd28\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-1\",\n                    \"hash\": \"7a97bbe1cac11fd587ad73500aa53e70\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-2\",\n                    \"hash\": \"b9f56c55dddcae888d0e2b5036af83b9\",\n                    \"resolve\": \"ignore\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"milestones\",\n            \"item\": [\n                {\n                    \"id\": \"C-0-0\",\n                    \"hash\": \"057e7c59fd0960a5d78df8fbaf3b434c\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"C-1-1\",\n                    \"hash\": \"22d9abd1fe5ba3ba256dc29216235b86\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-2\",\n                    \"hash\": \"77e6a1546dde31154779b73c262f63ff\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-3\",\n                    \"hash\": \"459174209016a9b6c1b4fec768e365e4\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-4\",\n                    \"hash\": \"bd7150e857d94930c061b4d7f4f239a9\",\n                    \"resolve\": \"ignore\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"sources\",\n            \"item\": [\n                {\n                    \"id\": \"C-0-0\",\n                    \"hash\": \"c2b20217d197aa94449a87d8acb5c2c1\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-1\",\n                    \"hash\": \"3d79a68434186647f5dd19bf6d1e1620\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-2\",\n                    \"hash\": \"406b0152ac9fefaea4fe60bdfeacb17c\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-3\",\n                    \"hash\": \"92b2b0920f982289fc8e0063d819cac0\",\n                    \"resolve\": \"ignore\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"userComplex\",\n            \"group\": \"athletics\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"hash\": \"498464cfcf98cc3b0dce1b7edc7b6e8c\",\n                    \"resolve\": \"ignore\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"events\",\n            \"group\": \"events\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"hash\": \"71f251f4e7a61a0779370931ac89c300\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-1\",\n                    \"hash\": \"74dd34f75908d3ff5f40feef5b08922d\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-2\",\n                    \"hash\": \"8f82b6deef7ce3648bc21e356d15ee7f\",\n                    \"resolve\": \"ignore\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"events\",\n            \"group\": \"workflows\",\n            \"item\": [\n                {\n                    \"id\": \"C-11-0\",\n                    \"hash\": \"59e2e455ebdd62c26bc615bd897590bc\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-0\",\n                    \"hash\": \"e6873c66d10c5cd630c3b9ab25d8b03d\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-1\",\n                    \"hash\": \"6c6abfe8903fa13b272e7763eb569501\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-2\",\n                    \"hash\": \"b7147c8e1d8a7d8fa52c11ed20aee819\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-3\",\n                    \"hash\": \"543fd3be159e02e15a0690464d154b04\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-5\",\n                    \"hash\": \"c1f12c3fb7b216f3e58990459d66362a\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-6\",\n                    \"hash\": \"371e8d886c2a7a3032179a0f2096279b\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-7\",\n                    \"hash\": \"2a4a6e3b67802d297364333e4f446cf2\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-8\",\n                    \"hash\": \"89ca6b76b0ca68918feb1714aaf16380\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-9\",\n                    \"hash\": \"613cd8167a148a6dd7dec9e048198e43\",\n                    \"resolve\": \"ignore\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"notes\",\n            \"group\": \"notes\",\n            \"item\": [\n                {\n                    \"id\": \"L-0\",\n                    \"hash\": \"cfb314020584dcd13a4aa1603b04f440\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-1\",\n                    \"hash\": \"8c167381c990d2468622b74f78fe86e8\",\n                    \"resolve\": \"ignore\"\n                },\n                {\n                    \"id\": \"L-2\",\n                    \"hash\": \"678c12d24230075a71e63e8e4653dde8\",\n                    \"resolve\": \"ignore\"\n                }\n            ]\n        },\n        {\n            \"collection\": \"analytics\",\n            \"group\": \"analytics\",\n            \"item\": [\n                {\n                    \"id\": \"analytics-total\",\n                    \"hash\": \"bd1cff258296fe65d2e99e02e026a581\",\n                    \"resolve\": \"required\"\n                },\n                {\n                    \"id\": \"analytics-open\",\n                    \"hash\": \"ae1cf6a363798e876c532abd8b4d345e\",\n                    \"resolve\": \"required\"\n                },\n                {\n                    \"id\": \"analytics-sms-click\",\n                    \"hash\": \"07c3bdd8238c770b6070498db64a8df0\",\n                    \"resolve\": \"required\"\n                },\n                {\n                    \"id\": \"analytics-login\",\n                    \"hash\": \"65663f6b83e62f788e115de6fab11e18\",\n                    \"resolve\": \"required\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://training.api.451.io/v2/users/:master_user_id/merge/:duplicate_user_id?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":master_user_id","merge",":duplicate_user_id"],"host":["training","api","451","io"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Identifier for the master user record.</p>\n","type":"text/plain"},"type":"any","value":"","key":"master_user_id"},{"type":"any","value":"","key":"duplicate_user_id"}]}},"response":[],"_postman_id":"afd366ba-e206-4f53-bf80-55c763e381e8"}],"id":"11ce64d1-27e2-483c-afa9-5074604e92f9","_postman_id":"11ce64d1-27e2-483c-afa9-5074604e92f9","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Search","item":[{"name":"Search for Users","id":"0f688730-a498-4e35-9cb3-4a13a224a9b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[],"url":"{{client}}.{{api}}/v2/users/search?analytics={{analytics}}&feature={{feature}}&limit=15&offset=0","description":"<p>Get a list of students by a set of criteria. Returns an array of student record object's with a few attributes per record, like first, last, email and updated date.</p>\n<p>Helpful for getting a list of users to process in bulk.</p>\n","urlObject":{"path":["v2","users","search"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Limit items returned.</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"description":{"content":"<p>Offset items returned.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"e9f537ee-1d83-4075-84df-db24253a87f6","name":"Search for User by Email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Feature","value":"{{feature}}"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"q\": \"example@gmail.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/users/search?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","search"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional.","type":"text"},{"key":"feature","value":"{{feature}}","description":"Required.","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Oct 2025 13:07:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"id\": \"685d57d0cb18050f3e5a\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"example@gmail.com\",\n            \"first_name\": \"Student\",\n            \"last_name\": \"Name\",\n            \"preferred_name\": null,\n            \"avatar\": null,\n            \"updated_at\": \"Wed Sep 24 19:27:55 +0000 2025\",\n            \"created_at\": \"Thu Jun 26 14:23:12 +0000 2025\"\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"count\": 1,\n            \"offset\": 0,\n            \"limit\": null\n        }\n    }\n}"}],"_postman_id":"0f688730-a498-4e35-9cb3-4a13a224a9b2"}],"id":"e61f815d-222e-4a21-a137-a40cc7862931","_postman_id":"e61f815d-222e-4a21-a137-a40cc7862931","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Segments","item":[{"name":"Count","item":[{"name":"Get Count of User by Filter","id":"3cce6eef-1a7a-40ad-852c-e320a2df7842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br, zstd","type":"text"},{"key":"Accept-Language","value":"en-US,en;q=0.9","type":"text"},{"key":"Content-Length","value":"602","type":"text"},{"key":"Accept","value":"application/json, text/plain, */*'","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"users\": {\n            \"filters\": {\n                \"type\": \"filter\",\n                \"target\": \"<mapping:user-email-address>\",\n                \"operator\": \"$match\",\n                \"value\": \"/timothy/i\"\n            }\n        },\n        \"analytics\": null,\n        \"decisions\": null,\n        \"todos\": null,\n        \"documents\": null,\n        \"browser\": null,\n        \"dates\": null,\n        \"surveys\": null,\n        \"appointments\": null,\n        \"organizations\": null,\n        \"templates_person\": null,\n        \"templates_user\": null,\n        \"conversations\": null,\n        \"courses\": null,\n        \"type\": \"interface\",\n        \"output\": \"users\"\n    }\n}"},"url":"{{client}}.{{api}}/v2/users/segments/count?feature={{feature}}&analytics={{analytics}}&v=3","description":"<p>Get a list of students by a set of criteria. Returns an array of student record object's with a few attributes per record, like first, last, email and updated date.</p>\n<p>Helpful for getting a list of users to process in bulk.</p>\n<p><strong>Body Parameters</strong></p>\n<ul>\n<li><strong>item</strong> {} - wrapper for request data.<ul>\n<li><strong>segment</strong> \"\" or [{..}, {..},..] - single segment or array of segment conditions. \"segment\" is a list of students, \"segment conditions\" are the query parameters to create the list</li>\n<li><strong>project</strong> \"\" or [\"\",\"\",..] <em>optional</em> - list of record attributes to be returned. default:[_id].<ul>\n<li>_id</li>\n<li>first_name</li>\n<li>preferred_name</li>\n<li>middle_name</li>\n<li>last_name</li>\n<li>type</li>\n<li>profile_type</li>\n<li>avatar</li>\n<li>updated_at</li>\n<li>created_at</li>\n<li>date_of_birth</li>\n<li>gender</li>\n</ul>\n</li>\n<li><strong>per_page</strong> # <em>optional</em> - number of records to be returned per page. default:5000</li>\n<li><strong>last_id</strong> \"\" <em>optional</em> - specifies next record id in list to be return, used in padignation. Fetch <code>meta.next_last_id</code> of previous request return and pass to this next request.</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"path":["v2","users","segments","count"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"},{"disabled":true,"key":"embed[location]","value":"obj"},{"disabled":true,"key":"embed[labels]","value":"obj"},{"disabled":true,"key":"embed[created_at]","value":"obj"},{"disabled":true,"key":"embed[active]","value":"obj"},{"key":"v","value":"3"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"limit","value":"31"},{"disabled":true,"key":"sort","value":"-_id"}],"variable":[]}},"response":[{"id":"0e023749-c8b3-414e-8d7c-be771f48809e","name":"Search for Users with No Segment","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"body","value":"{\"item\":{\"segment\":\"\",\"project\":\"\",\"per_page\": 5000,\"last_id\": \"\"}}","description":"x","type":"text"}]},"url":{"raw":"{{client}}.{{api}}/v2/users/search?feature={{feature}}&analytics={{analytics}}","host":["{{client}}","{{api}}"],"path":["v2","users","search"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2025 19:04:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"id\": \"5e7e49d056a956c635372\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"student1@example.com\",\n            \"first_name\": \"First1\",\n            \"last_name\": \"Last1\",\n            \"preferred_name\": null,\n            \"avatar\": null,\n            \"updated_at\": \"Mon Feb 10 23:12:11 +0000 2025\",\n            \"created_at\": \"Fri Mar 27 18:45:36 +0000 2020\",\n            \"date_of_birth\": \"01/02/2000\",\n            \"gender\": \"F\"\n        },\n        {\n            \"id\": \"5e7e49ce50cac635362\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"student2@example.com\",\n            \"first_name\": \"First2\",\n            \"last_name\": \"Last2\",\n            \"preferred_name\": null,\n            \"avatar\": null,\n            \"updated_at\": \"Mon Feb 10 23:12:11 +0000 2025\",\n            \"created_at\": \"Fri Mar 27 18:45:34 +0000 2020\",\n            \"date_of_birth\": \"05/17/2003\",\n            \"middle_name\": \"M\",\n            \"gender\": null\n        },\n        {\n            \"id\": \"5e7e6a9560cac635365\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"student3@example.com\",\n            \"first_name\": \"First3\",\n            \"last_name\": \"Last3\",\n            \"preferred_name\": null,\n            \"avatar\": null,\n            \"updated_at\": \"Mon Feb 10 23:12:11 +0000 2025\",\n            \"created_at\": \"Fri Mar 27 18:45:35 +0000 2020\",\n            \"date_of_birth\": \"06/29/2018\",\n            \"middle_name\": \"Middle3\",\n            \"gender\": \"O\"\n        },\n        {\n            \"id\": \"5e7e49cf0cac635368\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"student4@example.com\",\n            \"first_name\": \"First4\",\n            \"last_name\": \"Last4\",\n            \"preferred_name\": null,\n            \"avatar\": null,\n            \"updated_at\": \"Mon Feb 10 23:12:11 +0000 2025\",\n            \"created_at\": \"Fri Mar 27 18:45:35 +0000 2020\",\n            \"date_of_birth\": \"09/13/2005\",\n            \"middle_name\": \"Middle4\",\n            \"gender\": \"F\"\n        },\n        {\n            \"id\": \"5e7e49cf60cac63536a\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"student5@example.com\",\n            \"first_name\": \"First5\",\n            \"last_name\": \"Last5\",\n            \"preferred_name\": null,\n            \"avatar\": null,\n            \"updated_at\": \"Mon Feb 10 23:12:11 +0000 2025\",\n            \"created_at\": \"Fri Mar 27 18:45:35 +0000 2020\",\n            \"date_of_birth\": \"04/09/2004\",\n            \"middle_name\": \"M\"\n        },\n        {\n            \"id\": \"5e7e49c560cac635364\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"student6@example.com\",\n            \"first_name\": \"First6\",\n            \"last_name\": \"Last6\",\n            \"preferred_name\": null,\n            \"avatar\": null,\n            \"updated_at\": \"Mon Feb 10 23:12:11 +0000 2025\",\n            \"created_at\": \"Fri Mar 27 18:45:35 +0000 2020\",\n            \"date_of_birth\": \"12/01/2005\",\n            \"middle_name\": \"Middle6\",\n            \"gender\": \"Other\"\n        }\n    ],\n    \"metadata\": {\n        \"resultset\": {\n            \"count\": 6,\n            \"offset\": 0,\n            \"limit\": null\n        }\n    }\n}"}],"_postman_id":"3cce6eef-1a7a-40ad-852c-e320a2df7842"},{"name":"Get Count of Users by Segment","id":"1c7cb21f-0c8e-427d-bca2-0c13dc60c429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/segments/:segment_guid/count?analytics={{analytics}}&feature={{feature}}","description":"<p>Return a count of the users in a given Segment. {{segment_guid}} is the unique identifier of the Segment. Can be found with Get User Segments request.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","segments",":segment_guid","count"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Segment. Found with GET to v2/segments.</p>\n","type":"text/plain"},"type":"any","value":"","key":"segment_guid"}]}},"response":[{"id":"c386cb5b-0d97-46c9-a0c1-eedb5be63820","name":"Get User Segment Count","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"interface\",\n        \"output\": \"users\",\n        \"name\": \"New Segment\",\n        \"users\": {\n            \"filters\": {\n                \"type\": \"filter\",\n                \"target\": \"<mapping: user-email-address>\",\n                \"operator\": \"$match\",\n                \"value\": \"/element451/i\"\n            }\n        },\n        \"analytics\": null,\n        \"decisions\": null,\n        \"todos\": null\n    }\n}"},"url":{"raw":"https://{{client}}.{{api}}/v2/users/segments/{{segment_guid}}/count?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","segments","{{segment_guid}}","count"],"query":[{"key":"analytics","value":"{{analytics}}","description":"optional"},{"key":"feature","value":"{{feature}}","description":"required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Mar 2025 16:08:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"total\": 11\n    }\n}"}],"_postman_id":"1c7cb21f-0c8e-427d-bca2-0c13dc60c429"}],"id":"3e8c7bee-8b14-4410-8559-2aaca160cef7","_postman_id":"3e8c7bee-8b14-4410-8559-2aaca160cef7","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Preview","item":[{"name":"Get List of Users by Filter","id":"8fbe46e3-f2dc-495c-9b67-9450d054e273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"users\": {\n            \"filters\": {\n                \"key\": \"identity\",\n                \"negative\": false,\n                \"type\": \"metafilter\",\n                \"properties\": {\n                    \"operator\": \"$and\",\n                    \"conditions\": [\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-identities-type>\",\n                            \"value\": \"SCHOOL_ID\", //SCHOOL_ID is identity type typically used to save SIS ID, but may be different in your case\n                            \"operator\": \"$eq\"\n                        },\n                        {\n                            \"type\": \"filter\",\n                            \"target\": \"<mapping:user-identities-value>\",\n                            \"operator\": \"$match\",\n                            \"value\": \"/^{{SIS_ID}}$/i\" //insert SIS ID here\n                        }\n                    ]\n                }\n            }\n        },\n        \"type\": \"interface\",\n        \"output\": \"users\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/segments/preview?analytics={{analytics}}&feature={{feature}}&limit=31&offset=0&sort=-_id&v=3","description":"<p>Get a list of students by a set of criteria. Returns an array of student record object's with a few attributes per record, like first, last, email and updated date.</p>\n<p>Helpful for getting a list of users to process in bulk.</p>\n<p><strong>Body Parameters</strong></p>\n<ul>\n<li><strong>item</strong> {} - wrapper for request data.<ul>\n<li><strong>segment</strong> \"\" or [{..}, {..},..] - single segment or array of segment conditions. \"segment\" is a list of students, \"segment conditions\" are the query parameters to create the list</li>\n<li><strong>project</strong> \"\" or [\"\",\"\",..] <em>optional</em> - list of record attributes to be returned. default:[_id].<ul>\n<li>_id</li>\n<li>first_name</li>\n<li>preferred_name</li>\n<li>middle_name</li>\n<li>last_name</li>\n<li>type</li>\n<li>profile_type</li>\n<li>avatar</li>\n<li>updated_at</li>\n<li>created_at</li>\n<li>date_of_birth</li>\n<li>gender</li>\n</ul>\n</li>\n<li><strong>per_page</strong> # <em>optional</em> - number of records to be returned per page. default:5000</li>\n<li><strong>last_id</strong> \"\" <em>optional</em> - specifies next record id in list to be return, used in padignation. Fetch <code>meta.next_last_id</code> of previous request return and pass to this next request.</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","segments","preview"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"disabled":true,"key":"embed[location]","value":"obj"},{"disabled":true,"key":"embed[labels]","value":"obj"},{"disabled":true,"key":"embed[created_at]","value":"obj"},{"disabled":true,"key":"embed[active]","value":"obj"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Limit results returned. </p>\n","type":"text/plain"},"key":"limit","value":"31"},{"description":{"content":"<p>Padignation offset.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>sort results by column. \"_id\", oldest added. \"-_id\", newest added. \"last_name,first_name\", alphabetical a-z. \"-last_name,-first_name\", alphabetical z-a. Note that sort only applies to returned items, not all items applicable to the filter.</p>\n","type":"text/plain"},"key":"sort","value":"-_id"},{"description":{"content":"<p>Required. Indicates segment syntax version.</p>\n","type":"text/plain"},"key":"v","value":"3"}],"variable":[]}},"response":[{"id":"21287ed1-04b8-4604-b527-ef6ab93d55bd","name":"Get Updated Users within Date Range","originalRequest":{"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br, zstd","type":"text","disabled":true},{"key":"Accept-Language","value":"en-US,en;q=0.9","type":"text","disabled":true},{"key":"Content-Length","value":"602","type":"text","disabled":true},{"key":"Accept","value":"application/json, text/plain, */*","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"users\": {\n            \"filters\": {\n                \"operator\": \"$and\",\n                \"conditions\": [\n                    {\n                        \"operator\": \"$gte\",\n                        \"value\": \"2025-10-24 12:00:00\",\n                        \"type\": \"filter\",\n                        \"target\": \"<mapping:user-updated-at>\"\n                    },\n                    {\n                        \"operator\": \"$lte\",\n                        \"value\": \"2025-10-26 12:00:00\",\n                        \"type\": \"filter\",\n                        \"target\": \"<mapping:user-updated-at>\"\n                    }\n                ]\n            }\n        },\n        \"type\": \"interface\",\n        \"output\": \"users\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/users/segments/preview?analytics={{analytics}}&feature={{feature}}&limit=31&offset=0&sort=-_id&v=3","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","segments","preview"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"embed[location]","value":"obj","disabled":true},{"key":"embed[labels]","value":"obj","disabled":true},{"key":"embed[created_at]","value":"obj","disabled":true},{"key":"embed[active]","value":"obj","disabled":true},{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"limit","value":"31","description":"Limit results returned. "},{"key":"offset","value":"0","description":"Padignation offset."},{"key":"sort","value":"-_id","description":"sort results by column. \"_id\", oldest added. \"-_id\", newest added. \"last_name,first_name\", alphabetical a-z. \"-last_name,-first_name\", alphabetical z-a. Note that sort only applies to returned items, not all items applicable to the filter."},{"key":"v","value":"3","description":"Required. Indicates segment syntax version."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Oct 2025 21:46:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"6859e43382c7d9f0c9ae6\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"example1@gmail.com\",\n            \"first_name\": \"Example1\",\n            \"last_name\": \"Student\",\n            \"preferred_name\": \"Ex\",\n            \"avatar\": null,\n            \"gender\": \"Female\"\n        },\n        {\n            \"id\": \"68f8f785fd9d98038896\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"example3@gmail.com\",\n            \"first_name\": \"Student\",\n            \"last_name\": \"Example3\",\n            \"preferred_name\": null,\n            \"avatar\": null\n        },\n        {\n            \"id\": \"68f8f7004d92a60053ce8\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"example4@gmail.com\",\n            \"first_name\": \"Another\",\n            \"last_name\": \"Student\",\n            \"preferred_name\": null,\n            \"avatar\": null\n        },\n        {\n            \"id\": \"68ed542f5ceda6007bdca\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"example5@gmail.com\",\n            \"first_name\": \"Another test\",\n            \"last_name\": \"Test\",\n            \"preferred_name\": \"Another\",\n            \"avatar\": null\n        },\n        {\n            \"id\": \"68d5d899f3c2e4f02bea0\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"test.student@outlook.com\",\n            \"first_name\": \"Test\",\n            \"last_name\": \"Testing\",\n            \"preferred_name\": null,\n            \"avatar\": null\n        }\n    ],\n    \"meta\": {\n        \"total\": 0,\n        \"method\": null\n    }\n}"},{"id":"1029e217-88a3-4f72-8495-5a967a8f73dc","name":"Get User by SIS ID","originalRequest":{"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br, zstd","type":"text","disabled":true},{"key":"Accept-Language","value":"en-US,en;q=0.9","type":"text","disabled":true},{"key":"Content-Length","value":"602","type":"text","disabled":true},{"key":"Accept","value":"application/json, text/plain, */*","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"users\": {\n      \"filters\": {\n        \"key\": \"identity\",\n        \"negative\": false,\n        \"type\": \"metafilter\",\n        \"properties\": {\n          \"operator\": \"$and\",\n          \"conditions\": [\n            {\n              \"type\": \"filter\",\n              \"target\": \"<mapping:user-identities-type>\",\n              \"value\": \"SCHOOL_ID\", //SCHOOL_ID is identity type typically used to save SIS ID, but may be different in your case\n              \"operator\": \"$eq\"\n            },\n            {\n              \"type\": \"filter\",\n              \"target\": \"<mapping:user-identities-value>\",\n              \"operator\": \"$match\",\n              \"value\": \"/^{{sis_id}}$/i\" //insert SIS ID here\n            }\n          ]\n        }\n      }\n    },\n    \"type\": \"interface\",\n    \"output\": \"users\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/users/segments/preview?analytics={{analytics}}&feature={{feature}}&limit=31&offset=0&sort=-_id&v=3","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","segments","preview"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"embed[location]","value":"obj","disabled":true},{"key":"embed[labels]","value":"obj","disabled":true},{"key":"embed[created_at]","value":"obj","disabled":true},{"key":"embed[active]","value":"obj","disabled":true},{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"limit","value":"31","description":"Limit results returned. "},{"key":"offset","value":"0","description":"Padignation offset."},{"key":"sort","value":"-_id","description":"sort results by column. \"_id\", oldest added. \"-_id\", newest added. \"last_name,first_name\", alphabetical a-z. \"-last_name,-first_name\", alphabetical z-a. Note that sort only applies to returned items, not all items applicable to the filter."},{"key":"v","value":"3","description":"Required. Indicates segment syntax version."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Oct 2025 21:55:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"68dfd109dd02821a047ec8\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"student@icloud.com\",\n            \"first_name\": \"Student\",\n            \"last_name\": \"Example\",\n            \"preferred_name\": null,\n            \"avatar\": null\n        }\n    ],\n    \"meta\": {\n        \"total\": 0,\n        \"method\": null\n    }\n}"},{"id":"7395f7f1-b1ed-4d0b-9e08-b251392e6744","name":"Get Users by Phone Number","originalRequest":{"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br, zstd","type":"text","disabled":true},{"key":"Accept-Language","value":"en-US,en;q=0.9","type":"text","disabled":true},{"key":"Content-Length","value":"602","type":"text","disabled":true},{"key":"Accept","value":"application/json, text/plain, */*","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"item\": {\n    \"users\": {\n      \"filters\": {\n        \"key\": \"phone\",\n        \"negative\": false,\n        \"type\": \"metafilter\",\n        \"properties\": {\n          \"operator\": \"$and\",\n          \"conditions\": [\n            {\n              \"type\": \"filter\",\n              \"target\": \"<mapping:user-phone-number>\",\n              \"operator\": \"$match\",\n              \"value\": \"/{{phone}}/i\"\n            }\n          ]\n        }\n      }\n    },\n    \"type\": \"interface\",\n    \"output\": \"users\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/users/segments/preview?analytics={{analytics}}&feature={{feature}}&limit=31&offset=0&sort=-_id&v=3","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","segments","preview"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"embed[location]","value":"obj","disabled":true},{"key":"embed[labels]","value":"obj","disabled":true},{"key":"embed[created_at]","value":"obj","disabled":true},{"key":"embed[active]","value":"obj","disabled":true},{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"limit","value":"31","description":"Limit results returned. "},{"key":"offset","value":"0","description":"Padignation offset."},{"key":"sort","value":"-_id","description":"sort results by column. \"_id\", oldest added. \"-_id\", newest added. \"last_name,first_name\", alphabetical a-z. \"-last_name,-first_name\", alphabetical z-a. Note that sort only applies to returned items, not all items applicable to the filter."},{"key":"v","value":"3","description":"Required. Indicates segment syntax version."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Oct 2025 21:57:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"652089112b3283d05195b\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"example@icloud.com\",\n            \"first_name\": \"Example1\",\n            \"last_name\": \"Student\",\n            \"preferred_name\": null,\n            \"avatar\": null\n        },\n        {\n            \"id\": \"6333507d93b6711d99cd2\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"example@gmail.com\",\n            \"first_name\": \"Example2\",\n            \"last_name\": \"Student\",\n            \"preferred_name\": \"Name\",\n            \"avatar\": null,\n            \"middle_name\": \"Name\",\n            \"gender\": \"Male\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 0,\n        \"method\": null\n    }\n}"},{"id":"a672aef1-cd11-4c9c-9853-05d418b50be2","name":"Get Users by Email","originalRequest":{"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br, zstd","type":"text","disabled":true},{"key":"Accept-Language","value":"en-US,en;q=0.9","type":"text","disabled":true},{"key":"Content-Length","value":"602","type":"text","disabled":true},{"key":"Accept","value":"application/json, text/plain, */*","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"users\": {\n            \"filters\": {\n                \"type\": \"filter\",\n                \"target\": \"<mapping:user-email-address>\",\n                \"operator\": \"$match\",\n                \"value\": \"/^{{email}}$/i\"\n            }\n        },\n        \"type\": \"interface\",\n        \"output\": \"users\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/users/segments/preview?analytics={{analytics}}&feature={{feature}}&limit=31&offset=0&sort=-_id&v=3","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","segments","preview"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"embed[location]","value":"obj","disabled":true},{"key":"embed[labels]","value":"obj","disabled":true},{"key":"embed[created_at]","value":"obj","disabled":true},{"key":"embed[active]","value":"obj","disabled":true},{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"limit","value":"31","description":"Limit results returned. "},{"key":"offset","value":"0","description":"Padignation offset."},{"key":"sort","value":"-_id","description":"sort results by column. \"_id\", oldest added. \"-_id\", newest added. \"last_name,first_name\", alphabetical a-z. \"-last_name,-first_name\", alphabetical z-a. Note that sort only applies to returned items, not all items applicable to the filter."},{"key":"v","value":"3","description":"Required. Indicates segment syntax version."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Oct 2025 22:01:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n         {\n            \"id\": \"68dfd109dd02821a047ec8\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"example@icloud.com\",\n            \"first_name\": \"Student\",\n            \"last_name\": \"Example\",\n            \"preferred_name\": null,\n            \"avatar\": null\n        }\n    ],\n    \"meta\": {\n        \"total\": 0,\n        \"method\": null\n    }\n}"}],"_postman_id":"8fbe46e3-f2dc-495c-9b67-9450d054e273"},{"name":"Get List of Users by Segment","id":"a3c7a0f6-16cd-462e-8e34-6a262a5f348f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/users/segments/:segment_guid/preview?analytics={{analytics}}&feature={{feature}}&limit=31&offset=0&sort=-_id&v=3","description":"<p>Get a list of students by Segment. Returns an array of student record object's with a few attributes per record, like first, last, email and updated date.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","segments",":segment_guid","preview"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"disabled":true,"key":"embed[location]","value":"obj"},{"disabled":true,"key":"embed[labels]","value":"obj"},{"disabled":true,"key":"embed[created_at]","value":"obj"},{"disabled":true,"key":"embed[active]","value":"obj"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Limit results returned. </p>\n","type":"text/plain"},"key":"limit","value":"31"},{"description":{"content":"<p>Padignation offset.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>sort results by column. \"_id\", oldest added. \"-_id\", newest added. \"last_name,first_name\", alphabetical a-z. \"-last_name,-first_name\", alphabetical z-a. Note that sort only applies to returned items, not all items applicable to the filter.</p>\n","type":"text/plain"},"key":"sort","value":"-_id"},{"description":{"content":"<p>Required. Indicates segment syntax version.</p>\n","type":"text/plain"},"key":"v","value":"3"}],"variable":[{"description":{"content":"<p>Unique identifier for the Segment. Found with GET to v2/data/segments.</p>\n","type":"text/plain"},"type":"any","value":"","key":"segment_guid"}]}},"response":[{"id":"311117ac-71f3-417d-a3cc-02bbc5ba92cd","name":"Get List of Users by Segment","originalRequest":{"method":"POST","header":[{"key":"Accept-Encoding","value":"gzip, deflate, br, zstd","type":"text","disabled":true},{"key":"Accept-Language","value":"en-US,en;q=0.9","type":"text","disabled":true},{"key":"Content-Length","value":"602","type":"text","disabled":true},{"key":"Accept","value":"application/json, text/plain, */*","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{client}}.{{api}}/v2/users/segments/:segment_guid/preview?analytics={{analytics}}&feature={{feature}}&limit=31&offset=0&sort=-_id&v=3","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","segments",":segment_guid","preview"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"embed[location]","value":"obj","disabled":true},{"key":"embed[labels]","value":"obj","disabled":true},{"key":"embed[created_at]","value":"obj","disabled":true},{"key":"embed[active]","value":"obj","disabled":true},{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"limit","value":"31","description":"Limit results returned. "},{"key":"offset","value":"0","description":"Padignation offset."},{"key":"sort","value":"-_id","description":"sort results by column. \"_id\", oldest added. \"-_id\", newest added. \"last_name,first_name\", alphabetical a-z. \"-last_name,-first_name\", alphabetical z-a. Note that sort only applies to returned items, not all items applicable to the filter."},{"key":"v","value":"3","description":"Required. Indicates segment syntax version."}],"variable":[{"key":"segment_guid","value":"","description":"Unique identifier for the Segment. Found with GET to v2/data/segments."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Sep 2025 22:11:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"68d16890685217db027ddb\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"example1@element451.com\",\n            \"first_name\": \"Another Example\",\n            \"last_name\": \"Student\",\n            \"preferred_name\": null,\n            \"avatar\": null,\n            \"gender\": \"Male\"\n        },\n        {\n            \"id\": \"68c03d918f3d57f00290e4\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"example@element451.com\",\n            \"first_name\": \"Example\",\n            \"last_name\": \"Student\",\n            \"preferred_name\": null,\n            \"avatar\": null\n        }\n    ],\n    \"meta\": {\n        \"total\": 0,\n        \"method\": \"regular_segment_query\"\n    }\n}"}],"_postman_id":"a3c7a0f6-16cd-462e-8e34-6a262a5f348f"}],"id":"8e2c87ab-7d70-4dfe-9a5f-003834606f6b","_postman_id":"8e2c87ab-7d70-4dfe-9a5f-003834606f6b","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{segment_guid}","item":[{"name":"Destroy Users In Segment","id":"efa66dd5-423b-48a7-8e49-3c936578de5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/users/segments/{{SEGMENT_GUID}}/users?token={{token}}&analytics={{analytics}}&feature={{app_feature}}","description":"<p>Users.segments.users.destroy</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","segments","{{SEGMENT_GUID}}","users"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{app_feature}}"},{"disabled":true,"key":"confirmed","value":"1"}],"variable":[]}},"response":[],"_postman_id":"efa66dd5-423b-48a7-8e49-3c936578de5b"}],"id":"3beb6a59-c14b-4c6b-bb10-bd5bc5f1ef1c","_postman_id":"3beb6a59-c14b-4c6b-bb10-bd5bc5f1ef1c","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"c44dfa22-9a06-49ae-bd01-19dbb34d7aff","_postman_id":"c44dfa22-9a06-49ae-bd01-19dbb34d7aff","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"UserMerge","item":[{"name":"Suggest Master User - Merge","id":"7bb3ff4f-1f12-4b9e-86ba-c9a2fb6ae6d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:master_user_id/master/:duplicate_user_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Users.merge.validate.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":master_user_id","master",":duplicate_user_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Identifier for the master user record.</p>\n","type":"text/plain"},"type":"any","value":"68b8a20dc97f8739ea043ac4","key":"master_user_id"},{"description":{"content":"<p>Identifier for the duplicate user record.</p>\n","type":"text/plain"},"type":"any","value":"68b9f52dba65bbdbd7057436","key":"duplicate_user_id"}]}},"response":[],"_postman_id":"7bb3ff4f-1f12-4b9e-86ba-c9a2fb6ae6d2"},{"name":"Bulk User Merge","id":"d149a078-eb95-495e-8659-16d86fcb63fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"item","value":"{\"items\": [{\"leftUserId\": \"59f8561d02099315fc5a3173\", \"rightUserId\": \"59f8584f02099315fc5a549b\", \"relationshipId\": \"5babc927d1f1c679c61e89ec\"}, {\"leftUserId\": \"59f8561702099315fc5a310a\", \"rightUserId\": \"59f8570d02099315fc5a4106\", \"relationshipId\": \"5babc927d1f1c679c61e89e7\"}], \"actions\": []}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/users/merge?analytics={{analytics}}&feature={{feature}}","description":"<p>Merges multiple duplicate user relationships in bulk. Each merge operation pairs a <strong>left user</strong> (the older \"master\" user in the duplicate relationship) with a <strong>right user</strong> (the newer \"duplicate\" user), linked by a relationship ID.</p>\n<p>Designating which user is \"left\" and which is \"right\" doesn't actually matter anymore. Our system will compare the two users and decide which user makes the most sense to keep. If one of the users has been recently active, they will be selected as the \"master\" user and the other user will be the \"duplicate\" user.</p>\n<p>During an auto-merge, we will append as much data as possible from the \"duplicate\" to the \"master\", but when we find a conflict between two fields or two items in a field, we will prioritize the data from the \"master\" user.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<p>Content-Type: <code>application/json</code> or <code>multipart/form-data</code></p>\n<p>The body accepts an <code>item</code> field containing a JSON string with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"items\": [\n    {\n      \"leftUserId\": \"&lt;ID of the &amp;#x27;master&amp;#x27; user&gt;\",\n      \"rightUserId\": \"&lt;ID of the &amp;#x27;duplicate&amp;#x27; user&gt;\",\n      \"relationshipId\": \"&lt;ID of the relationship linking the two users&gt;\"\n    }\n  ],\n  \"actions\": []\n}\n\n</code></pre>\n<h3 id=\"body-fields\">Body Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items</code></td>\n<td>array</td>\n<td>List of merge pairs.</td>\n</tr>\n<tr>\n<td><code>items[].leftUserId</code></td>\n<td>string</td>\n<td>The ID of the 'master' user.</td>\n</tr>\n<tr>\n<td><code>items[].rightUserId</code></td>\n<td>string</td>\n<td>The ID of the 'duplicate' user.</td>\n</tr>\n<tr>\n<td><code>items[].relationshipId</code></td>\n<td>string</td>\n<td>The ID of the relationship connecting the two users.</td>\n</tr>\n<tr>\n<td><code>actions</code></td>\n<td>array</td>\n<td>Resolutions for specific field groups. Array is required, but it's not really in use.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-format\">Response Format</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"done\": true,\n    \"merged\": 1,\n    \"unmerged\": 1,\n    \"errors\": {\n      \"&lt;relationshipId&gt;\": \"Right user has been active in the last 10 minutes\"\n    }\n  }\n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data.done</code></td>\n<td>boolean</td>\n<td>Whether the bulk merge operation completed processing all items.</td>\n</tr>\n<tr>\n<td><code>data.merged</code></td>\n<td>integer</td>\n<td>Number of relationships successfully merged.</td>\n</tr>\n<tr>\n<td><code>data.unmerged</code></td>\n<td>integer</td>\n<td>Number of relationships that could not be merged.</td>\n</tr>\n<tr>\n<td><code>data.errors</code></td>\n<td>object</td>\n<td>Map of failed merges, keyed by relationship ID. Each value is an error message describing why that merge was skipped. Empty when all merges succeed.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guidelines-for-programmatic-use\">Guidelines for Programmatic Use</h2>\n<p>When calling this endpoint programmatically, follow these guidelines to avoid data integrity issues:</p>\n<p><strong>Merge small chunks, one request at a time.</strong> This endpoint processes each merge synchronously — the more relationships included in a single request, the longer it will take to respond. The UI enforces a limit of 50 duplicate pairs per bulk merge for this reason.</p>\n<p><strong>Retrieve a fresh list of duplicates after each request.</strong> Merging a pair of duplicates can affect other duplicate relationships in your list. For example, given two pairs — <code>[User A is a dup of User B]</code> and <code>[User B is a dup of User C]</code> — if you merge User B into User C, the first relationship becomes <code>[User A is a dup of User C]</code>. The system will attempt to resolve stale user IDs or relationship IDs, but you might see errors for missing users or relationships.</p>\n<p><strong>Avoid concurrent merge requests.</strong> Race conditions with user merges are difficult to handle. If the same user appears in two simultaneous bulk merge requests, the processes could produce errors or leave users in unexpected states — with mixed data, or dangling decisions and activities attached to deleted users.</p>\n<h2 id=\"how-the-api-handles-failures\">How the API Handles Failures</h2>\n<ul>\n<li><p><strong>Rollback on failure:</strong> If a merge fails after updates or deletions have begun, the API attempts to restore everything to its prior state.</p>\n</li>\n<li><p><strong>Recently active users skipped:</strong> If the right (duplicate) user has been active in the last 10 minutes, that merge is skipped to avoid conflicts with in-flight data. The pair is counted in <code>unmerged</code> and the reason is included in <code>errors</code>.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","merge"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"d149a078-eb95-495e-8659-16d86fcb63fc"}],"id":"91894a0a-0982-4ef8-9cee-0d82dae53e20","_postman_id":"91894a0a-0982-4ef8-9cee-0d82dae53e20","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"{user_id}","item":[{"name":"Activities","item":[{"name":"Get User Activities","id":"a767b804-224c-43b8-a646-e431d15d541d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/activities?feature={{feature}}&analytics={{analytics}}&limit=5&offset=0","description":"<p>Get a list of activities associated with the user, like form submissions, phone calls, emails opened and more.</p>\n<p>{{user_id}} is the unique identifier for the user, also called \"Element ID\".</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","activities"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"disabled":true,"description":{"content":"<p>optional parameter to filter for specific activity types</p>\n","type":"text/plain"},"key":"filter[actions][]","value":""},{"disabled":true,"description":{"content":"<p>optional parameter to filer for activities related to a specific decision.</p>\n","type":"text/plain"},"key":"filter[decision_id][0]","value":""},{"disabled":true,"description":{"content":"<p>optional parameter to filter for activities related to a specific application</p>\n","type":"text/plain"},"key":"filter[registration_id]","value":""},{"description":{"content":"<p>Limit the items returned.</p>\n","type":"text/plain"},"key":"limit","value":"5"},{"description":{"content":"<p>Offset the items returned.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"6333507d93b6711d99047cd2","key":"user_id"}]}},"response":[{"id":"59c6f064-5b57-4f4d-a830-ae4e42f829ef","name":"Get All User Activities","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/activities?feature={{feature}}&analytics={{analytics}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","activities"],"query":[{"key":"feature","value":"{{feature}}","description":"required"},{"key":"analytics","value":"{{analytics}}","description":"optional"},{"key":"filter[actions][]","value":"{{activity_action}}","description":"optional parameter to filter for specific activity types","disabled":true},{"key":"filter[decision_id][0]","value":"{{decision_id}}","description":"optional parameter to filer for activities related to a specific decision.","disabled":true},{"key":"filter[registration_id]","value":"{{registration_id}}","description":"optional parameter to filter for activities related to a specific application","disabled":true}],"variable":[{"key":"user_id","value":"","description":"Unique identifier for the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Feb 2025 19:56:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"_id\": \"6798ecb0088fd20d43cf\",\n            \"event_id\": \"32003924-247b-4f8244-a157128e5e86\",\n            \"action\": \"taskCompleted\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2025-01-28T14:41:52+00:00\",\n            \"dvce_tstamp\": \"2025-01-28T14:38:50+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Arkansas\",\n            \"geo_region_name\": \"Arkansas\",\n            \"geo_city\": \"Little Rock\",\n            \"geo_zipcode\": \"72201\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -21600,\n            \"geo_localhour\": 8,\n            \"geo_localstamp\": \"2025-01-28 08:38:50 -0600 CST\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"69.00.00.212\",\n            \"updated_at\": \"Tue Jan 28 14:41:52 +0000 2025\",\n            \"actor_id\": \"64b536ce2f37b08f4d4\",\n            \"todo_guid\": \"instance.todos.4955171\",\n            \"type\": \"instance.taxonomy.2957434\",\n            \"status_guid\": \"instance.taxonomy.2433683\",\n            \"name\": \"SMS Follow-Up + Provide Resource List\",\n            \"assigned_to\": [\n                \"64b536ce0647b08f4d4\"\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOFYx8yjZJwXqBR1tYS8h\",\n            \"taxonomy\": {\n                \"name\": \"SMS\",\n                \"guid\": \"instance.taxonomy.2957434\",\n                \"taxonomy\": \"instance.taxonomy.1849235\"\n            },\n            \"action_description\": \"Related task \\\"SMS Follow-Up + Provide Resource List\\\" marked completed\"\n        },\n        {\n            \"_id\": \"6798ecb0b106f0046b09f21c\",\n            \"event_id\": \"ca0a1627-6fed-447d-adee-0d2de80b80c4\",\n            \"action\": \"externalActivityCompleted\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2025-01-28T14:41:52+00:00\",\n            \"dvce_tstamp\": \"2025-01-28T14:38:50+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Arkansas\",\n            \"geo_region_name\": \"Arkansas\",\n            \"geo_city\": \"Little Rock\",\n            \"geo_zipcode\": \"72201\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -21600,\n            \"geo_localhour\": 8,\n            \"geo_localstamp\": \"2025-01-28 08:38:50 -0600 CST\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"69.00.00.212\",\n            \"updated_at\": \"Tue Jan 28 14:41:52 +0000 2025\",\n            \"type\": \"instance.taxonomy.2957434\",\n            \"name\": \"SMS Follow-Up + Provide Resource List\",\n            \"context\": \"todo\",\n            \"todo_guid\": \"instance.todos.4955171\",\n            \"actor_id\": \"64b536ce064e8b08f4d4\",\n            \"assigned_to\": [\n                \"64b536ce064e08f4d4\"\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOFYx8yjZJwXqBR1tYS8h\",\n            \"taxonomy\": {\n                \"name\": \"SMS\",\n                \"guid\": \"instance.taxonomy.2957434\",\n                \"taxonomy\": \"instance.taxonomy.1849235\"\n            },\n            \"action_description\": \"Completed \\\"SMS Follow-Up + Provide Resource List\\\" activity\"\n        },\n        {\n            \"_id\": \"679816872c856d031a0bc7b5\",\n            \"event_id\": \"9f4ce830-6867-4a74-768c0af94b75\",\n            \"action\": \"taskCompleted\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2025-01-27T23:28:06+00:00\",\n            \"dvce_tstamp\": \"2025-01-27T23:27:15+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Arkansas\",\n            \"geo_region_name\": \"Arkansas\",\n            \"geo_city\": \"Little Rock\",\n            \"geo_zipcode\": \"72201\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -21600,\n            \"geo_localhour\": 17,\n            \"geo_localstamp\": \"2025-01-27 17:27:15 -0600 CST\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"69.00.00.212\",\n            \"updated_at\": \"Mon Jan 27 23:28:07 +0000 2025\",\n            \"actor_id\": \"64b536ce067b08f4d4\",\n            \"todo_guid\": \"instance.todos.4955171\",\n            \"type\": \"instance.taxonomy.2957434\",\n            \"status_guid\": \"instance.taxonomy.2433683\",\n            \"name\": \"SMS Follow-Up + Provide Resource List\",\n            \"assigned_to\": [\n                \"64b536ce064b08f4d4\"\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6jZJwXqBR1tYS8h\",\n            \"taxonomy\": {\n                \"name\": \"SMS\",\n                \"guid\": \"instance.taxonomy.2957434\",\n                \"taxonomy\": \"instance.taxonomy.1849235\"\n            },\n            \"action_description\": \"Related task \\\"SMS Follow-Up + Provide Resource List\\\" marked completed\"\n        },\n        {\n            \"_id\": \"67981688c9d5e76f85023b13\",\n            \"event_id\": \"522f3826-4e3b-4f6a-a53a-446fd5a786e8\",\n            \"action\": \"externalActivityCompleted\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2025-01-27T23:28:07+00:00\",\n            \"dvce_tstamp\": \"2025-01-27T23:27:15+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Arkansas\",\n            \"geo_region_name\": \"Arkansas\",\n            \"geo_city\": \"Little Rock\",\n            \"geo_zipcode\": \"72201\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -21600,\n            \"geo_localhour\": 17,\n            \"geo_localstamp\": \"2025-01-27 17:27:15 -0600 CST\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"69.00.00.212\",\n            \"updated_at\": \"Mon Jan 27 23:28:08 +0000 2025\",\n            \"type\": \"instance.taxonomy.2957434\",\n            \"name\": \"SMS Follow-Up + Provide Resource List\",\n            \"context\": \"todo\",\n            \"todo_guid\": \"instance.todos.4955171\",\n            \"actor_id\": \"64b536ce0f37b08f4d4\",\n            \"assigned_to\": [\n                \"64b536ce0637b08f4d4\"\n            ],\n            \"app_id\": \"oZsO6mB31rZu6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"taxonomy\": {\n                \"name\": \"SMS\",\n                \"guid\": \"instance.taxonomy.2957434\",\n                \"taxonomy\": \"instance.taxonomy.1849235\"\n            },\n            \"action_description\": \"Completed \\\"SMS Follow-Up + Provide Resource List\\\" activity\"\n        }\n        {\n            \"_id\": \"6723f21040b431580304ce0c\",\n            \"event_id\": \"c29636ac-c272-42f3-ad5a-8bd83f0ecb63\",\n            \"action\": \"taskDeleted\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-31T21:09:36+00:00\",\n            \"dvce_tstamp\": \"2024-10-31T21:08:56+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"New Jersey\",\n            \"geo_region_name\": \"New Jersey\",\n            \"geo_city\": \"Newark\",\n            \"geo_zipcode\": \"07740\",\n            \"geo_timezone\": \"America/New_York\",\n            \"geo_localoffset\": -14400,\n            \"geo_localhour\": 17,\n            \"geo_localstamp\": \"2024-10-31 17:08:56 -0400 EDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"74.00.00.196\",\n            \"updated_at\": \"Thu Oct 31 21:09:36 +0000 2024\",\n            \"actor_id\": \"62e94241a96a3e685e44d92e\",\n            \"todo_guid\": \"instance.todos.2001605\",\n            \"type\": \"instance.taxonomy.2433906\",\n            \"status_guid\": \"instance.taxonomy.2433647\",\n            \"name\": \"Testing task\",\n            \"assigned_to\": [\n                \"650205ea93d73d2ca3005129\"\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"taxonomy\": {\n                \"name\": \"NoType\",\n                \"guid\": \"instance.taxonomy.2433906\",\n                \"taxonomy\": \"instance.taxonomy.1849235\"\n            },\n            \"action_description\": \"Related task \\\"Testing task\\\" deleted\"\n        },\n        {\n            \"_id\": \"670458c5175bcfe1580854f4\",\n            \"event_id\": \"93d9516c-389f-44d8-82d2-0f5fa31c7a69\",\n            \"action\": \"userNetworkAdded\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:14+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:55:10+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"78644\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-07 16:55:10 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Oct 07 21:55:17 +0000 2024\",\n            \"actor_id\": \"62a0e8d5ca905e6ebd555dc9\",\n            \"created_by\": {\n                \"_id\": \"62a0e8d5ca905e6ebd555dc9\",\n                \"first_name\": \"Firstname\",\n                \"last_name\": \"Lastname\"\n            },\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"action_description\": \"Contact added (\\\"Firstname Lastname\\\" added to Network as \\\"Academic Advisor\\\")\"\n        },\n        {\n            \"_id\": \"670458ca050d766deb0d3f85\",\n            \"event_id\": \"4a5adc41-6759-44be-841a-1d0c5177ed05\",\n            \"action\": \"userLogin\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:19+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:52:22+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"78644\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-07 16:52:22 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Oct 07 21:55:22 +0000 2024\",\n            \"app_id\": \"6xFpMbAwHsNn4oEbUxdC5bu2OVb83h1CTBYEP8DY\",\n            \"action_description\": \"Logged in on desktop device\"\n        },\n        {\n            \"_id\": \"67045805a943474a6f0508d8\",\n            \"event_id\": \"b707805a-5938-405b-b329-1092a1f3750c\",\n            \"action\": \"userLogin\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:52:04+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:51:12+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"78644\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-07 16:51:12 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Oct 07 21:52:05 +0000 2024\",\n            \"app_id\": \"6xFpMbAwHsNn4oEbUxdC5bu2OVb83h1CTBYEP8DY\",\n            \"action_description\": \"Logged in on desktop device\"\n        },\n        {\n            \"_id\": \"670457f956e1ffcc450ebc9a\",\n            \"event_id\": \"41008615-0c3f-47c6-8c1d-d68de5597d2d\",\n            \"action\": \"taskAssigned\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:51:52+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:51:07+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"78644\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-07 16:51:07 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Oct 07 21:51:53 +0000 2024\",\n            \"actor_id\": \"62a0e8d5ca905e6ebd555dc9\",\n            \"todo_guid\": \"instance.todos.4377904\",\n            \"type\": \"instance.taxonomy.2007721\",\n            \"status_guid\": \"instance.taxonomy.2433683\",\n            \"name\": \"Untitled Task\",\n            \"assigned_to\": [\n                \"62a0e8d5ca905e6ebd555dc9\"\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"taxonomy\": {\n                \"taxonomy\": \"instance.taxonomy.1849235\",\n                \"name\": \"Contact Student\",\n                \"guid\": \"instance.taxonomy.2007721\"\n            },\n            \"action_description\": \"Related task \\\"Untitled Task\\\" assigned\"\n        }\n        {\n            \"_id\": \"670458cd175bcfe158085533\",\n            \"event_id\": \"455dfde2-d624-40c3-8f67-a63ac860c0bc\",\n            \"action\": \"emailClicked\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:22+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:48:31+00:00\",\n            \"device_type\": \"Other\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Ohio\",\n            \"geo_region_name\": \"Ohio\",\n            \"geo_city\": \"Cincinnati\",\n            \"geo_zipcode\": \"45208\",\n            \"geo_timezone\": \"America/New_York\",\n            \"geo_localoffset\": -14400,\n            \"geo_localhour\": 17,\n            \"geo_localstamp\": \"2024-10-07 17:48:31 -0400 EDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Windows\",\n            \"user_ipaddress\": \"216.00.00.135\",\n            \"updated_at\": \"Mon Oct 07 21:55:25 +0000 2024\",\n            \"element_id\": \"8CB6E4197776465170DB8E310858\",\n            \"email_subject\": \"Reset Your Password\",\n            \"evaluated_subject\": \"Reset Your Password\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"notifications.ccc\",\n            \"notification_name\": \"[TRAINING] User Password Reset Request\",\n            \"target_url\": \"https://instance.portal451.sites.451.io/reset-password/fr16U9v3zDvZVo6a4Fp2ZiyDiyyIdUx7VEY6rQtK?_eid=63ed61ee90d922078663\",\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"notification\": null,\n            \"action_description\": \"Clicked link in email \\\"Reset Your Password\\\"\"\n        },\n        {\n            \"_id\": \"67045729175bcfe1580851ff\",\n            \"event_id\": \"012f7a56-7b86-4324-b270-9765fd7c08f3\",\n            \"action\": \"userLogin\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:48:24+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:48:21+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"78644\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-07 16:48:21 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Oct 07 21:48:25 +0000 2024\",\n            \"app_id\": \"6xFpMbAwHsNn4oEbUxdC5bu2OVb83h1CTBYEP8DY\",\n            \"action_description\": \"Logged in on desktop device\"\n        },\n        {\n            \"_id\": \"670458ca0a29440a5705e18b\",\n            \"event_id\": \"59fb9c62-8f61-4125-af4a-dc19d45bfe15\",\n            \"action\": \"emailOpened\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:19+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:48:20+00:00\",\n            \"updated_at\": \"Mon Oct 07 21:55:22 +0000 2024\",\n            \"element_id\": \"8CB6E41977764658908170DB8E310858\",\n            \"email_subject\": \"Reset Your Password\",\n            \"evaluated_subject\": \"Reset Your Password\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"notifications.ccc\",\n            \"notification_name\": \"[TRAINING] User Password Reset Request\",\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"notification\": null,\n            \"action_description\": \"Opened email \\\"Reset Your Password\\\"\"\n        },\n        {\n            \"_id\": \"670458ce050d766deb0d3fa5\",\n            \"event_id\": \"9897dbad-0b7b-4fd7-9aa0-a4d31c43f963\",\n            \"action\": \"emailClicked\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:21+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:48:20+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"78644\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-07 16:48:20 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Oct 07 21:55:26 +0000 2024\",\n            \"element_id\": \"8CB6E41977764658908170DB8E310858\",\n            \"email_subject\": \"Reset Your Password\",\n            \"evaluated_subject\": \"Reset Your Password\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"notifications.ccc\",\n            \"notification_name\": \"[TRAINING] User Password Reset Request\",\n            \"target_url\": \"https://instance.portal451.sites.451.io/reset-password/fr16U9v3zDvZVo6a4Fp2ZiyDiyyIdUx7VEY6rQtK?_eid=63ed61ee90d922078663\",\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"notification\": null,\n            \"action_description\": \"Clicked link in email \\\"Reset Your Password\\\"\"\n        },\n        {\n            \"_id\": \"670458c7cf286f3f2c043c38\",\n            \"event_id\": \"fa6f2f9d-f7a3-49fb-9cae-97f639ca054c\",\n            \"action\": \"emailOpened\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:15+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:48:18+00:00\",\n            \"updated_at\": \"Mon Oct 07 21:55:19 +0000 2024\",\n            \"element_id\": \"8CB6E41977764658908170DB8E310858\",\n            \"email_subject\": \"Reset Your Password\",\n            \"evaluated_subject\": \"Reset Your Password\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"notifications.ccc\",\n            \"notification_name\": \"[TRAINING] User Password Reset Request\",\n            \"app_id\": \"oZsO6mB31rZuHOClVyjZJwXqBR1tYS8h\",\n            \"notification\": null,\n            \"action_description\": \"Opened email \\\"Reset Your Password\\\"\"\n        },\n        {\n            \"_id\": \"670458bf91bf29008300\",\n            \"event_id\": \"932a4043-dc28-4912-b32c-7cc6fa8dc0b7\",\n            \"action\": \"emailDelivered\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:11+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:48:09+00:00\",\n            \"updated_at\": \"Mon Oct 07 21:55:11 +0000 2024\",\n            \"element_id\": \"8CB6E41977764658908170DB8E310858\",\n            \"email_subject\": \"Reset Your Password\",\n            \"evaluated_subject\": \"Reset Your Password\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"notifications.ccc\",\n            \"notification_name\": \"[TRAINING] User Password Reset Request\",\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"notification\": null,\n            \"action_description\": \"Received email \\\"Reset Your Password\\\"\"\n        },\n        {\n            \"_id\": \"670059bc8e1af4ca440f1834\",\n            \"event_id\": \"42ce988a-fe18-40ce-ba7a-6444d86538f1\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-04T21:10:16+00:00\",\n            \"dvce_tstamp\": \"2024-10-04T21:07:57+00:00\",\n            \"device_type\": \"iPhone\",\n            \"dvce_ismobile\": true,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-04 16:07:57 -0500 CDT\",\n            \"browser_family\": \"Chrome Mobile iOS\",\n            \"os_family\": \"iOS\",\n            \"user_ipaddress\": \"174.00.00.82\",\n            \"updated_at\": \"Fri Oct 04 21:10:20 +0000 2024\",\n            \"actor_id\": \"62a0e8d5ca905e6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"date_of_birth\",\n                    \"value\": \"Sat Jan 01 00:00:00 +0000 2005\"\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        }\n        {\n            \"_id\": \"66e330cbb1796eb11401e432\",\n            \"event_id\": \"8390c113-830a-470c-aa4f-47ba0dc0c21f\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-09-12T18:19:54+00:00\",\n            \"dvce_tstamp\": \"2024-09-12T18:18:38+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 13,\n            \"geo_localstamp\": \"2024-09-12 13:18:38 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.190\",\n            \"updated_at\": \"Thu Sep 12 18:19:55 +0000 2024\",\n            \"actor_id\": \"62a0e8d5ca905e6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"education.schools\",\n                    \"value\": {\n                        \"ceeb\": \"5249\",\n                        \"city\": \"Milledgevil\",\n                        \"counselor\": [],\n                        \"country\": \"United States\",\n                        \"province\": \"\",\n                        \"county\": \"Baldwin\",\n                        \"name\": \"Georgia Military College\",\n                        \"state\": \"GA\",\n                        \"street_1\": \"201 E Green St\",\n                        \"type\": \"college\",\n                        \"zipcode\": \"31061\",\n                        \"index_weight\": 5,\n                        \"item_id\": \"ARURUQFB\"\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"66e3301b54315e31ca0049d7\",\n            \"event_id\": \"2859ab81-dd9d-41ab-88af-22b5efab426a\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-09-12T18:14:31+00:00\",\n            \"dvce_tstamp\": \"2024-09-12T18:14:15+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 13,\n            \"geo_localstamp\": \"2024-09-12 13:14:15 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Thu Sep 12 18:16:59 +0000 2024\",\n            \"actor_id\": \"62a0e8d5caebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"education.schools\",\n                    \"value\": {\n                        \"ceeb\": \"2967\",\n                        \"city\": \"Washington\",\n                        \"counselor\": [],\n                        \"country\": \"United States\",\n                        \"province\": \"\",\n                        \"county\": \"Washington\",\n                        \"name\": \"Washington & Jefferson College\",\n                        \"state\": \"PA\",\n                        \"street_1\": \"60 S Lincoln St\",\n                        \"type\": \"college\",\n                        \"zipcode\": \"15301\",\n                        \"index_weight\": 4,\n                        \"item_id\": \"LJANN0AM\"\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"66d0c02d7b7afbe83d00a09c\",\n            \"event_id\": \"64784f0d-ad3f-4425-b87a-fb9951919c92\",\n            \"action\": \"formSubmitted\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-29T18:38:36+00:00\",\n            \"dvce_tstamp\": \"2024-08-29T18:38:35+00:00\",\n            \"device_type\": \"Other\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 13,\n            \"geo_localstamp\": \"2024-08-29 13:38:35 -0500 CDT\",\n            \"browser_family\": \"Other\",\n            \"os_family\": \"Other\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Thu Aug 29 18:38:37 +0000 2024\",\n            \"form_guid\": \"instance.forms.1595\",\n            \"main_form\": true,\n            \"url\": \"https://www.institution.edu/degrees/biology?utm_source=fb&utm_medium=post&utm_campaign=organic\",\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": {\n                \"name\": \"Biology RFI Form\",\n                \"guid\": \"instance.forms.1595\"\n            },\n            \"action_description\": \"Submitted Biology RFI form\"\n        }\n        {\n            \"_id\": \"66ccddfb1d355993ab0f9294\",\n            \"event_id\": \"1ac17713-f437-4a40-b210-857975ef2afe\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-26T19:56:42+00:00\",\n            \"dvce_tstamp\": \"2024-08-26T19:55:52+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 14,\n            \"geo_localstamp\": \"2024-08-26 14:55:52 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Aug 26 19:56:43 +0000 2024\",\n            \"actor_id\": \"62a0e8d5ca905e6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"evaluations\",\n                    \"value\": {\n                        \"type\": \"NSAT\",\n                        \"name\": \"SAT\",\n                        \"date\": \"2024-08-01T00:00:00+00:00\",\n                        \"official\": true,\n                        \"index_weight\": 2,\n                        \"scores\": [\n                            {\n                                \"key\": \"composite\",\n                                \"value\": 1080\n                            },\n                            {\n                                \"key\": \"evidence_rw\",\n                                \"value\": 550\n                            },\n                            {\n                                \"key\": \"math\",\n                                \"value\": 530\n                            }\n                        ],\n                        \"properties\": []\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"66c3aa4635e203c18a00cc66\",\n            \"event_id\": \"a48215fb-5314-462d-b0ed-5806784dd1dc\",\n            \"action\": \"emailOpened\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-19T20:20:48+00:00\",\n            \"dvce_tstamp\": \"2024-08-19T20:20:28+00:00\",\n            \"updated_at\": \"Mon Aug 19 20:25:42 +0000 2024\",\n            \"element_id\": \"18257E68F9CA49248FA48A0D3009C457\",\n            \"email_subject\": \"Event Confirmation: [event:registration_date] - [event:event_name]\",\n            \"evaluated_subject\": \"Event Confirmation: Fri, October 18, 2024 at 1:00 PM EDT - Roosevelt High School College Fair\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"instance.template.notifications.1\",\n            \"notification_name\": \"Event Registration Confirmation\",\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"notification\": {\n                \"_id\": \"606f56fa0cd85430c4115c7f\",\n                \"guid\": \"instance.template.notifications.1\",\n                \"type\": \"info\",\n                \"id\": \"606f56fa0cd85430c4115c7f\"\n            },\n            \"action_description\": \"Opened email \\\"Event Confirmation: Fri, October 18, 2024 at 1:00 PM EDT - Roosevelt High School College Fair\\\"\"\n        },\n        {\n            \"_id\": \"66c3aa38ba841f86fd029af4\",\n            \"event_id\": \"1284c7c7-e886-4fe7-9f30-0a1e039ca346\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-19T20:20:24+00:00\",\n            \"dvce_tstamp\": \"2024-08-19T20:20:17+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 15,\n            \"geo_localstamp\": \"2024-08-19 15:20:17 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Aug 19 20:25:28 +0000 2024\",\n            \"actor_id\": \"62a0e8d5ce6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"sources\",\n                    \"value\": {\n                        \"type\": \"CUSTOM\",\n                        \"timestamp\": \"Mon Aug 19 04:00:00 +0000 2024\",\n                        \"alias\": \"instance.taxonomy.2007732\",\n                        \"segment\": \"instance.taxonomy.2009612\",\n                        \"index_weight\": 3,\n                        \"item_id\": \"GF4Y7PQJ\"\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"66c3aa3bb925d3abf395\",\n            \"event_id\": \"fcfdc7ee-a91f-42e3-b424-e9b3872ae0a8\",\n            \"action\": \"emailDelivered\",\n            \"user_id\": \"63ed61ee90d98663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-19T20:20:21+00:00\",\n            \"dvce_tstamp\": \"2024-08-19T20:20:14+00:00\",\n            \"updated_at\": \"Mon Aug 19 20:25:31 +0000 2024\",\n            \"element_id\": \"18257E68F248FA48A0D3009C457\",\n            \"email_subject\": \"Event Confirmation: [event:registration_date] - [event:event_name]\",\n            \"evaluated_subject\": \"Event Confirmation: Fri, October 18, 2024 at 1:00 PM EDT - Roosevelt High School College Fair\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"instance.template.notifications.1\",\n            \"notification_name\": \"Event Registration Confirmation\",\n            \"app_id\": \"oZsO6mB31rlV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"notification\": {\n                \"_id\": \"606f56fa0cd854115c7f\",\n                \"guid\": \"instance.template.notifications.1\",\n                \"type\": \"info\",\n                \"id\": \"606f56fa0cd0c4115c7f\"\n            },\n            \"action_description\": \"Received email \\\"Event Confirmation: Fri, October 18, 2024 at 1:00 PM EDT - Roosevelt High School College Fair\\\"\"\n        },\n        {\n            \"_id\": \"66c3aa363c6307888c7e0\",\n            \"event_id\": \"76e99b61-40f5-bc3b-0bb17c4dfce3\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63ed60d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-19T20:18:57+00:00\",\n            \"dvce_tstamp\": \"2024-08-19T20:18:54+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 15,\n            \"geo_localstamp\": \"2024-08-19 15:18:54 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Aug 19 20:25:26 +0000 2024\",\n            \"actor_id\": \"62a0ca905e6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"sources\",\n                    \"value\": {\n                        \"type\": \"CUSTOM\",\n                        \"timestamp\": \"Tue Jan 16 05:00:00 +0000 2024\",\n                        \"alias\": \"instance.taxonomy.2007732\",\n                        \"index_weight\": 3,\n                        \"item_id\": \"GF4Y7PQJ\"\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"66c3aa3854694807dd70\",\n            \"event_id\": \"b0cd3bda-596a-497c-8e0e-481242c2b708\",\n            \"action\": \"eventRegistrationSuccessful\",\n            \"user_id\": \"63ed61ee90078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-19T20:19:14+00:00\",\n            \"dvce_tstamp\": \"2024-08-19T20:17:25+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 15,\n            \"geo_localstamp\": \"2024-08-19 15:17:25 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Aug 19 20:25:28 +0000 2024\",\n            \"actor_id\": \"63ed61ee90d922078663\",\n            \"event_date\": \"2024-10-18T17:00:00+00:00\",\n            \"event_guid\": \"instance.events.665985\",\n            \"event_elements_guid\": \"instance.event_elements.665987\",\n            \"event_type\": \"college-fair\",\n            \"app_id\": \"SUEOA6PfdsnLRaajAWg1ZyYrTGaAAHeKXp9EGagv\",\n            \"event\": {\n                \"_id\": \"66c3868976b5bab8d0016fe2\",\n                \"event_type\": \"college-fair\",\n                \"guid\": \"instance.events.665985\",\n                \"name\": \"Roosevelt High School College Fair\",\n                \"id\": \"66c3868976b5bab8d0016fe2\"\n            },\n            \"action_description\": \"Registered for event \\\"Roosevelt High School College Fair\\\" on 2024-10-18 17:00:00\"\n        }\n    ]\n}"},{"id":"f27b34ed-f302-427a-a04d-16c23df82089","name":"Get User Updated Activities","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/activities?feature={{feature}}&analytics={{analytics}}&filter[actions][]=userProfileUpdated","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","activities"],"query":[{"key":"feature","value":"{{feature}}","description":"required"},{"key":"analytics","value":"{{analytics}}","description":"optional"},{"key":"filter[actions][]","value":"userProfileUpdated","description":"optional parameter to filter for specific activity types"},{"key":"filter[decision_id][0]","value":"","description":"optional parameter to filer for activities related to a specific decision.","disabled":true},{"key":"filter[registration_id]","value":"","description":"optional parameter to filter for activities related to a specific application","disabled":true}],"variable":[{"key":"user_id","value":"","description":"Unique identifier for the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Dec 2025 17:48:30 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"_id\": \"6944396d11ad91763e07eecb\",\n            \"event_id\": \"7ede9556-d19e-476b-ae02-6315c14bbf2e\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63393b6711d99047cd2\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2025-12-18T17:25:29+00:00\",\n            \"dvce_tstamp\": \"2025-12-18T17:22:50+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"12345\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -21600,\n            \"geo_localhour\": 11,\n            \"geo_localstamp\": \"2025-12-18 11:22:50 -0600 CST\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"192.168.0.0\",\n            \"updated_at\": \"Thu Dec 18 17:27:09 +0000 2025\",\n            \"actor_id\": \"5e627463267d541f11f4\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"owner\",\n                    \"value\": \"633ade480c2cb04a7c6\"\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"6736755174eb79efaf0953c3\",\n            \"event_id\": \"8591fb3f-88f9-4a9a-acd4-119be7bcce53\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63393b6711d99047cd2\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-11-14T22:09:19+00:00\",\n            \"dvce_tstamp\": \"2024-11-14T22:09:12+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"12345\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -21600,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-11-14 16:09:12 -0600 CST\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"192.168.0.0\",\n            \"updated_at\": \"Thu Nov 14 22:10:25 +0000 2024\",\n            \"actor_id\": \"62a0e8d5e6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"family\",\n                    \"value\": {\n                        \"members\": [\n                            {\n                                \"type\": \"guardian\",\n                                \"relationship\": \"mother\",\n                                \"first_name\": \"Firstname\",\n                                \"last_name\": \"Lastname\",\n                                \"living\": true,\n                                \"phone\": [],\n                                \"same_address\": true,\n                                \"index_weight\": 1,\n                                \"item_id\": \"1BJTFCC6\"\n                            },\n                            {\n                                \"type\": \"alumni\",\n                                \"relationship\": \"father\",\n                                \"first_name\": \"Firstname1\",\n                                \"last_name\": \"Lastname1\",\n                                \"index_weight\": 2,\n                                \"item_id\": \"KK4YTP4W\"\n                            }\n                        ],\n                        \"household_income\": \"a;sldhg;aoihe\"\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"67367186d5b8595f96006564\",\n            \"event_id\": \"f85a1b5d-fa3a-41a3-97ea-d8ab15206420\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63393b6711d99047cd2\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-11-14T21:54:13+00:00\",\n            \"dvce_tstamp\": \"2024-11-14T21:53:08+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"12345\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -21600,\n            \"geo_localhour\": 15,\n            \"geo_localstamp\": \"2024-11-14 15:53:08 -0600 CST\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"192.168.0.0\",\n            \"updated_at\": \"Thu Nov 14 21:54:14 +0000 2024\",\n            \"actor_id\": \"62a0e8d5e6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"evaluations\",\n                    \"value\": {\n                        \"type\": \"MAT\",\n                        \"name\": \"Miller Analogies Test\",\n                        \"date\": \"2024-11-14T00:00:00+00:00\",\n                        \"official\": false,\n                        \"index_weight\": 1,\n                        \"scores\": [\n                            {\n                                \"key\": \"intended_major_percentile_rank\",\n                                \"value\": 1\n                            },\n                            {\n                                \"key\": \"total_group_percentile_rank\",\n                                \"value\": 1\n                            }\n                        ],\n                        \"properties\": []\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"65303f2127bf95211506c855\",\n            \"event_id\": \"e266ad99-46e0-4e19-ab01-00c0d94c7c54\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63393b6711d99047cd2\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2023-10-18T20:21:29+00:00\",\n            \"dvce_tstamp\": \"2023-10-18T20:17:15+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 15,\n            \"geo_localstamp\": \"2023-10-18 15:17:15 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"38.172.118.118\",\n            \"updated_at\": \"Wed Oct 18 20:25:05 +0000 2023\",\n            \"actor_id\": \"62a0e8d5e6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"education\",\n                    \"value\": {\n                        \"term\": \"instance.terms.1829\",\n                        \"prefered_major\": \"instance.major.109423\",\n                        \"applied_before\": true,\n                        \"veteran_funds\": true,\n                        \"housing\": \"commuter\"\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"648b65a8120cd0f77407f62f\",\n            \"event_id\": \"60ae4f12-0bb2-11ee-a837-93f6b7d149b4\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63393b6711d99047cd2\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2023-06-15T19:25:25+00:00\",\n            \"dvce_tstamp\": \"2023-06-15T19:23:56+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Kentucky\",\n            \"geo_region_name\": \"Kentucky\",\n            \"geo_city\": \"Lexington\",\n            \"geo_zipcode\": \"54321\",\n            \"geo_timezone\": \"America/New_York\",\n            \"geo_localoffset\": -14400,\n            \"geo_localhour\": 15,\n            \"geo_localstamp\": \"2023-06-15 15:23:56 -0400 EDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"192.168.0.0\",\n            \"updated_at\": \"Thu Jun 15 19:25:28 +0000 2023\",\n            \"actor_id\": \"633ade47dc0c2cb04a7c6\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"labels\",\n                    \"value\": [\n                        \"instance.taxonomy.2006513\",\n                        \"instance.taxonomy.2007555\",\n                        \"instance.taxonomy.2011921\"\n                    ]\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"6447e9425ff4cf011a06b055\",\n            \"event_id\": \"a7a67cf8-e378-11ed-aafe-4108e844f391\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63393b6711d99047cd2\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2023-04-25T14:51:26+00:00\",\n            \"dvce_tstamp\": \"2023-04-25T14:51:26+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"GB\",\n            \"geo_timezone\": \"Europe/London\",\n            \"geo_localoffset\": 3600,\n            \"geo_localhour\": 15,\n            \"geo_localstamp\": \"2023-04-25 15:51:26 +0100 BST\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"192.168.0.0\",\n            \"updated_at\": \"Tue Apr 25 14:52:50 +0000 2023\",\n            \"actor_id\": \"62a0e8d5e6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"race\",\n                    \"value\": {\n                        \"categories\": [\n                            \"1\",\n                            \"3\",\n                            \"5\"\n                        ]\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        }\n    ]\n}"}],"_postman_id":"a767b804-224c-43b8-a646-e431d15d541d"}],"id":"020c5c79-e523-4dc9-bd38-cc59211c8bab","description":"<p>Access activities for a specific user record.</p>\n","_postman_id":"020c5c79-e523-4dc9-bd38-cc59211c8bab","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Applications","item":[{"name":"{registration_id}","item":[{"name":"Documents","item":[{"name":"Admin","item":[{"name":"Get Application Documents","id":"ba9d082b-4588-4086-b9ed-f0eba8611907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://training.api.451.io/v2/users/:user_id/applications/:registration_id/documents/admin?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","applications",":registration_id","documents","admin"],"host":["training","api","451","io"],"query":[{"description":{"content":"<p>Optional. </p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required. </p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Unique ID for the user's application. Found with GET to v2/users/:user_id/profile/applications</p>\n","type":"text/plain"},"type":"any","value":"","key":"registration_id"}]}},"response":[{"id":"df3cd1df-4b77-4d37-b443-15dbb00a5993","name":"Get Application Documents","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://training.api.451.io/v2/users/:user_id/applications/:registration_id/documents/admin?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["training","api","451","io"],"path":["v2","users",":user_id","applications",":registration_id","documents","admin"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional. "},{"key":"feature","value":"{{feature}}","description":"Required. "}],"variable":[{"key":"user_id","value":"","description":"Element ID for the user, their unique identifier assigned by Element451."},{"key":"registration_id","value":"","description":"Unique ID for the user's application. Found with GET to v2/users/:user_id/profile/applications"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Jun 2025 19:33:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"category\": \"user_upload\",\n            \"guid\": \"instance.files.18420\",\n            \"name\": \"webinar background 3.jpg\",\n            \"alt_name\": \"Portfolio\",\n            \"mime_type\": \"image/jpeg\",\n            \"size\": 264414,\n            \"url\": \"https://instance.api.451.io/v2/files/download/instance.files.1420/0FCFFD93825F4F71502C7AE1\",\n            \"created_at\": \"Thu May 22 16:11:15 +0000 2025\",\n            \"document\": {\n                \"guid\": \"instance.document.77988\",\n                \"type\": {\n                    \"name\": \"Portfolio\",\n                    \"slug\": \"instance-portfolio\",\n                    \"icon\": \"fa-archive\",\n                    \"guid\": \"instance.document_type.2577\"\n                }\n            },\n            \"preview_url\": \"https://s3.amazonaws.com/lum_test/instance/private/files/wNV1bAZ2yZ1bsgovxjFG/instance.files.18969420.jpg?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA3NAT4QEWEZHXNC4X%2F20250612%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250612T193303Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=29f6790d8d94aea9abaa3d71b2971e9d0ea17940e4a4ddd7236eb8\",\n            \"expiration_time\": \"2025-06-13T19:33:03+00:00\",\n            \"user\": {\n                \"first_name\": \"Student\",\n                \"last_name\": \"Name\",\n                \"middle_name\": null,\n                \"preferred_name\": null,\n                \"email\": \"example@outlook.com\"\n            }\n        },\n        {\n            \"category\": \"user_application_preview\",\n            \"guid\": \"instance.files.19099\",\n            \"name\": \"UndergraduateApplication2024_Application_JZNSX.pdf\",\n            \"alt_name\": \"User Application Preview\",\n            \"mime_type\": \"application/pdf\",\n            \"size\": 58091,\n            \"url\": \"https://instance.api.451.io/v2/files/download/instance.files9099/51263F73E4394D48E50DF6BF7\",\n            \"created_at\": \"Wed Jun 11 17:49:42 +0000 2025\",\n            \"derived_files\": {\n                \"document_jpg\": {\n                    \"url\": \"http://s3.amazonaws.com/lum_test/instance/private/files/vGfkiwlms1IuFEnU/UndergraduateApplication2024_Application_AHSX.jpg\",\n                    \"preview_url\": \"https://s3.amazonaws.com/lum_test/instance/private/files/vGfkiwlD2IuFEnU/UndergraduateApplication2024_Application_AHDJZNSX.jpg?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA3NAT4QEWEZHXNC4X%2F20250612%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250612T193303Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=f2268381fe30e45a5330ddec3438211d4b827d88fc61\",\n                    \"expiration_time\": \"2025-06-13T19:33:03+00:00\"\n                }\n            },\n            \"user\": {\n                \"first_name\": \"Student\",\n                \"last_name\": \"Name\",\n                \"middle_name\": null,\n                \"preferred_name\": null,\n                \"email\": \"example@outlook.com\"\n            }\n        }\n   ]\n}"}],"_postman_id":"ba9d082b-4588-4086-b9ed-f0eba8611907"}],"id":"8a0f3133-04e5-401c-ad35-e3b086ed9e3a","description":"<p>Access and manage documents related to an application by their Registration ID as an admin.</p>\n","_postman_id":"8a0f3133-04e5-401c-ad35-e3b086ed9e3a","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"299ddd25-9731-4c7e-b88a-41cf7cd506ad","description":"<p>Access and manage documents related to an application by it's Registration ID.</p>\n","_postman_id":"299ddd25-9731-4c7e-b88a-41cf7cd506ad","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"7ccec53c-c2fa-422e-8c40-a35958ee799b","description":"<p>Access and manage a user's Applications by the Registration ID.</p>\n","_postman_id":"7ccec53c-c2fa-422e-8c40-a35958ee799b","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"0c6d53b6-3a61-4d8c-89bc-ce210faf98f7","description":"<p>Access and manage the user's applications.</p>\n","_postman_id":"0c6d53b6-3a61-4d8c-89bc-ce210faf98f7","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Avatar","item":[{"name":"Add User Avatar","id":"bdb70ffc-9723-45ba-b6bb-314c974dce52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data; boundary=----WebKitFormBoundaryObPrjGWim8iBzK0","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate, br, zstd","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"c3faf88f-c0a5-4dd5-a381-6527538e34dd","value":null}]},"url":"https://{{client}}.{{api}}/v2/users/:user_id/avatar?feature={{feature}}&analytics={{analytics}}","description":"<p>Saves a new avatar for the user profile.</p>\n<p>{{user_id}} is the unique identifier for the user, also called \"Element ID\".</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","avatar"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"1443dd27-3e0a-44ca-b580-c81228348ca8","name":"Get User Activities","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/activities?feature={{feature}}&analytics={{analytics}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","activities"],"query":[{"key":"feature","value":"{{feature}}","description":"required"},{"key":"analytics","value":"{{analytics}}","description":"optional"},{"key":"filter[actions][]","value":"{{activity_action}}","description":"optional parameter to filter for specific activity types","disabled":true},{"key":"filter[decision_id][0]","value":"{{decision_id}}","description":"optional parameter to filer for activities related to a specific decision.","disabled":true},{"key":"filter[registration_id]","value":"{{registration_id}}","description":"optional parameter to filter for activities related to a specific application","disabled":true}],"variable":[{"key":"user_id","value":"","description":"Unique identifier for the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Feb 2025 19:56:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"_id\": \"6798ecb0088fd20d43cf\",\n            \"event_id\": \"32003924-247b-4f8244-a157128e5e86\",\n            \"action\": \"taskCompleted\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2025-01-28T14:41:52+00:00\",\n            \"dvce_tstamp\": \"2025-01-28T14:38:50+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Arkansas\",\n            \"geo_region_name\": \"Arkansas\",\n            \"geo_city\": \"Little Rock\",\n            \"geo_zipcode\": \"72201\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -21600,\n            \"geo_localhour\": 8,\n            \"geo_localstamp\": \"2025-01-28 08:38:50 -0600 CST\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"69.00.00.212\",\n            \"updated_at\": \"Tue Jan 28 14:41:52 +0000 2025\",\n            \"actor_id\": \"64b536ce2f37b08f4d4\",\n            \"todo_guid\": \"instance.todos.4955171\",\n            \"type\": \"instance.taxonomy.2957434\",\n            \"status_guid\": \"instance.taxonomy.2433683\",\n            \"name\": \"SMS Follow-Up + Provide Resource List\",\n            \"assigned_to\": [\n                \"64b536ce0647b08f4d4\"\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOFYx8yjZJwXqBR1tYS8h\",\n            \"taxonomy\": {\n                \"name\": \"SMS\",\n                \"guid\": \"instance.taxonomy.2957434\",\n                \"taxonomy\": \"instance.taxonomy.1849235\"\n            },\n            \"action_description\": \"Related task \\\"SMS Follow-Up + Provide Resource List\\\" marked completed\"\n        },\n        {\n            \"_id\": \"6798ecb0b106f0046b09f21c\",\n            \"event_id\": \"ca0a1627-6fed-447d-adee-0d2de80b80c4\",\n            \"action\": \"externalActivityCompleted\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2025-01-28T14:41:52+00:00\",\n            \"dvce_tstamp\": \"2025-01-28T14:38:50+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Arkansas\",\n            \"geo_region_name\": \"Arkansas\",\n            \"geo_city\": \"Little Rock\",\n            \"geo_zipcode\": \"72201\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -21600,\n            \"geo_localhour\": 8,\n            \"geo_localstamp\": \"2025-01-28 08:38:50 -0600 CST\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"69.00.00.212\",\n            \"updated_at\": \"Tue Jan 28 14:41:52 +0000 2025\",\n            \"type\": \"instance.taxonomy.2957434\",\n            \"name\": \"SMS Follow-Up + Provide Resource List\",\n            \"context\": \"todo\",\n            \"todo_guid\": \"instance.todos.4955171\",\n            \"actor_id\": \"64b536ce064e8b08f4d4\",\n            \"assigned_to\": [\n                \"64b536ce064e08f4d4\"\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOFYx8yjZJwXqBR1tYS8h\",\n            \"taxonomy\": {\n                \"name\": \"SMS\",\n                \"guid\": \"instance.taxonomy.2957434\",\n                \"taxonomy\": \"instance.taxonomy.1849235\"\n            },\n            \"action_description\": \"Completed \\\"SMS Follow-Up + Provide Resource List\\\" activity\"\n        },\n        {\n            \"_id\": \"679816872c856d031a0bc7b5\",\n            \"event_id\": \"9f4ce830-6867-4a74-768c0af94b75\",\n            \"action\": \"taskCompleted\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2025-01-27T23:28:06+00:00\",\n            \"dvce_tstamp\": \"2025-01-27T23:27:15+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Arkansas\",\n            \"geo_region_name\": \"Arkansas\",\n            \"geo_city\": \"Little Rock\",\n            \"geo_zipcode\": \"72201\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -21600,\n            \"geo_localhour\": 17,\n            \"geo_localstamp\": \"2025-01-27 17:27:15 -0600 CST\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"69.00.00.212\",\n            \"updated_at\": \"Mon Jan 27 23:28:07 +0000 2025\",\n            \"actor_id\": \"64b536ce067b08f4d4\",\n            \"todo_guid\": \"instance.todos.4955171\",\n            \"type\": \"instance.taxonomy.2957434\",\n            \"status_guid\": \"instance.taxonomy.2433683\",\n            \"name\": \"SMS Follow-Up + Provide Resource List\",\n            \"assigned_to\": [\n                \"64b536ce064b08f4d4\"\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6jZJwXqBR1tYS8h\",\n            \"taxonomy\": {\n                \"name\": \"SMS\",\n                \"guid\": \"instance.taxonomy.2957434\",\n                \"taxonomy\": \"instance.taxonomy.1849235\"\n            },\n            \"action_description\": \"Related task \\\"SMS Follow-Up + Provide Resource List\\\" marked completed\"\n        },\n        {\n            \"_id\": \"67981688c9d5e76f85023b13\",\n            \"event_id\": \"522f3826-4e3b-4f6a-a53a-446fd5a786e8\",\n            \"action\": \"externalActivityCompleted\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2025-01-27T23:28:07+00:00\",\n            \"dvce_tstamp\": \"2025-01-27T23:27:15+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Arkansas\",\n            \"geo_region_name\": \"Arkansas\",\n            \"geo_city\": \"Little Rock\",\n            \"geo_zipcode\": \"72201\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -21600,\n            \"geo_localhour\": 17,\n            \"geo_localstamp\": \"2025-01-27 17:27:15 -0600 CST\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"69.00.00.212\",\n            \"updated_at\": \"Mon Jan 27 23:28:08 +0000 2025\",\n            \"type\": \"instance.taxonomy.2957434\",\n            \"name\": \"SMS Follow-Up + Provide Resource List\",\n            \"context\": \"todo\",\n            \"todo_guid\": \"instance.todos.4955171\",\n            \"actor_id\": \"64b536ce0f37b08f4d4\",\n            \"assigned_to\": [\n                \"64b536ce0637b08f4d4\"\n            ],\n            \"app_id\": \"oZsO6mB31rZu6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"taxonomy\": {\n                \"name\": \"SMS\",\n                \"guid\": \"instance.taxonomy.2957434\",\n                \"taxonomy\": \"instance.taxonomy.1849235\"\n            },\n            \"action_description\": \"Completed \\\"SMS Follow-Up + Provide Resource List\\\" activity\"\n        }\n        {\n            \"_id\": \"6723f21040b431580304ce0c\",\n            \"event_id\": \"c29636ac-c272-42f3-ad5a-8bd83f0ecb63\",\n            \"action\": \"taskDeleted\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-31T21:09:36+00:00\",\n            \"dvce_tstamp\": \"2024-10-31T21:08:56+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"New Jersey\",\n            \"geo_region_name\": \"New Jersey\",\n            \"geo_city\": \"Newark\",\n            \"geo_zipcode\": \"07740\",\n            \"geo_timezone\": \"America/New_York\",\n            \"geo_localoffset\": -14400,\n            \"geo_localhour\": 17,\n            \"geo_localstamp\": \"2024-10-31 17:08:56 -0400 EDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"74.00.00.196\",\n            \"updated_at\": \"Thu Oct 31 21:09:36 +0000 2024\",\n            \"actor_id\": \"62e94241a96a3e685e44d92e\",\n            \"todo_guid\": \"instance.todos.2001605\",\n            \"type\": \"instance.taxonomy.2433906\",\n            \"status_guid\": \"instance.taxonomy.2433647\",\n            \"name\": \"Testing task\",\n            \"assigned_to\": [\n                \"650205ea93d73d2ca3005129\"\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"taxonomy\": {\n                \"name\": \"NoType\",\n                \"guid\": \"instance.taxonomy.2433906\",\n                \"taxonomy\": \"instance.taxonomy.1849235\"\n            },\n            \"action_description\": \"Related task \\\"Testing task\\\" deleted\"\n        },\n        {\n            \"_id\": \"670458c5175bcfe1580854f4\",\n            \"event_id\": \"93d9516c-389f-44d8-82d2-0f5fa31c7a69\",\n            \"action\": \"userNetworkAdded\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:14+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:55:10+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"78644\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-07 16:55:10 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Oct 07 21:55:17 +0000 2024\",\n            \"actor_id\": \"62a0e8d5ca905e6ebd555dc9\",\n            \"created_by\": {\n                \"_id\": \"62a0e8d5ca905e6ebd555dc9\",\n                \"first_name\": \"Firstname\",\n                \"last_name\": \"Lastname\"\n            },\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"action_description\": \"Contact added (\\\"Firstname Lastname\\\" added to Network as \\\"Academic Advisor\\\")\"\n        },\n        {\n            \"_id\": \"670458ca050d766deb0d3f85\",\n            \"event_id\": \"4a5adc41-6759-44be-841a-1d0c5177ed05\",\n            \"action\": \"userLogin\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:19+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:52:22+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"78644\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-07 16:52:22 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Oct 07 21:55:22 +0000 2024\",\n            \"app_id\": \"6xFpMbAwHsNn4oEbUxdC5bu2OVb83h1CTBYEP8DY\",\n            \"action_description\": \"Logged in on desktop device\"\n        },\n        {\n            \"_id\": \"67045805a943474a6f0508d8\",\n            \"event_id\": \"b707805a-5938-405b-b329-1092a1f3750c\",\n            \"action\": \"userLogin\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:52:04+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:51:12+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"78644\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-07 16:51:12 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Oct 07 21:52:05 +0000 2024\",\n            \"app_id\": \"6xFpMbAwHsNn4oEbUxdC5bu2OVb83h1CTBYEP8DY\",\n            \"action_description\": \"Logged in on desktop device\"\n        },\n        {\n            \"_id\": \"670457f956e1ffcc450ebc9a\",\n            \"event_id\": \"41008615-0c3f-47c6-8c1d-d68de5597d2d\",\n            \"action\": \"taskAssigned\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:51:52+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:51:07+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"78644\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-07 16:51:07 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Oct 07 21:51:53 +0000 2024\",\n            \"actor_id\": \"62a0e8d5ca905e6ebd555dc9\",\n            \"todo_guid\": \"instance.todos.4377904\",\n            \"type\": \"instance.taxonomy.2007721\",\n            \"status_guid\": \"instance.taxonomy.2433683\",\n            \"name\": \"Untitled Task\",\n            \"assigned_to\": [\n                \"62a0e8d5ca905e6ebd555dc9\"\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"taxonomy\": {\n                \"taxonomy\": \"instance.taxonomy.1849235\",\n                \"name\": \"Contact Student\",\n                \"guid\": \"instance.taxonomy.2007721\"\n            },\n            \"action_description\": \"Related task \\\"Untitled Task\\\" assigned\"\n        }\n        {\n            \"_id\": \"670458cd175bcfe158085533\",\n            \"event_id\": \"455dfde2-d624-40c3-8f67-a63ac860c0bc\",\n            \"action\": \"emailClicked\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:22+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:48:31+00:00\",\n            \"device_type\": \"Other\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Ohio\",\n            \"geo_region_name\": \"Ohio\",\n            \"geo_city\": \"Cincinnati\",\n            \"geo_zipcode\": \"45208\",\n            \"geo_timezone\": \"America/New_York\",\n            \"geo_localoffset\": -14400,\n            \"geo_localhour\": 17,\n            \"geo_localstamp\": \"2024-10-07 17:48:31 -0400 EDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Windows\",\n            \"user_ipaddress\": \"216.00.00.135\",\n            \"updated_at\": \"Mon Oct 07 21:55:25 +0000 2024\",\n            \"element_id\": \"8CB6E4197776465170DB8E310858\",\n            \"email_subject\": \"Reset Your Password\",\n            \"evaluated_subject\": \"Reset Your Password\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"notifications.ccc\",\n            \"notification_name\": \"[TRAINING] User Password Reset Request\",\n            \"target_url\": \"https://instance.portal451.sites.451.io/reset-password/fr16U9v3zDvZVo6a4Fp2ZiyDiyyIdUx7VEY6rQtK?_eid=63ed61ee90d922078663\",\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"notification\": null,\n            \"action_description\": \"Clicked link in email \\\"Reset Your Password\\\"\"\n        },\n        {\n            \"_id\": \"67045729175bcfe1580851ff\",\n            \"event_id\": \"012f7a56-7b86-4324-b270-9765fd7c08f3\",\n            \"action\": \"userLogin\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:48:24+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:48:21+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"78644\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-07 16:48:21 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Oct 07 21:48:25 +0000 2024\",\n            \"app_id\": \"6xFpMbAwHsNn4oEbUxdC5bu2OVb83h1CTBYEP8DY\",\n            \"action_description\": \"Logged in on desktop device\"\n        },\n        {\n            \"_id\": \"670458ca0a29440a5705e18b\",\n            \"event_id\": \"59fb9c62-8f61-4125-af4a-dc19d45bfe15\",\n            \"action\": \"emailOpened\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:19+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:48:20+00:00\",\n            \"updated_at\": \"Mon Oct 07 21:55:22 +0000 2024\",\n            \"element_id\": \"8CB6E41977764658908170DB8E310858\",\n            \"email_subject\": \"Reset Your Password\",\n            \"evaluated_subject\": \"Reset Your Password\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"notifications.ccc\",\n            \"notification_name\": \"[TRAINING] User Password Reset Request\",\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"notification\": null,\n            \"action_description\": \"Opened email \\\"Reset Your Password\\\"\"\n        },\n        {\n            \"_id\": \"670458ce050d766deb0d3fa5\",\n            \"event_id\": \"9897dbad-0b7b-4fd7-9aa0-a4d31c43f963\",\n            \"action\": \"emailClicked\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:21+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:48:20+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_city\": \"Dallas\",\n            \"geo_zipcode\": \"78644\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-07 16:48:20 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Oct 07 21:55:26 +0000 2024\",\n            \"element_id\": \"8CB6E41977764658908170DB8E310858\",\n            \"email_subject\": \"Reset Your Password\",\n            \"evaluated_subject\": \"Reset Your Password\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"notifications.ccc\",\n            \"notification_name\": \"[TRAINING] User Password Reset Request\",\n            \"target_url\": \"https://instance.portal451.sites.451.io/reset-password/fr16U9v3zDvZVo6a4Fp2ZiyDiyyIdUx7VEY6rQtK?_eid=63ed61ee90d922078663\",\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"notification\": null,\n            \"action_description\": \"Clicked link in email \\\"Reset Your Password\\\"\"\n        },\n        {\n            \"_id\": \"670458c7cf286f3f2c043c38\",\n            \"event_id\": \"fa6f2f9d-f7a3-49fb-9cae-97f639ca054c\",\n            \"action\": \"emailOpened\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:15+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:48:18+00:00\",\n            \"updated_at\": \"Mon Oct 07 21:55:19 +0000 2024\",\n            \"element_id\": \"8CB6E41977764658908170DB8E310858\",\n            \"email_subject\": \"Reset Your Password\",\n            \"evaluated_subject\": \"Reset Your Password\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"notifications.ccc\",\n            \"notification_name\": \"[TRAINING] User Password Reset Request\",\n            \"app_id\": \"oZsO6mB31rZuHOClVyjZJwXqBR1tYS8h\",\n            \"notification\": null,\n            \"action_description\": \"Opened email \\\"Reset Your Password\\\"\"\n        },\n        {\n            \"_id\": \"670458bf91bf29008300\",\n            \"event_id\": \"932a4043-dc28-4912-b32c-7cc6fa8dc0b7\",\n            \"action\": \"emailDelivered\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-07T21:55:11+00:00\",\n            \"dvce_tstamp\": \"2024-10-07T21:48:09+00:00\",\n            \"updated_at\": \"Mon Oct 07 21:55:11 +0000 2024\",\n            \"element_id\": \"8CB6E41977764658908170DB8E310858\",\n            \"email_subject\": \"Reset Your Password\",\n            \"evaluated_subject\": \"Reset Your Password\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"notifications.ccc\",\n            \"notification_name\": \"[TRAINING] User Password Reset Request\",\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"notification\": null,\n            \"action_description\": \"Received email \\\"Reset Your Password\\\"\"\n        },\n        {\n            \"_id\": \"670059bc8e1af4ca440f1834\",\n            \"event_id\": \"42ce988a-fe18-40ce-ba7a-6444d86538f1\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-10-04T21:10:16+00:00\",\n            \"dvce_tstamp\": \"2024-10-04T21:07:57+00:00\",\n            \"device_type\": \"iPhone\",\n            \"dvce_ismobile\": true,\n            \"geo_country\": \"US\",\n            \"geo_region\": \"Texas\",\n            \"geo_region_name\": \"Texas\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 16,\n            \"geo_localstamp\": \"2024-10-04 16:07:57 -0500 CDT\",\n            \"browser_family\": \"Chrome Mobile iOS\",\n            \"os_family\": \"iOS\",\n            \"user_ipaddress\": \"174.00.00.82\",\n            \"updated_at\": \"Fri Oct 04 21:10:20 +0000 2024\",\n            \"actor_id\": \"62a0e8d5ca905e6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"date_of_birth\",\n                    \"value\": \"Sat Jan 01 00:00:00 +0000 2005\"\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        }\n        {\n            \"_id\": \"66e330cbb1796eb11401e432\",\n            \"event_id\": \"8390c113-830a-470c-aa4f-47ba0dc0c21f\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-09-12T18:19:54+00:00\",\n            \"dvce_tstamp\": \"2024-09-12T18:18:38+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 13,\n            \"geo_localstamp\": \"2024-09-12 13:18:38 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.190\",\n            \"updated_at\": \"Thu Sep 12 18:19:55 +0000 2024\",\n            \"actor_id\": \"62a0e8d5ca905e6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"education.schools\",\n                    \"value\": {\n                        \"ceeb\": \"5249\",\n                        \"city\": \"Milledgevil\",\n                        \"counselor\": [],\n                        \"country\": \"United States\",\n                        \"province\": \"\",\n                        \"county\": \"Baldwin\",\n                        \"name\": \"Georgia Military College\",\n                        \"state\": \"GA\",\n                        \"street_1\": \"201 E Green St\",\n                        \"type\": \"college\",\n                        \"zipcode\": \"31061\",\n                        \"index_weight\": 5,\n                        \"item_id\": \"ARURUQFB\"\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"66e3301b54315e31ca0049d7\",\n            \"event_id\": \"2859ab81-dd9d-41ab-88af-22b5efab426a\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-09-12T18:14:31+00:00\",\n            \"dvce_tstamp\": \"2024-09-12T18:14:15+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 13,\n            \"geo_localstamp\": \"2024-09-12 13:14:15 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Thu Sep 12 18:16:59 +0000 2024\",\n            \"actor_id\": \"62a0e8d5caebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"education.schools\",\n                    \"value\": {\n                        \"ceeb\": \"2967\",\n                        \"city\": \"Washington\",\n                        \"counselor\": [],\n                        \"country\": \"United States\",\n                        \"province\": \"\",\n                        \"county\": \"Washington\",\n                        \"name\": \"Washington & Jefferson College\",\n                        \"state\": \"PA\",\n                        \"street_1\": \"60 S Lincoln St\",\n                        \"type\": \"college\",\n                        \"zipcode\": \"15301\",\n                        \"index_weight\": 4,\n                        \"item_id\": \"LJANN0AM\"\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"66d0c02d7b7afbe83d00a09c\",\n            \"event_id\": \"64784f0d-ad3f-4425-b87a-fb9951919c92\",\n            \"action\": \"formSubmitted\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-29T18:38:36+00:00\",\n            \"dvce_tstamp\": \"2024-08-29T18:38:35+00:00\",\n            \"device_type\": \"Other\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 13,\n            \"geo_localstamp\": \"2024-08-29 13:38:35 -0500 CDT\",\n            \"browser_family\": \"Other\",\n            \"os_family\": \"Other\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Thu Aug 29 18:38:37 +0000 2024\",\n            \"form_guid\": \"instance.forms.1595\",\n            \"main_form\": true,\n            \"url\": \"https://www.institution.edu/degrees/biology?utm_source=fb&utm_medium=post&utm_campaign=organic\",\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": {\n                \"name\": \"Biology RFI Form\",\n                \"guid\": \"instance.forms.1595\"\n            },\n            \"action_description\": \"Submitted Biology RFI form\"\n        }\n        {\n            \"_id\": \"66ccddfb1d355993ab0f9294\",\n            \"event_id\": \"1ac17713-f437-4a40-b210-857975ef2afe\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-26T19:56:42+00:00\",\n            \"dvce_tstamp\": \"2024-08-26T19:55:52+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 14,\n            \"geo_localstamp\": \"2024-08-26 14:55:52 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Aug 26 19:56:43 +0000 2024\",\n            \"actor_id\": \"62a0e8d5ca905e6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"evaluations\",\n                    \"value\": {\n                        \"type\": \"NSAT\",\n                        \"name\": \"SAT\",\n                        \"date\": \"2024-08-01T00:00:00+00:00\",\n                        \"official\": true,\n                        \"index_weight\": 2,\n                        \"scores\": [\n                            {\n                                \"key\": \"composite\",\n                                \"value\": 1080\n                            },\n                            {\n                                \"key\": \"evidence_rw\",\n                                \"value\": 550\n                            },\n                            {\n                                \"key\": \"math\",\n                                \"value\": 530\n                            }\n                        ],\n                        \"properties\": []\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"66c3aa4635e203c18a00cc66\",\n            \"event_id\": \"a48215fb-5314-462d-b0ed-5806784dd1dc\",\n            \"action\": \"emailOpened\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-19T20:20:48+00:00\",\n            \"dvce_tstamp\": \"2024-08-19T20:20:28+00:00\",\n            \"updated_at\": \"Mon Aug 19 20:25:42 +0000 2024\",\n            \"element_id\": \"18257E68F9CA49248FA48A0D3009C457\",\n            \"email_subject\": \"Event Confirmation: [event:registration_date] - [event:event_name]\",\n            \"evaluated_subject\": \"Event Confirmation: Fri, October 18, 2024 at 1:00 PM EDT - Roosevelt High School College Fair\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"instance.template.notifications.1\",\n            \"notification_name\": \"Event Registration Confirmation\",\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"notification\": {\n                \"_id\": \"606f56fa0cd85430c4115c7f\",\n                \"guid\": \"instance.template.notifications.1\",\n                \"type\": \"info\",\n                \"id\": \"606f56fa0cd85430c4115c7f\"\n            },\n            \"action_description\": \"Opened email \\\"Event Confirmation: Fri, October 18, 2024 at 1:00 PM EDT - Roosevelt High School College Fair\\\"\"\n        },\n        {\n            \"_id\": \"66c3aa38ba841f86fd029af4\",\n            \"event_id\": \"1284c7c7-e886-4fe7-9f30-0a1e039ca346\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63ed61ee90d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-19T20:20:24+00:00\",\n            \"dvce_tstamp\": \"2024-08-19T20:20:17+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 15,\n            \"geo_localstamp\": \"2024-08-19 15:20:17 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Aug 19 20:25:28 +0000 2024\",\n            \"actor_id\": \"62a0e8d5ce6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"sources\",\n                    \"value\": {\n                        \"type\": \"CUSTOM\",\n                        \"timestamp\": \"Mon Aug 19 04:00:00 +0000 2024\",\n                        \"alias\": \"instance.taxonomy.2007732\",\n                        \"segment\": \"instance.taxonomy.2009612\",\n                        \"index_weight\": 3,\n                        \"item_id\": \"GF4Y7PQJ\"\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"66c3aa3bb925d3abf395\",\n            \"event_id\": \"fcfdc7ee-a91f-42e3-b424-e9b3872ae0a8\",\n            \"action\": \"emailDelivered\",\n            \"user_id\": \"63ed61ee90d98663\",\n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-19T20:20:21+00:00\",\n            \"dvce_tstamp\": \"2024-08-19T20:20:14+00:00\",\n            \"updated_at\": \"Mon Aug 19 20:25:31 +0000 2024\",\n            \"element_id\": \"18257E68F248FA48A0D3009C457\",\n            \"email_subject\": \"Event Confirmation: [event:registration_date] - [event:event_name]\",\n            \"evaluated_subject\": \"Event Confirmation: Fri, October 18, 2024 at 1:00 PM EDT - Roosevelt High School College Fair\",\n            \"to_name\": \"Firstname Lastname\",\n            \"to_email\": \"student@example.com\",\n            \"from_name\": \"Element451 Admissions\",\n            \"from_email\": \"staff@institution.edu\",\n            \"from_domain\": \"institution.edu\",\n            \"notification_guid\": \"instance.template.notifications.1\",\n            \"notification_name\": \"Event Registration Confirmation\",\n            \"app_id\": \"oZsO6mB31rlV6PgUFYx8yjZJwXqBR1tYS8h\",\n            \"notification\": {\n                \"_id\": \"606f56fa0cd854115c7f\",\n                \"guid\": \"instance.template.notifications.1\",\n                \"type\": \"info\",\n                \"id\": \"606f56fa0cd0c4115c7f\"\n            },\n            \"action_description\": \"Received email \\\"Event Confirmation: Fri, October 18, 2024 at 1:00 PM EDT - Roosevelt High School College Fair\\\"\"\n        },\n        {\n            \"_id\": \"66c3aa363c6307888c7e0\",\n            \"event_id\": \"76e99b61-40f5-bc3b-0bb17c4dfce3\",\n            \"action\": \"userProfileUpdated\",\n            \"user_id\": \"63ed60d922078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-19T20:18:57+00:00\",\n            \"dvce_tstamp\": \"2024-08-19T20:18:54+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 15,\n            \"geo_localstamp\": \"2024-08-19 15:18:54 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Aug 19 20:25:26 +0000 2024\",\n            \"actor_id\": \"62a0ca905e6ebd555dc9\",\n            \"form_guid\": \"virtual.form.profile\",\n            \"updated_fields\": [\n                {\n                    \"key\": \"sources\",\n                    \"value\": {\n                        \"type\": \"CUSTOM\",\n                        \"timestamp\": \"Tue Jan 16 05:00:00 +0000 2024\",\n                        \"alias\": \"instance.taxonomy.2007732\",\n                        \"index_weight\": 3,\n                        \"item_id\": \"GF4Y7PQJ\"\n                    }\n                }\n            ],\n            \"app_id\": \"oZsO6mB31rZuHOClFYx8yjZJwXqBR1tYS8h\",\n            \"form\": null,\n            \"action_description\": \"Profile updated\"\n        },\n        {\n            \"_id\": \"66c3aa3854694807dd70\",\n            \"event_id\": \"b0cd3bda-596a-497c-8e0e-481242c2b708\",\n            \"action\": \"eventRegistrationSuccessful\",\n            \"user_id\": \"63ed61ee90078663\",\n            \n            \"subdom\": \"instance\",\n            \"etl_tstamp\": \"2024-08-19T20:19:14+00:00\",\n            \"dvce_tstamp\": \"2024-08-19T20:17:25+00:00\",\n            \"device_type\": \"Mac\",\n            \"dvce_ismobile\": false,\n            \"geo_country\": \"US\",\n            \"geo_timezone\": \"America/Chicago\",\n            \"geo_localoffset\": -18000,\n            \"geo_localhour\": 15,\n            \"geo_localstamp\": \"2024-08-19 15:17:25 -0500 CDT\",\n            \"browser_family\": \"Chrome\",\n            \"os_family\": \"Mac OS X\",\n            \"user_ipaddress\": \"172.00.00.160\",\n            \"updated_at\": \"Mon Aug 19 20:25:28 +0000 2024\",\n            \"actor_id\": \"63ed61ee90d922078663\",\n            \"event_date\": \"2024-10-18T17:00:00+00:00\",\n            \"event_guid\": \"instance.events.665985\",\n            \"event_elements_guid\": \"instance.event_elements.665987\",\n            \"event_type\": \"college-fair\",\n            \"app_id\": \"SUEOA6PfdsnLRaajAWg1ZyYrTGaAAHeKXp9EGagv\",\n            \"event\": {\n                \"_id\": \"66c3868976b5bab8d0016fe2\",\n                \"event_type\": \"college-fair\",\n                \"guid\": \"instance.events.665985\",\n                \"name\": \"Roosevelt High School College Fair\",\n                \"id\": \"66c3868976b5bab8d0016fe2\"\n            },\n            \"action_description\": \"Registered for event \\\"Roosevelt High School College Fair\\\" on 2024-10-18 17:00:00\"\n        }\n    ]\n}"}],"_postman_id":"bdb70ffc-9723-45ba-b6bb-314c974dce52"},{"name":"Delete User Avatar","id":"68b05ad9-5d04-4694-ac52-d72ad22b759b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/avatar?feature={{feature}}&analytics={{analytics}}","description":"<p>Deletes an existing user avatar</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","avatar"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[{"id":"6da8c40d-baf8-4ab6-9ac5-728f060173c5","type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"68b05ad9-5d04-4694-ac52-d72ad22b759b"}],"id":"56f4fcc7-10d5-44ab-b7cf-0b6781ba5449","description":"<p>Update user's profile photo or avitar.</p>\n","_postman_id":"56f4fcc7-10d5-44ab-b7cf-0b6781ba5449","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"External Activities","item":[{"name":"Create User External Activity","id":"e8d20332-f60e-416f-911d-fc60643b22c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"instance.taxonomy.54387\",\n        \"name\": \"Another sample activity\",\n        \"note\": \"Just a sample activity for a sunny day.\",\n        \"completed_at\": \"2025-07-04T06:30:00.000+00:00\",\n        \"actor_id\": \"5e6274632ca3f41f11f4\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/external_activities?analytics={{analytics}}&feature={{feature}}","description":"<p>Create an \"External Activity\" for a given user. Will appear in user's</p>\n<p>Common use cases:</p>\n<ul>\n<li><p>Log 3rd party system events, like call center.</p>\n</li>\n<li><p>Log analog events, like in-person meeting or mailing sent.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","external_activities"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"e8d20332-f60e-416f-911d-fc60643b22c2"}],"id":"2b91e096-758c-4f55-af3b-62a8b2f8f5a0","description":"<p>Access and manage external activities for a specific user record.</p>\n","_postman_id":"2b91e096-758c-4f55-af3b-62a8b2f8f5a0","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Journeys","item":[{"name":"List User Journeys","id":"0c8d9cde-3180-46a0-b993-eb9b968dbdcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/journeys?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","journeys"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"0c8d9cde-3180-46a0-b993-eb9b968dbdcf"}],"id":"6e421669-cb04-4477-8ef7-9fd41128b0de","description":"<p>Access journeys for a specific user record.</p>\n","_postman_id":"6e421669-cb04-4477-8ef7-9fd41128b0de","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Labels","item":[{"name":"Add User Labels","id":"7cca839f-4b49-47f4-8ee5-e3e9b86e7e27","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": [\n        \"training.taxonomy.2784055\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/:user_id/labels?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Note for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","labels"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"id":"e29248a8-98aa-4447-a44b-dc6874f88835","description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"63ed61ee90d9223377078663","key":"user_id"}]}},"response":[{"id":"87c09165-7dbb-4018-9208-7bd863101b71","name":"Update User Labels","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": [\n        \"instance.taxonomy.2016990\",\n        \"instance.taxonomy.2008500\",\n        \"instance.taxonomy.2774379\",\n        \"instance.taxonomy.4136826\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/labels?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","labels"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"user_id","value":"","description":"Unique identifier for the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Oct 2025 23:20:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"added\": 0,\n        \"removed\": 0\n    }\n}"}],"_postman_id":"7cca839f-4b49-47f4-8ee5-e3e9b86e7e27"},{"name":"Update User Labels","id":"d69aed67-b941-4e06-b0ed-61f28a6db853","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": [\n        \"training.taxonomy.2016990\",\n        \"training.taxonomy.2008500\",\n        \"training.taxonomy.2774379\",\n        \"training.taxonomy.4136826\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/:user_id/labels?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Note for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","labels"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"id":"e29248a8-98aa-4447-a44b-dc6874f88835","description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"63ed61ee90d9223377078663","key":"user_id"}]}},"response":[{"id":"2fda5e98-656c-45de-b524-5baece4a35f0","name":"Update User Labels","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": [\n        \"instance.taxonomy.2016990\",\n        \"instance.taxonomy.2008500\",\n        \"instance.taxonomy.2774379\",\n        \"instance.taxonomy.4136826\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/labels?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","labels"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"user_id","value":"","description":"Unique identifier for the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Oct 2025 23:20:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"added\": 0,\n        \"removed\": 0\n    }\n}"}],"_postman_id":"d69aed67-b941-4e06-b0ed-61f28a6db853"}],"id":"ca7ed2b3-fc7b-46ce-b748-1e9160f0fe3b","_postman_id":"ca7ed2b3-fc7b-46ce-b748-1e9160f0fe3b","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Profile","item":[{"name":"Activities","item":[{"name":"Get User Activities","id":"691698a9-3d63-43b1-bce8-43c1e0ff3acc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/activities?feature={{feature}}&analytics={{analytics}}","description":"<p>Get array of User's Extraciricular Activities. Includes form data for validation.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","activities"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"63ed61ee90d","key":"user_id"}]}},"response":[{"id":"fc937416-aa60-44d7-ab4e-bd51088ce40d","name":"Get User Activities","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/profile/activities?feature={{feature}}&analytics={{analytics}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","profile","activities"],"query":[{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"analytics","value":"{{analytics}}","description":"Optional."}],"variable":[{"key":"user_id","value":"63ed61ee90d","description":"Element ID for the user, their unique identifier assigned by Element451."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Apr 2025 17:58:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"activities\": {\n            \"form_data\": {\n                \"_id\": \"virtual.form.profile\",\n                \"guid\": \"virtual.form.profile\",\n                \"fields\": [\n                    {\n                        \"slug\": \"user-activities-root\",\n                        \"data_type\": \"collection\",\n                        \"subfields\": [\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"label\": \"Activity\",\n                                \"name\": \"user-activity-name\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"label\": \"Position\",\n                                \"name\": \"user-activity-position\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"label\": \"Years Participated\",\n                                \"name\": \"user-activity-years_held\",\n                                \"type\": \"number\"\n                            },\n                            {\n                                \"label\": \"Hours per Week\",\n                                \"name\": \"user-activity-hours_week\",\n                                \"help_text\": \"How many hours a week do/did you participate in this activity?\",\n                                \"type\": \"number\"\n                            }\n                        ],\n                        \"label\": \"Extracurricular Activity\",\n                        \"name\": \"user-activity\",\n                        \"type\": \"fieldset\",\n                        \"index_weight\": 1\n                    }\n                ]\n            },\n            \"user_data\": {\n                \"user-activities-root\": [\n                    {\n                        \"name\": \"Habitat for Humanity\",\n                        \"position\": \"Volunteer\",\n                        \"years_held\": 2,\n                        \"hours_week\": 8,\n                        \"index_weight\": 1,\n                        \"item_id\": \"BDHVPA0G\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"691698a9-3d63-43b1-bce8-43c1e0ff3acc"},{"name":"Create User Activity","id":"c8e65e96-5a1e-4018-aa20-be9a5fdc0fef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Reading Club\",\n        \"position\": \"Leader\",\n        \"years_held\": 2,\n        \"hours_week\": 10\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/activities?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Extraciricular Activity for a User. Will pop item into array at next avaliable index.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","activities"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"c8e65e96-5a1e-4018-aa20-be9a5fdc0fef"},{"name":"Update User Activity","id":"24944e5b-b090-441e-96bb-658920ea9d3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"Reading Club Level 2\",\n        \"position\": \"Leader\",\n        \"years_held\": 1,\n        \"hours_week\": 5\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/activities/:activity_item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Extraciricular Activity for a User.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","activities",":activity_item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Unique identifier for the extraciricular activity item in the array. Can be found with GET to this route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"activity_item_id"}]}},"response":[],"_postman_id":"24944e5b-b090-441e-96bb-658920ea9d3b"},{"name":"Delete User Activity","id":"39e1f2d6-fe43-4381-9204-b43520f1c84b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/activities/:activity_item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Extraciricular Activity for a User.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","activities",":activity_item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Unique identifier for the extraciricular activity item in the array. Can be found with GET to this route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"activity_item_id"}]}},"response":[],"_postman_id":"39e1f2d6-fe43-4381-9204-b43520f1c84b"}],"id":"55863da8-8acb-4856-b0d0-f57816e6ee6a","description":"<p>Access and manage Extracurricular Activity on user's Profile. Not to be confused with \"Activity\" analytics.</p>\n","_postman_id":"55863da8-8acb-4856-b0d0-f57816e6ee6a","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Applications","item":[{"name":"Get Applications","id":"495d36f9-e611-4898-a2eb-64f811244102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/applications?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","applications"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional. </p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required. </p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"495d36f9-e611-4898-a2eb-64f811244102"}],"id":"1f9d1d22-a8a3-4410-b3c9-9765f0638a9e","_postman_id":"1f9d1d22-a8a3-4410-b3c9-9765f0638a9e","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Athletics","item":[{"name":"Get User Athletics","id":"a126d68d-26f0-40b5-bc48-38b36621c90b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/athletics/:athletic_index?feature={{feature}}&analytics={{analytics}}","description":"<p>Get array of User's Athletic participations. Includes form data for validation.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","athletics",":athletic_index"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"63ed61ee90d","key":"user_id"},{"type":"any","value":"","key":"athletic_index"}]}},"response":[{"id":"96665a9f-1687-4fb1-b954-8eaf805cc430","name":"Get User Athletics","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/profile/athletics?feature={{feature}}&analytics={{analytics}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","profile","athletics"],"query":[{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"analytics","value":"{{analytics}}","description":"Optional."}],"variable":[{"key":"user_id","value":"63ed61ee90d","description":"Element ID for the user, their unique identifier assigned by Element451."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Apr 2025 17:42:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"athletics\": {\n            \"form_data\": {\n                \"_id\": \"virtual.form.profile\",\n                \"guid\": \"virtual.form.profile\",\n                \"fields\": [\n                    {\n                        \"slug\": \"user-admin-athletics-root\",\n                        \"data_type\": \"collection\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"subfields\": [\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"label\": \"Sport\",\n                                \"name\": \"user-athletics-sport\",\n                                \"data_source\": \"data_source.athletics_sports\",\n                                \"size\": \"half\",\n                                \"data_source_text\": \"text\",\n                                \"data_source_value\": \"value\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Archery\",\n                                        \"value\": \"1\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Badminton\",\n                                        \"value\": \"2\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Baseball\",\n                                        \"value\": \"3\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Basketball\",\n                                        \"value\": \"4\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Bowling\",\n                                        \"value\": \"5\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Boxing\",\n                                        \"value\": \"6\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Cross-country\",\n                                        \"value\": \"8\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Diving\",\n                                        \"value\": \"9\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Equestrian\",\n                                        \"value\": \"10\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Fencing\",\n                                        \"value\": \"11\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Field hockey\",\n                                        \"value\": \"12\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Football\",\n                                        \"value\": \"13\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Golf\",\n                                        \"value\": \"14\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Gymnastics\",\n                                        \"value\": \"15\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ice hockey\",\n                                        \"value\": \"17\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Martial art\",\n                                        \"value\": \"19\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Lacrosse\",\n                                        \"value\": \"20\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Racquetball\",\n                                        \"value\": \"22\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Riflery\",\n                                        \"value\": \"23\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Rodeo\",\n                                        \"value\": \"24\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Rowing (crew)\",\n                                        \"value\": \"25\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Rugby\",\n                                        \"value\": \"26\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Sailing\",\n                                        \"value\": \"27\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Skiing\",\n                                        \"value\": \"29\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Soccer\",\n                                        \"value\": \"31\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Softball\",\n                                        \"value\": \"32\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Squash\",\n                                        \"value\": \"33\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Swimming\",\n                                        \"value\": \"34\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Table tennis\",\n                                        \"value\": \"36\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Tennis\",\n                                        \"value\": \"37\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Track and Field\",\n                                        \"value\": \"38\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Volleyball\",\n                                        \"value\": \"40\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Water Polo\",\n                                        \"value\": \"41\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Wrestling\",\n                                        \"value\": \"43\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Cheerleading\",\n                                        \"value\": \"46\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Other\",\n                                        \"value\": \"48\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Esports\",\n                                        \"value\": \"49\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"label\": \"Integration Id\",\n                                \"name\": \"user-athletics-integration_id\",\n                                \"size\": \"half\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"label\": \"Term\",\n                                \"name\": \"user-athletics-term\",\n                                \"data_source\": \"data_source.terms\",\n                                \"source\": \"locked\",\n                                \"size\": \"half\",\n                                \"data_source_text\": \"name\",\n                                \"data_source_value\": \"guid\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Fall 2025\",\n                                        \"value\": \"instance.terms.1838\",\n                                        \"checked\": false,\n                                        \"code\": \"FA-22\",\n                                        \"name\": \"2022 Fall\",\n                                        \"guid\": \"instance.terms.1838\"\n                                    },\n                                    {\n                                        \"text\": \"Fall 2026\",\n                                        \"value\": \"instance.terms.43636\",\n                                        \"checked\": false,\n                                        \"code\": \"fall26\",\n                                        \"name\": \"Fall 2026\",\n                                        \"guid\": \"instance.terms.43636\"\n                                    },\n                                    {\n                                        \"text\": \"Spring 2026\",\n                                        \"value\": \"instance.terms.43637\",\n                                        \"checked\": false,\n                                        \"code\": \"sp2626\",\n                                        \"name\": \"Spring 2026 T\",\n                                        \"guid\": \"instance.terms.43637\"\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"label\": \"Position\",\n                                \"name\": \"user-athletics-position\",\n                                \"size\": \"half\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"label\": \"Rating\",\n                                \"name\": \"user-athletics-rating\",\n                                \"data_source\": true,\n                                \"size\": \"half\",\n                                \"type\": \"number\"\n                            },\n                            {\n                                \"label\": \"Recruit\",\n                                \"name\": \"user-athletics-recruit\",\n                                \"input_widget\": \"toggle\",\n                                \"data_source\": \"data_source.yesno\",\n                                \"data_source_text\": \"name\",\n                                \"data_source_value\": \"value\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Yes\",\n                                        \"value\": true,\n                                        \"checked\": false,\n                                        \"name\": \"Yes\",\n                                        \"abbrev\": \"Y\"\n                                    },\n                                    {\n                                        \"text\": \"No\",\n                                        \"value\": false,\n                                        \"checked\": false,\n                                        \"name\": \"No\",\n                                        \"abbrev\": \"N\"\n                                    }\n                                ],\n                                \"type\": \"radio\"\n                            },\n                            {\n                                \"transformations\": [\n                                    {\n                                        \"type\": \"mongodate\"\n                                    }\n                                ],\n                                \"label\": \"Recruit activity date\",\n                                \"name\": \"user-athletics-recruit_activity_date\",\n                                \"type\": \"datepicker\"\n                            },\n                            {\n                                \"label\": \"Recruit status\",\n                                \"name\": \"user-athletics-recruit_status\",\n                                \"data_source\": \"data_source.athletic_recruit_status\",\n                                \"data_source_text\": \"text\",\n                                \"data_source_value\": \"value\",\n                                \"size\": \"half\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Actively Recruiting\",\n                                        \"value\": \"actively_recruiting\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"No Longer Actively Recruiting\",\n                                        \"value\": \"no_longer_actively_recruiting\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"label\": \"Source\",\n                                \"name\": \"user-athletics-source\",\n                                \"data_source\": \"data_source.athletics_source\",\n                                \"data_source_text\": \"text\",\n                                \"data_source_value\": \"value\",\n                                \"size\": \"half\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Athlete Contact\",\n                                        \"value\": \"athlete_contact\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Scouting Trip\",\n                                        \"value\": \"scouting_trip\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Showcase\",\n                                        \"value\": \"showcase\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"transformations\": [\n                                    {\n                                        \"type\": \"mongodate\"\n                                    }\n                                ],\n                                \"label\": \"Source date\",\n                                \"name\": \"user-athletics-source_date\",\n                                \"type\": \"datepicker\"\n                            },\n                            {\n                                \"label\": \"Notes\",\n                                \"name\": \"user-athletics-notes\",\n                                \"data_source\": true,\n                                \"size\": \"half\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"label\": \"URL\",\n                                \"name\": \"user-athletics-url\",\n                                \"data_source\": true,\n                                \"size\": \"half\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"label\": \"User Athletics\",\n                        \"name\": \"user-athletics\",\n                        \"type\": \"fieldset\",\n                        \"index_weight\": 1\n                    }\n                ]\n            },\n            \"user_data\": {\n                \"user-admin-athletics-root\": [\n                    {\n                        \"index_weight\": 1,\n                        \"sport\": \"1\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"a126d68d-26f0-40b5-bc48-38b36621c90b"},{"name":"Create User Athletic","id":"d8846276-8383-4549-993a-6613bac0fad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"sport\": \"1\",\n        \"integration_id\": \"1234\",\n        \"term\": \"tu.terms.149\",\n        \"position\": \"test\",\n        \"rating\": 5,\n        \"recruit\": false,\n        \"recruit_activity_date\": \"2022-03-02T00:00:00.000+00:00\",\n        \"recruit_status\": \"actively_recruiting\",\n        \"source\": \"scouting_trip\",\n        \"source_date\": \"2022-03-17T00:00:00.000+00:00\",\n        \"notes\": \"test\",\n        \"url\": \"www.com.com\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/athletics?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new School for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","athletics"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"d8846276-8383-4549-993a-6613bac0fad6"},{"name":"Update User Athletic","id":"d000b36c-3434-45bd-8584-c96cf3f887d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"sport\": \"1\",\n        \"integration_id\": \"1234\",\n        \"term\": \"tu.terms.149\",\n        \"position\": \"test2\",\n        \"rating\": 5,\n        \"recruit\": false,\n        \"recruit_activity_date\": \"2022-03-02T00:00:00.000+00:00\",\n        \"recruit_status\": \"actively_recruiting\",\n        \"source\": \"scouting_trip\",\n        \"source_date\": \"2022-03-17T00:00:00.000+00:00\",\n        \"notes\": \"test\",\n        \"url\": \"www.com.com\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/athletics/:athletics_index?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Milestone for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","athletics",":athletics_index"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Index of the athletic participation item in the athletics array. Can be found with GET to the same route.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"athletics_index"}]}},"response":[],"_postman_id":"d000b36c-3434-45bd-8584-c96cf3f887d2"},{"name":"Delete User Athletic","id":"97cb676b-6307-4784-ab1b-b5206149b472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/athletics/:athletics_index?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Milestone for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","athletics",":athletics_index"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Index of the athletic participation item in the athletics array. Can be found with GET to the same route.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"athletics_index"}]}},"response":[],"_postman_id":"97cb676b-6307-4784-ab1b-b5206149b472"}],"id":"7e64cd79-d24b-4692-aa74-1730c2a2e14a","description":"<p>Access and manage Athletic participation on user's Profile.</p>\n","_postman_id":"7e64cd79-d24b-4692-aa74-1730c2a2e14a","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Basic Information","item":[{"name":"Get Profile Basic Information & Configuration","id":"4853d060-434c-4a27-aaf6-5ae91b34ddd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{client}}.{{api}}/v2/users/:user_id/profile/basic_information?feature={{feature}}&analytics={{analytics}}","urlObject":{"path":["v2","users",":user_id","profile","basic_information"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"id":"9d32afdd-3201-4404-bc19-0128d47d27ac","description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"e1a882e8-4762-49a7-aa8c-97108d06529d","name":"Get Profile Basic Information & Configuration","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{client}}.{{api}}/v2/users/:user_id/profile/basic_information?feature={{feature}}&analytics={{analytics}}","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","profile","basic_information"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[{"key":"user_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Feb 2025 21:29:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"basic_information\": {\n            \"personal_information\": {\n                \"form_data\": {\n                    \"_id\": \"virtual.form.profile\",\n                    \"guid\": \"virtual.form.profile\",\n                    \"fields\": [\n                        {\n                            \"guid\": \"mapping.user_prefix_name\",\n                            \"slug\": \"user-prefix-name\",\n                            \"data_type\": \"string\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Name Prefix\",\n                            \"name\": \"name_prefix\",\n                            \"data_source\": \"data_source.prefix\",\n                            \"data_source_text\": \"short\",\n                            \"data_source_value\": \"name\",\n                            \"input_widget\": \"toggle\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"None\",\n                                    \"value\": \"None\",\n                                    \"checked\": false,\n                                    \"name\": \"None\",\n                                    \"short\": \"None\",\n                                    \"full\": \"None\"\n                                },\n                                {\n                                    \"text\": \"Mr\",\n                                    \"value\": \"Mr\",\n                                    \"checked\": false,\n                                    \"name\": \"Mr\",\n                                    \"short\": \"Mr\",\n                                    \"full\": \"Mr\"\n                                },\n                                {\n                                    \"text\": \"Mrs\",\n                                    \"value\": \"Mrs\",\n                                    \"checked\": false,\n                                    \"name\": \"Mrs\",\n                                    \"short\": \"Mrs\",\n                                    \"full\": \"Mrs\"\n                                },\n                                {\n                                    \"text\": \"Miss\",\n                                    \"value\": \"Miss\",\n                                    \"checked\": false,\n                                    \"name\": \"Miss\",\n                                    \"short\": \"Miss\",\n                                    \"full\": \"Miss\"\n                                },\n                                {\n                                    \"text\": \"Ms\",\n                                    \"value\": \"Ms\",\n                                    \"checked\": false,\n                                    \"name\": \"Ms\",\n                                    \"short\": \"Ms\",\n                                    \"full\": \"Ms\"\n                                },\n                                {\n                                    \"text\": \"Dr\",\n                                    \"value\": \"Dr\",\n                                    \"checked\": false,\n                                    \"name\": \"Dr\",\n                                    \"short\": \"Dr\",\n                                    \"full\": \"Dr\"\n                                }\n                            ],\n                            \"type\": \"select\",\n                            \"index_weight\": 1\n                        },\n                        {\n                            \"guid\": \"mapping.user_first_name\",\n                            \"slug\": \"user-first-name\",\n                            \"data_type\": \"string\",\n                            \"validations\": [\n                                {\n                                    \"type\": \"name\"\n                                },\n                                {\n                                    \"type\": \"required\"\n                                }\n                            ],\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"First Name\",\n                            \"name\": \"first_name\",\n                            \"size\": \"half\",\n                            \"type\": \"text\",\n                            \"index_weight\": 2\n                        },\n                        {\n                            \"guid\": \"mapping.user_middle_name\",\n                            \"slug\": \"user-middle-name\",\n                            \"data_type\": \"string\",\n                            \"validations\": [\n                                {\n                                    \"type\": \"name\"\n                                }\n                            ],\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Middle Name\",\n                            \"name\": \"middle_name\",\n                            \"size\": \"half\",\n                            \"type\": \"text\",\n                            \"index_weight\": 3\n                        },\n                        {\n                            \"guid\": \"mapping.user_last_name\",\n                            \"slug\": \"user-last-name\",\n                            \"data_type\": \"string\",\n                            \"validations\": [\n                                {\n                                    \"type\": \"name\"\n                                },\n                                {\n                                    \"type\": \"required\"\n                                }\n                            ],\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Last Name\",\n                            \"name\": \"last_name\",\n                            \"size\": \"half\",\n                            \"type\": \"text\",\n                            \"index_weight\": 4\n                        },\n                        {\n                            \"guid\": \"mapping.user_preferred_name\",\n                            \"slug\": \"user-preferred-name\",\n                            \"data_type\": \"string\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Preferred First Name\",\n                            \"name\": \"preferred_first_name\",\n                            \"type\": \"text\",\n                            \"index_weight\": 5\n                        },\n                        {\n                            \"guid\": \"mapping.user_suffix_name\",\n                            \"slug\": \"user-suffix-name\",\n                            \"data_type\": \"string\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Name Suffix\",\n                            \"name\": \"name_suffix\",\n                            \"data_source\": \"data_source.suffix\",\n                            \"data_source_text\": \"short\",\n                            \"data_source_value\": \"name\",\n                            \"input_widget\": \"toggle\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"None\",\n                                    \"value\": \"\",\n                                    \"checked\": false,\n                                    \"name\": \"\",\n                                    \"full\": \"None\",\n                                    \"short\": \"None\"\n                                },\n                                {\n                                    \"text\": \"Sr.\",\n                                    \"value\": \"Sr.\",\n                                    \"checked\": false,\n                                    \"name\": \"Sr.\",\n                                    \"full\": \"Senior\",\n                                    \"short\": \"Sr.\"\n                                },\n                                {\n                                    \"text\": \"Jr.\",\n                                    \"value\": \"Jr.\",\n                                    \"checked\": false,\n                                    \"name\": \"Jr.\",\n                                    \"full\": \"Junior\",\n                                    \"short\": \"Jr.\"\n                                },\n                                {\n                                    \"text\": \"II\",\n                                    \"value\": \"II\",\n                                    \"checked\": false,\n                                    \"name\": \"II\",\n                                    \"full\": \"Second\",\n                                    \"short\": \"II\"\n                                },\n                                {\n                                    \"text\": \"III\",\n                                    \"value\": \"III\",\n                                    \"checked\": false,\n                                    \"name\": \"III\",\n                                    \"full\": \"Third\",\n                                    \"short\": \"III\"\n                                },\n                                {\n                                    \"text\": \"IV\",\n                                    \"value\": \"IV\",\n                                    \"checked\": false,\n                                    \"name\": \"IV\",\n                                    \"full\": \"Fourth\",\n                                    \"short\": \"IV\"\n                                },\n                                {\n                                    \"text\": \"V\",\n                                    \"value\": \"V\",\n                                    \"checked\": false,\n                                    \"name\": \"V\",\n                                    \"full\": \"Fifth\",\n                                    \"short\": \"V\"\n                                }\n                            ],\n                            \"type\": \"select\",\n                            \"index_weight\": 6\n                        },\n                        {\n                            \"guid\": \"mapping.user_former_last_name\",\n                            \"slug\": \"user-former-last-name\",\n                            \"data_type\": \"string\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Former Last Name(s)\",\n                            \"name\": \"former_last_name\",\n                            \"placeholder\": \"Former Last Name(s)\",\n                            \"type\": \"text\",\n                            \"index_weight\": 7\n                        },\n                        {\n                            \"guid\": \"mapping.user_ssn\",\n                            \"slug\": \"user-ssn\",\n                            \"data_type\": \"string\",\n                            \"validations\": [\n                                {\n                                    \"type\": \"ssn\"\n                                },\n                                {\n                                    \"type\": \"mask\",\n                                    \"mask\": \"999-99-9999\"\n                                }\n                            ],\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\",\n                                \"unique\",\n                                \"relationship_import\"\n                            ],\n                            \"label\": \"Social Security #\",\n                            \"name\": \"ssid\",\n                            \"placeholder\": \"Social Security #\",\n                            \"mask\": \"999-99-9999\",\n                            \"size\": \"half\",\n                            \"type\": \"text\",\n                            \"index_weight\": 8\n                        },\n                        {\n                            \"guid\": \"mapping.user_gender\",\n                            \"slug\": \"user-gender\",\n                            \"data_type\": \"string\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Gender\",\n                            \"name\": \"gender\",\n                            \"placeholder\": \"Gender\",\n                            \"data_source\": \"data_source.gender\",\n                            \"data_source_text\": \"value\",\n                            \"data_source_value\": \"value\",\n                            \"input_widget\": \"toggle\",\n                            \"size\": \"half\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Female\",\n                                    \"value\": \"Female\",\n                                    \"checked\": false,\n                                    \"one\": \"F\"\n                                },\n                                {\n                                    \"text\": \"Male\",\n                                    \"value\": \"Male\",\n                                    \"checked\": false,\n                                    \"one\": \"M\"\n                                }\n                            ],\n                            \"type\": \"radio\",\n                            \"index_weight\": 9\n                        },\n                        {\n                            \"guid\": \"mapping.user_gender_pronouns\",\n                            \"slug\": \"user-gender-pronouns\",\n                            \"data_type\": \"string\",\n                            \"notes\": \"Gender Pronouns\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Gender Pronouns\",\n                            \"name\": \"gender_pronouns\",\n                            \"data_source\": \"training.data_source.202097\",\n                            \"size\": \"half\",\n                            \"data_source_text\": \"column_1\",\n                            \"data_source_value\": \"column_2\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Female\",\n                                    \"value\": \"F\",\n                                    \"checked\": false,\n                                    \"column_1\": \"Female\",\n                                    \"column_2\": \"F\"\n                                },\n                                {\n                                    \"text\": \"Male\",\n                                    \"value\": \"M\",\n                                    \"checked\": false,\n                                    \"column_1\": \"Male\",\n                                    \"column_2\": \"M\"\n                                },\n                                {\n                                    \"text\": \"Two-Spirited\",\n                                    \"value\": \"TS\",\n                                    \"checked\": false,\n                                    \"column_1\": \"Two-Spirited\",\n                                    \"column_2\": \"TS\"\n                                },\n                                {\n                                    \"text\": \"Not Reported\",\n                                    \"value\": \"NA\",\n                                    \"checked\": false,\n                                    \"column_1\": \"Not Reported\",\n                                    \"column_2\": \"NA\"\n                                }\n                            ],\n                            \"type\": \"select\",\n                            \"index_weight\": 10\n                        },\n                        {\n                            \"guid\": \"mapping.user_dob\",\n                            \"slug\": \"user-dob\",\n                            \"data_type\": \"date\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Date of Birth\",\n                            \"name\": \"dob\",\n                            \"size\": \"half\",\n                            \"type\": \"datepicker\",\n                            \"index_weight\": 11\n                        },\n                        {\n                            \"slug\": \"user-prospect-card\",\n                            \"type\": \"file\",\n                            \"label\": \"Prospect Card\",\n                            \"name\": \"prospect_card\",\n                            \"index_weight\": 12\n                        },\n                        {\n                            \"guid\": \"mapping.user_race_categories\",\n                            \"slug\": \"user-race-categories\",\n                            \"data_type\": \"array\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Your Race\",\n                            \"name\": \"race_categories\",\n                            \"data_source\": \"data_source.race\",\n                            \"help_text\": \"Select one or more of the following racial categories you identify with.\",\n                            \"data_source_text\": \"column_1\",\n                            \"data_source_value\": \"column_2\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"American Indian or Alaskan Native\",\n                                    \"value\": \"1\",\n                                    \"checked\": false,\n                                    \"column_1\": \"American Indian or Alaskan Native\",\n                                    \"column_2\": \"1\"\n                                },\n                                {\n                                    \"text\": \"Asian\",\n                                    \"value\": \"2\",\n                                    \"checked\": false,\n                                    \"column_1\": \"Asian\",\n                                    \"column_2\": \"2\"\n                                },\n                                {\n                                    \"text\": \"Black or African American\",\n                                    \"value\": \"3\",\n                                    \"checked\": false,\n                                    \"column_1\": \"Black or African American\",\n                                    \"column_2\": \"3\"\n                                },\n                                {\n                                    \"text\": \"Native Hawaiian or Other Pacific Islander\",\n                                    \"value\": \"4\",\n                                    \"checked\": false,\n                                    \"column_1\": \"Native Hawaiian or Other Pacific Islander\",\n                                    \"column_2\": \"4\"\n                                },\n                                {\n                                    \"text\": \"White\",\n                                    \"value\": \"5\",\n                                    \"checked\": false,\n                                    \"column_1\": \"White\",\n                                    \"column_2\": \"5\"\n                                }\n                            ],\n                            \"type\": \"checkbox\",\n                            \"index_weight\": 13\n                        },\n                        {\n                            \"guid\": \"mapping.user_race_hispanic\",\n                            \"slug\": \"user-race-hispanic\",\n                            \"data_type\": \"boolean\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Are You Hispanic/Latino?\",\n                            \"name\": \"hispanic_latino\",\n                            \"source\": \"locked\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"Do you consider yourself to be Hispanic/Latino?\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ],\n                            \"type\": \"radio\",\n                            \"index_weight\": 14\n                        },\n                        {\n                            \"guid\": \"mapping.user_religion_name\",\n                            \"slug\": \"user-religion-name\",\n                            \"data_type\": \"string\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Religious Affilliation\",\n                            \"name\": \"religion\",\n                            \"data_source\": \"data_source.religion\",\n                            \"data_source_text\": \"text\",\n                            \"data_source_value\": \"value\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Baptist\",\n                                    \"value\": \"BT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Buddhist\",\n                                    \"value\": \"BU\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Episcopal\",\n                                    \"value\": \"EP\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Evangelical\",\n                                    \"value\": \"EV\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Hindu\",\n                                    \"value\": \"HI\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Jewish\",\n                                    \"value\": \"JE\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Lutheran\",\n                                    \"value\": \"LU\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Methodist\",\n                                    \"value\": \"ME\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Muslim\",\n                                    \"value\": \"MU\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Orthodox Christian\",\n                                    \"value\": \"OC\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Other\",\n                                    \"value\": \"OT\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Protestant\",\n                                    \"value\": \"PO\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Presbyterian\",\n                                    \"value\": \"PR\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Roman Catholic\",\n                                    \"value\": \"RC\",\n                                    \"checked\": false\n                                },\n                                {\n                                    \"text\": \"Unknown\",\n                                    \"value\": \"UK\",\n                                    \"checked\": false\n                                }\n                            ],\n                            \"type\": \"select\",\n                            \"index_weight\": 15\n                        }\n                    ]\n                },\n                \"user_data\": {\n                    \"user-race-hispanic\": false,\n                    \"user-dob\": \"2005-01-01\",\n                    \"user-first-name\": \"Firstname\",\n                    \"user-former-last-name\": \"None\",\n                    \"user-gender\": \"NA\",\n                    \"user-gender-pronouns\": \"neutral\",\n                    \"user-last-name\": \"Lastname\",\n                    \"user-middle-name\": \"N\",\n                    \"user-prefix-name\": \"Mr\",\n                    \"user-suffix-name\": \"Sr.\",\n                    \"user-preferred-name\": \"First\",\n                    \"user-religion-name\": \"ME\",\n                    \"user-ssn\": \"123-12-1234\",\n                    \"user-race-categories\": [\n                        \"2\",\n                        \"5\"\n                    ]\n                }\n            },\n            \"contact_information\": {\n                \"form_data\": {\n                    \"_id\": \"virtual.form.profile\",\n                    \"guid\": \"virtual.form.profile\",\n                    \"fields\": [\n                        {\n                            \"guid\": \"mapping.user_email_address\",\n                            \"slug\": \"user-email-address\",\n                            \"data_type\": \"string\",\n                            \"validations\": [\n                                {\n                                    \"type\": \"required\"\n                                },\n                                {\n                                    \"type\": \"email\"\n                                },\n                                {\n                                    \"type\": \"unique\",\n                                    \"resource\": \"users\",\n                                    \"slug\": \"user-email-address\"\n                                }\n                            ],\n                            \"transformations\": [\n                                {\n                                    \"type\": \"lowercase\"\n                                },\n                                {\n                                    \"type\": \"trim\"\n                                }\n                            ],\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\",\n                                \"unique\",\n                                \"relationship_import\"\n                            ],\n                            \"label\": \"Email\",\n                            \"name\": \"email\",\n                            \"size\": \"full\",\n                            \"type\": \"email\",\n                            \"index_weight\": 1\n                        },\n                        {\n                            \"slug\": \"user-phone-home\",\n                            \"data_type\": \"collection-item\",\n                            \"subfields\": [\n                                {\n                                    \"hidden\": true,\n                                    \"default\": \"home\",\n                                    \"label\": \"Type\",\n                                    \"name\": \"phone-type\",\n                                    \"source\": \"locked\",\n                                    \"options\": [\n                                        {\n                                            \"text\": \"Home\",\n                                            \"value\": \"home\"\n                                        },\n                                        {\n                                            \"text\": \"Cell\",\n                                            \"value\": \"cell\"\n                                        }\n                                    ],\n                                    \"type\": \"radio\"\n                                },\n                                {\n                                    \"hidden\": true,\n                                    \"label\": \"Country Alpha 2\",\n                                    \"name\": \"phone-country_alpha_2\",\n                                    \"source\": \"locked\",\n                                    \"type\": \"select\"\n                                },\n                                {\n                                    \"label\": \"Country Code\",\n                                    \"name\": \"phone-country_code\",\n                                    \"source\": \"locked\",\n                                    \"size\": \"half\",\n                                    \"type\": \"select\"\n                                },\n                                {\n                                    \"label\": \"Phone Number\",\n                                    \"name\": \"phone-number\",\n                                    \"size\": \"half\",\n                                    \"type\": \"text\"\n                                }\n                            ],\n                            \"label\": \"Home Phone\",\n                            \"name\": \"phone\",\n                            \"type\": \"phone\",\n                            \"index_weight\": 2\n                        },\n                        {\n                            \"slug\": \"user-phone-cell\",\n                            \"data_type\": \"collection-item\",\n                            \"subfields\": [\n                                {\n                                    \"hidden\": true,\n                                    \"default\": \"cell\",\n                                    \"label\": \"Type\",\n                                    \"name\": \"user-phone-type\",\n                                    \"source\": \"locked\",\n                                    \"options\": [\n                                        {\n                                            \"text\": \"Home\",\n                                            \"value\": \"home\"\n                                        },\n                                        {\n                                            \"text\": \"Cell\",\n                                            \"value\": \"cell\"\n                                        }\n                                    ],\n                                    \"type\": \"radio\"\n                                },\n                                {\n                                    \"hidden\": true,\n                                    \"label\": \"Country Alpha 2\",\n                                    \"name\": \"user-phone-country_alpha_2\",\n                                    \"source\": \"locked\",\n                                    \"type\": \"select\"\n                                },\n                                {\n                                    \"label\": \"Country Code\",\n                                    \"name\": \"user-phone-country_code\",\n                                    \"source\": \"locked\",\n                                    \"size\": \"half\",\n                                    \"type\": \"select\"\n                                },\n                                {\n                                    \"label\": \"Phone Number\",\n                                    \"name\": \"user-phone-number\",\n                                    \"size\": \"half\",\n                                    \"type\": \"text\"\n                                }\n                            ],\n                            \"label\": \"Cell Phone\",\n                            \"name\": \"user-phone\",\n                            \"type\": \"phone\",\n                            \"index_weight\": 3\n                        },\n                        {\n                            \"slug\": \"user-addresses-home\",\n                            \"data_type\": \"collection-item\",\n                            \"validations\": [\n                                {\n                                    \"type\": \"required\"\n                                }\n                            ],\n                            \"subfields\": [\n                                {\n                                    \"hidden\": true,\n                                    \"default\": \"home\",\n                                    \"label\": \"Address Type\",\n                                    \"name\": \"user-home-addresses-type\",\n                                    \"size\": \"full\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"label\": \"Country\",\n                                    \"name\": \"user-home-addresses-country\",\n                                    \"data_source\": \"data_source.country\",\n                                    \"data_source_text\": \"name\",\n                                    \"data_source_value\": \"alpha3\",\n                                    \"source\": \"locked\",\n                                    \"size\": \"half\",\n                                    \"data_source_settings\": [\n                                        {\n                                            \"text\": \"United States\",\n                                            \"value\": \"USA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"US\",\n                                            \"alpha3\": \"USA\",\n                                            \"numerical\": \"840\",\n                                            \"name\": \"United States\"\n                                        },\n                                        {\n                                            \"text\": \"Afghanistan\",\n                                            \"value\": \"AFG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AF\",\n                                            \"alpha3\": \"AFG\",\n                                            \"numerical\": \"004\",\n                                            \"name\": \"Afghanistan\"\n                                        },\n                                        {\n                                            \"text\": \"Åland Islands\",\n                                            \"value\": \"ALA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AX\",\n                                            \"alpha3\": \"ALA\",\n                                            \"numerical\": \"248\",\n                                            \"name\": \"Åland Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Albania\",\n                                            \"value\": \"ALB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AL\",\n                                            \"alpha3\": \"ALB\",\n                                            \"numerical\": \"008\",\n                                            \"name\": \"Albania\"\n                                        },\n                                        {\n                                            \"text\": \"Algeria\",\n                                            \"value\": \"DZA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DZ\",\n                                            \"alpha3\": \"DZA\",\n                                            \"numerical\": \"012\",\n                                            \"name\": \"Algeria\"\n                                        },\n                                        {\n                                            \"text\": \"American Samoa\",\n                                            \"value\": \"ASM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AS\",\n                                            \"alpha3\": \"ASM\",\n                                            \"numerical\": \"016\",\n                                            \"name\": \"American Samoa\"\n                                        },\n                                        {\n                                            \"text\": \"Andorra\",\n                                            \"value\": \"AND\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AD\",\n                                            \"alpha3\": \"AND\",\n                                            \"numerical\": \"020\",\n                                            \"name\": \"Andorra\"\n                                        },\n                                        {\n                                            \"text\": \"Angola\",\n                                            \"value\": \"AGO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AO\",\n                                            \"alpha3\": \"AGO\",\n                                            \"numerical\": \"024\",\n                                            \"name\": \"Angola\"\n                                        },\n                                        {\n                                            \"text\": \"Anguilla\",\n                                            \"value\": \"AIA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AI\",\n                                            \"alpha3\": \"AIA\",\n                                            \"numerical\": \"660\",\n                                            \"name\": \"Anguilla\"\n                                        },\n                                        {\n                                            \"text\": \"Antarctica\",\n                                            \"value\": \"ATA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AQ\",\n                                            \"alpha3\": \"ATA\",\n                                            \"numerical\": \"010\",\n                                            \"name\": \"Antarctica\"\n                                        },\n                                        {\n                                            \"text\": \"Antigua and Barbuda\",\n                                            \"value\": \"ATG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AG\",\n                                            \"alpha3\": \"ATG\",\n                                            \"numerical\": \"028\",\n                                            \"name\": \"Antigua and Barbuda\"\n                                        },\n                                        {\n                                            \"text\": \"Argentina\",\n                                            \"value\": \"ARG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AR\",\n                                            \"alpha3\": \"ARG\",\n                                            \"numerical\": \"032\",\n                                            \"name\": \"Argentina\"\n                                        },\n                                        {\n                                            \"text\": \"Armenia\",\n                                            \"value\": \"ARM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AM\",\n                                            \"alpha3\": \"ARM\",\n                                            \"numerical\": \"051\",\n                                            \"name\": \"Armenia\"\n                                        },\n                                        {\n                                            \"text\": \"Aruba\",\n                                            \"value\": \"ABW\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AW\",\n                                            \"alpha3\": \"ABW\",\n                                            \"numerical\": \"533\",\n                                            \"name\": \"Aruba\"\n                                        },\n                                        {\n                                            \"text\": \"Australia\",\n                                            \"value\": \"AUS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AU\",\n                                            \"alpha3\": \"AUS\",\n                                            \"numerical\": \"036\",\n                                            \"name\": \"Australia\"\n                                        },\n                                        {\n                                            \"text\": \"Austria\",\n                                            \"value\": \"AUT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AT\",\n                                            \"alpha3\": \"AUT\",\n                                            \"numerical\": \"040\",\n                                            \"name\": \"Austria\"\n                                        },\n                                        {\n                                            \"text\": \"Azerbaijan\",\n                                            \"value\": \"AZE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AZ\",\n                                            \"alpha3\": \"AZE\",\n                                            \"numerical\": \"031\",\n                                            \"name\": \"Azerbaijan\"\n                                        },\n                                        {\n                                            \"text\": \"Bahamas\",\n                                            \"value\": \"BHS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BS\",\n                                            \"alpha3\": \"BHS\",\n                                            \"numerical\": \"044\",\n                                            \"name\": \"Bahamas\"\n                                        },\n                                        {\n                                            \"text\": \"Bahrain\",\n                                            \"value\": \"BHR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BH\",\n                                            \"alpha3\": \"BHR\",\n                                            \"numerical\": \"048\",\n                                            \"name\": \"Bahrain\"\n                                        },\n                                        {\n                                            \"text\": \"Bangladesh\",\n                                            \"value\": \"BGD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BD\",\n                                            \"alpha3\": \"BGD\",\n                                            \"numerical\": \"050\",\n                                            \"name\": \"Bangladesh\"\n                                        },\n                                        {\n                                            \"text\": \"Barbados\",\n                                            \"value\": \"BRB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BB\",\n                                            \"alpha3\": \"BRB\",\n                                            \"numerical\": \"052\",\n                                            \"name\": \"Barbados\"\n                                        },\n                                        {\n                                            \"text\": \"Belarus\",\n                                            \"value\": \"BLR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BY\",\n                                            \"alpha3\": \"BLR\",\n                                            \"numerical\": \"112\",\n                                            \"name\": \"Belarus\"\n                                        },\n                                        {\n                                            \"text\": \"Belgium\",\n                                            \"value\": \"BEL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BE\",\n                                            \"alpha3\": \"BEL\",\n                                            \"numerical\": \"056\",\n                                            \"name\": \"Belgium\"\n                                        },\n                                        {\n                                            \"text\": \"Belize\",\n                                            \"value\": \"BLZ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BZ\",\n                                            \"alpha3\": \"BLZ\",\n                                            \"numerical\": \"084\",\n                                            \"name\": \"Belize\"\n                                        },\n                                        {\n                                            \"text\": \"Benin\",\n                                            \"value\": \"BEN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BJ\",\n                                            \"alpha3\": \"BEN\",\n                                            \"numerical\": \"204\",\n                                            \"name\": \"Benin\"\n                                        },\n                                        {\n                                            \"text\": \"Bermuda\",\n                                            \"value\": \"BMU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BM\",\n                                            \"alpha3\": \"BMU\",\n                                            \"numerical\": \"060\",\n                                            \"name\": \"Bermuda\"\n                                        },\n                                        {\n                                            \"text\": \"Bhutan\",\n                                            \"value\": \"BTN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BT\",\n                                            \"alpha3\": \"BTN\",\n                                            \"numerical\": \"064\",\n                                            \"name\": \"Bhutan\"\n                                        },\n                                        {\n                                            \"text\": \"Bolivia,Plurinational State of\",\n                                            \"value\": \"BOL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BO\",\n                                            \"alpha3\": \"BOL\",\n                                            \"numerical\": \"068\",\n                                            \"name\": \"Bolivia,Plurinational State of\"\n                                        },\n                                        {\n                                            \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                            \"value\": \"BES\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BQ\",\n                                            \"alpha3\": \"BES\",\n                                            \"numerical\": \"535\",\n                                            \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                        },\n                                        {\n                                            \"text\": \"Bosnia and Herzegovina\",\n                                            \"value\": \"BIH\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BA\",\n                                            \"alpha3\": \"BIH\",\n                                            \"numerical\": \"070\",\n                                            \"name\": \"Bosnia and Herzegovina\"\n                                        },\n                                        {\n                                            \"text\": \"Botswana\",\n                                            \"value\": \"BWA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BW\",\n                                            \"alpha3\": \"BWA\",\n                                            \"numerical\": \"072\",\n                                            \"name\": \"Botswana\"\n                                        },\n                                        {\n                                            \"text\": \"Bouvet Island\",\n                                            \"value\": \"BVT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BV\",\n                                            \"alpha3\": \"BVT\",\n                                            \"numerical\": \"074\",\n                                            \"name\": \"Bouvet Island\"\n                                        },\n                                        {\n                                            \"text\": \"Brazil\",\n                                            \"value\": \"BRA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BR\",\n                                            \"alpha3\": \"BRA\",\n                                            \"numerical\": \"076\",\n                                            \"name\": \"Brazil\"\n                                        },\n                                        {\n                                            \"text\": \"British Indian Ocean Territory\",\n                                            \"value\": \"IOT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IO\",\n                                            \"alpha3\": \"IOT\",\n                                            \"numerical\": \"086\",\n                                            \"name\": \"British Indian Ocean Territory\"\n                                        },\n                                        {\n                                            \"text\": \"Brunei Darussalam\",\n                                            \"value\": \"BRN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BN\",\n                                            \"alpha3\": \"BRN\",\n                                            \"numerical\": \"096\",\n                                            \"name\": \"Brunei Darussalam\"\n                                        },\n                                        {\n                                            \"text\": \"Bulgaria\",\n                                            \"value\": \"BGR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BG\",\n                                            \"alpha3\": \"BGR\",\n                                            \"numerical\": \"100\",\n                                            \"name\": \"Bulgaria\"\n                                        },\n                                        {\n                                            \"text\": \"Burkina Faso\",\n                                            \"value\": \"BFA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BF\",\n                                            \"alpha3\": \"BFA\",\n                                            \"numerical\": \"854\",\n                                            \"name\": \"Burkina Faso\"\n                                        },\n                                        {\n                                            \"text\": \"Burundi\",\n                                            \"value\": \"BDI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BI\",\n                                            \"alpha3\": \"BDI\",\n                                            \"numerical\": \"108\",\n                                            \"name\": \"Burundi\"\n                                        },\n                                        {\n                                            \"text\": \"Cabo Verde\",\n                                            \"value\": \"CPV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CV\",\n                                            \"alpha3\": \"CPV\",\n                                            \"numerical\": \"132\",\n                                            \"name\": \"Cabo Verde\"\n                                        },\n                                        {\n                                            \"text\": \"Cambodia\",\n                                            \"value\": \"KHM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KH\",\n                                            \"alpha3\": \"KHM\",\n                                            \"numerical\": \"116\",\n                                            \"name\": \"Cambodia\"\n                                        },\n                                        {\n                                            \"text\": \"Cameroon\",\n                                            \"value\": \"CMR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CM\",\n                                            \"alpha3\": \"CMR\",\n                                            \"numerical\": \"120\",\n                                            \"name\": \"Cameroon\"\n                                        },\n                                        {\n                                            \"text\": \"Canada\",\n                                            \"value\": \"CAN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CA\",\n                                            \"alpha3\": \"CAN\",\n                                            \"numerical\": \"124\",\n                                            \"name\": \"Canada\"\n                                        },\n                                        {\n                                            \"text\": \"Cayman Islands\",\n                                            \"value\": \"CYM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KY\",\n                                            \"alpha3\": \"CYM\",\n                                            \"numerical\": \"136\",\n                                            \"name\": \"Cayman Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Central African Republic\",\n                                            \"value\": \"CAF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CF\",\n                                            \"alpha3\": \"CAF\",\n                                            \"numerical\": \"140\",\n                                            \"name\": \"Central African Republic\"\n                                        },\n                                        {\n                                            \"text\": \"Chad\",\n                                            \"value\": \"TCD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TD\",\n                                            \"alpha3\": \"TCD\",\n                                            \"numerical\": \"148\",\n                                            \"name\": \"Chad\"\n                                        },\n                                        {\n                                            \"text\": \"Chile\",\n                                            \"value\": \"CHL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CL\",\n                                            \"alpha3\": \"CHL\",\n                                            \"numerical\": \"152\",\n                                            \"name\": \"Chile\"\n                                        },\n                                        {\n                                            \"text\": \"China\",\n                                            \"value\": \"CHN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CN\",\n                                            \"alpha3\": \"CHN\",\n                                            \"numerical\": \"156\",\n                                            \"name\": \"China\"\n                                        },\n                                        {\n                                            \"text\": \"Christmas Island\",\n                                            \"value\": \"CXR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CX\",\n                                            \"alpha3\": \"CXR\",\n                                            \"numerical\": \"162\",\n                                            \"name\": \"Christmas Island\"\n                                        },\n                                        {\n                                            \"text\": \"Cocos (Keeling) Islands\",\n                                            \"value\": \"CCK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CC\",\n                                            \"alpha3\": \"CCK\",\n                                            \"numerical\": \"166\",\n                                            \"name\": \"Cocos (Keeling) Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Colombia\",\n                                            \"value\": \"COL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CO\",\n                                            \"alpha3\": \"COL\",\n                                            \"numerical\": \"170\",\n                                            \"name\": \"Colombia\"\n                                        },\n                                        {\n                                            \"text\": \"Comoros\",\n                                            \"value\": \"COM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KM\",\n                                            \"alpha3\": \"COM\",\n                                            \"numerical\": \"174\",\n                                            \"name\": \"Comoros\"\n                                        },\n                                        {\n                                            \"text\": \"Congo\",\n                                            \"value\": \"COG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CG\",\n                                            \"alpha3\": \"COG\",\n                                            \"numerical\": \"178\",\n                                            \"name\": \"Congo\"\n                                        },\n                                        {\n                                            \"text\": \"Congo,the Democratic Republic of the\",\n                                            \"value\": \"COD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CD\",\n                                            \"alpha3\": \"COD\",\n                                            \"numerical\": \"180\",\n                                            \"name\": \"Congo,the Democratic Republic of the\"\n                                        },\n                                        {\n                                            \"text\": \"Cook Islands\",\n                                            \"value\": \"COK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CK\",\n                                            \"alpha3\": \"COK\",\n                                            \"numerical\": \"184\",\n                                            \"name\": \"Cook Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Costa Rica\",\n                                            \"value\": \"CRI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CR\",\n                                            \"alpha3\": \"CRI\",\n                                            \"numerical\": \"188\",\n                                            \"name\": \"Costa Rica\"\n                                        },\n                                        {\n                                            \"text\": \"Côte d'Ivoire\",\n                                            \"value\": \"CIV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CI\",\n                                            \"alpha3\": \"CIV\",\n                                            \"numerical\": \"384\",\n                                            \"name\": \"Côte d'Ivoire\"\n                                        },\n                                        {\n                                            \"text\": \"Croatia\",\n                                            \"value\": \"HRV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HR\",\n                                            \"alpha3\": \"HRV\",\n                                            \"numerical\": \"191\",\n                                            \"name\": \"Croatia\"\n                                        },\n                                        {\n                                            \"text\": \"Cuba\",\n                                            \"value\": \"CUB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CU\",\n                                            \"alpha3\": \"CUB\",\n                                            \"numerical\": \"192\",\n                                            \"name\": \"Cuba\"\n                                        },\n                                        {\n                                            \"text\": \"Curaçao\",\n                                            \"value\": \"CUW\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CW\",\n                                            \"alpha3\": \"CUW\",\n                                            \"numerical\": \"531\",\n                                            \"name\": \"Curaçao\"\n                                        },\n                                        {\n                                            \"text\": \"Cyprus\",\n                                            \"value\": \"CYP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CY\",\n                                            \"alpha3\": \"CYP\",\n                                            \"numerical\": \"196\",\n                                            \"name\": \"Cyprus\"\n                                        },\n                                        {\n                                            \"text\": \"Czech Republic\",\n                                            \"value\": \"CZE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CZ\",\n                                            \"alpha3\": \"CZE\",\n                                            \"numerical\": \"203\",\n                                            \"name\": \"Czech Republic\"\n                                        },\n                                        {\n                                            \"text\": \"Denmark\",\n                                            \"value\": \"DNK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DK\",\n                                            \"alpha3\": \"DNK\",\n                                            \"numerical\": \"208\",\n                                            \"name\": \"Denmark\"\n                                        },\n                                        {\n                                            \"text\": \"Djibouti\",\n                                            \"value\": \"DJI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DJ\",\n                                            \"alpha3\": \"DJI\",\n                                            \"numerical\": \"262\",\n                                            \"name\": \"Djibouti\"\n                                        },\n                                        {\n                                            \"text\": \"Dominica\",\n                                            \"value\": \"DMA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DM\",\n                                            \"alpha3\": \"DMA\",\n                                            \"numerical\": \"212\",\n                                            \"name\": \"Dominica\"\n                                        },\n                                        {\n                                            \"text\": \"Dominican Republic\",\n                                            \"value\": \"DOM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DO\",\n                                            \"alpha3\": \"DOM\",\n                                            \"numerical\": \"214\",\n                                            \"name\": \"Dominican Republic\"\n                                        },\n                                        {\n                                            \"text\": \"Ecuador\",\n                                            \"value\": \"ECU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"EC\",\n                                            \"alpha3\": \"ECU\",\n                                            \"numerical\": \"218\",\n                                            \"name\": \"Ecuador\"\n                                        },\n                                        {\n                                            \"text\": \"Egypt\",\n                                            \"value\": \"EGY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"EG\",\n                                            \"alpha3\": \"EGY\",\n                                            \"numerical\": \"818\",\n                                            \"name\": \"Egypt\"\n                                        },\n                                        {\n                                            \"text\": \"El Salvador\",\n                                            \"value\": \"SLV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SV\",\n                                            \"alpha3\": \"SLV\",\n                                            \"numerical\": \"222\",\n                                            \"name\": \"El Salvador\"\n                                        },\n                                        {\n                                            \"text\": \"Equatorial Guinea\",\n                                            \"value\": \"GNQ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GQ\",\n                                            \"alpha3\": \"GNQ\",\n                                            \"numerical\": \"226\",\n                                            \"name\": \"Equatorial Guinea\"\n                                        },\n                                        {\n                                            \"text\": \"Eritrea\",\n                                            \"value\": \"ERI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ER\",\n                                            \"alpha3\": \"ERI\",\n                                            \"numerical\": \"232\",\n                                            \"name\": \"Eritrea\"\n                                        },\n                                        {\n                                            \"text\": \"Estonia\",\n                                            \"value\": \"EST\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"EE\",\n                                            \"alpha3\": \"EST\",\n                                            \"numerical\": \"233\",\n                                            \"name\": \"Estonia\"\n                                        },\n                                        {\n                                            \"text\": \"Ethiopia\",\n                                            \"value\": \"ETH\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ET\",\n                                            \"alpha3\": \"ETH\",\n                                            \"numerical\": \"231\",\n                                            \"name\": \"Ethiopia\"\n                                        },\n                                        {\n                                            \"text\": \"Falkland Islands (Malvinas)\",\n                                            \"value\": \"FLK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FK\",\n                                            \"alpha3\": \"FLK\",\n                                            \"numerical\": \"238\",\n                                            \"name\": \"Falkland Islands (Malvinas)\"\n                                        },\n                                        {\n                                            \"text\": \"Faroe Islands\",\n                                            \"value\": \"FRO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FO\",\n                                            \"alpha3\": \"FRO\",\n                                            \"numerical\": \"234\",\n                                            \"name\": \"Faroe Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Fiji\",\n                                            \"value\": \"FJI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FJ\",\n                                            \"alpha3\": \"FJI\",\n                                            \"numerical\": \"242\",\n                                            \"name\": \"Fiji\"\n                                        },\n                                        {\n                                            \"text\": \"Finland\",\n                                            \"value\": \"FIN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FI\",\n                                            \"alpha3\": \"FIN\",\n                                            \"numerical\": \"246\",\n                                            \"name\": \"Finland\"\n                                        },\n                                        {\n                                            \"text\": \"France\",\n                                            \"value\": \"FRA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FR\",\n                                            \"alpha3\": \"FRA\",\n                                            \"numerical\": \"250\",\n                                            \"name\": \"France\"\n                                        },\n                                        {\n                                            \"text\": \"French Guiana\",\n                                            \"value\": \"GUF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GF\",\n                                            \"alpha3\": \"GUF\",\n                                            \"numerical\": \"254\",\n                                            \"name\": \"French Guiana\"\n                                        },\n                                        {\n                                            \"text\": \"French Polynesia\",\n                                            \"value\": \"PYF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PF\",\n                                            \"alpha3\": \"PYF\",\n                                            \"numerical\": \"258\",\n                                            \"name\": \"French Polynesia\"\n                                        },\n                                        {\n                                            \"text\": \"French Southern Territories\",\n                                            \"value\": \"ATF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TF\",\n                                            \"alpha3\": \"ATF\",\n                                            \"numerical\": \"260\",\n                                            \"name\": \"French Southern Territories\"\n                                        },\n                                        {\n                                            \"text\": \"Gabon\",\n                                            \"value\": \"GAB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GA\",\n                                            \"alpha3\": \"GAB\",\n                                            \"numerical\": \"266\",\n                                            \"name\": \"Gabon\"\n                                        },\n                                        {\n                                            \"text\": \"Gambia\",\n                                            \"value\": \"GMB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GM\",\n                                            \"alpha3\": \"GMB\",\n                                            \"numerical\": \"270\",\n                                            \"name\": \"Gambia\"\n                                        },\n                                        {\n                                            \"text\": \"Georgia\",\n                                            \"value\": \"GEO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GE\",\n                                            \"alpha3\": \"GEO\",\n                                            \"numerical\": \"268\",\n                                            \"name\": \"Georgia\"\n                                        },\n                                        {\n                                            \"text\": \"Germany\",\n                                            \"value\": \"DEU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DE\",\n                                            \"alpha3\": \"DEU\",\n                                            \"numerical\": \"276\",\n                                            \"name\": \"Germany\"\n                                        },\n                                        {\n                                            \"text\": \"Ghana\",\n                                            \"value\": \"GHA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GH\",\n                                            \"alpha3\": \"GHA\",\n                                            \"numerical\": \"288\",\n                                            \"name\": \"Ghana\"\n                                        },\n                                        {\n                                            \"text\": \"Gibraltar\",\n                                            \"value\": \"GIB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GI\",\n                                            \"alpha3\": \"GIB\",\n                                            \"numerical\": \"292\",\n                                            \"name\": \"Gibraltar\"\n                                        },\n                                        {\n                                            \"text\": \"Greece\",\n                                            \"value\": \"GRC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GR\",\n                                            \"alpha3\": \"GRC\",\n                                            \"numerical\": \"300\",\n                                            \"name\": \"Greece\"\n                                        },\n                                        {\n                                            \"text\": \"Greenland\",\n                                            \"value\": \"GRL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GL\",\n                                            \"alpha3\": \"GRL\",\n                                            \"numerical\": \"304\",\n                                            \"name\": \"Greenland\"\n                                        },\n                                        {\n                                            \"text\": \"Grenada\",\n                                            \"value\": \"GRD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GD\",\n                                            \"alpha3\": \"GRD\",\n                                            \"numerical\": \"308\",\n                                            \"name\": \"Grenada\"\n                                        },\n                                        {\n                                            \"text\": \"Guadeloupe\",\n                                            \"value\": \"GLP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GP\",\n                                            \"alpha3\": \"GLP\",\n                                            \"numerical\": \"312\",\n                                            \"name\": \"Guadeloupe\"\n                                        },\n                                        {\n                                            \"text\": \"Guam\",\n                                            \"value\": \"GUM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GU\",\n                                            \"alpha3\": \"GUM\",\n                                            \"numerical\": \"316\",\n                                            \"name\": \"Guam\"\n                                        },\n                                        {\n                                            \"text\": \"Guatemala\",\n                                            \"value\": \"GTM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GT\",\n                                            \"alpha3\": \"GTM\",\n                                            \"numerical\": \"320\",\n                                            \"name\": \"Guatemala\"\n                                        },\n                                        {\n                                            \"text\": \"Guernsey\",\n                                            \"value\": \"GGY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GG\",\n                                            \"alpha3\": \"GGY\",\n                                            \"numerical\": \"831\",\n                                            \"name\": \"Guernsey\"\n                                        },\n                                        {\n                                            \"text\": \"Guinea\",\n                                            \"value\": \"GIN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GN\",\n                                            \"alpha3\": \"GIN\",\n                                            \"numerical\": \"324\",\n                                            \"name\": \"Guinea\"\n                                        },\n                                        {\n                                            \"text\": \"Guinea-Bissau\",\n                                            \"value\": \"GNB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GW\",\n                                            \"alpha3\": \"GNB\",\n                                            \"numerical\": \"624\",\n                                            \"name\": \"Guinea-Bissau\"\n                                        },\n                                        {\n                                            \"text\": \"Guyana\",\n                                            \"value\": \"GUY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GY\",\n                                            \"alpha3\": \"GUY\",\n                                            \"numerical\": \"328\",\n                                            \"name\": \"Guyana\"\n                                        },\n                                        {\n                                            \"text\": \"Haiti\",\n                                            \"value\": \"HTI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HT\",\n                                            \"alpha3\": \"HTI\",\n                                            \"numerical\": \"332\",\n                                            \"name\": \"Haiti\"\n                                        },\n                                        {\n                                            \"text\": \"Heard Island and McDonald Islands\",\n                                            \"value\": \"HMD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HM\",\n                                            \"alpha3\": \"HMD\",\n                                            \"numerical\": \"334\",\n                                            \"name\": \"Heard Island and McDonald Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Holy See (Vatican City State)\",\n                                            \"value\": \"VAT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VA\",\n                                            \"alpha3\": \"VAT\",\n                                            \"numerical\": \"336\",\n                                            \"name\": \"Holy See (Vatican City State)\"\n                                        },\n                                        {\n                                            \"text\": \"Honduras\",\n                                            \"value\": \"HND\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HN\",\n                                            \"alpha3\": \"HND\",\n                                            \"numerical\": \"340\",\n                                            \"name\": \"Honduras\"\n                                        },\n                                        {\n                                            \"text\": \"Hong Kong\",\n                                            \"value\": \"HKG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HK\",\n                                            \"alpha3\": \"HKG\",\n                                            \"numerical\": \"344\",\n                                            \"name\": \"Hong Kong\"\n                                        },\n                                        {\n                                            \"text\": \"Hungary\",\n                                            \"value\": \"HUN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HU\",\n                                            \"alpha3\": \"HUN\",\n                                            \"numerical\": \"348\",\n                                            \"name\": \"Hungary\"\n                                        },\n                                        {\n                                            \"text\": \"Iceland\",\n                                            \"value\": \"ISL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IS\",\n                                            \"alpha3\": \"ISL\",\n                                            \"numerical\": \"352\",\n                                            \"name\": \"Iceland\"\n                                        },\n                                        {\n                                            \"text\": \"India\",\n                                            \"value\": \"IND\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IN\",\n                                            \"alpha3\": \"IND\",\n                                            \"numerical\": \"356\",\n                                            \"name\": \"India\"\n                                        },\n                                        {\n                                            \"text\": \"Indonesia\",\n                                            \"value\": \"IDN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ID\",\n                                            \"alpha3\": \"IDN\",\n                                            \"numerical\": \"360\",\n                                            \"name\": \"Indonesia\"\n                                        },\n                                        {\n                                            \"text\": \"Iran,Islamic Republic of\",\n                                            \"value\": \"IRN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IR\",\n                                            \"alpha3\": \"IRN\",\n                                            \"numerical\": \"364\",\n                                            \"name\": \"Iran,Islamic Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Iraq\",\n                                            \"value\": \"IRQ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IQ\",\n                                            \"alpha3\": \"IRQ\",\n                                            \"numerical\": \"368\",\n                                            \"name\": \"Iraq\"\n                                        },\n                                        {\n                                            \"text\": \"Ireland\",\n                                            \"value\": \"IRL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IE\",\n                                            \"alpha3\": \"IRL\",\n                                            \"numerical\": \"372\",\n                                            \"name\": \"Ireland\"\n                                        },\n                                        {\n                                            \"text\": \"Isle of Man\",\n                                            \"value\": \"IMN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IM\",\n                                            \"alpha3\": \"IMN\",\n                                            \"numerical\": \"833\",\n                                            \"name\": \"Isle of Man\"\n                                        },\n                                        {\n                                            \"text\": \"Israel\",\n                                            \"value\": \"ISR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IL\",\n                                            \"alpha3\": \"ISR\",\n                                            \"numerical\": \"376\",\n                                            \"name\": \"Israel\"\n                                        },\n                                        {\n                                            \"text\": \"Italy\",\n                                            \"value\": \"ITA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IT\",\n                                            \"alpha3\": \"ITA\",\n                                            \"numerical\": \"380\",\n                                            \"name\": \"Italy\"\n                                        },\n                                        {\n                                            \"text\": \"Jamaica\",\n                                            \"value\": \"JAM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"JM\",\n                                            \"alpha3\": \"JAM\",\n                                            \"numerical\": \"388\",\n                                            \"name\": \"Jamaica\"\n                                        },\n                                        {\n                                            \"text\": \"Japan\",\n                                            \"value\": \"JPN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"JP\",\n                                            \"alpha3\": \"JPN\",\n                                            \"numerical\": \"392\",\n                                            \"name\": \"Japan\"\n                                        },\n                                        {\n                                            \"text\": \"Jersey\",\n                                            \"value\": \"JEY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"JE\",\n                                            \"alpha3\": \"JEY\",\n                                            \"numerical\": \"832\",\n                                            \"name\": \"Jersey\"\n                                        },\n                                        {\n                                            \"text\": \"Jordan\",\n                                            \"value\": \"JOR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"JO\",\n                                            \"alpha3\": \"JOR\",\n                                            \"numerical\": \"400\",\n                                            \"name\": \"Jordan\"\n                                        },\n                                        {\n                                            \"text\": \"Kazakhstan\",\n                                            \"value\": \"KAZ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KZ\",\n                                            \"alpha3\": \"KAZ\",\n                                            \"numerical\": \"398\",\n                                            \"name\": \"Kazakhstan\"\n                                        },\n                                        {\n                                            \"text\": \"Kenya\",\n                                            \"value\": \"KEN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KE\",\n                                            \"alpha3\": \"KEN\",\n                                            \"numerical\": \"404\",\n                                            \"name\": \"Kenya\"\n                                        },\n                                        {\n                                            \"text\": \"Kiribati\",\n                                            \"value\": \"KIR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KI\",\n                                            \"alpha3\": \"KIR\",\n                                            \"numerical\": \"296\",\n                                            \"name\": \"Kiribati\"\n                                        },\n                                        {\n                                            \"text\": \"Korea,Democratic People's Republic of\",\n                                            \"value\": \"PRK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KP\",\n                                            \"alpha3\": \"PRK\",\n                                            \"numerical\": \"408\",\n                                            \"name\": \"Korea,Democratic People's Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Korea,Republic of\",\n                                            \"value\": \"KOR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KR\",\n                                            \"alpha3\": \"KOR\",\n                                            \"numerical\": \"410\",\n                                            \"name\": \"Korea,Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Kosovo,Republic of\",\n                                            \"value\": \"XKK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"XK\",\n                                            \"alpha3\": \"XKK\",\n                                            \"numerical\": \"008\",\n                                            \"name\": \"Kosovo,Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Kuwait\",\n                                            \"value\": \"KWT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KW\",\n                                            \"alpha3\": \"KWT\",\n                                            \"numerical\": \"414\",\n                                            \"name\": \"Kuwait\"\n                                        },\n                                        {\n                                            \"text\": \"Kyrgyzstan\",\n                                            \"value\": \"KGZ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KG\",\n                                            \"alpha3\": \"KGZ\",\n                                            \"numerical\": \"417\",\n                                            \"name\": \"Kyrgyzstan\"\n                                        },\n                                        {\n                                            \"text\": \"Lao People's Democratic Republic\",\n                                            \"value\": \"LAO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LA\",\n                                            \"alpha3\": \"LAO\",\n                                            \"numerical\": \"418\",\n                                            \"name\": \"Lao People's Democratic Republic\"\n                                        },\n                                        {\n                                            \"text\": \"Latvia\",\n                                            \"value\": \"LVA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LV\",\n                                            \"alpha3\": \"LVA\",\n                                            \"numerical\": \"428\",\n                                            \"name\": \"Latvia\"\n                                        },\n                                        {\n                                            \"text\": \"Lebanon\",\n                                            \"value\": \"LBN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LB\",\n                                            \"alpha3\": \"LBN\",\n                                            \"numerical\": \"422\",\n                                            \"name\": \"Lebanon\"\n                                        },\n                                        {\n                                            \"text\": \"Lesotho\",\n                                            \"value\": \"LSO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LS\",\n                                            \"alpha3\": \"LSO\",\n                                            \"numerical\": \"426\",\n                                            \"name\": \"Lesotho\"\n                                        },\n                                        {\n                                            \"text\": \"Liberia\",\n                                            \"value\": \"LBR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LR\",\n                                            \"alpha3\": \"LBR\",\n                                            \"numerical\": \"430\",\n                                            \"name\": \"Liberia\"\n                                        },\n                                        {\n                                            \"text\": \"Libya\",\n                                            \"value\": \"LBY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LY\",\n                                            \"alpha3\": \"LBY\",\n                                            \"numerical\": \"434\",\n                                            \"name\": \"Libya\"\n                                        },\n                                        {\n                                            \"text\": \"Liechtenstein\",\n                                            \"value\": \"LIE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LI\",\n                                            \"alpha3\": \"LIE\",\n                                            \"numerical\": \"438\",\n                                            \"name\": \"Liechtenstein\"\n                                        },\n                                        {\n                                            \"text\": \"Lithuania\",\n                                            \"value\": \"LTU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LT\",\n                                            \"alpha3\": \"LTU\",\n                                            \"numerical\": \"440\",\n                                            \"name\": \"Lithuania\"\n                                        },\n                                        {\n                                            \"text\": \"Luxembourg\",\n                                            \"value\": \"LUX\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LU\",\n                                            \"alpha3\": \"LUX\",\n                                            \"numerical\": \"442\",\n                                            \"name\": \"Luxembourg\"\n                                        },\n                                        {\n                                            \"text\": \"Macao\",\n                                            \"value\": \"MAC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MO\",\n                                            \"alpha3\": \"MAC\",\n                                            \"numerical\": \"446\",\n                                            \"name\": \"Macao\"\n                                        },\n                                        {\n                                            \"text\": \"North Macedonia\",\n                                            \"value\": \"MKD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MK\",\n                                            \"alpha3\": \"MKD\",\n                                            \"numerical\": \"807\",\n                                            \"name\": \"North Macedonia\"\n                                        },\n                                        {\n                                            \"text\": \"Madagascar\",\n                                            \"value\": \"MDG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MG\",\n                                            \"alpha3\": \"MDG\",\n                                            \"numerical\": \"450\",\n                                            \"name\": \"Madagascar\"\n                                        },\n                                        {\n                                            \"text\": \"Malawi\",\n                                            \"value\": \"MWI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MW\",\n                                            \"alpha3\": \"MWI\",\n                                            \"numerical\": \"454\",\n                                            \"name\": \"Malawi\"\n                                        },\n                                        {\n                                            \"text\": \"Malaysia\",\n                                            \"value\": \"MYS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MY\",\n                                            \"alpha3\": \"MYS\",\n                                            \"numerical\": \"458\",\n                                            \"name\": \"Malaysia\"\n                                        },\n                                        {\n                                            \"text\": \"Maldives\",\n                                            \"value\": \"MDV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MV\",\n                                            \"alpha3\": \"MDV\",\n                                            \"numerical\": \"462\",\n                                            \"name\": \"Maldives\"\n                                        },\n                                        {\n                                            \"text\": \"Mali\",\n                                            \"value\": \"MLI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ML\",\n                                            \"alpha3\": \"MLI\",\n                                            \"numerical\": \"466\",\n                                            \"name\": \"Mali\"\n                                        },\n                                        {\n                                            \"text\": \"Malta\",\n                                            \"value\": \"MLT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MT\",\n                                            \"alpha3\": \"MLT\",\n                                            \"numerical\": \"470\",\n                                            \"name\": \"Malta\"\n                                        },\n                                        {\n                                            \"text\": \"Marshall Islands\",\n                                            \"value\": \"MHL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MH\",\n                                            \"alpha3\": \"MHL\",\n                                            \"numerical\": \"584\",\n                                            \"name\": \"Marshall Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Martinique\",\n                                            \"value\": \"MTQ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MQ\",\n                                            \"alpha3\": \"MTQ\",\n                                            \"numerical\": \"474\",\n                                            \"name\": \"Martinique\"\n                                        },\n                                        {\n                                            \"text\": \"Mauritania\",\n                                            \"value\": \"MRT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MR\",\n                                            \"alpha3\": \"MRT\",\n                                            \"numerical\": \"478\",\n                                            \"name\": \"Mauritania\"\n                                        },\n                                        {\n                                            \"text\": \"Mauritius\",\n                                            \"value\": \"MUS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MU\",\n                                            \"alpha3\": \"MUS\",\n                                            \"numerical\": \"480\",\n                                            \"name\": \"Mauritius\"\n                                        },\n                                        {\n                                            \"text\": \"Mayotte\",\n                                            \"value\": \"MYT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"YT\",\n                                            \"alpha3\": \"MYT\",\n                                            \"numerical\": \"175\",\n                                            \"name\": \"Mayotte\"\n                                        },\n                                        {\n                                            \"text\": \"Mexico\",\n                                            \"value\": \"MEX\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MX\",\n                                            \"alpha3\": \"MEX\",\n                                            \"numerical\": \"484\",\n                                            \"name\": \"Mexico\"\n                                        },\n                                        {\n                                            \"text\": \"Micronesia,Federated States of\",\n                                            \"value\": \"FSM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FM\",\n                                            \"alpha3\": \"FSM\",\n                                            \"numerical\": \"583\",\n                                            \"name\": \"Micronesia,Federated States of\"\n                                        },\n                                        {\n                                            \"text\": \"Moldova,Republic of\",\n                                            \"value\": \"MDA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MD\",\n                                            \"alpha3\": \"MDA\",\n                                            \"numerical\": \"498\",\n                                            \"name\": \"Moldova,Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Monaco\",\n                                            \"value\": \"MCO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MC\",\n                                            \"alpha3\": \"MCO\",\n                                            \"numerical\": \"492\",\n                                            \"name\": \"Monaco\"\n                                        },\n                                        {\n                                            \"text\": \"Mongolia\",\n                                            \"value\": \"MNG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MN\",\n                                            \"alpha3\": \"MNG\",\n                                            \"numerical\": \"496\",\n                                            \"name\": \"Mongolia\"\n                                        },\n                                        {\n                                            \"text\": \"Montenegro\",\n                                            \"value\": \"MNE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ME\",\n                                            \"alpha3\": \"MNE\",\n                                            \"numerical\": \"499\",\n                                            \"name\": \"Montenegro\"\n                                        },\n                                        {\n                                            \"text\": \"Montserrat\",\n                                            \"value\": \"MSR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MS\",\n                                            \"alpha3\": \"MSR\",\n                                            \"numerical\": \"500\",\n                                            \"name\": \"Montserrat\"\n                                        },\n                                        {\n                                            \"text\": \"Morocco\",\n                                            \"value\": \"MAR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MA\",\n                                            \"alpha3\": \"MAR\",\n                                            \"numerical\": \"504\",\n                                            \"name\": \"Morocco\"\n                                        },\n                                        {\n                                            \"text\": \"Mozambique\",\n                                            \"value\": \"MOZ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MZ\",\n                                            \"alpha3\": \"MOZ\",\n                                            \"numerical\": \"508\",\n                                            \"name\": \"Mozambique\"\n                                        },\n                                        {\n                                            \"text\": \"Myanmar\",\n                                            \"value\": \"MMR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MM\",\n                                            \"alpha3\": \"MMR\",\n                                            \"numerical\": \"104\",\n                                            \"name\": \"Myanmar\"\n                                        },\n                                        {\n                                            \"text\": \"Namibia\",\n                                            \"value\": \"NAM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NA\",\n                                            \"alpha3\": \"NAM\",\n                                            \"numerical\": \"516\",\n                                            \"name\": \"Namibia\"\n                                        },\n                                        {\n                                            \"text\": \"Nauru\",\n                                            \"value\": \"NRU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NR\",\n                                            \"alpha3\": \"NRU\",\n                                            \"numerical\": \"520\",\n                                            \"name\": \"Nauru\"\n                                        },\n                                        {\n                                            \"text\": \"Nepal\",\n                                            \"value\": \"NPL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NP\",\n                                            \"alpha3\": \"NPL\",\n                                            \"numerical\": \"524\",\n                                            \"name\": \"Nepal\"\n                                        },\n                                        {\n                                            \"text\": \"Netherlands\",\n                                            \"value\": \"NLD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NL\",\n                                            \"alpha3\": \"NLD\",\n                                            \"numerical\": \"528\",\n                                            \"name\": \"Netherlands\"\n                                        },\n                                        {\n                                            \"text\": \"New Caledonia\",\n                                            \"value\": \"NCL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NC\",\n                                            \"alpha3\": \"NCL\",\n                                            \"numerical\": \"540\",\n                                            \"name\": \"New Caledonia\"\n                                        },\n                                        {\n                                            \"text\": \"New Zealand\",\n                                            \"value\": \"NZL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NZ\",\n                                            \"alpha3\": \"NZL\",\n                                            \"numerical\": \"554\",\n                                            \"name\": \"New Zealand\"\n                                        },\n                                        {\n                                            \"text\": \"Nicaragua\",\n                                            \"value\": \"NIC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NI\",\n                                            \"alpha3\": \"NIC\",\n                                            \"numerical\": \"558\",\n                                            \"name\": \"Nicaragua\"\n                                        },\n                                        {\n                                            \"text\": \"Niger\",\n                                            \"value\": \"NER\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NE\",\n                                            \"alpha3\": \"NER\",\n                                            \"numerical\": \"562\",\n                                            \"name\": \"Niger\"\n                                        },\n                                        {\n                                            \"text\": \"Nigeria\",\n                                            \"value\": \"NGA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NG\",\n                                            \"alpha3\": \"NGA\",\n                                            \"numerical\": \"566\",\n                                            \"name\": \"Nigeria\"\n                                        },\n                                        {\n                                            \"text\": \"Niue\",\n                                            \"value\": \"NIU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NU\",\n                                            \"alpha3\": \"NIU\",\n                                            \"numerical\": \"570\",\n                                            \"name\": \"Niue\"\n                                        },\n                                        {\n                                            \"text\": \"Norfolk Island\",\n                                            \"value\": \"NFK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NF\",\n                                            \"alpha3\": \"NFK\",\n                                            \"numerical\": \"574\",\n                                            \"name\": \"Norfolk Island\"\n                                        },\n                                        {\n                                            \"text\": \"Northern Mariana Islands\",\n                                            \"value\": \"MNP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MP\",\n                                            \"alpha3\": \"MNP\",\n                                            \"numerical\": \"580\",\n                                            \"name\": \"Northern Mariana Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Norway\",\n                                            \"value\": \"NOR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NO\",\n                                            \"alpha3\": \"NOR\",\n                                            \"numerical\": \"578\",\n                                            \"name\": \"Norway\"\n                                        },\n                                        {\n                                            \"text\": \"Oman\",\n                                            \"value\": \"OMN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"OM\",\n                                            \"alpha3\": \"OMN\",\n                                            \"numerical\": \"512\",\n                                            \"name\": \"Oman\"\n                                        },\n                                        {\n                                            \"text\": \"Pakistan\",\n                                            \"value\": \"PAK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PK\",\n                                            \"alpha3\": \"PAK\",\n                                            \"numerical\": \"586\",\n                                            \"name\": \"Pakistan\"\n                                        },\n                                        {\n                                            \"text\": \"Palau\",\n                                            \"value\": \"PLW\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PW\",\n                                            \"alpha3\": \"PLW\",\n                                            \"numerical\": \"585\",\n                                            \"name\": \"Palau\"\n                                        },\n                                        {\n                                            \"text\": \"Palestine,State of\",\n                                            \"value\": \"PSE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PS\",\n                                            \"alpha3\": \"PSE\",\n                                            \"numerical\": \"275\",\n                                            \"name\": \"Palestine,State of\"\n                                        },\n                                        {\n                                            \"text\": \"Panama\",\n                                            \"value\": \"PAN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PA\",\n                                            \"alpha3\": \"PAN\",\n                                            \"numerical\": \"591\",\n                                            \"name\": \"Panama\"\n                                        },\n                                        {\n                                            \"text\": \"Papua New Guinea\",\n                                            \"value\": \"PNG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PG\",\n                                            \"alpha3\": \"PNG\",\n                                            \"numerical\": \"598\",\n                                            \"name\": \"Papua New Guinea\"\n                                        },\n                                        {\n                                            \"text\": \"Paraguay\",\n                                            \"value\": \"PRY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PY\",\n                                            \"alpha3\": \"PRY\",\n                                            \"numerical\": \"600\",\n                                            \"name\": \"Paraguay\"\n                                        },\n                                        {\n                                            \"text\": \"Peru\",\n                                            \"value\": \"PER\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PE\",\n                                            \"alpha3\": \"PER\",\n                                            \"numerical\": \"604\",\n                                            \"name\": \"Peru\"\n                                        },\n                                        {\n                                            \"text\": \"Philippines\",\n                                            \"value\": \"PHL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PH\",\n                                            \"alpha3\": \"PHL\",\n                                            \"numerical\": \"608\",\n                                            \"name\": \"Philippines\"\n                                        },\n                                        {\n                                            \"text\": \"Pitcairn\",\n                                            \"value\": \"PCN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PN\",\n                                            \"alpha3\": \"PCN\",\n                                            \"numerical\": \"612\",\n                                            \"name\": \"Pitcairn\"\n                                        },\n                                        {\n                                            \"text\": \"Poland\",\n                                            \"value\": \"POL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PL\",\n                                            \"alpha3\": \"POL\",\n                                            \"numerical\": \"616\",\n                                            \"name\": \"Poland\"\n                                        },\n                                        {\n                                            \"text\": \"Portugal\",\n                                            \"value\": \"PRT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PT\",\n                                            \"alpha3\": \"PRT\",\n                                            \"numerical\": \"620\",\n                                            \"name\": \"Portugal\"\n                                        },\n                                        {\n                                            \"text\": \"Puerto Rico\",\n                                            \"value\": \"PRI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PR\",\n                                            \"alpha3\": \"PRI\",\n                                            \"numerical\": \"630\",\n                                            \"name\": \"Puerto Rico\"\n                                        },\n                                        {\n                                            \"text\": \"Qatar\",\n                                            \"value\": \"QAT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"QA\",\n                                            \"alpha3\": \"QAT\",\n                                            \"numerical\": \"634\",\n                                            \"name\": \"Qatar\"\n                                        },\n                                        {\n                                            \"text\": \"Réunion\",\n                                            \"value\": \"REU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"RE\",\n                                            \"alpha3\": \"REU\",\n                                            \"numerical\": \"638\",\n                                            \"name\": \"Réunion\"\n                                        },\n                                        {\n                                            \"text\": \"Romania\",\n                                            \"value\": \"ROU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"RO\",\n                                            \"alpha3\": \"ROU\",\n                                            \"numerical\": \"642\",\n                                            \"name\": \"Romania\"\n                                        },\n                                        {\n                                            \"text\": \"Russian Federation\",\n                                            \"value\": \"RUS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"RU\",\n                                            \"alpha3\": \"RUS\",\n                                            \"numerical\": \"643\",\n                                            \"name\": \"Russian Federation\"\n                                        },\n                                        {\n                                            \"text\": \"Rwanda\",\n                                            \"value\": \"RWA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"RW\",\n                                            \"alpha3\": \"RWA\",\n                                            \"numerical\": \"646\",\n                                            \"name\": \"Rwanda\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Barthélemy\",\n                                            \"value\": \"BLM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BL\",\n                                            \"alpha3\": \"BLM\",\n                                            \"numerical\": \"652\",\n                                            \"name\": \"Saint Barthélemy\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                            \"value\": \"SHN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SH\",\n                                            \"alpha3\": \"SHN\",\n                                            \"numerical\": \"654\",\n                                            \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Kitts and Nevis\",\n                                            \"value\": \"KNA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KN\",\n                                            \"alpha3\": \"KNA\",\n                                            \"numerical\": \"659\",\n                                            \"name\": \"Saint Kitts and Nevis\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Lucia\",\n                                            \"value\": \"LCA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LC\",\n                                            \"alpha3\": \"LCA\",\n                                            \"numerical\": \"662\",\n                                            \"name\": \"Saint Lucia\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Martin (French part)\",\n                                            \"value\": \"MAF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MF\",\n                                            \"alpha3\": \"MAF\",\n                                            \"numerical\": \"663\",\n                                            \"name\": \"Saint Martin (French part)\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Pierre and Miquelon\",\n                                            \"value\": \"SPM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PM\",\n                                            \"alpha3\": \"SPM\",\n                                            \"numerical\": \"666\",\n                                            \"name\": \"Saint Pierre and Miquelon\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Vincent and the Grenadines\",\n                                            \"value\": \"VCT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VC\",\n                                            \"alpha3\": \"VCT\",\n                                            \"numerical\": \"670\",\n                                            \"name\": \"Saint Vincent and the Grenadines\"\n                                        },\n                                        {\n                                            \"text\": \"Samoa\",\n                                            \"value\": \"WSM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"WS\",\n                                            \"alpha3\": \"WSM\",\n                                            \"numerical\": \"882\",\n                                            \"name\": \"Samoa\"\n                                        },\n                                        {\n                                            \"text\": \"San Marino\",\n                                            \"value\": \"SMR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SM\",\n                                            \"alpha3\": \"SMR\",\n                                            \"numerical\": \"674\",\n                                            \"name\": \"San Marino\"\n                                        },\n                                        {\n                                            \"text\": \"Sao Tome and Principe\",\n                                            \"value\": \"STP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ST\",\n                                            \"alpha3\": \"STP\",\n                                            \"numerical\": \"678\",\n                                            \"name\": \"Sao Tome and Principe\"\n                                        },\n                                        {\n                                            \"text\": \"Saudi Arabia\",\n                                            \"value\": \"SAU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SA\",\n                                            \"alpha3\": \"SAU\",\n                                            \"numerical\": \"682\",\n                                            \"name\": \"Saudi Arabia\"\n                                        },\n                                        {\n                                            \"text\": \"Senegal\",\n                                            \"value\": \"SEN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SN\",\n                                            \"alpha3\": \"SEN\",\n                                            \"numerical\": \"686\",\n                                            \"name\": \"Senegal\"\n                                        },\n                                        {\n                                            \"text\": \"Serbia\",\n                                            \"value\": \"SRB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"RS\",\n                                            \"alpha3\": \"SRB\",\n                                            \"numerical\": \"688\",\n                                            \"name\": \"Serbia\"\n                                        },\n                                        {\n                                            \"text\": \"Seychelles\",\n                                            \"value\": \"SYC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SC\",\n                                            \"alpha3\": \"SYC\",\n                                            \"numerical\": \"690\",\n                                            \"name\": \"Seychelles\"\n                                        },\n                                        {\n                                            \"text\": \"Sierra Leone\",\n                                            \"value\": \"SLE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SL\",\n                                            \"alpha3\": \"SLE\",\n                                            \"numerical\": \"694\",\n                                            \"name\": \"Sierra Leone\"\n                                        },\n                                        {\n                                            \"text\": \"Singapore\",\n                                            \"value\": \"SGP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SG\",\n                                            \"alpha3\": \"SGP\",\n                                            \"numerical\": \"702\",\n                                            \"name\": \"Singapore\"\n                                        },\n                                        {\n                                            \"text\": \"Sint Maarten (Dutch part)\",\n                                            \"value\": \"SXM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SX\",\n                                            \"alpha3\": \"SXM\",\n                                            \"numerical\": \"534\",\n                                            \"name\": \"Sint Maarten (Dutch part)\"\n                                        },\n                                        {\n                                            \"text\": \"Slovakia\",\n                                            \"value\": \"SVK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SK\",\n                                            \"alpha3\": \"SVK\",\n                                            \"numerical\": \"703\",\n                                            \"name\": \"Slovakia\"\n                                        },\n                                        {\n                                            \"text\": \"Slovenia\",\n                                            \"value\": \"SVN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SI\",\n                                            \"alpha3\": \"SVN\",\n                                            \"numerical\": \"705\",\n                                            \"name\": \"Slovenia\"\n                                        },\n                                        {\n                                            \"text\": \"Solomon Islands\",\n                                            \"value\": \"SLB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SB\",\n                                            \"alpha3\": \"SLB\",\n                                            \"numerical\": \"090\",\n                                            \"name\": \"Solomon Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Somalia\",\n                                            \"value\": \"SOM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SO\",\n                                            \"alpha3\": \"SOM\",\n                                            \"numerical\": \"706\",\n                                            \"name\": \"Somalia\"\n                                        },\n                                        {\n                                            \"text\": \"South Africa\",\n                                            \"value\": \"ZAF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ZA\",\n                                            \"alpha3\": \"ZAF\",\n                                            \"numerical\": \"710\",\n                                            \"name\": \"South Africa\"\n                                        },\n                                        {\n                                            \"text\": \"South Georgia and the South Sandwich Islands\",\n                                            \"value\": \"SGS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GS\",\n                                            \"alpha3\": \"SGS\",\n                                            \"numerical\": \"239\",\n                                            \"name\": \"South Georgia and the South Sandwich Islands\"\n                                        },\n                                        {\n                                            \"text\": \"South Sudan\",\n                                            \"value\": \"SSD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SS\",\n                                            \"alpha3\": \"SSD\",\n                                            \"numerical\": \"728\",\n                                            \"name\": \"South Sudan\"\n                                        },\n                                        {\n                                            \"text\": \"Spain\",\n                                            \"value\": \"ESP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ES\",\n                                            \"alpha3\": \"ESP\",\n                                            \"numerical\": \"724\",\n                                            \"name\": \"Spain\"\n                                        },\n                                        {\n                                            \"text\": \"Sri Lanka\",\n                                            \"value\": \"LKA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LK\",\n                                            \"alpha3\": \"LKA\",\n                                            \"numerical\": \"144\",\n                                            \"name\": \"Sri Lanka\"\n                                        },\n                                        {\n                                            \"text\": \"Sudan\",\n                                            \"value\": \"SDN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SD\",\n                                            \"alpha3\": \"SDN\",\n                                            \"numerical\": \"729\",\n                                            \"name\": \"Sudan\"\n                                        },\n                                        {\n                                            \"text\": \"Suriname\",\n                                            \"value\": \"SUR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SR\",\n                                            \"alpha3\": \"SUR\",\n                                            \"numerical\": \"740\",\n                                            \"name\": \"Suriname\"\n                                        },\n                                        {\n                                            \"text\": \"Svalbard and Jan Mayen\",\n                                            \"value\": \"SJM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SJ\",\n                                            \"alpha3\": \"SJM\",\n                                            \"numerical\": \"744\",\n                                            \"name\": \"Svalbard and Jan Mayen\"\n                                        },\n                                        {\n                                            \"text\": \"Eswatini\",\n                                            \"value\": \"SWZ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SZ\",\n                                            \"alpha3\": \"SWZ\",\n                                            \"numerical\": \"748\",\n                                            \"name\": \"Eswatini\"\n                                        },\n                                        {\n                                            \"text\": \"Sweden\",\n                                            \"value\": \"SWE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SE\",\n                                            \"alpha3\": \"SWE\",\n                                            \"numerical\": \"752\",\n                                            \"name\": \"Sweden\"\n                                        },\n                                        {\n                                            \"text\": \"Switzerland\",\n                                            \"value\": \"CHE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CH\",\n                                            \"alpha3\": \"CHE\",\n                                            \"numerical\": \"756\",\n                                            \"name\": \"Switzerland\"\n                                        },\n                                        {\n                                            \"text\": \"Syrian Arab Republic\",\n                                            \"value\": \"SYR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SY\",\n                                            \"alpha3\": \"SYR\",\n                                            \"numerical\": \"760\",\n                                            \"name\": \"Syrian Arab Republic\"\n                                        },\n                                        {\n                                            \"text\": \"Taiwan\",\n                                            \"value\": \"TWN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TW\",\n                                            \"alpha3\": \"TWN\",\n                                            \"numerical\": \"158\",\n                                            \"name\": \"Taiwan\"\n                                        },\n                                        {\n                                            \"text\": \"Tajikistan\",\n                                            \"value\": \"TJK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TJ\",\n                                            \"alpha3\": \"TJK\",\n                                            \"numerical\": \"762\",\n                                            \"name\": \"Tajikistan\"\n                                        },\n                                        {\n                                            \"text\": \"Tanzania,United Republic of\",\n                                            \"value\": \"TZA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TZ\",\n                                            \"alpha3\": \"TZA\",\n                                            \"numerical\": \"834\",\n                                            \"name\": \"Tanzania,United Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Thailand\",\n                                            \"value\": \"THA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TH\",\n                                            \"alpha3\": \"THA\",\n                                            \"numerical\": \"764\",\n                                            \"name\": \"Thailand\"\n                                        },\n                                        {\n                                            \"text\": \"Timor-Leste\",\n                                            \"value\": \"TLS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TL\",\n                                            \"alpha3\": \"TLS\",\n                                            \"numerical\": \"626\",\n                                            \"name\": \"Timor-Leste\"\n                                        },\n                                        {\n                                            \"text\": \"Togo\",\n                                            \"value\": \"TGO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TG\",\n                                            \"alpha3\": \"TGO\",\n                                            \"numerical\": \"768\",\n                                            \"name\": \"Togo\"\n                                        },\n                                        {\n                                            \"text\": \"Tokelau\",\n                                            \"value\": \"TKL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TK\",\n                                            \"alpha3\": \"TKL\",\n                                            \"numerical\": \"772\",\n                                            \"name\": \"Tokelau\"\n                                        },\n                                        {\n                                            \"text\": \"Tonga\",\n                                            \"value\": \"TON\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TO\",\n                                            \"alpha3\": \"TON\",\n                                            \"numerical\": \"776\",\n                                            \"name\": \"Tonga\"\n                                        },\n                                        {\n                                            \"text\": \"Trinidad and Tobago\",\n                                            \"value\": \"TTO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TT\",\n                                            \"alpha3\": \"TTO\",\n                                            \"numerical\": \"780\",\n                                            \"name\": \"Trinidad and Tobago\"\n                                        },\n                                        {\n                                            \"text\": \"Tunisia\",\n                                            \"value\": \"TUN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TN\",\n                                            \"alpha3\": \"TUN\",\n                                            \"numerical\": \"788\",\n                                            \"name\": \"Tunisia\"\n                                        },\n                                        {\n                                            \"text\": \"Turkey\",\n                                            \"value\": \"TUR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TR\",\n                                            \"alpha3\": \"TUR\",\n                                            \"numerical\": \"792\",\n                                            \"name\": \"Turkey\"\n                                        },\n                                        {\n                                            \"text\": \"Turkmenistan\",\n                                            \"value\": \"TKM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TM\",\n                                            \"alpha3\": \"TKM\",\n                                            \"numerical\": \"795\",\n                                            \"name\": \"Turkmenistan\"\n                                        },\n                                        {\n                                            \"text\": \"Turks and Caicos Islands\",\n                                            \"value\": \"TCA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TC\",\n                                            \"alpha3\": \"TCA\",\n                                            \"numerical\": \"796\",\n                                            \"name\": \"Turks and Caicos Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Tuvalu\",\n                                            \"value\": \"TUV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TV\",\n                                            \"alpha3\": \"TUV\",\n                                            \"numerical\": \"798\",\n                                            \"name\": \"Tuvalu\"\n                                        },\n                                        {\n                                            \"text\": \"Uganda\",\n                                            \"value\": \"UGA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UG\",\n                                            \"alpha3\": \"UGA\",\n                                            \"numerical\": \"800\",\n                                            \"name\": \"Uganda\"\n                                        },\n                                        {\n                                            \"text\": \"Ukraine\",\n                                            \"value\": \"UKR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UA\",\n                                            \"alpha3\": \"UKR\",\n                                            \"numerical\": \"804\",\n                                            \"name\": \"Ukraine\"\n                                        },\n                                        {\n                                            \"text\": \"United Arab Emirates\",\n                                            \"value\": \"ARE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AE\",\n                                            \"alpha3\": \"ARE\",\n                                            \"numerical\": \"784\",\n                                            \"name\": \"United Arab Emirates\"\n                                        },\n                                        {\n                                            \"text\": \"United Kingdom\",\n                                            \"value\": \"GBR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GB\",\n                                            \"alpha3\": \"GBR\",\n                                            \"numerical\": \"826\",\n                                            \"name\": \"United Kingdom\"\n                                        },\n                                        {\n                                            \"text\": \"United States Minor Outlying Islands\",\n                                            \"value\": \"UMI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UM\",\n                                            \"alpha3\": \"UMI\",\n                                            \"numerical\": \"581\",\n                                            \"name\": \"United States Minor Outlying Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Uruguay\",\n                                            \"value\": \"URY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UY\",\n                                            \"alpha3\": \"URY\",\n                                            \"numerical\": \"858\",\n                                            \"name\": \"Uruguay\"\n                                        },\n                                        {\n                                            \"text\": \"Uzbekistan\",\n                                            \"value\": \"UZB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UZ\",\n                                            \"alpha3\": \"UZB\",\n                                            \"numerical\": \"860\",\n                                            \"name\": \"Uzbekistan\"\n                                        },\n                                        {\n                                            \"text\": \"Vanuatu\",\n                                            \"value\": \"VUT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VU\",\n                                            \"alpha3\": \"VUT\",\n                                            \"numerical\": \"548\",\n                                            \"name\": \"Vanuatu\"\n                                        },\n                                        {\n                                            \"text\": \"Venezuela,Bolivarian Republic of\",\n                                            \"value\": \"VEN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VE\",\n                                            \"alpha3\": \"VEN\",\n                                            \"numerical\": \"862\",\n                                            \"name\": \"Venezuela,Bolivarian Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Viet Nam\",\n                                            \"value\": \"VNM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VN\",\n                                            \"alpha3\": \"VNM\",\n                                            \"numerical\": \"704\",\n                                            \"name\": \"Viet Nam\"\n                                        },\n                                        {\n                                            \"text\": \"Virgin Islands,British\",\n                                            \"value\": \"VGB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VG\",\n                                            \"alpha3\": \"VGB\",\n                                            \"numerical\": \"092\",\n                                            \"name\": \"Virgin Islands,British\"\n                                        },\n                                        {\n                                            \"text\": \"Virgin Islands,U.S.\",\n                                            \"value\": \"VIR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VI\",\n                                            \"alpha3\": \"VIR\",\n                                            \"numerical\": \"850\",\n                                            \"name\": \"Virgin Islands,U.S.\"\n                                        },\n                                        {\n                                            \"text\": \"Wallis and Futuna\",\n                                            \"value\": \"WLF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"WF\",\n                                            \"alpha3\": \"WLF\",\n                                            \"numerical\": \"876\",\n                                            \"name\": \"Wallis and Futuna\"\n                                        },\n                                        {\n                                            \"text\": \"Western Sahara\",\n                                            \"value\": \"ESH\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"EH\",\n                                            \"alpha3\": \"ESH\",\n                                            \"numerical\": \"732\",\n                                            \"name\": \"Western Sahara\"\n                                        },\n                                        {\n                                            \"text\": \"Yemen\",\n                                            \"value\": \"YEM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"YE\",\n                                            \"alpha3\": \"YEM\",\n                                            \"numerical\": \"887\",\n                                            \"name\": \"Yemen\"\n                                        },\n                                        {\n                                            \"text\": \"Zambia\",\n                                            \"value\": \"ZMB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ZM\",\n                                            \"alpha3\": \"ZMB\",\n                                            \"numerical\": \"894\",\n                                            \"name\": \"Zambia\"\n                                        },\n                                        {\n                                            \"text\": \"Zimbabwe\",\n                                            \"value\": \"ZWE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ZW\",\n                                            \"alpha3\": \"ZWE\",\n                                            \"numerical\": \"895\",\n                                            \"name\": \"Zimbabwe\"\n                                        }\n                                    ],\n                                    \"type\": \"select\"\n                                },\n                                {\n                                    \"label\": \"Address Line 1\",\n                                    \"name\": \"user-home-addresses-street_1\",\n                                    \"size\": \"full\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"label\": \"Address Line 2\",\n                                    \"name\": \"user-home-addresses-street_2\",\n                                    \"size\": \"full\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"label\": \"Address Line 3\",\n                                    \"name\": \"user-home-addresses-street_3\",\n                                    \"size\": \"full\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"label\": \"City\",\n                                    \"name\": \"user-home-addresses-city\",\n                                    \"size\": \"half\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"conditionals\": [\n                                        {\n                                            \"criteria\": {\n                                                \"operator\": \"$eq\",\n                                                \"conditions\": [\n                                                    {\n                                                        \"target\": \"user-home-addresses-country\",\n                                                        \"scope\": \"form\",\n                                                        \"value\": \"USA\"\n                                                    }\n                                                ]\n                                            },\n                                            \"actions\": [\n                                                {\n                                                    \"action\": \"show\"\n                                                }\n                                            ]\n                                        }\n                                    ],\n                                    \"label\": \"State\",\n                                    \"name\": \"user-home-addresses-state\",\n                                    \"data_source\": \"data_source.state\",\n                                    \"data_source_text\": \"name\",\n                                    \"data_source_value\": \"alpha2\",\n                                    \"source\": \"locked\",\n                                    \"size\": \"half\",\n                                    \"data_source_settings\": [\n                                        {\n                                            \"text\": \"Alabama\",\n                                            \"value\": \"AL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AL\",\n                                            \"name\": \"Alabama\"\n                                        },\n                                        {\n                                            \"text\": \"Alaska\",\n                                            \"value\": \"AK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AK\",\n                                            \"name\": \"Alaska\"\n                                        },\n                                        {\n                                            \"text\": \"American Samoa\",\n                                            \"value\": \"AS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AS\",\n                                            \"name\": \"American Samoa\"\n                                        },\n                                        {\n                                            \"text\": \"Arizona\",\n                                            \"value\": \"AZ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AZ\",\n                                            \"name\": \"Arizona\"\n                                        },\n                                        {\n                                            \"text\": \"Arkansas\",\n                                            \"value\": \"AR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AR\",\n                                            \"name\": \"Arkansas\"\n                                        },\n                                        {\n                                            \"text\": \"California\",\n                                            \"value\": \"CA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CA\",\n                                            \"name\": \"California\"\n                                        },\n                                        {\n                                            \"text\": \"Colorado\",\n                                            \"value\": \"CO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CO\",\n                                            \"name\": \"Colorado\"\n                                        },\n                                        {\n                                            \"text\": \"Connecticut\",\n                                            \"value\": \"CT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CT\",\n                                            \"name\": \"Connecticut\"\n                                        },\n                                        {\n                                            \"text\": \"Delaware\",\n                                            \"value\": \"DE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DE\",\n                                            \"name\": \"Delaware\"\n                                        },\n                                        {\n                                            \"text\": \"District of Columbia\",\n                                            \"value\": \"DC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DC\",\n                                            \"name\": \"District of Columbia\"\n                                        },\n                                        {\n                                            \"text\": \"Federated States of Micronesia\",\n                                            \"value\": \"FM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FM\",\n                                            \"name\": \"Federated States of Micronesia\"\n                                        },\n                                        {\n                                            \"text\": \"Florida\",\n                                            \"value\": \"FL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FL\",\n                                            \"name\": \"Florida\"\n                                        },\n                                        {\n                                            \"text\": \"Georgia\",\n                                            \"value\": \"GA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GA\",\n                                            \"name\": \"Georgia\"\n                                        },\n                                        {\n                                            \"text\": \"Guam\",\n                                            \"value\": \"GU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GU\",\n                                            \"name\": \"Guam\"\n                                        },\n                                        {\n                                            \"text\": \"Hawaii\",\n                                            \"value\": \"HI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HI\",\n                                            \"name\": \"Hawaii\"\n                                        },\n                                        {\n                                            \"text\": \"Idaho\",\n                                            \"value\": \"ID\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ID\",\n                                            \"name\": \"Idaho\"\n                                        },\n                                        {\n                                            \"text\": \"Illinois\",\n                                            \"value\": \"IL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IL\",\n                                            \"name\": \"Illinois\"\n                                        },\n                                        {\n                                            \"text\": \"Indiana\",\n                                            \"value\": \"IN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IN\",\n                                            \"name\": \"Indiana\"\n                                        },\n                                        {\n                                            \"text\": \"Iowa\",\n                                            \"value\": \"IA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IA\",\n                                            \"name\": \"Iowa\"\n                                        },\n                                        {\n                                            \"text\": \"Kansas\",\n                                            \"value\": \"KS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KS\",\n                                            \"name\": \"Kansas\"\n                                        },\n                                        {\n                                            \"text\": \"Kentucky\",\n                                            \"value\": \"KY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KY\",\n                                            \"name\": \"Kentucky\"\n                                        },\n                                        {\n                                            \"text\": \"Louisiana\",\n                                            \"value\": \"LA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LA\",\n                                            \"name\": \"Louisiana\"\n                                        },\n                                        {\n                                            \"text\": \"Maine\",\n                                            \"value\": \"ME\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ME\",\n                                            \"name\": \"Maine\"\n                                        },\n                                        {\n                                            \"text\": \"Marshall Islands\",\n                                            \"value\": \"MH\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MH\",\n                                            \"name\": \"Marshall Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Maryland\",\n                                            \"value\": \"MD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MD\",\n                                            \"name\": \"Maryland\"\n                                        },\n                                        {\n                                            \"text\": \"Massachusetts\",\n                                            \"value\": \"MA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MA\",\n                                            \"name\": \"Massachusetts\"\n                                        },\n                                        {\n                                            \"text\": \"Michigan\",\n                                            \"value\": \"MI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MI\",\n                                            \"name\": \"Michigan\"\n                                        },\n                                        {\n                                            \"text\": \"Minnesota\",\n                                            \"value\": \"MN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MN\",\n                                            \"name\": \"Minnesota\"\n                                        },\n                                        {\n                                            \"text\": \"Mississippi\",\n                                            \"value\": \"MS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MS\",\n                                            \"name\": \"Mississippi\"\n                                        },\n                                        {\n                                            \"text\": \"Missouri\",\n                                            \"value\": \"MO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MO\",\n                                            \"name\": \"Missouri\"\n                                        },\n                                        {\n                                            \"text\": \"Montana\",\n                                            \"value\": \"MT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MT\",\n                                            \"name\": \"Montana\"\n                                        },\n                                        {\n                                            \"text\": \"Nebraska\",\n                                            \"value\": \"NE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NE\",\n                                            \"name\": \"Nebraska\"\n                                        },\n                                        {\n                                            \"text\": \"Nevada\",\n                                            \"value\": \"NV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NV\",\n                                            \"name\": \"Nevada\"\n                                        },\n                                        {\n                                            \"text\": \"New Hampshire\",\n                                            \"value\": \"NH\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NH\",\n                                            \"name\": \"New Hampshire\"\n                                        },\n                                        {\n                                            \"text\": \"New Jersey\",\n                                            \"value\": \"NJ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NJ\",\n                                            \"name\": \"New Jersey\"\n                                        },\n                                        {\n                                            \"text\": \"New Mexico\",\n                                            \"value\": \"NM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NM\",\n                                            \"name\": \"New Mexico\"\n                                        },\n                                        {\n                                            \"text\": \"New York\",\n                                            \"value\": \"NY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NY\",\n                                            \"name\": \"New York\"\n                                        },\n                                        {\n                                            \"text\": \"North Carolina\",\n                                            \"value\": \"NC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NC\",\n                                            \"name\": \"North Carolina\"\n                                        },\n                                        {\n                                            \"text\": \"North Dakota\",\n                                            \"value\": \"ND\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ND\",\n                                            \"name\": \"North Dakota\"\n                                        },\n                                        {\n                                            \"text\": \"Northern Mariana Islands\",\n                                            \"value\": \"MP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MP\",\n                                            \"name\": \"Northern Mariana Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Ohio\",\n                                            \"value\": \"OH\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"OH\",\n                                            \"name\": \"Ohio\"\n                                        },\n                                        {\n                                            \"text\": \"Oklahoma\",\n                                            \"value\": \"OK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"OK\",\n                                            \"name\": \"Oklahoma\"\n                                        },\n                                        {\n                                            \"text\": \"Oregon\",\n                                            \"value\": \"OR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"OR\",\n                                            \"name\": \"Oregon\"\n                                        },\n                                        {\n                                            \"text\": \"Palau\",\n                                            \"value\": \"PW\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PW\",\n                                            \"name\": \"Palau\"\n                                        },\n                                        {\n                                            \"text\": \"Pennsylvania\",\n                                            \"value\": \"PA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PA\",\n                                            \"name\": \"Pennsylvania\"\n                                        },\n                                        {\n                                            \"text\": \"Puerto Rico\",\n                                            \"value\": \"PR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PR\",\n                                            \"name\": \"Puerto Rico\"\n                                        },\n                                        {\n                                            \"text\": \"Rhode Island\",\n                                            \"value\": \"RI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"RI\",\n                                            \"name\": \"Rhode Island\"\n                                        },\n                                        {\n                                            \"text\": \"South Carolina\",\n                                            \"value\": \"SC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SC\",\n                                            \"name\": \"South Carolina\"\n                                        },\n                                        {\n                                            \"text\": \"South Dakota\",\n                                            \"value\": \"SD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SD\",\n                                            \"name\": \"South Dakota\"\n                                        },\n                                        {\n                                            \"text\": \"Tennessee\",\n                                            \"value\": \"TN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TN\",\n                                            \"name\": \"Tennessee\"\n                                        },\n                                        {\n                                            \"text\": \"Texas\",\n                                            \"value\": \"TX\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TX\",\n                                            \"name\": \"Texas\"\n                                        },\n                                        {\n                                            \"text\": \"US Minor Outlying Islands\",\n                                            \"value\": \"UM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UM\",\n                                            \"name\": \"US Minor Outlying Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Utah\",\n                                            \"value\": \"UT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UT\",\n                                            \"name\": \"Utah\"\n                                        },\n                                        {\n                                            \"text\": \"Vermont\",\n                                            \"value\": \"VT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VT\",\n                                            \"name\": \"Vermont\"\n                                        },\n                                        {\n                                            \"text\": \"Virgin Islands\",\n                                            \"value\": \"VI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VI\",\n                                            \"name\": \"Virgin Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Virginia\",\n                                            \"value\": \"VA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VA\",\n                                            \"name\": \"Virginia\"\n                                        },\n                                        {\n                                            \"text\": \"Washington\",\n                                            \"value\": \"WA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"WA\",\n                                            \"name\": \"Washington\"\n                                        },\n                                        {\n                                            \"text\": \"West Virginia\",\n                                            \"value\": \"WV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"WV\",\n                                            \"name\": \"West Virginia\"\n                                        },\n                                        {\n                                            \"text\": \"Wisconsin\",\n                                            \"value\": \"WI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"WI\",\n                                            \"name\": \"Wisconsin\"\n                                        },\n                                        {\n                                            \"text\": \"Wyoming\",\n                                            \"value\": \"WY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"WY\",\n                                            \"name\": \"Wyoming\"\n                                        },\n                                        {\n                                            \"text\": \"Armed Forces Europe, the Middle East, and Canada\",\n                                            \"value\": \"AE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AE\",\n                                            \"name\": \"Armed Forces Europe, the Middle East, and Canada\"\n                                        },\n                                        {\n                                            \"text\": \"Armed Forces Pacific\",\n                                            \"value\": \"AP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AP\",\n                                            \"name\": \"Armed Forces Pacific\"\n                                        },\n                                        {\n                                            \"text\": \"Armed Forces Americas (except Canada)\",\n                                            \"value\": \"AA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AA\",\n                                            \"name\": \"Armed Forces Americas (except Canada)\"\n                                        }\n                                    ],\n                                    \"type\": \"select\"\n                                },\n                                {\n                                    \"conditionals\": [\n                                        {\n                                            \"criteria\": {\n                                                \"operator\": \"$neq\",\n                                                \"conditions\": [\n                                                    {\n                                                        \"target\": \"user-home-addresses-country\",\n                                                        \"scope\": \"form\",\n                                                        \"value\": \"USA\"\n                                                    }\n                                                ]\n                                            },\n                                            \"actions\": [\n                                                {\n                                                    \"action\": \"show\"\n                                                }\n                                            ]\n                                        }\n                                    ],\n                                    \"label\": \"Province\",\n                                    \"name\": \"user-home-addresses-province\",\n                                    \"size\": \"half\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"label\": \"County\",\n                                    \"name\": \"user-home-addresses-county\",\n                                    \"size\": \"half\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"label\": \"Zip / Postal Code\",\n                                    \"name\": \"user-home-addresses-zipcode\",\n                                    \"size\": \"half\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"subfields\": [\n                                        {\n                                            \"validations\": [\n                                                {\n                                                    \"type\": \"numeric\"\n                                                }\n                                            ],\n                                            \"hidden\": true,\n                                            \"label\": \"Longitude\",\n                                            \"name\": \"user-home-addresses-loc-lng\",\n                                            \"type\": \"text\"\n                                        },\n                                        {\n                                            \"validations\": [\n                                                {\n                                                    \"type\": \"numeric\"\n                                                }\n                                            ],\n                                            \"hidden\": true,\n                                            \"label\": \"Latitude\",\n                                            \"name\": \"user-home-addresses-loc-lat\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"hidden\": true,\n                                    \"label\": \"User Location\",\n                                    \"name\": \"user-home-addresses-loc\",\n                                    \"type\": \"location\"\n                                },\n                                {\n                                    \"default\": true,\n                                    \"label\": \"Is this your mailing address?\",\n                                    \"name\": \"user-home-addresses-mailing\",\n                                    \"data_source\": \"data_source.yesno\",\n                                    \"data_source_text\": \"name\",\n                                    \"data_source_value\": \"value\",\n                                    \"input_widget\": \"toggle\",\n                                    \"size\": \"half\",\n                                    \"data_source_settings\": [\n                                        {\n                                            \"text\": \"Yes\",\n                                            \"value\": true,\n                                            \"checked\": false,\n                                            \"name\": \"Yes\",\n                                            \"abbrev\": \"Y\"\n                                        },\n                                        {\n                                            \"text\": \"No\",\n                                            \"value\": false,\n                                            \"checked\": false,\n                                            \"name\": \"No\",\n                                            \"abbrev\": \"N\"\n                                        }\n                                    ],\n                                    \"type\": \"radio\"\n                                }\n                            ],\n                            \"label\": \"Home Address\",\n                            \"name\": \"user-home-addresses\",\n                            \"type\": \"address\",\n                            \"index_weight\": 4\n                        },\n                        {\n                            \"slug\": \"user-addresses-mailing\",\n                            \"data_type\": \"collection-item\",\n                            \"validations\": [\n                                {\n                                    \"type\": \"required\"\n                                }\n                            ],\n                            \"conditionals\": [\n                                {\n                                    \"criteria\": {\n                                        \"operator\": \"$eq\",\n                                        \"conditions\": [\n                                            {\n                                                \"target\": \"user-home-addresses-mailing\",\n                                                \"parent_slug\": \"user-addresses-home\",\n                                                \"parent_name\": \"user-home-addresses\",\n                                                \"scope\": \"form\",\n                                                \"value\": false\n                                            }\n                                        ]\n                                    },\n                                    \"actions\": [\n                                        {\n                                            \"action\": \"show\"\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"subfields\": [\n                                {\n                                    \"hidden\": true,\n                                    \"default\": \"mailing\",\n                                    \"label\": \"Address Type\",\n                                    \"name\": \"user-mailing-addresses-type\",\n                                    \"size\": \"full\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"label\": \"Country\",\n                                    \"name\": \"user-mailing-addresses-country\",\n                                    \"data_source\": \"data_source.country\",\n                                    \"data_source_text\": \"name\",\n                                    \"data_source_value\": \"alpha3\",\n                                    \"source\": \"locked\",\n                                    \"size\": \"half\",\n                                    \"data_source_settings\": [\n                                        {\n                                            \"text\": \"United States\",\n                                            \"value\": \"USA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"US\",\n                                            \"alpha3\": \"USA\",\n                                            \"numerical\": \"840\",\n                                            \"name\": \"United States\"\n                                        },\n                                        {\n                                            \"text\": \"Afghanistan\",\n                                            \"value\": \"AFG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AF\",\n                                            \"alpha3\": \"AFG\",\n                                            \"numerical\": \"004\",\n                                            \"name\": \"Afghanistan\"\n                                        },\n                                        {\n                                            \"text\": \"Åland Islands\",\n                                            \"value\": \"ALA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AX\",\n                                            \"alpha3\": \"ALA\",\n                                            \"numerical\": \"248\",\n                                            \"name\": \"Åland Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Albania\",\n                                            \"value\": \"ALB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AL\",\n                                            \"alpha3\": \"ALB\",\n                                            \"numerical\": \"008\",\n                                            \"name\": \"Albania\"\n                                        },\n                                        {\n                                            \"text\": \"Algeria\",\n                                            \"value\": \"DZA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DZ\",\n                                            \"alpha3\": \"DZA\",\n                                            \"numerical\": \"012\",\n                                            \"name\": \"Algeria\"\n                                        },\n                                        {\n                                            \"text\": \"American Samoa\",\n                                            \"value\": \"ASM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AS\",\n                                            \"alpha3\": \"ASM\",\n                                            \"numerical\": \"016\",\n                                            \"name\": \"American Samoa\"\n                                        },\n                                        {\n                                            \"text\": \"Andorra\",\n                                            \"value\": \"AND\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AD\",\n                                            \"alpha3\": \"AND\",\n                                            \"numerical\": \"020\",\n                                            \"name\": \"Andorra\"\n                                        },\n                                        {\n                                            \"text\": \"Angola\",\n                                            \"value\": \"AGO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AO\",\n                                            \"alpha3\": \"AGO\",\n                                            \"numerical\": \"024\",\n                                            \"name\": \"Angola\"\n                                        },\n                                        {\n                                            \"text\": \"Anguilla\",\n                                            \"value\": \"AIA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AI\",\n                                            \"alpha3\": \"AIA\",\n                                            \"numerical\": \"660\",\n                                            \"name\": \"Anguilla\"\n                                        },\n                                        {\n                                            \"text\": \"Antarctica\",\n                                            \"value\": \"ATA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AQ\",\n                                            \"alpha3\": \"ATA\",\n                                            \"numerical\": \"010\",\n                                            \"name\": \"Antarctica\"\n                                        },\n                                        {\n                                            \"text\": \"Antigua and Barbuda\",\n                                            \"value\": \"ATG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AG\",\n                                            \"alpha3\": \"ATG\",\n                                            \"numerical\": \"028\",\n                                            \"name\": \"Antigua and Barbuda\"\n                                        },\n                                        {\n                                            \"text\": \"Argentina\",\n                                            \"value\": \"ARG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AR\",\n                                            \"alpha3\": \"ARG\",\n                                            \"numerical\": \"032\",\n                                            \"name\": \"Argentina\"\n                                        },\n                                        {\n                                            \"text\": \"Armenia\",\n                                            \"value\": \"ARM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AM\",\n                                            \"alpha3\": \"ARM\",\n                                            \"numerical\": \"051\",\n                                            \"name\": \"Armenia\"\n                                        },\n                                        {\n                                            \"text\": \"Aruba\",\n                                            \"value\": \"ABW\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AW\",\n                                            \"alpha3\": \"ABW\",\n                                            \"numerical\": \"533\",\n                                            \"name\": \"Aruba\"\n                                        },\n                                        {\n                                            \"text\": \"Australia\",\n                                            \"value\": \"AUS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AU\",\n                                            \"alpha3\": \"AUS\",\n                                            \"numerical\": \"036\",\n                                            \"name\": \"Australia\"\n                                        },\n                                        {\n                                            \"text\": \"Austria\",\n                                            \"value\": \"AUT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AT\",\n                                            \"alpha3\": \"AUT\",\n                                            \"numerical\": \"040\",\n                                            \"name\": \"Austria\"\n                                        },\n                                        {\n                                            \"text\": \"Azerbaijan\",\n                                            \"value\": \"AZE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AZ\",\n                                            \"alpha3\": \"AZE\",\n                                            \"numerical\": \"031\",\n                                            \"name\": \"Azerbaijan\"\n                                        },\n                                        {\n                                            \"text\": \"Bahamas\",\n                                            \"value\": \"BHS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BS\",\n                                            \"alpha3\": \"BHS\",\n                                            \"numerical\": \"044\",\n                                            \"name\": \"Bahamas\"\n                                        },\n                                        {\n                                            \"text\": \"Bahrain\",\n                                            \"value\": \"BHR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BH\",\n                                            \"alpha3\": \"BHR\",\n                                            \"numerical\": \"048\",\n                                            \"name\": \"Bahrain\"\n                                        },\n                                        {\n                                            \"text\": \"Bangladesh\",\n                                            \"value\": \"BGD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BD\",\n                                            \"alpha3\": \"BGD\",\n                                            \"numerical\": \"050\",\n                                            \"name\": \"Bangladesh\"\n                                        },\n                                        {\n                                            \"text\": \"Barbados\",\n                                            \"value\": \"BRB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BB\",\n                                            \"alpha3\": \"BRB\",\n                                            \"numerical\": \"052\",\n                                            \"name\": \"Barbados\"\n                                        },\n                                        {\n                                            \"text\": \"Belarus\",\n                                            \"value\": \"BLR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BY\",\n                                            \"alpha3\": \"BLR\",\n                                            \"numerical\": \"112\",\n                                            \"name\": \"Belarus\"\n                                        },\n                                        {\n                                            \"text\": \"Belgium\",\n                                            \"value\": \"BEL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BE\",\n                                            \"alpha3\": \"BEL\",\n                                            \"numerical\": \"056\",\n                                            \"name\": \"Belgium\"\n                                        },\n                                        {\n                                            \"text\": \"Belize\",\n                                            \"value\": \"BLZ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BZ\",\n                                            \"alpha3\": \"BLZ\",\n                                            \"numerical\": \"084\",\n                                            \"name\": \"Belize\"\n                                        },\n                                        {\n                                            \"text\": \"Benin\",\n                                            \"value\": \"BEN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BJ\",\n                                            \"alpha3\": \"BEN\",\n                                            \"numerical\": \"204\",\n                                            \"name\": \"Benin\"\n                                        },\n                                        {\n                                            \"text\": \"Bermuda\",\n                                            \"value\": \"BMU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BM\",\n                                            \"alpha3\": \"BMU\",\n                                            \"numerical\": \"060\",\n                                            \"name\": \"Bermuda\"\n                                        },\n                                        {\n                                            \"text\": \"Bhutan\",\n                                            \"value\": \"BTN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BT\",\n                                            \"alpha3\": \"BTN\",\n                                            \"numerical\": \"064\",\n                                            \"name\": \"Bhutan\"\n                                        },\n                                        {\n                                            \"text\": \"Bolivia,Plurinational State of\",\n                                            \"value\": \"BOL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BO\",\n                                            \"alpha3\": \"BOL\",\n                                            \"numerical\": \"068\",\n                                            \"name\": \"Bolivia,Plurinational State of\"\n                                        },\n                                        {\n                                            \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                            \"value\": \"BES\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BQ\",\n                                            \"alpha3\": \"BES\",\n                                            \"numerical\": \"535\",\n                                            \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                        },\n                                        {\n                                            \"text\": \"Bosnia and Herzegovina\",\n                                            \"value\": \"BIH\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BA\",\n                                            \"alpha3\": \"BIH\",\n                                            \"numerical\": \"070\",\n                                            \"name\": \"Bosnia and Herzegovina\"\n                                        },\n                                        {\n                                            \"text\": \"Botswana\",\n                                            \"value\": \"BWA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BW\",\n                                            \"alpha3\": \"BWA\",\n                                            \"numerical\": \"072\",\n                                            \"name\": \"Botswana\"\n                                        },\n                                        {\n                                            \"text\": \"Bouvet Island\",\n                                            \"value\": \"BVT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BV\",\n                                            \"alpha3\": \"BVT\",\n                                            \"numerical\": \"074\",\n                                            \"name\": \"Bouvet Island\"\n                                        },\n                                        {\n                                            \"text\": \"Brazil\",\n                                            \"value\": \"BRA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BR\",\n                                            \"alpha3\": \"BRA\",\n                                            \"numerical\": \"076\",\n                                            \"name\": \"Brazil\"\n                                        },\n                                        {\n                                            \"text\": \"British Indian Ocean Territory\",\n                                            \"value\": \"IOT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IO\",\n                                            \"alpha3\": \"IOT\",\n                                            \"numerical\": \"086\",\n                                            \"name\": \"British Indian Ocean Territory\"\n                                        },\n                                        {\n                                            \"text\": \"Brunei Darussalam\",\n                                            \"value\": \"BRN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BN\",\n                                            \"alpha3\": \"BRN\",\n                                            \"numerical\": \"096\",\n                                            \"name\": \"Brunei Darussalam\"\n                                        },\n                                        {\n                                            \"text\": \"Bulgaria\",\n                                            \"value\": \"BGR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BG\",\n                                            \"alpha3\": \"BGR\",\n                                            \"numerical\": \"100\",\n                                            \"name\": \"Bulgaria\"\n                                        },\n                                        {\n                                            \"text\": \"Burkina Faso\",\n                                            \"value\": \"BFA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BF\",\n                                            \"alpha3\": \"BFA\",\n                                            \"numerical\": \"854\",\n                                            \"name\": \"Burkina Faso\"\n                                        },\n                                        {\n                                            \"text\": \"Burundi\",\n                                            \"value\": \"BDI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BI\",\n                                            \"alpha3\": \"BDI\",\n                                            \"numerical\": \"108\",\n                                            \"name\": \"Burundi\"\n                                        },\n                                        {\n                                            \"text\": \"Cabo Verde\",\n                                            \"value\": \"CPV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CV\",\n                                            \"alpha3\": \"CPV\",\n                                            \"numerical\": \"132\",\n                                            \"name\": \"Cabo Verde\"\n                                        },\n                                        {\n                                            \"text\": \"Cambodia\",\n                                            \"value\": \"KHM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KH\",\n                                            \"alpha3\": \"KHM\",\n                                            \"numerical\": \"116\",\n                                            \"name\": \"Cambodia\"\n                                        },\n                                        {\n                                            \"text\": \"Cameroon\",\n                                            \"value\": \"CMR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CM\",\n                                            \"alpha3\": \"CMR\",\n                                            \"numerical\": \"120\",\n                                            \"name\": \"Cameroon\"\n                                        },\n                                        {\n                                            \"text\": \"Canada\",\n                                            \"value\": \"CAN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CA\",\n                                            \"alpha3\": \"CAN\",\n                                            \"numerical\": \"124\",\n                                            \"name\": \"Canada\"\n                                        },\n                                        {\n                                            \"text\": \"Cayman Islands\",\n                                            \"value\": \"CYM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KY\",\n                                            \"alpha3\": \"CYM\",\n                                            \"numerical\": \"136\",\n                                            \"name\": \"Cayman Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Central African Republic\",\n                                            \"value\": \"CAF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CF\",\n                                            \"alpha3\": \"CAF\",\n                                            \"numerical\": \"140\",\n                                            \"name\": \"Central African Republic\"\n                                        },\n                                        {\n                                            \"text\": \"Chad\",\n                                            \"value\": \"TCD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TD\",\n                                            \"alpha3\": \"TCD\",\n                                            \"numerical\": \"148\",\n                                            \"name\": \"Chad\"\n                                        },\n                                        {\n                                            \"text\": \"Chile\",\n                                            \"value\": \"CHL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CL\",\n                                            \"alpha3\": \"CHL\",\n                                            \"numerical\": \"152\",\n                                            \"name\": \"Chile\"\n                                        },\n                                        {\n                                            \"text\": \"China\",\n                                            \"value\": \"CHN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CN\",\n                                            \"alpha3\": \"CHN\",\n                                            \"numerical\": \"156\",\n                                            \"name\": \"China\"\n                                        },\n                                        {\n                                            \"text\": \"Christmas Island\",\n                                            \"value\": \"CXR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CX\",\n                                            \"alpha3\": \"CXR\",\n                                            \"numerical\": \"162\",\n                                            \"name\": \"Christmas Island\"\n                                        },\n                                        {\n                                            \"text\": \"Cocos (Keeling) Islands\",\n                                            \"value\": \"CCK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CC\",\n                                            \"alpha3\": \"CCK\",\n                                            \"numerical\": \"166\",\n                                            \"name\": \"Cocos (Keeling) Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Colombia\",\n                                            \"value\": \"COL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CO\",\n                                            \"alpha3\": \"COL\",\n                                            \"numerical\": \"170\",\n                                            \"name\": \"Colombia\"\n                                        },\n                                        {\n                                            \"text\": \"Comoros\",\n                                            \"value\": \"COM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KM\",\n                                            \"alpha3\": \"COM\",\n                                            \"numerical\": \"174\",\n                                            \"name\": \"Comoros\"\n                                        },\n                                        {\n                                            \"text\": \"Congo\",\n                                            \"value\": \"COG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CG\",\n                                            \"alpha3\": \"COG\",\n                                            \"numerical\": \"178\",\n                                            \"name\": \"Congo\"\n                                        },\n                                        {\n                                            \"text\": \"Congo,the Democratic Republic of the\",\n                                            \"value\": \"COD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CD\",\n                                            \"alpha3\": \"COD\",\n                                            \"numerical\": \"180\",\n                                            \"name\": \"Congo,the Democratic Republic of the\"\n                                        },\n                                        {\n                                            \"text\": \"Cook Islands\",\n                                            \"value\": \"COK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CK\",\n                                            \"alpha3\": \"COK\",\n                                            \"numerical\": \"184\",\n                                            \"name\": \"Cook Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Costa Rica\",\n                                            \"value\": \"CRI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CR\",\n                                            \"alpha3\": \"CRI\",\n                                            \"numerical\": \"188\",\n                                            \"name\": \"Costa Rica\"\n                                        },\n                                        {\n                                            \"text\": \"Côte d'Ivoire\",\n                                            \"value\": \"CIV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CI\",\n                                            \"alpha3\": \"CIV\",\n                                            \"numerical\": \"384\",\n                                            \"name\": \"Côte d'Ivoire\"\n                                        },\n                                        {\n                                            \"text\": \"Croatia\",\n                                            \"value\": \"HRV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HR\",\n                                            \"alpha3\": \"HRV\",\n                                            \"numerical\": \"191\",\n                                            \"name\": \"Croatia\"\n                                        },\n                                        {\n                                            \"text\": \"Cuba\",\n                                            \"value\": \"CUB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CU\",\n                                            \"alpha3\": \"CUB\",\n                                            \"numerical\": \"192\",\n                                            \"name\": \"Cuba\"\n                                        },\n                                        {\n                                            \"text\": \"Curaçao\",\n                                            \"value\": \"CUW\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CW\",\n                                            \"alpha3\": \"CUW\",\n                                            \"numerical\": \"531\",\n                                            \"name\": \"Curaçao\"\n                                        },\n                                        {\n                                            \"text\": \"Cyprus\",\n                                            \"value\": \"CYP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CY\",\n                                            \"alpha3\": \"CYP\",\n                                            \"numerical\": \"196\",\n                                            \"name\": \"Cyprus\"\n                                        },\n                                        {\n                                            \"text\": \"Czech Republic\",\n                                            \"value\": \"CZE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CZ\",\n                                            \"alpha3\": \"CZE\",\n                                            \"numerical\": \"203\",\n                                            \"name\": \"Czech Republic\"\n                                        },\n                                        {\n                                            \"text\": \"Denmark\",\n                                            \"value\": \"DNK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DK\",\n                                            \"alpha3\": \"DNK\",\n                                            \"numerical\": \"208\",\n                                            \"name\": \"Denmark\"\n                                        },\n                                        {\n                                            \"text\": \"Djibouti\",\n                                            \"value\": \"DJI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DJ\",\n                                            \"alpha3\": \"DJI\",\n                                            \"numerical\": \"262\",\n                                            \"name\": \"Djibouti\"\n                                        },\n                                        {\n                                            \"text\": \"Dominica\",\n                                            \"value\": \"DMA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DM\",\n                                            \"alpha3\": \"DMA\",\n                                            \"numerical\": \"212\",\n                                            \"name\": \"Dominica\"\n                                        },\n                                        {\n                                            \"text\": \"Dominican Republic\",\n                                            \"value\": \"DOM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DO\",\n                                            \"alpha3\": \"DOM\",\n                                            \"numerical\": \"214\",\n                                            \"name\": \"Dominican Republic\"\n                                        },\n                                        {\n                                            \"text\": \"Ecuador\",\n                                            \"value\": \"ECU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"EC\",\n                                            \"alpha3\": \"ECU\",\n                                            \"numerical\": \"218\",\n                                            \"name\": \"Ecuador\"\n                                        },\n                                        {\n                                            \"text\": \"Egypt\",\n                                            \"value\": \"EGY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"EG\",\n                                            \"alpha3\": \"EGY\",\n                                            \"numerical\": \"818\",\n                                            \"name\": \"Egypt\"\n                                        },\n                                        {\n                                            \"text\": \"El Salvador\",\n                                            \"value\": \"SLV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SV\",\n                                            \"alpha3\": \"SLV\",\n                                            \"numerical\": \"222\",\n                                            \"name\": \"El Salvador\"\n                                        },\n                                        {\n                                            \"text\": \"Equatorial Guinea\",\n                                            \"value\": \"GNQ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GQ\",\n                                            \"alpha3\": \"GNQ\",\n                                            \"numerical\": \"226\",\n                                            \"name\": \"Equatorial Guinea\"\n                                        },\n                                        {\n                                            \"text\": \"Eritrea\",\n                                            \"value\": \"ERI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ER\",\n                                            \"alpha3\": \"ERI\",\n                                            \"numerical\": \"232\",\n                                            \"name\": \"Eritrea\"\n                                        },\n                                        {\n                                            \"text\": \"Estonia\",\n                                            \"value\": \"EST\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"EE\",\n                                            \"alpha3\": \"EST\",\n                                            \"numerical\": \"233\",\n                                            \"name\": \"Estonia\"\n                                        },\n                                        {\n                                            \"text\": \"Ethiopia\",\n                                            \"value\": \"ETH\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ET\",\n                                            \"alpha3\": \"ETH\",\n                                            \"numerical\": \"231\",\n                                            \"name\": \"Ethiopia\"\n                                        },\n                                        {\n                                            \"text\": \"Falkland Islands (Malvinas)\",\n                                            \"value\": \"FLK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FK\",\n                                            \"alpha3\": \"FLK\",\n                                            \"numerical\": \"238\",\n                                            \"name\": \"Falkland Islands (Malvinas)\"\n                                        },\n                                        {\n                                            \"text\": \"Faroe Islands\",\n                                            \"value\": \"FRO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FO\",\n                                            \"alpha3\": \"FRO\",\n                                            \"numerical\": \"234\",\n                                            \"name\": \"Faroe Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Fiji\",\n                                            \"value\": \"FJI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FJ\",\n                                            \"alpha3\": \"FJI\",\n                                            \"numerical\": \"242\",\n                                            \"name\": \"Fiji\"\n                                        },\n                                        {\n                                            \"text\": \"Finland\",\n                                            \"value\": \"FIN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FI\",\n                                            \"alpha3\": \"FIN\",\n                                            \"numerical\": \"246\",\n                                            \"name\": \"Finland\"\n                                        },\n                                        {\n                                            \"text\": \"France\",\n                                            \"value\": \"FRA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FR\",\n                                            \"alpha3\": \"FRA\",\n                                            \"numerical\": \"250\",\n                                            \"name\": \"France\"\n                                        },\n                                        {\n                                            \"text\": \"French Guiana\",\n                                            \"value\": \"GUF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GF\",\n                                            \"alpha3\": \"GUF\",\n                                            \"numerical\": \"254\",\n                                            \"name\": \"French Guiana\"\n                                        },\n                                        {\n                                            \"text\": \"French Polynesia\",\n                                            \"value\": \"PYF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PF\",\n                                            \"alpha3\": \"PYF\",\n                                            \"numerical\": \"258\",\n                                            \"name\": \"French Polynesia\"\n                                        },\n                                        {\n                                            \"text\": \"French Southern Territories\",\n                                            \"value\": \"ATF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TF\",\n                                            \"alpha3\": \"ATF\",\n                                            \"numerical\": \"260\",\n                                            \"name\": \"French Southern Territories\"\n                                        },\n                                        {\n                                            \"text\": \"Gabon\",\n                                            \"value\": \"GAB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GA\",\n                                            \"alpha3\": \"GAB\",\n                                            \"numerical\": \"266\",\n                                            \"name\": \"Gabon\"\n                                        },\n                                        {\n                                            \"text\": \"Gambia\",\n                                            \"value\": \"GMB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GM\",\n                                            \"alpha3\": \"GMB\",\n                                            \"numerical\": \"270\",\n                                            \"name\": \"Gambia\"\n                                        },\n                                        {\n                                            \"text\": \"Georgia\",\n                                            \"value\": \"GEO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GE\",\n                                            \"alpha3\": \"GEO\",\n                                            \"numerical\": \"268\",\n                                            \"name\": \"Georgia\"\n                                        },\n                                        {\n                                            \"text\": \"Germany\",\n                                            \"value\": \"DEU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DE\",\n                                            \"alpha3\": \"DEU\",\n                                            \"numerical\": \"276\",\n                                            \"name\": \"Germany\"\n                                        },\n                                        {\n                                            \"text\": \"Ghana\",\n                                            \"value\": \"GHA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GH\",\n                                            \"alpha3\": \"GHA\",\n                                            \"numerical\": \"288\",\n                                            \"name\": \"Ghana\"\n                                        },\n                                        {\n                                            \"text\": \"Gibraltar\",\n                                            \"value\": \"GIB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GI\",\n                                            \"alpha3\": \"GIB\",\n                                            \"numerical\": \"292\",\n                                            \"name\": \"Gibraltar\"\n                                        },\n                                        {\n                                            \"text\": \"Greece\",\n                                            \"value\": \"GRC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GR\",\n                                            \"alpha3\": \"GRC\",\n                                            \"numerical\": \"300\",\n                                            \"name\": \"Greece\"\n                                        },\n                                        {\n                                            \"text\": \"Greenland\",\n                                            \"value\": \"GRL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GL\",\n                                            \"alpha3\": \"GRL\",\n                                            \"numerical\": \"304\",\n                                            \"name\": \"Greenland\"\n                                        },\n                                        {\n                                            \"text\": \"Grenada\",\n                                            \"value\": \"GRD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GD\",\n                                            \"alpha3\": \"GRD\",\n                                            \"numerical\": \"308\",\n                                            \"name\": \"Grenada\"\n                                        },\n                                        {\n                                            \"text\": \"Guadeloupe\",\n                                            \"value\": \"GLP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GP\",\n                                            \"alpha3\": \"GLP\",\n                                            \"numerical\": \"312\",\n                                            \"name\": \"Guadeloupe\"\n                                        },\n                                        {\n                                            \"text\": \"Guam\",\n                                            \"value\": \"GUM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GU\",\n                                            \"alpha3\": \"GUM\",\n                                            \"numerical\": \"316\",\n                                            \"name\": \"Guam\"\n                                        },\n                                        {\n                                            \"text\": \"Guatemala\",\n                                            \"value\": \"GTM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GT\",\n                                            \"alpha3\": \"GTM\",\n                                            \"numerical\": \"320\",\n                                            \"name\": \"Guatemala\"\n                                        },\n                                        {\n                                            \"text\": \"Guernsey\",\n                                            \"value\": \"GGY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GG\",\n                                            \"alpha3\": \"GGY\",\n                                            \"numerical\": \"831\",\n                                            \"name\": \"Guernsey\"\n                                        },\n                                        {\n                                            \"text\": \"Guinea\",\n                                            \"value\": \"GIN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GN\",\n                                            \"alpha3\": \"GIN\",\n                                            \"numerical\": \"324\",\n                                            \"name\": \"Guinea\"\n                                        },\n                                        {\n                                            \"text\": \"Guinea-Bissau\",\n                                            \"value\": \"GNB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GW\",\n                                            \"alpha3\": \"GNB\",\n                                            \"numerical\": \"624\",\n                                            \"name\": \"Guinea-Bissau\"\n                                        },\n                                        {\n                                            \"text\": \"Guyana\",\n                                            \"value\": \"GUY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GY\",\n                                            \"alpha3\": \"GUY\",\n                                            \"numerical\": \"328\",\n                                            \"name\": \"Guyana\"\n                                        },\n                                        {\n                                            \"text\": \"Haiti\",\n                                            \"value\": \"HTI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HT\",\n                                            \"alpha3\": \"HTI\",\n                                            \"numerical\": \"332\",\n                                            \"name\": \"Haiti\"\n                                        },\n                                        {\n                                            \"text\": \"Heard Island and McDonald Islands\",\n                                            \"value\": \"HMD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HM\",\n                                            \"alpha3\": \"HMD\",\n                                            \"numerical\": \"334\",\n                                            \"name\": \"Heard Island and McDonald Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Holy See (Vatican City State)\",\n                                            \"value\": \"VAT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VA\",\n                                            \"alpha3\": \"VAT\",\n                                            \"numerical\": \"336\",\n                                            \"name\": \"Holy See (Vatican City State)\"\n                                        },\n                                        {\n                                            \"text\": \"Honduras\",\n                                            \"value\": \"HND\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HN\",\n                                            \"alpha3\": \"HND\",\n                                            \"numerical\": \"340\",\n                                            \"name\": \"Honduras\"\n                                        },\n                                        {\n                                            \"text\": \"Hong Kong\",\n                                            \"value\": \"HKG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HK\",\n                                            \"alpha3\": \"HKG\",\n                                            \"numerical\": \"344\",\n                                            \"name\": \"Hong Kong\"\n                                        },\n                                        {\n                                            \"text\": \"Hungary\",\n                                            \"value\": \"HUN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HU\",\n                                            \"alpha3\": \"HUN\",\n                                            \"numerical\": \"348\",\n                                            \"name\": \"Hungary\"\n                                        },\n                                        {\n                                            \"text\": \"Iceland\",\n                                            \"value\": \"ISL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IS\",\n                                            \"alpha3\": \"ISL\",\n                                            \"numerical\": \"352\",\n                                            \"name\": \"Iceland\"\n                                        },\n                                        {\n                                            \"text\": \"India\",\n                                            \"value\": \"IND\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IN\",\n                                            \"alpha3\": \"IND\",\n                                            \"numerical\": \"356\",\n                                            \"name\": \"India\"\n                                        },\n                                        {\n                                            \"text\": \"Indonesia\",\n                                            \"value\": \"IDN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ID\",\n                                            \"alpha3\": \"IDN\",\n                                            \"numerical\": \"360\",\n                                            \"name\": \"Indonesia\"\n                                        },\n                                        {\n                                            \"text\": \"Iran,Islamic Republic of\",\n                                            \"value\": \"IRN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IR\",\n                                            \"alpha3\": \"IRN\",\n                                            \"numerical\": \"364\",\n                                            \"name\": \"Iran,Islamic Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Iraq\",\n                                            \"value\": \"IRQ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IQ\",\n                                            \"alpha3\": \"IRQ\",\n                                            \"numerical\": \"368\",\n                                            \"name\": \"Iraq\"\n                                        },\n                                        {\n                                            \"text\": \"Ireland\",\n                                            \"value\": \"IRL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IE\",\n                                            \"alpha3\": \"IRL\",\n                                            \"numerical\": \"372\",\n                                            \"name\": \"Ireland\"\n                                        },\n                                        {\n                                            \"text\": \"Isle of Man\",\n                                            \"value\": \"IMN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IM\",\n                                            \"alpha3\": \"IMN\",\n                                            \"numerical\": \"833\",\n                                            \"name\": \"Isle of Man\"\n                                        },\n                                        {\n                                            \"text\": \"Israel\",\n                                            \"value\": \"ISR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IL\",\n                                            \"alpha3\": \"ISR\",\n                                            \"numerical\": \"376\",\n                                            \"name\": \"Israel\"\n                                        },\n                                        {\n                                            \"text\": \"Italy\",\n                                            \"value\": \"ITA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IT\",\n                                            \"alpha3\": \"ITA\",\n                                            \"numerical\": \"380\",\n                                            \"name\": \"Italy\"\n                                        },\n                                        {\n                                            \"text\": \"Jamaica\",\n                                            \"value\": \"JAM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"JM\",\n                                            \"alpha3\": \"JAM\",\n                                            \"numerical\": \"388\",\n                                            \"name\": \"Jamaica\"\n                                        },\n                                        {\n                                            \"text\": \"Japan\",\n                                            \"value\": \"JPN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"JP\",\n                                            \"alpha3\": \"JPN\",\n                                            \"numerical\": \"392\",\n                                            \"name\": \"Japan\"\n                                        },\n                                        {\n                                            \"text\": \"Jersey\",\n                                            \"value\": \"JEY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"JE\",\n                                            \"alpha3\": \"JEY\",\n                                            \"numerical\": \"832\",\n                                            \"name\": \"Jersey\"\n                                        },\n                                        {\n                                            \"text\": \"Jordan\",\n                                            \"value\": \"JOR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"JO\",\n                                            \"alpha3\": \"JOR\",\n                                            \"numerical\": \"400\",\n                                            \"name\": \"Jordan\"\n                                        },\n                                        {\n                                            \"text\": \"Kazakhstan\",\n                                            \"value\": \"KAZ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KZ\",\n                                            \"alpha3\": \"KAZ\",\n                                            \"numerical\": \"398\",\n                                            \"name\": \"Kazakhstan\"\n                                        },\n                                        {\n                                            \"text\": \"Kenya\",\n                                            \"value\": \"KEN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KE\",\n                                            \"alpha3\": \"KEN\",\n                                            \"numerical\": \"404\",\n                                            \"name\": \"Kenya\"\n                                        },\n                                        {\n                                            \"text\": \"Kiribati\",\n                                            \"value\": \"KIR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KI\",\n                                            \"alpha3\": \"KIR\",\n                                            \"numerical\": \"296\",\n                                            \"name\": \"Kiribati\"\n                                        },\n                                        {\n                                            \"text\": \"Korea,Democratic People's Republic of\",\n                                            \"value\": \"PRK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KP\",\n                                            \"alpha3\": \"PRK\",\n                                            \"numerical\": \"408\",\n                                            \"name\": \"Korea,Democratic People's Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Korea,Republic of\",\n                                            \"value\": \"KOR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KR\",\n                                            \"alpha3\": \"KOR\",\n                                            \"numerical\": \"410\",\n                                            \"name\": \"Korea,Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Kosovo,Republic of\",\n                                            \"value\": \"XKK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"XK\",\n                                            \"alpha3\": \"XKK\",\n                                            \"numerical\": \"008\",\n                                            \"name\": \"Kosovo,Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Kuwait\",\n                                            \"value\": \"KWT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KW\",\n                                            \"alpha3\": \"KWT\",\n                                            \"numerical\": \"414\",\n                                            \"name\": \"Kuwait\"\n                                        },\n                                        {\n                                            \"text\": \"Kyrgyzstan\",\n                                            \"value\": \"KGZ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KG\",\n                                            \"alpha3\": \"KGZ\",\n                                            \"numerical\": \"417\",\n                                            \"name\": \"Kyrgyzstan\"\n                                        },\n                                        {\n                                            \"text\": \"Lao People's Democratic Republic\",\n                                            \"value\": \"LAO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LA\",\n                                            \"alpha3\": \"LAO\",\n                                            \"numerical\": \"418\",\n                                            \"name\": \"Lao People's Democratic Republic\"\n                                        },\n                                        {\n                                            \"text\": \"Latvia\",\n                                            \"value\": \"LVA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LV\",\n                                            \"alpha3\": \"LVA\",\n                                            \"numerical\": \"428\",\n                                            \"name\": \"Latvia\"\n                                        },\n                                        {\n                                            \"text\": \"Lebanon\",\n                                            \"value\": \"LBN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LB\",\n                                            \"alpha3\": \"LBN\",\n                                            \"numerical\": \"422\",\n                                            \"name\": \"Lebanon\"\n                                        },\n                                        {\n                                            \"text\": \"Lesotho\",\n                                            \"value\": \"LSO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LS\",\n                                            \"alpha3\": \"LSO\",\n                                            \"numerical\": \"426\",\n                                            \"name\": \"Lesotho\"\n                                        },\n                                        {\n                                            \"text\": \"Liberia\",\n                                            \"value\": \"LBR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LR\",\n                                            \"alpha3\": \"LBR\",\n                                            \"numerical\": \"430\",\n                                            \"name\": \"Liberia\"\n                                        },\n                                        {\n                                            \"text\": \"Libya\",\n                                            \"value\": \"LBY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LY\",\n                                            \"alpha3\": \"LBY\",\n                                            \"numerical\": \"434\",\n                                            \"name\": \"Libya\"\n                                        },\n                                        {\n                                            \"text\": \"Liechtenstein\",\n                                            \"value\": \"LIE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LI\",\n                                            \"alpha3\": \"LIE\",\n                                            \"numerical\": \"438\",\n                                            \"name\": \"Liechtenstein\"\n                                        },\n                                        {\n                                            \"text\": \"Lithuania\",\n                                            \"value\": \"LTU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LT\",\n                                            \"alpha3\": \"LTU\",\n                                            \"numerical\": \"440\",\n                                            \"name\": \"Lithuania\"\n                                        },\n                                        {\n                                            \"text\": \"Luxembourg\",\n                                            \"value\": \"LUX\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LU\",\n                                            \"alpha3\": \"LUX\",\n                                            \"numerical\": \"442\",\n                                            \"name\": \"Luxembourg\"\n                                        },\n                                        {\n                                            \"text\": \"Macao\",\n                                            \"value\": \"MAC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MO\",\n                                            \"alpha3\": \"MAC\",\n                                            \"numerical\": \"446\",\n                                            \"name\": \"Macao\"\n                                        },\n                                        {\n                                            \"text\": \"North Macedonia\",\n                                            \"value\": \"MKD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MK\",\n                                            \"alpha3\": \"MKD\",\n                                            \"numerical\": \"807\",\n                                            \"name\": \"North Macedonia\"\n                                        },\n                                        {\n                                            \"text\": \"Madagascar\",\n                                            \"value\": \"MDG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MG\",\n                                            \"alpha3\": \"MDG\",\n                                            \"numerical\": \"450\",\n                                            \"name\": \"Madagascar\"\n                                        },\n                                        {\n                                            \"text\": \"Malawi\",\n                                            \"value\": \"MWI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MW\",\n                                            \"alpha3\": \"MWI\",\n                                            \"numerical\": \"454\",\n                                            \"name\": \"Malawi\"\n                                        },\n                                        {\n                                            \"text\": \"Malaysia\",\n                                            \"value\": \"MYS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MY\",\n                                            \"alpha3\": \"MYS\",\n                                            \"numerical\": \"458\",\n                                            \"name\": \"Malaysia\"\n                                        },\n                                        {\n                                            \"text\": \"Maldives\",\n                                            \"value\": \"MDV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MV\",\n                                            \"alpha3\": \"MDV\",\n                                            \"numerical\": \"462\",\n                                            \"name\": \"Maldives\"\n                                        },\n                                        {\n                                            \"text\": \"Mali\",\n                                            \"value\": \"MLI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ML\",\n                                            \"alpha3\": \"MLI\",\n                                            \"numerical\": \"466\",\n                                            \"name\": \"Mali\"\n                                        },\n                                        {\n                                            \"text\": \"Malta\",\n                                            \"value\": \"MLT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MT\",\n                                            \"alpha3\": \"MLT\",\n                                            \"numerical\": \"470\",\n                                            \"name\": \"Malta\"\n                                        },\n                                        {\n                                            \"text\": \"Marshall Islands\",\n                                            \"value\": \"MHL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MH\",\n                                            \"alpha3\": \"MHL\",\n                                            \"numerical\": \"584\",\n                                            \"name\": \"Marshall Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Martinique\",\n                                            \"value\": \"MTQ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MQ\",\n                                            \"alpha3\": \"MTQ\",\n                                            \"numerical\": \"474\",\n                                            \"name\": \"Martinique\"\n                                        },\n                                        {\n                                            \"text\": \"Mauritania\",\n                                            \"value\": \"MRT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MR\",\n                                            \"alpha3\": \"MRT\",\n                                            \"numerical\": \"478\",\n                                            \"name\": \"Mauritania\"\n                                        },\n                                        {\n                                            \"text\": \"Mauritius\",\n                                            \"value\": \"MUS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MU\",\n                                            \"alpha3\": \"MUS\",\n                                            \"numerical\": \"480\",\n                                            \"name\": \"Mauritius\"\n                                        },\n                                        {\n                                            \"text\": \"Mayotte\",\n                                            \"value\": \"MYT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"YT\",\n                                            \"alpha3\": \"MYT\",\n                                            \"numerical\": \"175\",\n                                            \"name\": \"Mayotte\"\n                                        },\n                                        {\n                                            \"text\": \"Mexico\",\n                                            \"value\": \"MEX\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MX\",\n                                            \"alpha3\": \"MEX\",\n                                            \"numerical\": \"484\",\n                                            \"name\": \"Mexico\"\n                                        },\n                                        {\n                                            \"text\": \"Micronesia,Federated States of\",\n                                            \"value\": \"FSM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FM\",\n                                            \"alpha3\": \"FSM\",\n                                            \"numerical\": \"583\",\n                                            \"name\": \"Micronesia,Federated States of\"\n                                        },\n                                        {\n                                            \"text\": \"Moldova,Republic of\",\n                                            \"value\": \"MDA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MD\",\n                                            \"alpha3\": \"MDA\",\n                                            \"numerical\": \"498\",\n                                            \"name\": \"Moldova,Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Monaco\",\n                                            \"value\": \"MCO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MC\",\n                                            \"alpha3\": \"MCO\",\n                                            \"numerical\": \"492\",\n                                            \"name\": \"Monaco\"\n                                        },\n                                        {\n                                            \"text\": \"Mongolia\",\n                                            \"value\": \"MNG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MN\",\n                                            \"alpha3\": \"MNG\",\n                                            \"numerical\": \"496\",\n                                            \"name\": \"Mongolia\"\n                                        },\n                                        {\n                                            \"text\": \"Montenegro\",\n                                            \"value\": \"MNE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ME\",\n                                            \"alpha3\": \"MNE\",\n                                            \"numerical\": \"499\",\n                                            \"name\": \"Montenegro\"\n                                        },\n                                        {\n                                            \"text\": \"Montserrat\",\n                                            \"value\": \"MSR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MS\",\n                                            \"alpha3\": \"MSR\",\n                                            \"numerical\": \"500\",\n                                            \"name\": \"Montserrat\"\n                                        },\n                                        {\n                                            \"text\": \"Morocco\",\n                                            \"value\": \"MAR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MA\",\n                                            \"alpha3\": \"MAR\",\n                                            \"numerical\": \"504\",\n                                            \"name\": \"Morocco\"\n                                        },\n                                        {\n                                            \"text\": \"Mozambique\",\n                                            \"value\": \"MOZ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MZ\",\n                                            \"alpha3\": \"MOZ\",\n                                            \"numerical\": \"508\",\n                                            \"name\": \"Mozambique\"\n                                        },\n                                        {\n                                            \"text\": \"Myanmar\",\n                                            \"value\": \"MMR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MM\",\n                                            \"alpha3\": \"MMR\",\n                                            \"numerical\": \"104\",\n                                            \"name\": \"Myanmar\"\n                                        },\n                                        {\n                                            \"text\": \"Namibia\",\n                                            \"value\": \"NAM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NA\",\n                                            \"alpha3\": \"NAM\",\n                                            \"numerical\": \"516\",\n                                            \"name\": \"Namibia\"\n                                        },\n                                        {\n                                            \"text\": \"Nauru\",\n                                            \"value\": \"NRU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NR\",\n                                            \"alpha3\": \"NRU\",\n                                            \"numerical\": \"520\",\n                                            \"name\": \"Nauru\"\n                                        },\n                                        {\n                                            \"text\": \"Nepal\",\n                                            \"value\": \"NPL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NP\",\n                                            \"alpha3\": \"NPL\",\n                                            \"numerical\": \"524\",\n                                            \"name\": \"Nepal\"\n                                        },\n                                        {\n                                            \"text\": \"Netherlands\",\n                                            \"value\": \"NLD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NL\",\n                                            \"alpha3\": \"NLD\",\n                                            \"numerical\": \"528\",\n                                            \"name\": \"Netherlands\"\n                                        },\n                                        {\n                                            \"text\": \"New Caledonia\",\n                                            \"value\": \"NCL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NC\",\n                                            \"alpha3\": \"NCL\",\n                                            \"numerical\": \"540\",\n                                            \"name\": \"New Caledonia\"\n                                        },\n                                        {\n                                            \"text\": \"New Zealand\",\n                                            \"value\": \"NZL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NZ\",\n                                            \"alpha3\": \"NZL\",\n                                            \"numerical\": \"554\",\n                                            \"name\": \"New Zealand\"\n                                        },\n                                        {\n                                            \"text\": \"Nicaragua\",\n                                            \"value\": \"NIC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NI\",\n                                            \"alpha3\": \"NIC\",\n                                            \"numerical\": \"558\",\n                                            \"name\": \"Nicaragua\"\n                                        },\n                                        {\n                                            \"text\": \"Niger\",\n                                            \"value\": \"NER\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NE\",\n                                            \"alpha3\": \"NER\",\n                                            \"numerical\": \"562\",\n                                            \"name\": \"Niger\"\n                                        },\n                                        {\n                                            \"text\": \"Nigeria\",\n                                            \"value\": \"NGA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NG\",\n                                            \"alpha3\": \"NGA\",\n                                            \"numerical\": \"566\",\n                                            \"name\": \"Nigeria\"\n                                        },\n                                        {\n                                            \"text\": \"Niue\",\n                                            \"value\": \"NIU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NU\",\n                                            \"alpha3\": \"NIU\",\n                                            \"numerical\": \"570\",\n                                            \"name\": \"Niue\"\n                                        },\n                                        {\n                                            \"text\": \"Norfolk Island\",\n                                            \"value\": \"NFK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NF\",\n                                            \"alpha3\": \"NFK\",\n                                            \"numerical\": \"574\",\n                                            \"name\": \"Norfolk Island\"\n                                        },\n                                        {\n                                            \"text\": \"Northern Mariana Islands\",\n                                            \"value\": \"MNP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MP\",\n                                            \"alpha3\": \"MNP\",\n                                            \"numerical\": \"580\",\n                                            \"name\": \"Northern Mariana Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Norway\",\n                                            \"value\": \"NOR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NO\",\n                                            \"alpha3\": \"NOR\",\n                                            \"numerical\": \"578\",\n                                            \"name\": \"Norway\"\n                                        },\n                                        {\n                                            \"text\": \"Oman\",\n                                            \"value\": \"OMN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"OM\",\n                                            \"alpha3\": \"OMN\",\n                                            \"numerical\": \"512\",\n                                            \"name\": \"Oman\"\n                                        },\n                                        {\n                                            \"text\": \"Pakistan\",\n                                            \"value\": \"PAK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PK\",\n                                            \"alpha3\": \"PAK\",\n                                            \"numerical\": \"586\",\n                                            \"name\": \"Pakistan\"\n                                        },\n                                        {\n                                            \"text\": \"Palau\",\n                                            \"value\": \"PLW\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PW\",\n                                            \"alpha3\": \"PLW\",\n                                            \"numerical\": \"585\",\n                                            \"name\": \"Palau\"\n                                        },\n                                        {\n                                            \"text\": \"Palestine,State of\",\n                                            \"value\": \"PSE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PS\",\n                                            \"alpha3\": \"PSE\",\n                                            \"numerical\": \"275\",\n                                            \"name\": \"Palestine,State of\"\n                                        },\n                                        {\n                                            \"text\": \"Panama\",\n                                            \"value\": \"PAN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PA\",\n                                            \"alpha3\": \"PAN\",\n                                            \"numerical\": \"591\",\n                                            \"name\": \"Panama\"\n                                        },\n                                        {\n                                            \"text\": \"Papua New Guinea\",\n                                            \"value\": \"PNG\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PG\",\n                                            \"alpha3\": \"PNG\",\n                                            \"numerical\": \"598\",\n                                            \"name\": \"Papua New Guinea\"\n                                        },\n                                        {\n                                            \"text\": \"Paraguay\",\n                                            \"value\": \"PRY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PY\",\n                                            \"alpha3\": \"PRY\",\n                                            \"numerical\": \"600\",\n                                            \"name\": \"Paraguay\"\n                                        },\n                                        {\n                                            \"text\": \"Peru\",\n                                            \"value\": \"PER\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PE\",\n                                            \"alpha3\": \"PER\",\n                                            \"numerical\": \"604\",\n                                            \"name\": \"Peru\"\n                                        },\n                                        {\n                                            \"text\": \"Philippines\",\n                                            \"value\": \"PHL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PH\",\n                                            \"alpha3\": \"PHL\",\n                                            \"numerical\": \"608\",\n                                            \"name\": \"Philippines\"\n                                        },\n                                        {\n                                            \"text\": \"Pitcairn\",\n                                            \"value\": \"PCN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PN\",\n                                            \"alpha3\": \"PCN\",\n                                            \"numerical\": \"612\",\n                                            \"name\": \"Pitcairn\"\n                                        },\n                                        {\n                                            \"text\": \"Poland\",\n                                            \"value\": \"POL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PL\",\n                                            \"alpha3\": \"POL\",\n                                            \"numerical\": \"616\",\n                                            \"name\": \"Poland\"\n                                        },\n                                        {\n                                            \"text\": \"Portugal\",\n                                            \"value\": \"PRT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PT\",\n                                            \"alpha3\": \"PRT\",\n                                            \"numerical\": \"620\",\n                                            \"name\": \"Portugal\"\n                                        },\n                                        {\n                                            \"text\": \"Puerto Rico\",\n                                            \"value\": \"PRI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PR\",\n                                            \"alpha3\": \"PRI\",\n                                            \"numerical\": \"630\",\n                                            \"name\": \"Puerto Rico\"\n                                        },\n                                        {\n                                            \"text\": \"Qatar\",\n                                            \"value\": \"QAT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"QA\",\n                                            \"alpha3\": \"QAT\",\n                                            \"numerical\": \"634\",\n                                            \"name\": \"Qatar\"\n                                        },\n                                        {\n                                            \"text\": \"Réunion\",\n                                            \"value\": \"REU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"RE\",\n                                            \"alpha3\": \"REU\",\n                                            \"numerical\": \"638\",\n                                            \"name\": \"Réunion\"\n                                        },\n                                        {\n                                            \"text\": \"Romania\",\n                                            \"value\": \"ROU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"RO\",\n                                            \"alpha3\": \"ROU\",\n                                            \"numerical\": \"642\",\n                                            \"name\": \"Romania\"\n                                        },\n                                        {\n                                            \"text\": \"Russian Federation\",\n                                            \"value\": \"RUS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"RU\",\n                                            \"alpha3\": \"RUS\",\n                                            \"numerical\": \"643\",\n                                            \"name\": \"Russian Federation\"\n                                        },\n                                        {\n                                            \"text\": \"Rwanda\",\n                                            \"value\": \"RWA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"RW\",\n                                            \"alpha3\": \"RWA\",\n                                            \"numerical\": \"646\",\n                                            \"name\": \"Rwanda\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Barthélemy\",\n                                            \"value\": \"BLM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"BL\",\n                                            \"alpha3\": \"BLM\",\n                                            \"numerical\": \"652\",\n                                            \"name\": \"Saint Barthélemy\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                            \"value\": \"SHN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SH\",\n                                            \"alpha3\": \"SHN\",\n                                            \"numerical\": \"654\",\n                                            \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Kitts and Nevis\",\n                                            \"value\": \"KNA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KN\",\n                                            \"alpha3\": \"KNA\",\n                                            \"numerical\": \"659\",\n                                            \"name\": \"Saint Kitts and Nevis\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Lucia\",\n                                            \"value\": \"LCA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LC\",\n                                            \"alpha3\": \"LCA\",\n                                            \"numerical\": \"662\",\n                                            \"name\": \"Saint Lucia\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Martin (French part)\",\n                                            \"value\": \"MAF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MF\",\n                                            \"alpha3\": \"MAF\",\n                                            \"numerical\": \"663\",\n                                            \"name\": \"Saint Martin (French part)\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Pierre and Miquelon\",\n                                            \"value\": \"SPM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PM\",\n                                            \"alpha3\": \"SPM\",\n                                            \"numerical\": \"666\",\n                                            \"name\": \"Saint Pierre and Miquelon\"\n                                        },\n                                        {\n                                            \"text\": \"Saint Vincent and the Grenadines\",\n                                            \"value\": \"VCT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VC\",\n                                            \"alpha3\": \"VCT\",\n                                            \"numerical\": \"670\",\n                                            \"name\": \"Saint Vincent and the Grenadines\"\n                                        },\n                                        {\n                                            \"text\": \"Samoa\",\n                                            \"value\": \"WSM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"WS\",\n                                            \"alpha3\": \"WSM\",\n                                            \"numerical\": \"882\",\n                                            \"name\": \"Samoa\"\n                                        },\n                                        {\n                                            \"text\": \"San Marino\",\n                                            \"value\": \"SMR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SM\",\n                                            \"alpha3\": \"SMR\",\n                                            \"numerical\": \"674\",\n                                            \"name\": \"San Marino\"\n                                        },\n                                        {\n                                            \"text\": \"Sao Tome and Principe\",\n                                            \"value\": \"STP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ST\",\n                                            \"alpha3\": \"STP\",\n                                            \"numerical\": \"678\",\n                                            \"name\": \"Sao Tome and Principe\"\n                                        },\n                                        {\n                                            \"text\": \"Saudi Arabia\",\n                                            \"value\": \"SAU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SA\",\n                                            \"alpha3\": \"SAU\",\n                                            \"numerical\": \"682\",\n                                            \"name\": \"Saudi Arabia\"\n                                        },\n                                        {\n                                            \"text\": \"Senegal\",\n                                            \"value\": \"SEN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SN\",\n                                            \"alpha3\": \"SEN\",\n                                            \"numerical\": \"686\",\n                                            \"name\": \"Senegal\"\n                                        },\n                                        {\n                                            \"text\": \"Serbia\",\n                                            \"value\": \"SRB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"RS\",\n                                            \"alpha3\": \"SRB\",\n                                            \"numerical\": \"688\",\n                                            \"name\": \"Serbia\"\n                                        },\n                                        {\n                                            \"text\": \"Seychelles\",\n                                            \"value\": \"SYC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SC\",\n                                            \"alpha3\": \"SYC\",\n                                            \"numerical\": \"690\",\n                                            \"name\": \"Seychelles\"\n                                        },\n                                        {\n                                            \"text\": \"Sierra Leone\",\n                                            \"value\": \"SLE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SL\",\n                                            \"alpha3\": \"SLE\",\n                                            \"numerical\": \"694\",\n                                            \"name\": \"Sierra Leone\"\n                                        },\n                                        {\n                                            \"text\": \"Singapore\",\n                                            \"value\": \"SGP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SG\",\n                                            \"alpha3\": \"SGP\",\n                                            \"numerical\": \"702\",\n                                            \"name\": \"Singapore\"\n                                        },\n                                        {\n                                            \"text\": \"Sint Maarten (Dutch part)\",\n                                            \"value\": \"SXM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SX\",\n                                            \"alpha3\": \"SXM\",\n                                            \"numerical\": \"534\",\n                                            \"name\": \"Sint Maarten (Dutch part)\"\n                                        },\n                                        {\n                                            \"text\": \"Slovakia\",\n                                            \"value\": \"SVK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SK\",\n                                            \"alpha3\": \"SVK\",\n                                            \"numerical\": \"703\",\n                                            \"name\": \"Slovakia\"\n                                        },\n                                        {\n                                            \"text\": \"Slovenia\",\n                                            \"value\": \"SVN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SI\",\n                                            \"alpha3\": \"SVN\",\n                                            \"numerical\": \"705\",\n                                            \"name\": \"Slovenia\"\n                                        },\n                                        {\n                                            \"text\": \"Solomon Islands\",\n                                            \"value\": \"SLB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SB\",\n                                            \"alpha3\": \"SLB\",\n                                            \"numerical\": \"090\",\n                                            \"name\": \"Solomon Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Somalia\",\n                                            \"value\": \"SOM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SO\",\n                                            \"alpha3\": \"SOM\",\n                                            \"numerical\": \"706\",\n                                            \"name\": \"Somalia\"\n                                        },\n                                        {\n                                            \"text\": \"South Africa\",\n                                            \"value\": \"ZAF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ZA\",\n                                            \"alpha3\": \"ZAF\",\n                                            \"numerical\": \"710\",\n                                            \"name\": \"South Africa\"\n                                        },\n                                        {\n                                            \"text\": \"South Georgia and the South Sandwich Islands\",\n                                            \"value\": \"SGS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GS\",\n                                            \"alpha3\": \"SGS\",\n                                            \"numerical\": \"239\",\n                                            \"name\": \"South Georgia and the South Sandwich Islands\"\n                                        },\n                                        {\n                                            \"text\": \"South Sudan\",\n                                            \"value\": \"SSD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SS\",\n                                            \"alpha3\": \"SSD\",\n                                            \"numerical\": \"728\",\n                                            \"name\": \"South Sudan\"\n                                        },\n                                        {\n                                            \"text\": \"Spain\",\n                                            \"value\": \"ESP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ES\",\n                                            \"alpha3\": \"ESP\",\n                                            \"numerical\": \"724\",\n                                            \"name\": \"Spain\"\n                                        },\n                                        {\n                                            \"text\": \"Sri Lanka\",\n                                            \"value\": \"LKA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LK\",\n                                            \"alpha3\": \"LKA\",\n                                            \"numerical\": \"144\",\n                                            \"name\": \"Sri Lanka\"\n                                        },\n                                        {\n                                            \"text\": \"Sudan\",\n                                            \"value\": \"SDN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SD\",\n                                            \"alpha3\": \"SDN\",\n                                            \"numerical\": \"729\",\n                                            \"name\": \"Sudan\"\n                                        },\n                                        {\n                                            \"text\": \"Suriname\",\n                                            \"value\": \"SUR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SR\",\n                                            \"alpha3\": \"SUR\",\n                                            \"numerical\": \"740\",\n                                            \"name\": \"Suriname\"\n                                        },\n                                        {\n                                            \"text\": \"Svalbard and Jan Mayen\",\n                                            \"value\": \"SJM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SJ\",\n                                            \"alpha3\": \"SJM\",\n                                            \"numerical\": \"744\",\n                                            \"name\": \"Svalbard and Jan Mayen\"\n                                        },\n                                        {\n                                            \"text\": \"Eswatini\",\n                                            \"value\": \"SWZ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SZ\",\n                                            \"alpha3\": \"SWZ\",\n                                            \"numerical\": \"748\",\n                                            \"name\": \"Eswatini\"\n                                        },\n                                        {\n                                            \"text\": \"Sweden\",\n                                            \"value\": \"SWE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SE\",\n                                            \"alpha3\": \"SWE\",\n                                            \"numerical\": \"752\",\n                                            \"name\": \"Sweden\"\n                                        },\n                                        {\n                                            \"text\": \"Switzerland\",\n                                            \"value\": \"CHE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CH\",\n                                            \"alpha3\": \"CHE\",\n                                            \"numerical\": \"756\",\n                                            \"name\": \"Switzerland\"\n                                        },\n                                        {\n                                            \"text\": \"Syrian Arab Republic\",\n                                            \"value\": \"SYR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SY\",\n                                            \"alpha3\": \"SYR\",\n                                            \"numerical\": \"760\",\n                                            \"name\": \"Syrian Arab Republic\"\n                                        },\n                                        {\n                                            \"text\": \"Taiwan\",\n                                            \"value\": \"TWN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TW\",\n                                            \"alpha3\": \"TWN\",\n                                            \"numerical\": \"158\",\n                                            \"name\": \"Taiwan\"\n                                        },\n                                        {\n                                            \"text\": \"Tajikistan\",\n                                            \"value\": \"TJK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TJ\",\n                                            \"alpha3\": \"TJK\",\n                                            \"numerical\": \"762\",\n                                            \"name\": \"Tajikistan\"\n                                        },\n                                        {\n                                            \"text\": \"Tanzania,United Republic of\",\n                                            \"value\": \"TZA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TZ\",\n                                            \"alpha3\": \"TZA\",\n                                            \"numerical\": \"834\",\n                                            \"name\": \"Tanzania,United Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Thailand\",\n                                            \"value\": \"THA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TH\",\n                                            \"alpha3\": \"THA\",\n                                            \"numerical\": \"764\",\n                                            \"name\": \"Thailand\"\n                                        },\n                                        {\n                                            \"text\": \"Timor-Leste\",\n                                            \"value\": \"TLS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TL\",\n                                            \"alpha3\": \"TLS\",\n                                            \"numerical\": \"626\",\n                                            \"name\": \"Timor-Leste\"\n                                        },\n                                        {\n                                            \"text\": \"Togo\",\n                                            \"value\": \"TGO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TG\",\n                                            \"alpha3\": \"TGO\",\n                                            \"numerical\": \"768\",\n                                            \"name\": \"Togo\"\n                                        },\n                                        {\n                                            \"text\": \"Tokelau\",\n                                            \"value\": \"TKL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TK\",\n                                            \"alpha3\": \"TKL\",\n                                            \"numerical\": \"772\",\n                                            \"name\": \"Tokelau\"\n                                        },\n                                        {\n                                            \"text\": \"Tonga\",\n                                            \"value\": \"TON\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TO\",\n                                            \"alpha3\": \"TON\",\n                                            \"numerical\": \"776\",\n                                            \"name\": \"Tonga\"\n                                        },\n                                        {\n                                            \"text\": \"Trinidad and Tobago\",\n                                            \"value\": \"TTO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TT\",\n                                            \"alpha3\": \"TTO\",\n                                            \"numerical\": \"780\",\n                                            \"name\": \"Trinidad and Tobago\"\n                                        },\n                                        {\n                                            \"text\": \"Tunisia\",\n                                            \"value\": \"TUN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TN\",\n                                            \"alpha3\": \"TUN\",\n                                            \"numerical\": \"788\",\n                                            \"name\": \"Tunisia\"\n                                        },\n                                        {\n                                            \"text\": \"Turkey\",\n                                            \"value\": \"TUR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TR\",\n                                            \"alpha3\": \"TUR\",\n                                            \"numerical\": \"792\",\n                                            \"name\": \"Turkey\"\n                                        },\n                                        {\n                                            \"text\": \"Turkmenistan\",\n                                            \"value\": \"TKM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TM\",\n                                            \"alpha3\": \"TKM\",\n                                            \"numerical\": \"795\",\n                                            \"name\": \"Turkmenistan\"\n                                        },\n                                        {\n                                            \"text\": \"Turks and Caicos Islands\",\n                                            \"value\": \"TCA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TC\",\n                                            \"alpha3\": \"TCA\",\n                                            \"numerical\": \"796\",\n                                            \"name\": \"Turks and Caicos Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Tuvalu\",\n                                            \"value\": \"TUV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TV\",\n                                            \"alpha3\": \"TUV\",\n                                            \"numerical\": \"798\",\n                                            \"name\": \"Tuvalu\"\n                                        },\n                                        {\n                                            \"text\": \"Uganda\",\n                                            \"value\": \"UGA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UG\",\n                                            \"alpha3\": \"UGA\",\n                                            \"numerical\": \"800\",\n                                            \"name\": \"Uganda\"\n                                        },\n                                        {\n                                            \"text\": \"Ukraine\",\n                                            \"value\": \"UKR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UA\",\n                                            \"alpha3\": \"UKR\",\n                                            \"numerical\": \"804\",\n                                            \"name\": \"Ukraine\"\n                                        },\n                                        {\n                                            \"text\": \"United Arab Emirates\",\n                                            \"value\": \"ARE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AE\",\n                                            \"alpha3\": \"ARE\",\n                                            \"numerical\": \"784\",\n                                            \"name\": \"United Arab Emirates\"\n                                        },\n                                        {\n                                            \"text\": \"United Kingdom\",\n                                            \"value\": \"GBR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GB\",\n                                            \"alpha3\": \"GBR\",\n                                            \"numerical\": \"826\",\n                                            \"name\": \"United Kingdom\"\n                                        },\n                                        {\n                                            \"text\": \"United States Minor Outlying Islands\",\n                                            \"value\": \"UMI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UM\",\n                                            \"alpha3\": \"UMI\",\n                                            \"numerical\": \"581\",\n                                            \"name\": \"United States Minor Outlying Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Uruguay\",\n                                            \"value\": \"URY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UY\",\n                                            \"alpha3\": \"URY\",\n                                            \"numerical\": \"858\",\n                                            \"name\": \"Uruguay\"\n                                        },\n                                        {\n                                            \"text\": \"Uzbekistan\",\n                                            \"value\": \"UZB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UZ\",\n                                            \"alpha3\": \"UZB\",\n                                            \"numerical\": \"860\",\n                                            \"name\": \"Uzbekistan\"\n                                        },\n                                        {\n                                            \"text\": \"Vanuatu\",\n                                            \"value\": \"VUT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VU\",\n                                            \"alpha3\": \"VUT\",\n                                            \"numerical\": \"548\",\n                                            \"name\": \"Vanuatu\"\n                                        },\n                                        {\n                                            \"text\": \"Venezuela,Bolivarian Republic of\",\n                                            \"value\": \"VEN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VE\",\n                                            \"alpha3\": \"VEN\",\n                                            \"numerical\": \"862\",\n                                            \"name\": \"Venezuela,Bolivarian Republic of\"\n                                        },\n                                        {\n                                            \"text\": \"Viet Nam\",\n                                            \"value\": \"VNM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VN\",\n                                            \"alpha3\": \"VNM\",\n                                            \"numerical\": \"704\",\n                                            \"name\": \"Viet Nam\"\n                                        },\n                                        {\n                                            \"text\": \"Virgin Islands,British\",\n                                            \"value\": \"VGB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VG\",\n                                            \"alpha3\": \"VGB\",\n                                            \"numerical\": \"092\",\n                                            \"name\": \"Virgin Islands,British\"\n                                        },\n                                        {\n                                            \"text\": \"Virgin Islands,U.S.\",\n                                            \"value\": \"VIR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VI\",\n                                            \"alpha3\": \"VIR\",\n                                            \"numerical\": \"850\",\n                                            \"name\": \"Virgin Islands,U.S.\"\n                                        },\n                                        {\n                                            \"text\": \"Wallis and Futuna\",\n                                            \"value\": \"WLF\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"WF\",\n                                            \"alpha3\": \"WLF\",\n                                            \"numerical\": \"876\",\n                                            \"name\": \"Wallis and Futuna\"\n                                        },\n                                        {\n                                            \"text\": \"Western Sahara\",\n                                            \"value\": \"ESH\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"EH\",\n                                            \"alpha3\": \"ESH\",\n                                            \"numerical\": \"732\",\n                                            \"name\": \"Western Sahara\"\n                                        },\n                                        {\n                                            \"text\": \"Yemen\",\n                                            \"value\": \"YEM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"YE\",\n                                            \"alpha3\": \"YEM\",\n                                            \"numerical\": \"887\",\n                                            \"name\": \"Yemen\"\n                                        },\n                                        {\n                                            \"text\": \"Zambia\",\n                                            \"value\": \"ZMB\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ZM\",\n                                            \"alpha3\": \"ZMB\",\n                                            \"numerical\": \"894\",\n                                            \"name\": \"Zambia\"\n                                        },\n                                        {\n                                            \"text\": \"Zimbabwe\",\n                                            \"value\": \"ZWE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ZW\",\n                                            \"alpha3\": \"ZWE\",\n                                            \"numerical\": \"895\",\n                                            \"name\": \"Zimbabwe\"\n                                        }\n                                    ],\n                                    \"type\": \"select\"\n                                },\n                                {\n                                    \"label\": \"Address Line 1\",\n                                    \"name\": \"user-mailing-addresses-street_1\",\n                                    \"size\": \"full\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"label\": \"Address Line 2\",\n                                    \"name\": \"user-mailing-addresses-street_2\",\n                                    \"size\": \"full\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"label\": \"Address Line 3\",\n                                    \"name\": \"user-mailing-addresses-street_3\",\n                                    \"size\": \"full\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"label\": \"City\",\n                                    \"name\": \"user-mailing-addresses-city\",\n                                    \"size\": \"half\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"conditionals\": [\n                                        {\n                                            \"criteria\": {\n                                                \"operator\": \"$eq\",\n                                                \"conditions\": [\n                                                    {\n                                                        \"target\": \"user-mailing-addresses-country\",\n                                                        \"scope\": \"form\",\n                                                        \"value\": \"USA\"\n                                                    }\n                                                ]\n                                            },\n                                            \"actions\": [\n                                                {\n                                                    \"action\": \"show\"\n                                                }\n                                            ]\n                                        }\n                                    ],\n                                    \"label\": \"State\",\n                                    \"name\": \"user-mailing-addresses-state\",\n                                    \"data_source\": \"data_source.state\",\n                                    \"data_source_text\": \"name\",\n                                    \"data_source_value\": \"alpha2\",\n                                    \"source\": \"locked\",\n                                    \"size\": \"half\",\n                                    \"data_source_settings\": [\n                                        {\n                                            \"text\": \"Alabama\",\n                                            \"value\": \"AL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AL\",\n                                            \"name\": \"Alabama\"\n                                        },\n                                        {\n                                            \"text\": \"Alaska\",\n                                            \"value\": \"AK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AK\",\n                                            \"name\": \"Alaska\"\n                                        },\n                                        {\n                                            \"text\": \"American Samoa\",\n                                            \"value\": \"AS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AS\",\n                                            \"name\": \"American Samoa\"\n                                        },\n                                        {\n                                            \"text\": \"Arizona\",\n                                            \"value\": \"AZ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AZ\",\n                                            \"name\": \"Arizona\"\n                                        },\n                                        {\n                                            \"text\": \"Arkansas\",\n                                            \"value\": \"AR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AR\",\n                                            \"name\": \"Arkansas\"\n                                        },\n                                        {\n                                            \"text\": \"California\",\n                                            \"value\": \"CA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CA\",\n                                            \"name\": \"California\"\n                                        },\n                                        {\n                                            \"text\": \"Colorado\",\n                                            \"value\": \"CO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CO\",\n                                            \"name\": \"Colorado\"\n                                        },\n                                        {\n                                            \"text\": \"Connecticut\",\n                                            \"value\": \"CT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"CT\",\n                                            \"name\": \"Connecticut\"\n                                        },\n                                        {\n                                            \"text\": \"Delaware\",\n                                            \"value\": \"DE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DE\",\n                                            \"name\": \"Delaware\"\n                                        },\n                                        {\n                                            \"text\": \"District of Columbia\",\n                                            \"value\": \"DC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"DC\",\n                                            \"name\": \"District of Columbia\"\n                                        },\n                                        {\n                                            \"text\": \"Federated States of Micronesia\",\n                                            \"value\": \"FM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FM\",\n                                            \"name\": \"Federated States of Micronesia\"\n                                        },\n                                        {\n                                            \"text\": \"Florida\",\n                                            \"value\": \"FL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"FL\",\n                                            \"name\": \"Florida\"\n                                        },\n                                        {\n                                            \"text\": \"Georgia\",\n                                            \"value\": \"GA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GA\",\n                                            \"name\": \"Georgia\"\n                                        },\n                                        {\n                                            \"text\": \"Guam\",\n                                            \"value\": \"GU\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"GU\",\n                                            \"name\": \"Guam\"\n                                        },\n                                        {\n                                            \"text\": \"Hawaii\",\n                                            \"value\": \"HI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"HI\",\n                                            \"name\": \"Hawaii\"\n                                        },\n                                        {\n                                            \"text\": \"Idaho\",\n                                            \"value\": \"ID\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ID\",\n                                            \"name\": \"Idaho\"\n                                        },\n                                        {\n                                            \"text\": \"Illinois\",\n                                            \"value\": \"IL\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IL\",\n                                            \"name\": \"Illinois\"\n                                        },\n                                        {\n                                            \"text\": \"Indiana\",\n                                            \"value\": \"IN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IN\",\n                                            \"name\": \"Indiana\"\n                                        },\n                                        {\n                                            \"text\": \"Iowa\",\n                                            \"value\": \"IA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"IA\",\n                                            \"name\": \"Iowa\"\n                                        },\n                                        {\n                                            \"text\": \"Kansas\",\n                                            \"value\": \"KS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KS\",\n                                            \"name\": \"Kansas\"\n                                        },\n                                        {\n                                            \"text\": \"Kentucky\",\n                                            \"value\": \"KY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"KY\",\n                                            \"name\": \"Kentucky\"\n                                        },\n                                        {\n                                            \"text\": \"Louisiana\",\n                                            \"value\": \"LA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"LA\",\n                                            \"name\": \"Louisiana\"\n                                        },\n                                        {\n                                            \"text\": \"Maine\",\n                                            \"value\": \"ME\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ME\",\n                                            \"name\": \"Maine\"\n                                        },\n                                        {\n                                            \"text\": \"Marshall Islands\",\n                                            \"value\": \"MH\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MH\",\n                                            \"name\": \"Marshall Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Maryland\",\n                                            \"value\": \"MD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MD\",\n                                            \"name\": \"Maryland\"\n                                        },\n                                        {\n                                            \"text\": \"Massachusetts\",\n                                            \"value\": \"MA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MA\",\n                                            \"name\": \"Massachusetts\"\n                                        },\n                                        {\n                                            \"text\": \"Michigan\",\n                                            \"value\": \"MI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MI\",\n                                            \"name\": \"Michigan\"\n                                        },\n                                        {\n                                            \"text\": \"Minnesota\",\n                                            \"value\": \"MN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MN\",\n                                            \"name\": \"Minnesota\"\n                                        },\n                                        {\n                                            \"text\": \"Mississippi\",\n                                            \"value\": \"MS\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MS\",\n                                            \"name\": \"Mississippi\"\n                                        },\n                                        {\n                                            \"text\": \"Missouri\",\n                                            \"value\": \"MO\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MO\",\n                                            \"name\": \"Missouri\"\n                                        },\n                                        {\n                                            \"text\": \"Montana\",\n                                            \"value\": \"MT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MT\",\n                                            \"name\": \"Montana\"\n                                        },\n                                        {\n                                            \"text\": \"Nebraska\",\n                                            \"value\": \"NE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NE\",\n                                            \"name\": \"Nebraska\"\n                                        },\n                                        {\n                                            \"text\": \"Nevada\",\n                                            \"value\": \"NV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NV\",\n                                            \"name\": \"Nevada\"\n                                        },\n                                        {\n                                            \"text\": \"New Hampshire\",\n                                            \"value\": \"NH\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NH\",\n                                            \"name\": \"New Hampshire\"\n                                        },\n                                        {\n                                            \"text\": \"New Jersey\",\n                                            \"value\": \"NJ\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NJ\",\n                                            \"name\": \"New Jersey\"\n                                        },\n                                        {\n                                            \"text\": \"New Mexico\",\n                                            \"value\": \"NM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NM\",\n                                            \"name\": \"New Mexico\"\n                                        },\n                                        {\n                                            \"text\": \"New York\",\n                                            \"value\": \"NY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NY\",\n                                            \"name\": \"New York\"\n                                        },\n                                        {\n                                            \"text\": \"North Carolina\",\n                                            \"value\": \"NC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"NC\",\n                                            \"name\": \"North Carolina\"\n                                        },\n                                        {\n                                            \"text\": \"North Dakota\",\n                                            \"value\": \"ND\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"ND\",\n                                            \"name\": \"North Dakota\"\n                                        },\n                                        {\n                                            \"text\": \"Northern Mariana Islands\",\n                                            \"value\": \"MP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"MP\",\n                                            \"name\": \"Northern Mariana Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Ohio\",\n                                            \"value\": \"OH\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"OH\",\n                                            \"name\": \"Ohio\"\n                                        },\n                                        {\n                                            \"text\": \"Oklahoma\",\n                                            \"value\": \"OK\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"OK\",\n                                            \"name\": \"Oklahoma\"\n                                        },\n                                        {\n                                            \"text\": \"Oregon\",\n                                            \"value\": \"OR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"OR\",\n                                            \"name\": \"Oregon\"\n                                        },\n                                        {\n                                            \"text\": \"Palau\",\n                                            \"value\": \"PW\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PW\",\n                                            \"name\": \"Palau\"\n                                        },\n                                        {\n                                            \"text\": \"Pennsylvania\",\n                                            \"value\": \"PA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PA\",\n                                            \"name\": \"Pennsylvania\"\n                                        },\n                                        {\n                                            \"text\": \"Puerto Rico\",\n                                            \"value\": \"PR\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"PR\",\n                                            \"name\": \"Puerto Rico\"\n                                        },\n                                        {\n                                            \"text\": \"Rhode Island\",\n                                            \"value\": \"RI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"RI\",\n                                            \"name\": \"Rhode Island\"\n                                        },\n                                        {\n                                            \"text\": \"South Carolina\",\n                                            \"value\": \"SC\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SC\",\n                                            \"name\": \"South Carolina\"\n                                        },\n                                        {\n                                            \"text\": \"South Dakota\",\n                                            \"value\": \"SD\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"SD\",\n                                            \"name\": \"South Dakota\"\n                                        },\n                                        {\n                                            \"text\": \"Tennessee\",\n                                            \"value\": \"TN\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TN\",\n                                            \"name\": \"Tennessee\"\n                                        },\n                                        {\n                                            \"text\": \"Texas\",\n                                            \"value\": \"TX\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"TX\",\n                                            \"name\": \"Texas\"\n                                        },\n                                        {\n                                            \"text\": \"US Minor Outlying Islands\",\n                                            \"value\": \"UM\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UM\",\n                                            \"name\": \"US Minor Outlying Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Utah\",\n                                            \"value\": \"UT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"UT\",\n                                            \"name\": \"Utah\"\n                                        },\n                                        {\n                                            \"text\": \"Vermont\",\n                                            \"value\": \"VT\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VT\",\n                                            \"name\": \"Vermont\"\n                                        },\n                                        {\n                                            \"text\": \"Virgin Islands\",\n                                            \"value\": \"VI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VI\",\n                                            \"name\": \"Virgin Islands\"\n                                        },\n                                        {\n                                            \"text\": \"Virginia\",\n                                            \"value\": \"VA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"VA\",\n                                            \"name\": \"Virginia\"\n                                        },\n                                        {\n                                            \"text\": \"Washington\",\n                                            \"value\": \"WA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"WA\",\n                                            \"name\": \"Washington\"\n                                        },\n                                        {\n                                            \"text\": \"West Virginia\",\n                                            \"value\": \"WV\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"WV\",\n                                            \"name\": \"West Virginia\"\n                                        },\n                                        {\n                                            \"text\": \"Wisconsin\",\n                                            \"value\": \"WI\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"WI\",\n                                            \"name\": \"Wisconsin\"\n                                        },\n                                        {\n                                            \"text\": \"Wyoming\",\n                                            \"value\": \"WY\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"WY\",\n                                            \"name\": \"Wyoming\"\n                                        },\n                                        {\n                                            \"text\": \"Armed Forces Europe, the Middle East, and Canada\",\n                                            \"value\": \"AE\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AE\",\n                                            \"name\": \"Armed Forces Europe, the Middle East, and Canada\"\n                                        },\n                                        {\n                                            \"text\": \"Armed Forces Pacific\",\n                                            \"value\": \"AP\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AP\",\n                                            \"name\": \"Armed Forces Pacific\"\n                                        },\n                                        {\n                                            \"text\": \"Armed Forces Americas (except Canada)\",\n                                            \"value\": \"AA\",\n                                            \"checked\": false,\n                                            \"alpha2\": \"AA\",\n                                            \"name\": \"Armed Forces Americas (except Canada)\"\n                                        }\n                                    ],\n                                    \"type\": \"select\"\n                                },\n                                {\n                                    \"conditionals\": [\n                                        {\n                                            \"criteria\": {\n                                                \"operator\": \"$neq\",\n                                                \"conditions\": [\n                                                    {\n                                                        \"target\": \"user-mailing-addresses-country\",\n                                                        \"scope\": \"form\",\n                                                        \"value\": \"USA\"\n                                                    }\n                                                ]\n                                            },\n                                            \"actions\": [\n                                                {\n                                                    \"action\": \"show\"\n                                                }\n                                            ]\n                                        }\n                                    ],\n                                    \"label\": \"Province\",\n                                    \"name\": \"user-mailing-addresses-province\",\n                                    \"size\": \"half\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"label\": \"County\",\n                                    \"name\": \"user-mailing-addresses-county\",\n                                    \"size\": \"half\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"label\": \"Zip / Postal Code\",\n                                    \"name\": \"user-mailing-addresses-zipcode\",\n                                    \"size\": \"half\",\n                                    \"type\": \"text\"\n                                },\n                                {\n                                    \"transformations\": [\n                                        {\n                                            \"type\": \"mongodate\"\n                                        }\n                                    ],\n                                    \"label\": \"Start Date\",\n                                    \"name\": \"user-mailing-addresses-start_date\",\n                                    \"size\": \"half\",\n                                    \"type\": \"datepicker\"\n                                },\n                                {\n                                    \"transformations\": [\n                                        {\n                                            \"type\": \"mongodate\"\n                                        }\n                                    ],\n                                    \"label\": \"End Date\",\n                                    \"name\": \"user-mailing-addresses-end_date\",\n                                    \"size\": \"half\",\n                                    \"type\": \"datepicker\"\n                                },\n                                {\n                                    \"subfields\": [\n                                        {\n                                            \"validations\": [\n                                                {\n                                                    \"type\": \"numeric\"\n                                                }\n                                            ],\n                                            \"hidden\": true,\n                                            \"label\": \"Longitude\",\n                                            \"name\": \"user-mailing-addresses-loc-lng\",\n                                            \"type\": \"text\"\n                                        },\n                                        {\n                                            \"validations\": [\n                                                {\n                                                    \"type\": \"numeric\"\n                                                }\n                                            ],\n                                            \"hidden\": true,\n                                            \"label\": \"Latitude\",\n                                            \"name\": \"user-mailing-addresses-loc-lat\",\n                                            \"type\": \"text\"\n                                        }\n                                    ],\n                                    \"hidden\": true,\n                                    \"label\": \"User Location\",\n                                    \"name\": \"user-mailing-addresses-loc\",\n                                    \"type\": \"location\"\n                                }\n                            ],\n                            \"label\": \"Mailing Address\",\n                            \"name\": \"user-mailing-addresses\",\n                            \"type\": \"address\",\n                            \"index_weight\": 5\n                        }\n                    ]\n                },\n                \"user_data\": {\n                    \"user-email-address\": \"student@example.com\",\n                    \"user-phone-home\": [],\n                    \"user-phone-cell\": {\n                        \"type\": \"cell\",\n                        \"country_alpha_2\": \"US\",\n                        \"country_code\": \"1\",\n                        \"number\": \"8008675309\",\n                        \"item_id\": \"AX5XSJTW\",\n                        \"index_weight\": 1,\n                        \"formatted\": true,\n                        \"international\": \"+18008675309\",\n                        \"carrier_name\": \"Google (Grand Central) - SVR\",\n                        \"carrier_type\": \"voip\",\n                        \"valid\": true,\n                        \"lookup_type\": \"carrier\",\n                        \"lookup_subj\": \"+18008675309\"\n                    },\n                    \"user-addresses-home\": {\n                        \"type\": \"home\",\n                        \"index_weight\": 1,\n                        \"city\": \"Raleigh\",\n                        \"country\": \"USA\",\n                        \"county\": \"Wake County\",\n                        \"province\": null,\n                        \"state\": \"NC\",\n                        \"street_1\": \"1 Glenwood Avenue\",\n                        \"street_2\": null,\n                        \"street_3\": null,\n                        \"zipcode\": \"27603\",\n                        \"loc\": {\n                            \"lat\": 35.7,\n                            \"lng\": -78.6\n                        },\n                        \"valid\": true,\n                        \"point\": {\n                            \"type\": \"Point\",\n                            \"coordinates\": [\n                                -78.6,\n                                35.7\n                            ]\n                        }\n                    },\n                    \"user-addresses-mailing\": []\n                }\n            },\n            \"citizenship\": {\n                \"form_data\": {\n                    \"_id\": \"virtual.form.profile\",\n                    \"guid\": \"virtual.form.profile\",\n                    \"fields\": [\n                        {\n                            \"guid\": \"mapping.user_citizenship_us_status\",\n                            \"slug\": \"user-citizenship-us-status\",\n                            \"data_type\": \"string\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Citizenship Status\",\n                            \"name\": \"citizenship_status\",\n                            \"data_source\": \"training.data_source.35439\",\n                            \"help_text\": \"What is your citizenship status? If you were born in the U.S. you are probably a U.S. citizen.\",\n                            \"data_source_text\": \"column_2\",\n                            \"data_source_value\": \"column_3\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"One\",\n                                    \"value\": \"Uno\",\n                                    \"checked\": false,\n                                    \"column_1\": \"1\",\n                                    \"column_2\": \"One\",\n                                    \"column_3\": \"Uno\",\n                                    \"column_4\": \"Single\",\n                                    \"column_5\": \"\"\n                                },\n                                {\n                                    \"text\": \"Two\",\n                                    \"value\": \"Dos\",\n                                    \"checked\": false,\n                                    \"column_1\": \"2\",\n                                    \"column_2\": \"Two\",\n                                    \"column_3\": \"Dos\",\n                                    \"column_4\": \"Double\",\n                                    \"column_5\": \"Duo\"\n                                }\n                            ],\n                            \"type\": \"select\",\n                            \"index_weight\": 1\n                        },\n                        {\n                            \"guid\": \"mapping.user_citizenship_country\",\n                            \"slug\": \"user-citizenship-country\",\n                            \"data_type\": \"string\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Country of Citizenship\",\n                            \"name\": \"country_of_citizenship\",\n                            \"data_source\": \"data_source.country\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha3\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"United States\",\n                                    \"value\": \"USA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"US\",\n                                    \"alpha3\": \"USA\",\n                                    \"numerical\": \"840\",\n                                    \"name\": \"United States\"\n                                },\n                                {\n                                    \"text\": \"Afghanistan\",\n                                    \"value\": \"AFG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AF\",\n                                    \"alpha3\": \"AFG\",\n                                    \"numerical\": \"004\",\n                                    \"name\": \"Afghanistan\"\n                                },\n                                {\n                                    \"text\": \"Åland Islands\",\n                                    \"value\": \"ALA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AX\",\n                                    \"alpha3\": \"ALA\",\n                                    \"numerical\": \"248\",\n                                    \"name\": \"Åland Islands\"\n                                },\n                                {\n                                    \"text\": \"Albania\",\n                                    \"value\": \"ALB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"alpha3\": \"ALB\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Albania\"\n                                },\n                                {\n                                    \"text\": \"Algeria\",\n                                    \"value\": \"DZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DZ\",\n                                    \"alpha3\": \"DZA\",\n                                    \"numerical\": \"012\",\n                                    \"name\": \"Algeria\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"ASM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"alpha3\": \"ASM\",\n                                    \"numerical\": \"016\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Andorra\",\n                                    \"value\": \"AND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AD\",\n                                    \"alpha3\": \"AND\",\n                                    \"numerical\": \"020\",\n                                    \"name\": \"Andorra\"\n                                },\n                                {\n                                    \"text\": \"Angola\",\n                                    \"value\": \"AGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AO\",\n                                    \"alpha3\": \"AGO\",\n                                    \"numerical\": \"024\",\n                                    \"name\": \"Angola\"\n                                },\n                                {\n                                    \"text\": \"Anguilla\",\n                                    \"value\": \"AIA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AI\",\n                                    \"alpha3\": \"AIA\",\n                                    \"numerical\": \"660\",\n                                    \"name\": \"Anguilla\"\n                                },\n                                {\n                                    \"text\": \"Antarctica\",\n                                    \"value\": \"ATA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AQ\",\n                                    \"alpha3\": \"ATA\",\n                                    \"numerical\": \"010\",\n                                    \"name\": \"Antarctica\"\n                                },\n                                {\n                                    \"text\": \"Antigua and Barbuda\",\n                                    \"value\": \"ATG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AG\",\n                                    \"alpha3\": \"ATG\",\n                                    \"numerical\": \"028\",\n                                    \"name\": \"Antigua and Barbuda\"\n                                },\n                                {\n                                    \"text\": \"Argentina\",\n                                    \"value\": \"ARG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"alpha3\": \"ARG\",\n                                    \"numerical\": \"032\",\n                                    \"name\": \"Argentina\"\n                                },\n                                {\n                                    \"text\": \"Armenia\",\n                                    \"value\": \"ARM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AM\",\n                                    \"alpha3\": \"ARM\",\n                                    \"numerical\": \"051\",\n                                    \"name\": \"Armenia\"\n                                },\n                                {\n                                    \"text\": \"Aruba\",\n                                    \"value\": \"ABW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AW\",\n                                    \"alpha3\": \"ABW\",\n                                    \"numerical\": \"533\",\n                                    \"name\": \"Aruba\"\n                                },\n                                {\n                                    \"text\": \"Australia\",\n                                    \"value\": \"AUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AU\",\n                                    \"alpha3\": \"AUS\",\n                                    \"numerical\": \"036\",\n                                    \"name\": \"Australia\"\n                                },\n                                {\n                                    \"text\": \"Austria\",\n                                    \"value\": \"AUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AT\",\n                                    \"alpha3\": \"AUT\",\n                                    \"numerical\": \"040\",\n                                    \"name\": \"Austria\"\n                                },\n                                {\n                                    \"text\": \"Azerbaijan\",\n                                    \"value\": \"AZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"alpha3\": \"AZE\",\n                                    \"numerical\": \"031\",\n                                    \"name\": \"Azerbaijan\"\n                                },\n                                {\n                                    \"text\": \"Bahamas\",\n                                    \"value\": \"BHS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BS\",\n                                    \"alpha3\": \"BHS\",\n                                    \"numerical\": \"044\",\n                                    \"name\": \"Bahamas\"\n                                },\n                                {\n                                    \"text\": \"Bahrain\",\n                                    \"value\": \"BHR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BH\",\n                                    \"alpha3\": \"BHR\",\n                                    \"numerical\": \"048\",\n                                    \"name\": \"Bahrain\"\n                                },\n                                {\n                                    \"text\": \"Bangladesh\",\n                                    \"value\": \"BGD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BD\",\n                                    \"alpha3\": \"BGD\",\n                                    \"numerical\": \"050\",\n                                    \"name\": \"Bangladesh\"\n                                },\n                                {\n                                    \"text\": \"Barbados\",\n                                    \"value\": \"BRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BB\",\n                                    \"alpha3\": \"BRB\",\n                                    \"numerical\": \"052\",\n                                    \"name\": \"Barbados\"\n                                },\n                                {\n                                    \"text\": \"Belarus\",\n                                    \"value\": \"BLR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BY\",\n                                    \"alpha3\": \"BLR\",\n                                    \"numerical\": \"112\",\n                                    \"name\": \"Belarus\"\n                                },\n                                {\n                                    \"text\": \"Belgium\",\n                                    \"value\": \"BEL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BE\",\n                                    \"alpha3\": \"BEL\",\n                                    \"numerical\": \"056\",\n                                    \"name\": \"Belgium\"\n                                },\n                                {\n                                    \"text\": \"Belize\",\n                                    \"value\": \"BLZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BZ\",\n                                    \"alpha3\": \"BLZ\",\n                                    \"numerical\": \"084\",\n                                    \"name\": \"Belize\"\n                                },\n                                {\n                                    \"text\": \"Benin\",\n                                    \"value\": \"BEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BJ\",\n                                    \"alpha3\": \"BEN\",\n                                    \"numerical\": \"204\",\n                                    \"name\": \"Benin\"\n                                },\n                                {\n                                    \"text\": \"Bermuda\",\n                                    \"value\": \"BMU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BM\",\n                                    \"alpha3\": \"BMU\",\n                                    \"numerical\": \"060\",\n                                    \"name\": \"Bermuda\"\n                                },\n                                {\n                                    \"text\": \"Bhutan\",\n                                    \"value\": \"BTN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BT\",\n                                    \"alpha3\": \"BTN\",\n                                    \"numerical\": \"064\",\n                                    \"name\": \"Bhutan\"\n                                },\n                                {\n                                    \"text\": \"Bolivia,Plurinational State of\",\n                                    \"value\": \"BOL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BO\",\n                                    \"alpha3\": \"BOL\",\n                                    \"numerical\": \"068\",\n                                    \"name\": \"Bolivia,Plurinational State of\"\n                                },\n                                {\n                                    \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"value\": \"BES\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BQ\",\n                                    \"alpha3\": \"BES\",\n                                    \"numerical\": \"535\",\n                                    \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                },\n                                {\n                                    \"text\": \"Bosnia and Herzegovina\",\n                                    \"value\": \"BIH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BA\",\n                                    \"alpha3\": \"BIH\",\n                                    \"numerical\": \"070\",\n                                    \"name\": \"Bosnia and Herzegovina\"\n                                },\n                                {\n                                    \"text\": \"Botswana\",\n                                    \"value\": \"BWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BW\",\n                                    \"alpha3\": \"BWA\",\n                                    \"numerical\": \"072\",\n                                    \"name\": \"Botswana\"\n                                },\n                                {\n                                    \"text\": \"Bouvet Island\",\n                                    \"value\": \"BVT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BV\",\n                                    \"alpha3\": \"BVT\",\n                                    \"numerical\": \"074\",\n                                    \"name\": \"Bouvet Island\"\n                                },\n                                {\n                                    \"text\": \"Brazil\",\n                                    \"value\": \"BRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BR\",\n                                    \"alpha3\": \"BRA\",\n                                    \"numerical\": \"076\",\n                                    \"name\": \"Brazil\"\n                                },\n                                {\n                                    \"text\": \"British Indian Ocean Territory\",\n                                    \"value\": \"IOT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IO\",\n                                    \"alpha3\": \"IOT\",\n                                    \"numerical\": \"086\",\n                                    \"name\": \"British Indian Ocean Territory\"\n                                },\n                                {\n                                    \"text\": \"Brunei Darussalam\",\n                                    \"value\": \"BRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BN\",\n                                    \"alpha3\": \"BRN\",\n                                    \"numerical\": \"096\",\n                                    \"name\": \"Brunei Darussalam\"\n                                },\n                                {\n                                    \"text\": \"Bulgaria\",\n                                    \"value\": \"BGR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BG\",\n                                    \"alpha3\": \"BGR\",\n                                    \"numerical\": \"100\",\n                                    \"name\": \"Bulgaria\"\n                                },\n                                {\n                                    \"text\": \"Burkina Faso\",\n                                    \"value\": \"BFA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BF\",\n                                    \"alpha3\": \"BFA\",\n                                    \"numerical\": \"854\",\n                                    \"name\": \"Burkina Faso\"\n                                },\n                                {\n                                    \"text\": \"Burundi\",\n                                    \"value\": \"BDI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BI\",\n                                    \"alpha3\": \"BDI\",\n                                    \"numerical\": \"108\",\n                                    \"name\": \"Burundi\"\n                                },\n                                {\n                                    \"text\": \"Cabo Verde\",\n                                    \"value\": \"CPV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CV\",\n                                    \"alpha3\": \"CPV\",\n                                    \"numerical\": \"132\",\n                                    \"name\": \"Cabo Verde\"\n                                },\n                                {\n                                    \"text\": \"Cambodia\",\n                                    \"value\": \"KHM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KH\",\n                                    \"alpha3\": \"KHM\",\n                                    \"numerical\": \"116\",\n                                    \"name\": \"Cambodia\"\n                                },\n                                {\n                                    \"text\": \"Cameroon\",\n                                    \"value\": \"CMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CM\",\n                                    \"alpha3\": \"CMR\",\n                                    \"numerical\": \"120\",\n                                    \"name\": \"Cameroon\"\n                                },\n                                {\n                                    \"text\": \"Canada\",\n                                    \"value\": \"CAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"alpha3\": \"CAN\",\n                                    \"numerical\": \"124\",\n                                    \"name\": \"Canada\"\n                                },\n                                {\n                                    \"text\": \"Cayman Islands\",\n                                    \"value\": \"CYM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"alpha3\": \"CYM\",\n                                    \"numerical\": \"136\",\n                                    \"name\": \"Cayman Islands\"\n                                },\n                                {\n                                    \"text\": \"Central African Republic\",\n                                    \"value\": \"CAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CF\",\n                                    \"alpha3\": \"CAF\",\n                                    \"numerical\": \"140\",\n                                    \"name\": \"Central African Republic\"\n                                },\n                                {\n                                    \"text\": \"Chad\",\n                                    \"value\": \"TCD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TD\",\n                                    \"alpha3\": \"TCD\",\n                                    \"numerical\": \"148\",\n                                    \"name\": \"Chad\"\n                                },\n                                {\n                                    \"text\": \"Chile\",\n                                    \"value\": \"CHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CL\",\n                                    \"alpha3\": \"CHL\",\n                                    \"numerical\": \"152\",\n                                    \"name\": \"Chile\"\n                                },\n                                {\n                                    \"text\": \"China\",\n                                    \"value\": \"CHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CN\",\n                                    \"alpha3\": \"CHN\",\n                                    \"numerical\": \"156\",\n                                    \"name\": \"China\"\n                                },\n                                {\n                                    \"text\": \"Christmas Island\",\n                                    \"value\": \"CXR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CX\",\n                                    \"alpha3\": \"CXR\",\n                                    \"numerical\": \"162\",\n                                    \"name\": \"Christmas Island\"\n                                },\n                                {\n                                    \"text\": \"Cocos (Keeling) Islands\",\n                                    \"value\": \"CCK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CC\",\n                                    \"alpha3\": \"CCK\",\n                                    \"numerical\": \"166\",\n                                    \"name\": \"Cocos (Keeling) Islands\"\n                                },\n                                {\n                                    \"text\": \"Colombia\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"alpha3\": \"COL\",\n                                    \"numerical\": \"170\",\n                                    \"name\": \"Colombia\"\n                                },\n                                {\n                                    \"text\": \"Comoros\",\n                                    \"value\": \"COM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KM\",\n                                    \"alpha3\": \"COM\",\n                                    \"numerical\": \"174\",\n                                    \"name\": \"Comoros\"\n                                },\n                                {\n                                    \"text\": \"Congo\",\n                                    \"value\": \"COG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CG\",\n                                    \"alpha3\": \"COG\",\n                                    \"numerical\": \"178\",\n                                    \"name\": \"Congo\"\n                                },\n                                {\n                                    \"text\": \"Congo,the Democratic Republic of the\",\n                                    \"value\": \"COD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CD\",\n                                    \"alpha3\": \"COD\",\n                                    \"numerical\": \"180\",\n                                    \"name\": \"Congo,the Democratic Republic of the\"\n                                },\n                                {\n                                    \"text\": \"Cook Islands\",\n                                    \"value\": \"COK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CK\",\n                                    \"alpha3\": \"COK\",\n                                    \"numerical\": \"184\",\n                                    \"name\": \"Cook Islands\"\n                                },\n                                {\n                                    \"text\": \"Costa Rica\",\n                                    \"value\": \"CRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CR\",\n                                    \"alpha3\": \"CRI\",\n                                    \"numerical\": \"188\",\n                                    \"name\": \"Costa Rica\"\n                                },\n                                {\n                                    \"text\": \"Côte d'Ivoire\",\n                                    \"value\": \"CIV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CI\",\n                                    \"alpha3\": \"CIV\",\n                                    \"numerical\": \"384\",\n                                    \"name\": \"Côte d'Ivoire\"\n                                },\n                                {\n                                    \"text\": \"Croatia\",\n                                    \"value\": \"HRV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HR\",\n                                    \"alpha3\": \"HRV\",\n                                    \"numerical\": \"191\",\n                                    \"name\": \"Croatia\"\n                                },\n                                {\n                                    \"text\": \"Cuba\",\n                                    \"value\": \"CUB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CU\",\n                                    \"alpha3\": \"CUB\",\n                                    \"numerical\": \"192\",\n                                    \"name\": \"Cuba\"\n                                },\n                                {\n                                    \"text\": \"Curaçao\",\n                                    \"value\": \"CUW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CW\",\n                                    \"alpha3\": \"CUW\",\n                                    \"numerical\": \"531\",\n                                    \"name\": \"Curaçao\"\n                                },\n                                {\n                                    \"text\": \"Cyprus\",\n                                    \"value\": \"CYP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CY\",\n                                    \"alpha3\": \"CYP\",\n                                    \"numerical\": \"196\",\n                                    \"name\": \"Cyprus\"\n                                },\n                                {\n                                    \"text\": \"Czech Republic\",\n                                    \"value\": \"CZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CZ\",\n                                    \"alpha3\": \"CZE\",\n                                    \"numerical\": \"203\",\n                                    \"name\": \"Czech Republic\"\n                                },\n                                {\n                                    \"text\": \"Denmark\",\n                                    \"value\": \"DNK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DK\",\n                                    \"alpha3\": \"DNK\",\n                                    \"numerical\": \"208\",\n                                    \"name\": \"Denmark\"\n                                },\n                                {\n                                    \"text\": \"Djibouti\",\n                                    \"value\": \"DJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DJ\",\n                                    \"alpha3\": \"DJI\",\n                                    \"numerical\": \"262\",\n                                    \"name\": \"Djibouti\"\n                                },\n                                {\n                                    \"text\": \"Dominica\",\n                                    \"value\": \"DMA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DM\",\n                                    \"alpha3\": \"DMA\",\n                                    \"numerical\": \"212\",\n                                    \"name\": \"Dominica\"\n                                },\n                                {\n                                    \"text\": \"Dominican Republic\",\n                                    \"value\": \"DOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DO\",\n                                    \"alpha3\": \"DOM\",\n                                    \"numerical\": \"214\",\n                                    \"name\": \"Dominican Republic\"\n                                },\n                                {\n                                    \"text\": \"Ecuador\",\n                                    \"value\": \"ECU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EC\",\n                                    \"alpha3\": \"ECU\",\n                                    \"numerical\": \"218\",\n                                    \"name\": \"Ecuador\"\n                                },\n                                {\n                                    \"text\": \"Egypt\",\n                                    \"value\": \"EGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EG\",\n                                    \"alpha3\": \"EGY\",\n                                    \"numerical\": \"818\",\n                                    \"name\": \"Egypt\"\n                                },\n                                {\n                                    \"text\": \"El Salvador\",\n                                    \"value\": \"SLV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SV\",\n                                    \"alpha3\": \"SLV\",\n                                    \"numerical\": \"222\",\n                                    \"name\": \"El Salvador\"\n                                },\n                                {\n                                    \"text\": \"Equatorial Guinea\",\n                                    \"value\": \"GNQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GQ\",\n                                    \"alpha3\": \"GNQ\",\n                                    \"numerical\": \"226\",\n                                    \"name\": \"Equatorial Guinea\"\n                                },\n                                {\n                                    \"text\": \"Eritrea\",\n                                    \"value\": \"ERI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ER\",\n                                    \"alpha3\": \"ERI\",\n                                    \"numerical\": \"232\",\n                                    \"name\": \"Eritrea\"\n                                },\n                                {\n                                    \"text\": \"Estonia\",\n                                    \"value\": \"EST\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EE\",\n                                    \"alpha3\": \"EST\",\n                                    \"numerical\": \"233\",\n                                    \"name\": \"Estonia\"\n                                },\n                                {\n                                    \"text\": \"Ethiopia\",\n                                    \"value\": \"ETH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ET\",\n                                    \"alpha3\": \"ETH\",\n                                    \"numerical\": \"231\",\n                                    \"name\": \"Ethiopia\"\n                                },\n                                {\n                                    \"text\": \"Falkland Islands (Malvinas)\",\n                                    \"value\": \"FLK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FK\",\n                                    \"alpha3\": \"FLK\",\n                                    \"numerical\": \"238\",\n                                    \"name\": \"Falkland Islands (Malvinas)\"\n                                },\n                                {\n                                    \"text\": \"Faroe Islands\",\n                                    \"value\": \"FRO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FO\",\n                                    \"alpha3\": \"FRO\",\n                                    \"numerical\": \"234\",\n                                    \"name\": \"Faroe Islands\"\n                                },\n                                {\n                                    \"text\": \"Fiji\",\n                                    \"value\": \"FJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FJ\",\n                                    \"alpha3\": \"FJI\",\n                                    \"numerical\": \"242\",\n                                    \"name\": \"Fiji\"\n                                },\n                                {\n                                    \"text\": \"Finland\",\n                                    \"value\": \"FIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FI\",\n                                    \"alpha3\": \"FIN\",\n                                    \"numerical\": \"246\",\n                                    \"name\": \"Finland\"\n                                },\n                                {\n                                    \"text\": \"France\",\n                                    \"value\": \"FRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FR\",\n                                    \"alpha3\": \"FRA\",\n                                    \"numerical\": \"250\",\n                                    \"name\": \"France\"\n                                },\n                                {\n                                    \"text\": \"French Guiana\",\n                                    \"value\": \"GUF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GF\",\n                                    \"alpha3\": \"GUF\",\n                                    \"numerical\": \"254\",\n                                    \"name\": \"French Guiana\"\n                                },\n                                {\n                                    \"text\": \"French Polynesia\",\n                                    \"value\": \"PYF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PF\",\n                                    \"alpha3\": \"PYF\",\n                                    \"numerical\": \"258\",\n                                    \"name\": \"French Polynesia\"\n                                },\n                                {\n                                    \"text\": \"French Southern Territories\",\n                                    \"value\": \"ATF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TF\",\n                                    \"alpha3\": \"ATF\",\n                                    \"numerical\": \"260\",\n                                    \"name\": \"French Southern Territories\"\n                                },\n                                {\n                                    \"text\": \"Gabon\",\n                                    \"value\": \"GAB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"alpha3\": \"GAB\",\n                                    \"numerical\": \"266\",\n                                    \"name\": \"Gabon\"\n                                },\n                                {\n                                    \"text\": \"Gambia\",\n                                    \"value\": \"GMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GM\",\n                                    \"alpha3\": \"GMB\",\n                                    \"numerical\": \"270\",\n                                    \"name\": \"Gambia\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"GEO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GE\",\n                                    \"alpha3\": \"GEO\",\n                                    \"numerical\": \"268\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Germany\",\n                                    \"value\": \"DEU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"alpha3\": \"DEU\",\n                                    \"numerical\": \"276\",\n                                    \"name\": \"Germany\"\n                                },\n                                {\n                                    \"text\": \"Ghana\",\n                                    \"value\": \"GHA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GH\",\n                                    \"alpha3\": \"GHA\",\n                                    \"numerical\": \"288\",\n                                    \"name\": \"Ghana\"\n                                },\n                                {\n                                    \"text\": \"Gibraltar\",\n                                    \"value\": \"GIB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GI\",\n                                    \"alpha3\": \"GIB\",\n                                    \"numerical\": \"292\",\n                                    \"name\": \"Gibraltar\"\n                                },\n                                {\n                                    \"text\": \"Greece\",\n                                    \"value\": \"GRC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GR\",\n                                    \"alpha3\": \"GRC\",\n                                    \"numerical\": \"300\",\n                                    \"name\": \"Greece\"\n                                },\n                                {\n                                    \"text\": \"Greenland\",\n                                    \"value\": \"GRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GL\",\n                                    \"alpha3\": \"GRL\",\n                                    \"numerical\": \"304\",\n                                    \"name\": \"Greenland\"\n                                },\n                                {\n                                    \"text\": \"Grenada\",\n                                    \"value\": \"GRD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GD\",\n                                    \"alpha3\": \"GRD\",\n                                    \"numerical\": \"308\",\n                                    \"name\": \"Grenada\"\n                                },\n                                {\n                                    \"text\": \"Guadeloupe\",\n                                    \"value\": \"GLP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GP\",\n                                    \"alpha3\": \"GLP\",\n                                    \"numerical\": \"312\",\n                                    \"name\": \"Guadeloupe\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"GUM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"alpha3\": \"GUM\",\n                                    \"numerical\": \"316\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Guatemala\",\n                                    \"value\": \"GTM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GT\",\n                                    \"alpha3\": \"GTM\",\n                                    \"numerical\": \"320\",\n                                    \"name\": \"Guatemala\"\n                                },\n                                {\n                                    \"text\": \"Guernsey\",\n                                    \"value\": \"GGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GG\",\n                                    \"alpha3\": \"GGY\",\n                                    \"numerical\": \"831\",\n                                    \"name\": \"Guernsey\"\n                                },\n                                {\n                                    \"text\": \"Guinea\",\n                                    \"value\": \"GIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GN\",\n                                    \"alpha3\": \"GIN\",\n                                    \"numerical\": \"324\",\n                                    \"name\": \"Guinea\"\n                                },\n                                {\n                                    \"text\": \"Guinea-Bissau\",\n                                    \"value\": \"GNB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GW\",\n                                    \"alpha3\": \"GNB\",\n                                    \"numerical\": \"624\",\n                                    \"name\": \"Guinea-Bissau\"\n                                },\n                                {\n                                    \"text\": \"Guyana\",\n                                    \"value\": \"GUY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GY\",\n                                    \"alpha3\": \"GUY\",\n                                    \"numerical\": \"328\",\n                                    \"name\": \"Guyana\"\n                                },\n                                {\n                                    \"text\": \"Haiti\",\n                                    \"value\": \"HTI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HT\",\n                                    \"alpha3\": \"HTI\",\n                                    \"numerical\": \"332\",\n                                    \"name\": \"Haiti\"\n                                },\n                                {\n                                    \"text\": \"Heard Island and McDonald Islands\",\n                                    \"value\": \"HMD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HM\",\n                                    \"alpha3\": \"HMD\",\n                                    \"numerical\": \"334\",\n                                    \"name\": \"Heard Island and McDonald Islands\"\n                                },\n                                {\n                                    \"text\": \"Holy See (Vatican City State)\",\n                                    \"value\": \"VAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"alpha3\": \"VAT\",\n                                    \"numerical\": \"336\",\n                                    \"name\": \"Holy See (Vatican City State)\"\n                                },\n                                {\n                                    \"text\": \"Honduras\",\n                                    \"value\": \"HND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HN\",\n                                    \"alpha3\": \"HND\",\n                                    \"numerical\": \"340\",\n                                    \"name\": \"Honduras\"\n                                },\n                                {\n                                    \"text\": \"Hong Kong\",\n                                    \"value\": \"HKG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HK\",\n                                    \"alpha3\": \"HKG\",\n                                    \"numerical\": \"344\",\n                                    \"name\": \"Hong Kong\"\n                                },\n                                {\n                                    \"text\": \"Hungary\",\n                                    \"value\": \"HUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HU\",\n                                    \"alpha3\": \"HUN\",\n                                    \"numerical\": \"348\",\n                                    \"name\": \"Hungary\"\n                                },\n                                {\n                                    \"text\": \"Iceland\",\n                                    \"value\": \"ISL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IS\",\n                                    \"alpha3\": \"ISL\",\n                                    \"numerical\": \"352\",\n                                    \"name\": \"Iceland\"\n                                },\n                                {\n                                    \"text\": \"India\",\n                                    \"value\": \"IND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"alpha3\": \"IND\",\n                                    \"numerical\": \"356\",\n                                    \"name\": \"India\"\n                                },\n                                {\n                                    \"text\": \"Indonesia\",\n                                    \"value\": \"IDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"alpha3\": \"IDN\",\n                                    \"numerical\": \"360\",\n                                    \"name\": \"Indonesia\"\n                                },\n                                {\n                                    \"text\": \"Iran,Islamic Republic of\",\n                                    \"value\": \"IRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IR\",\n                                    \"alpha3\": \"IRN\",\n                                    \"numerical\": \"364\",\n                                    \"name\": \"Iran,Islamic Republic of\"\n                                },\n                                {\n                                    \"text\": \"Iraq\",\n                                    \"value\": \"IRQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IQ\",\n                                    \"alpha3\": \"IRQ\",\n                                    \"numerical\": \"368\",\n                                    \"name\": \"Iraq\"\n                                },\n                                {\n                                    \"text\": \"Ireland\",\n                                    \"value\": \"IRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IE\",\n                                    \"alpha3\": \"IRL\",\n                                    \"numerical\": \"372\",\n                                    \"name\": \"Ireland\"\n                                },\n                                {\n                                    \"text\": \"Isle of Man\",\n                                    \"value\": \"IMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IM\",\n                                    \"alpha3\": \"IMN\",\n                                    \"numerical\": \"833\",\n                                    \"name\": \"Isle of Man\"\n                                },\n                                {\n                                    \"text\": \"Israel\",\n                                    \"value\": \"ISR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"alpha3\": \"ISR\",\n                                    \"numerical\": \"376\",\n                                    \"name\": \"Israel\"\n                                },\n                                {\n                                    \"text\": \"Italy\",\n                                    \"value\": \"ITA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IT\",\n                                    \"alpha3\": \"ITA\",\n                                    \"numerical\": \"380\",\n                                    \"name\": \"Italy\"\n                                },\n                                {\n                                    \"text\": \"Jamaica\",\n                                    \"value\": \"JAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JM\",\n                                    \"alpha3\": \"JAM\",\n                                    \"numerical\": \"388\",\n                                    \"name\": \"Jamaica\"\n                                },\n                                {\n                                    \"text\": \"Japan\",\n                                    \"value\": \"JPN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JP\",\n                                    \"alpha3\": \"JPN\",\n                                    \"numerical\": \"392\",\n                                    \"name\": \"Japan\"\n                                },\n                                {\n                                    \"text\": \"Jersey\",\n                                    \"value\": \"JEY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JE\",\n                                    \"alpha3\": \"JEY\",\n                                    \"numerical\": \"832\",\n                                    \"name\": \"Jersey\"\n                                },\n                                {\n                                    \"text\": \"Jordan\",\n                                    \"value\": \"JOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JO\",\n                                    \"alpha3\": \"JOR\",\n                                    \"numerical\": \"400\",\n                                    \"name\": \"Jordan\"\n                                },\n                                {\n                                    \"text\": \"Kazakhstan\",\n                                    \"value\": \"KAZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KZ\",\n                                    \"alpha3\": \"KAZ\",\n                                    \"numerical\": \"398\",\n                                    \"name\": \"Kazakhstan\"\n                                },\n                                {\n                                    \"text\": \"Kenya\",\n                                    \"value\": \"KEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KE\",\n                                    \"alpha3\": \"KEN\",\n                                    \"numerical\": \"404\",\n                                    \"name\": \"Kenya\"\n                                },\n                                {\n                                    \"text\": \"Kiribati\",\n                                    \"value\": \"KIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KI\",\n                                    \"alpha3\": \"KIR\",\n                                    \"numerical\": \"296\",\n                                    \"name\": \"Kiribati\"\n                                },\n                                {\n                                    \"text\": \"Korea,Democratic People's Republic of\",\n                                    \"value\": \"PRK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KP\",\n                                    \"alpha3\": \"PRK\",\n                                    \"numerical\": \"408\",\n                                    \"name\": \"Korea,Democratic People's Republic of\"\n                                },\n                                {\n                                    \"text\": \"Korea,Republic of\",\n                                    \"value\": \"KOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KR\",\n                                    \"alpha3\": \"KOR\",\n                                    \"numerical\": \"410\",\n                                    \"name\": \"Korea,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kosovo,Republic of\",\n                                    \"value\": \"XKK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"XK\",\n                                    \"alpha3\": \"XKK\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Kosovo,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kuwait\",\n                                    \"value\": \"KWT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KW\",\n                                    \"alpha3\": \"KWT\",\n                                    \"numerical\": \"414\",\n                                    \"name\": \"Kuwait\"\n                                },\n                                {\n                                    \"text\": \"Kyrgyzstan\",\n                                    \"value\": \"KGZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KG\",\n                                    \"alpha3\": \"KGZ\",\n                                    \"numerical\": \"417\",\n                                    \"name\": \"Kyrgyzstan\"\n                                },\n                                {\n                                    \"text\": \"Lao People's Democratic Republic\",\n                                    \"value\": \"LAO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"alpha3\": \"LAO\",\n                                    \"numerical\": \"418\",\n                                    \"name\": \"Lao People's Democratic Republic\"\n                                },\n                                {\n                                    \"text\": \"Latvia\",\n                                    \"value\": \"LVA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LV\",\n                                    \"alpha3\": \"LVA\",\n                                    \"numerical\": \"428\",\n                                    \"name\": \"Latvia\"\n                                },\n                                {\n                                    \"text\": \"Lebanon\",\n                                    \"value\": \"LBN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LB\",\n                                    \"alpha3\": \"LBN\",\n                                    \"numerical\": \"422\",\n                                    \"name\": \"Lebanon\"\n                                },\n                                {\n                                    \"text\": \"Lesotho\",\n                                    \"value\": \"LSO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LS\",\n                                    \"alpha3\": \"LSO\",\n                                    \"numerical\": \"426\",\n                                    \"name\": \"Lesotho\"\n                                },\n                                {\n                                    \"text\": \"Liberia\",\n                                    \"value\": \"LBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LR\",\n                                    \"alpha3\": \"LBR\",\n                                    \"numerical\": \"430\",\n                                    \"name\": \"Liberia\"\n                                },\n                                {\n                                    \"text\": \"Libya\",\n                                    \"value\": \"LBY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LY\",\n                                    \"alpha3\": \"LBY\",\n                                    \"numerical\": \"434\",\n                                    \"name\": \"Libya\"\n                                },\n                                {\n                                    \"text\": \"Liechtenstein\",\n                                    \"value\": \"LIE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LI\",\n                                    \"alpha3\": \"LIE\",\n                                    \"numerical\": \"438\",\n                                    \"name\": \"Liechtenstein\"\n                                },\n                                {\n                                    \"text\": \"Lithuania\",\n                                    \"value\": \"LTU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LT\",\n                                    \"alpha3\": \"LTU\",\n                                    \"numerical\": \"440\",\n                                    \"name\": \"Lithuania\"\n                                },\n                                {\n                                    \"text\": \"Luxembourg\",\n                                    \"value\": \"LUX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LU\",\n                                    \"alpha3\": \"LUX\",\n                                    \"numerical\": \"442\",\n                                    \"name\": \"Luxembourg\"\n                                },\n                                {\n                                    \"text\": \"Macao\",\n                                    \"value\": \"MAC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"alpha3\": \"MAC\",\n                                    \"numerical\": \"446\",\n                                    \"name\": \"Macao\"\n                                },\n                                {\n                                    \"text\": \"North Macedonia\",\n                                    \"value\": \"MKD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MK\",\n                                    \"alpha3\": \"MKD\",\n                                    \"numerical\": \"807\",\n                                    \"name\": \"North Macedonia\"\n                                },\n                                {\n                                    \"text\": \"Madagascar\",\n                                    \"value\": \"MDG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MG\",\n                                    \"alpha3\": \"MDG\",\n                                    \"numerical\": \"450\",\n                                    \"name\": \"Madagascar\"\n                                },\n                                {\n                                    \"text\": \"Malawi\",\n                                    \"value\": \"MWI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MW\",\n                                    \"alpha3\": \"MWI\",\n                                    \"numerical\": \"454\",\n                                    \"name\": \"Malawi\"\n                                },\n                                {\n                                    \"text\": \"Malaysia\",\n                                    \"value\": \"MYS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MY\",\n                                    \"alpha3\": \"MYS\",\n                                    \"numerical\": \"458\",\n                                    \"name\": \"Malaysia\"\n                                },\n                                {\n                                    \"text\": \"Maldives\",\n                                    \"value\": \"MDV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MV\",\n                                    \"alpha3\": \"MDV\",\n                                    \"numerical\": \"462\",\n                                    \"name\": \"Maldives\"\n                                },\n                                {\n                                    \"text\": \"Mali\",\n                                    \"value\": \"MLI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ML\",\n                                    \"alpha3\": \"MLI\",\n                                    \"numerical\": \"466\",\n                                    \"name\": \"Mali\"\n                                },\n                                {\n                                    \"text\": \"Malta\",\n                                    \"value\": \"MLT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"alpha3\": \"MLT\",\n                                    \"numerical\": \"470\",\n                                    \"name\": \"Malta\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"MHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"alpha3\": \"MHL\",\n                                    \"numerical\": \"584\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Martinique\",\n                                    \"value\": \"MTQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MQ\",\n                                    \"alpha3\": \"MTQ\",\n                                    \"numerical\": \"474\",\n                                    \"name\": \"Martinique\"\n                                },\n                                {\n                                    \"text\": \"Mauritania\",\n                                    \"value\": \"MRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MR\",\n                                    \"alpha3\": \"MRT\",\n                                    \"numerical\": \"478\",\n                                    \"name\": \"Mauritania\"\n                                },\n                                {\n                                    \"text\": \"Mauritius\",\n                                    \"value\": \"MUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MU\",\n                                    \"alpha3\": \"MUS\",\n                                    \"numerical\": \"480\",\n                                    \"name\": \"Mauritius\"\n                                },\n                                {\n                                    \"text\": \"Mayotte\",\n                                    \"value\": \"MYT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YT\",\n                                    \"alpha3\": \"MYT\",\n                                    \"numerical\": \"175\",\n                                    \"name\": \"Mayotte\"\n                                },\n                                {\n                                    \"text\": \"Mexico\",\n                                    \"value\": \"MEX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MX\",\n                                    \"alpha3\": \"MEX\",\n                                    \"numerical\": \"484\",\n                                    \"name\": \"Mexico\"\n                                },\n                                {\n                                    \"text\": \"Micronesia,Federated States of\",\n                                    \"value\": \"FSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"alpha3\": \"FSM\",\n                                    \"numerical\": \"583\",\n                                    \"name\": \"Micronesia,Federated States of\"\n                                },\n                                {\n                                    \"text\": \"Moldova,Republic of\",\n                                    \"value\": \"MDA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"alpha3\": \"MDA\",\n                                    \"numerical\": \"498\",\n                                    \"name\": \"Moldova,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Monaco\",\n                                    \"value\": \"MCO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MC\",\n                                    \"alpha3\": \"MCO\",\n                                    \"numerical\": \"492\",\n                                    \"name\": \"Monaco\"\n                                },\n                                {\n                                    \"text\": \"Mongolia\",\n                                    \"value\": \"MNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"alpha3\": \"MNG\",\n                                    \"numerical\": \"496\",\n                                    \"name\": \"Mongolia\"\n                                },\n                                {\n                                    \"text\": \"Montenegro\",\n                                    \"value\": \"MNE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"alpha3\": \"MNE\",\n                                    \"numerical\": \"499\",\n                                    \"name\": \"Montenegro\"\n                                },\n                                {\n                                    \"text\": \"Montserrat\",\n                                    \"value\": \"MSR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"alpha3\": \"MSR\",\n                                    \"numerical\": \"500\",\n                                    \"name\": \"Montserrat\"\n                                },\n                                {\n                                    \"text\": \"Morocco\",\n                                    \"value\": \"MAR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"alpha3\": \"MAR\",\n                                    \"numerical\": \"504\",\n                                    \"name\": \"Morocco\"\n                                },\n                                {\n                                    \"text\": \"Mozambique\",\n                                    \"value\": \"MOZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MZ\",\n                                    \"alpha3\": \"MOZ\",\n                                    \"numerical\": \"508\",\n                                    \"name\": \"Mozambique\"\n                                },\n                                {\n                                    \"text\": \"Myanmar\",\n                                    \"value\": \"MMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MM\",\n                                    \"alpha3\": \"MMR\",\n                                    \"numerical\": \"104\",\n                                    \"name\": \"Myanmar\"\n                                },\n                                {\n                                    \"text\": \"Namibia\",\n                                    \"value\": \"NAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NA\",\n                                    \"alpha3\": \"NAM\",\n                                    \"numerical\": \"516\",\n                                    \"name\": \"Namibia\"\n                                },\n                                {\n                                    \"text\": \"Nauru\",\n                                    \"value\": \"NRU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NR\",\n                                    \"alpha3\": \"NRU\",\n                                    \"numerical\": \"520\",\n                                    \"name\": \"Nauru\"\n                                },\n                                {\n                                    \"text\": \"Nepal\",\n                                    \"value\": \"NPL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NP\",\n                                    \"alpha3\": \"NPL\",\n                                    \"numerical\": \"524\",\n                                    \"name\": \"Nepal\"\n                                },\n                                {\n                                    \"text\": \"Netherlands\",\n                                    \"value\": \"NLD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NL\",\n                                    \"alpha3\": \"NLD\",\n                                    \"numerical\": \"528\",\n                                    \"name\": \"Netherlands\"\n                                },\n                                {\n                                    \"text\": \"New Caledonia\",\n                                    \"value\": \"NCL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"alpha3\": \"NCL\",\n                                    \"numerical\": \"540\",\n                                    \"name\": \"New Caledonia\"\n                                },\n                                {\n                                    \"text\": \"New Zealand\",\n                                    \"value\": \"NZL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NZ\",\n                                    \"alpha3\": \"NZL\",\n                                    \"numerical\": \"554\",\n                                    \"name\": \"New Zealand\"\n                                },\n                                {\n                                    \"text\": \"Nicaragua\",\n                                    \"value\": \"NIC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NI\",\n                                    \"alpha3\": \"NIC\",\n                                    \"numerical\": \"558\",\n                                    \"name\": \"Nicaragua\"\n                                },\n                                {\n                                    \"text\": \"Niger\",\n                                    \"value\": \"NER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"alpha3\": \"NER\",\n                                    \"numerical\": \"562\",\n                                    \"name\": \"Niger\"\n                                },\n                                {\n                                    \"text\": \"Nigeria\",\n                                    \"value\": \"NGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NG\",\n                                    \"alpha3\": \"NGA\",\n                                    \"numerical\": \"566\",\n                                    \"name\": \"Nigeria\"\n                                },\n                                {\n                                    \"text\": \"Niue\",\n                                    \"value\": \"NIU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NU\",\n                                    \"alpha3\": \"NIU\",\n                                    \"numerical\": \"570\",\n                                    \"name\": \"Niue\"\n                                },\n                                {\n                                    \"text\": \"Norfolk Island\",\n                                    \"value\": \"NFK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NF\",\n                                    \"alpha3\": \"NFK\",\n                                    \"numerical\": \"574\",\n                                    \"name\": \"Norfolk Island\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"MNP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"alpha3\": \"MNP\",\n                                    \"numerical\": \"580\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Norway\",\n                                    \"value\": \"NOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NO\",\n                                    \"alpha3\": \"NOR\",\n                                    \"numerical\": \"578\",\n                                    \"name\": \"Norway\"\n                                },\n                                {\n                                    \"text\": \"Oman\",\n                                    \"value\": \"OMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OM\",\n                                    \"alpha3\": \"OMN\",\n                                    \"numerical\": \"512\",\n                                    \"name\": \"Oman\"\n                                },\n                                {\n                                    \"text\": \"Pakistan\",\n                                    \"value\": \"PAK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PK\",\n                                    \"alpha3\": \"PAK\",\n                                    \"numerical\": \"586\",\n                                    \"name\": \"Pakistan\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"PLW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"alpha3\": \"PLW\",\n                                    \"numerical\": \"585\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Palestine,State of\",\n                                    \"value\": \"PSE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PS\",\n                                    \"alpha3\": \"PSE\",\n                                    \"numerical\": \"275\",\n                                    \"name\": \"Palestine,State of\"\n                                },\n                                {\n                                    \"text\": \"Panama\",\n                                    \"value\": \"PAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"alpha3\": \"PAN\",\n                                    \"numerical\": \"591\",\n                                    \"name\": \"Panama\"\n                                },\n                                {\n                                    \"text\": \"Papua New Guinea\",\n                                    \"value\": \"PNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PG\",\n                                    \"alpha3\": \"PNG\",\n                                    \"numerical\": \"598\",\n                                    \"name\": \"Papua New Guinea\"\n                                },\n                                {\n                                    \"text\": \"Paraguay\",\n                                    \"value\": \"PRY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PY\",\n                                    \"alpha3\": \"PRY\",\n                                    \"numerical\": \"600\",\n                                    \"name\": \"Paraguay\"\n                                },\n                                {\n                                    \"text\": \"Peru\",\n                                    \"value\": \"PER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PE\",\n                                    \"alpha3\": \"PER\",\n                                    \"numerical\": \"604\",\n                                    \"name\": \"Peru\"\n                                },\n                                {\n                                    \"text\": \"Philippines\",\n                                    \"value\": \"PHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PH\",\n                                    \"alpha3\": \"PHL\",\n                                    \"numerical\": \"608\",\n                                    \"name\": \"Philippines\"\n                                },\n                                {\n                                    \"text\": \"Pitcairn\",\n                                    \"value\": \"PCN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PN\",\n                                    \"alpha3\": \"PCN\",\n                                    \"numerical\": \"612\",\n                                    \"name\": \"Pitcairn\"\n                                },\n                                {\n                                    \"text\": \"Poland\",\n                                    \"value\": \"POL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PL\",\n                                    \"alpha3\": \"POL\",\n                                    \"numerical\": \"616\",\n                                    \"name\": \"Poland\"\n                                },\n                                {\n                                    \"text\": \"Portugal\",\n                                    \"value\": \"PRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PT\",\n                                    \"alpha3\": \"PRT\",\n                                    \"numerical\": \"620\",\n                                    \"name\": \"Portugal\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"PRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"alpha3\": \"PRI\",\n                                    \"numerical\": \"630\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Qatar\",\n                                    \"value\": \"QAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"QA\",\n                                    \"alpha3\": \"QAT\",\n                                    \"numerical\": \"634\",\n                                    \"name\": \"Qatar\"\n                                },\n                                {\n                                    \"text\": \"Réunion\",\n                                    \"value\": \"REU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RE\",\n                                    \"alpha3\": \"REU\",\n                                    \"numerical\": \"638\",\n                                    \"name\": \"Réunion\"\n                                },\n                                {\n                                    \"text\": \"Romania\",\n                                    \"value\": \"ROU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RO\",\n                                    \"alpha3\": \"ROU\",\n                                    \"numerical\": \"642\",\n                                    \"name\": \"Romania\"\n                                },\n                                {\n                                    \"text\": \"Russian Federation\",\n                                    \"value\": \"RUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RU\",\n                                    \"alpha3\": \"RUS\",\n                                    \"numerical\": \"643\",\n                                    \"name\": \"Russian Federation\"\n                                },\n                                {\n                                    \"text\": \"Rwanda\",\n                                    \"value\": \"RWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RW\",\n                                    \"alpha3\": \"RWA\",\n                                    \"numerical\": \"646\",\n                                    \"name\": \"Rwanda\"\n                                },\n                                {\n                                    \"text\": \"Saint Barthélemy\",\n                                    \"value\": \"BLM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BL\",\n                                    \"alpha3\": \"BLM\",\n                                    \"numerical\": \"652\",\n                                    \"name\": \"Saint Barthélemy\"\n                                },\n                                {\n                                    \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"value\": \"SHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SH\",\n                                    \"alpha3\": \"SHN\",\n                                    \"numerical\": \"654\",\n                                    \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                },\n                                {\n                                    \"text\": \"Saint Kitts and Nevis\",\n                                    \"value\": \"KNA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KN\",\n                                    \"alpha3\": \"KNA\",\n                                    \"numerical\": \"659\",\n                                    \"name\": \"Saint Kitts and Nevis\"\n                                },\n                                {\n                                    \"text\": \"Saint Lucia\",\n                                    \"value\": \"LCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LC\",\n                                    \"alpha3\": \"LCA\",\n                                    \"numerical\": \"662\",\n                                    \"name\": \"Saint Lucia\"\n                                },\n                                {\n                                    \"text\": \"Saint Martin (French part)\",\n                                    \"value\": \"MAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MF\",\n                                    \"alpha3\": \"MAF\",\n                                    \"numerical\": \"663\",\n                                    \"name\": \"Saint Martin (French part)\"\n                                },\n                                {\n                                    \"text\": \"Saint Pierre and Miquelon\",\n                                    \"value\": \"SPM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PM\",\n                                    \"alpha3\": \"SPM\",\n                                    \"numerical\": \"666\",\n                                    \"name\": \"Saint Pierre and Miquelon\"\n                                },\n                                {\n                                    \"text\": \"Saint Vincent and the Grenadines\",\n                                    \"value\": \"VCT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VC\",\n                                    \"alpha3\": \"VCT\",\n                                    \"numerical\": \"670\",\n                                    \"name\": \"Saint Vincent and the Grenadines\"\n                                },\n                                {\n                                    \"text\": \"Samoa\",\n                                    \"value\": \"WSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WS\",\n                                    \"alpha3\": \"WSM\",\n                                    \"numerical\": \"882\",\n                                    \"name\": \"Samoa\"\n                                },\n                                {\n                                    \"text\": \"San Marino\",\n                                    \"value\": \"SMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SM\",\n                                    \"alpha3\": \"SMR\",\n                                    \"numerical\": \"674\",\n                                    \"name\": \"San Marino\"\n                                },\n                                {\n                                    \"text\": \"Sao Tome and Principe\",\n                                    \"value\": \"STP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ST\",\n                                    \"alpha3\": \"STP\",\n                                    \"numerical\": \"678\",\n                                    \"name\": \"Sao Tome and Principe\"\n                                },\n                                {\n                                    \"text\": \"Saudi Arabia\",\n                                    \"value\": \"SAU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SA\",\n                                    \"alpha3\": \"SAU\",\n                                    \"numerical\": \"682\",\n                                    \"name\": \"Saudi Arabia\"\n                                },\n                                {\n                                    \"text\": \"Senegal\",\n                                    \"value\": \"SEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SN\",\n                                    \"alpha3\": \"SEN\",\n                                    \"numerical\": \"686\",\n                                    \"name\": \"Senegal\"\n                                },\n                                {\n                                    \"text\": \"Serbia\",\n                                    \"value\": \"SRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RS\",\n                                    \"alpha3\": \"SRB\",\n                                    \"numerical\": \"688\",\n                                    \"name\": \"Serbia\"\n                                },\n                                {\n                                    \"text\": \"Seychelles\",\n                                    \"value\": \"SYC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"alpha3\": \"SYC\",\n                                    \"numerical\": \"690\",\n                                    \"name\": \"Seychelles\"\n                                },\n                                {\n                                    \"text\": \"Sierra Leone\",\n                                    \"value\": \"SLE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SL\",\n                                    \"alpha3\": \"SLE\",\n                                    \"numerical\": \"694\",\n                                    \"name\": \"Sierra Leone\"\n                                },\n                                {\n                                    \"text\": \"Singapore\",\n                                    \"value\": \"SGP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SG\",\n                                    \"alpha3\": \"SGP\",\n                                    \"numerical\": \"702\",\n                                    \"name\": \"Singapore\"\n                                },\n                                {\n                                    \"text\": \"Sint Maarten (Dutch part)\",\n                                    \"value\": \"SXM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SX\",\n                                    \"alpha3\": \"SXM\",\n                                    \"numerical\": \"534\",\n                                    \"name\": \"Sint Maarten (Dutch part)\"\n                                },\n                                {\n                                    \"text\": \"Slovakia\",\n                                    \"value\": \"SVK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SK\",\n                                    \"alpha3\": \"SVK\",\n                                    \"numerical\": \"703\",\n                                    \"name\": \"Slovakia\"\n                                },\n                                {\n                                    \"text\": \"Slovenia\",\n                                    \"value\": \"SVN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SI\",\n                                    \"alpha3\": \"SVN\",\n                                    \"numerical\": \"705\",\n                                    \"name\": \"Slovenia\"\n                                },\n                                {\n                                    \"text\": \"Solomon Islands\",\n                                    \"value\": \"SLB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SB\",\n                                    \"alpha3\": \"SLB\",\n                                    \"numerical\": \"090\",\n                                    \"name\": \"Solomon Islands\"\n                                },\n                                {\n                                    \"text\": \"Somalia\",\n                                    \"value\": \"SOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SO\",\n                                    \"alpha3\": \"SOM\",\n                                    \"numerical\": \"706\",\n                                    \"name\": \"Somalia\"\n                                },\n                                {\n                                    \"text\": \"South Africa\",\n                                    \"value\": \"ZAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZA\",\n                                    \"alpha3\": \"ZAF\",\n                                    \"numerical\": \"710\",\n                                    \"name\": \"South Africa\"\n                                },\n                                {\n                                    \"text\": \"South Georgia and the South Sandwich Islands\",\n                                    \"value\": \"SGS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GS\",\n                                    \"alpha3\": \"SGS\",\n                                    \"numerical\": \"239\",\n                                    \"name\": \"South Georgia and the South Sandwich Islands\"\n                                },\n                                {\n                                    \"text\": \"South Sudan\",\n                                    \"value\": \"SSD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SS\",\n                                    \"alpha3\": \"SSD\",\n                                    \"numerical\": \"728\",\n                                    \"name\": \"South Sudan\"\n                                },\n                                {\n                                    \"text\": \"Spain\",\n                                    \"value\": \"ESP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ES\",\n                                    \"alpha3\": \"ESP\",\n                                    \"numerical\": \"724\",\n                                    \"name\": \"Spain\"\n                                },\n                                {\n                                    \"text\": \"Sri Lanka\",\n                                    \"value\": \"LKA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LK\",\n                                    \"alpha3\": \"LKA\",\n                                    \"numerical\": \"144\",\n                                    \"name\": \"Sri Lanka\"\n                                },\n                                {\n                                    \"text\": \"Sudan\",\n                                    \"value\": \"SDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"alpha3\": \"SDN\",\n                                    \"numerical\": \"729\",\n                                    \"name\": \"Sudan\"\n                                },\n                                {\n                                    \"text\": \"Suriname\",\n                                    \"value\": \"SUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SR\",\n                                    \"alpha3\": \"SUR\",\n                                    \"numerical\": \"740\",\n                                    \"name\": \"Suriname\"\n                                },\n                                {\n                                    \"text\": \"Svalbard and Jan Mayen\",\n                                    \"value\": \"SJM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SJ\",\n                                    \"alpha3\": \"SJM\",\n                                    \"numerical\": \"744\",\n                                    \"name\": \"Svalbard and Jan Mayen\"\n                                },\n                                {\n                                    \"text\": \"Eswatini\",\n                                    \"value\": \"SWZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SZ\",\n                                    \"alpha3\": \"SWZ\",\n                                    \"numerical\": \"748\",\n                                    \"name\": \"Eswatini\"\n                                },\n                                {\n                                    \"text\": \"Sweden\",\n                                    \"value\": \"SWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SE\",\n                                    \"alpha3\": \"SWE\",\n                                    \"numerical\": \"752\",\n                                    \"name\": \"Sweden\"\n                                },\n                                {\n                                    \"text\": \"Switzerland\",\n                                    \"value\": \"CHE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CH\",\n                                    \"alpha3\": \"CHE\",\n                                    \"numerical\": \"756\",\n                                    \"name\": \"Switzerland\"\n                                },\n                                {\n                                    \"text\": \"Syrian Arab Republic\",\n                                    \"value\": \"SYR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SY\",\n                                    \"alpha3\": \"SYR\",\n                                    \"numerical\": \"760\",\n                                    \"name\": \"Syrian Arab Republic\"\n                                },\n                                {\n                                    \"text\": \"Taiwan\",\n                                    \"value\": \"TWN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TW\",\n                                    \"alpha3\": \"TWN\",\n                                    \"numerical\": \"158\",\n                                    \"name\": \"Taiwan\"\n                                },\n                                {\n                                    \"text\": \"Tajikistan\",\n                                    \"value\": \"TJK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TJ\",\n                                    \"alpha3\": \"TJK\",\n                                    \"numerical\": \"762\",\n                                    \"name\": \"Tajikistan\"\n                                },\n                                {\n                                    \"text\": \"Tanzania,United Republic of\",\n                                    \"value\": \"TZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TZ\",\n                                    \"alpha3\": \"TZA\",\n                                    \"numerical\": \"834\",\n                                    \"name\": \"Tanzania,United Republic of\"\n                                },\n                                {\n                                    \"text\": \"Thailand\",\n                                    \"value\": \"THA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TH\",\n                                    \"alpha3\": \"THA\",\n                                    \"numerical\": \"764\",\n                                    \"name\": \"Thailand\"\n                                },\n                                {\n                                    \"text\": \"Timor-Leste\",\n                                    \"value\": \"TLS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TL\",\n                                    \"alpha3\": \"TLS\",\n                                    \"numerical\": \"626\",\n                                    \"name\": \"Timor-Leste\"\n                                },\n                                {\n                                    \"text\": \"Togo\",\n                                    \"value\": \"TGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TG\",\n                                    \"alpha3\": \"TGO\",\n                                    \"numerical\": \"768\",\n                                    \"name\": \"Togo\"\n                                },\n                                {\n                                    \"text\": \"Tokelau\",\n                                    \"value\": \"TKL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TK\",\n                                    \"alpha3\": \"TKL\",\n                                    \"numerical\": \"772\",\n                                    \"name\": \"Tokelau\"\n                                },\n                                {\n                                    \"text\": \"Tonga\",\n                                    \"value\": \"TON\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TO\",\n                                    \"alpha3\": \"TON\",\n                                    \"numerical\": \"776\",\n                                    \"name\": \"Tonga\"\n                                },\n                                {\n                                    \"text\": \"Trinidad and Tobago\",\n                                    \"value\": \"TTO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TT\",\n                                    \"alpha3\": \"TTO\",\n                                    \"numerical\": \"780\",\n                                    \"name\": \"Trinidad and Tobago\"\n                                },\n                                {\n                                    \"text\": \"Tunisia\",\n                                    \"value\": \"TUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"alpha3\": \"TUN\",\n                                    \"numerical\": \"788\",\n                                    \"name\": \"Tunisia\"\n                                },\n                                {\n                                    \"text\": \"Turkey\",\n                                    \"value\": \"TUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TR\",\n                                    \"alpha3\": \"TUR\",\n                                    \"numerical\": \"792\",\n                                    \"name\": \"Turkey\"\n                                },\n                                {\n                                    \"text\": \"Turkmenistan\",\n                                    \"value\": \"TKM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TM\",\n                                    \"alpha3\": \"TKM\",\n                                    \"numerical\": \"795\",\n                                    \"name\": \"Turkmenistan\"\n                                },\n                                {\n                                    \"text\": \"Turks and Caicos Islands\",\n                                    \"value\": \"TCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TC\",\n                                    \"alpha3\": \"TCA\",\n                                    \"numerical\": \"796\",\n                                    \"name\": \"Turks and Caicos Islands\"\n                                },\n                                {\n                                    \"text\": \"Tuvalu\",\n                                    \"value\": \"TUV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TV\",\n                                    \"alpha3\": \"TUV\",\n                                    \"numerical\": \"798\",\n                                    \"name\": \"Tuvalu\"\n                                },\n                                {\n                                    \"text\": \"Uganda\",\n                                    \"value\": \"UGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UG\",\n                                    \"alpha3\": \"UGA\",\n                                    \"numerical\": \"800\",\n                                    \"name\": \"Uganda\"\n                                },\n                                {\n                                    \"text\": \"Ukraine\",\n                                    \"value\": \"UKR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UA\",\n                                    \"alpha3\": \"UKR\",\n                                    \"numerical\": \"804\",\n                                    \"name\": \"Ukraine\"\n                                },\n                                {\n                                    \"text\": \"United Arab Emirates\",\n                                    \"value\": \"ARE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"alpha3\": \"ARE\",\n                                    \"numerical\": \"784\",\n                                    \"name\": \"United Arab Emirates\"\n                                },\n                                {\n                                    \"text\": \"United Kingdom\",\n                                    \"value\": \"GBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GB\",\n                                    \"alpha3\": \"GBR\",\n                                    \"numerical\": \"826\",\n                                    \"name\": \"United Kingdom\"\n                                },\n                                {\n                                    \"text\": \"United States Minor Outlying Islands\",\n                                    \"value\": \"UMI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"alpha3\": \"UMI\",\n                                    \"numerical\": \"581\",\n                                    \"name\": \"United States Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Uruguay\",\n                                    \"value\": \"URY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UY\",\n                                    \"alpha3\": \"URY\",\n                                    \"numerical\": \"858\",\n                                    \"name\": \"Uruguay\"\n                                },\n                                {\n                                    \"text\": \"Uzbekistan\",\n                                    \"value\": \"UZB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UZ\",\n                                    \"alpha3\": \"UZB\",\n                                    \"numerical\": \"860\",\n                                    \"name\": \"Uzbekistan\"\n                                },\n                                {\n                                    \"text\": \"Vanuatu\",\n                                    \"value\": \"VUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VU\",\n                                    \"alpha3\": \"VUT\",\n                                    \"numerical\": \"548\",\n                                    \"name\": \"Vanuatu\"\n                                },\n                                {\n                                    \"text\": \"Venezuela,Bolivarian Republic of\",\n                                    \"value\": \"VEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VE\",\n                                    \"alpha3\": \"VEN\",\n                                    \"numerical\": \"862\",\n                                    \"name\": \"Venezuela,Bolivarian Republic of\"\n                                },\n                                {\n                                    \"text\": \"Viet Nam\",\n                                    \"value\": \"VNM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VN\",\n                                    \"alpha3\": \"VNM\",\n                                    \"numerical\": \"704\",\n                                    \"name\": \"Viet Nam\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,British\",\n                                    \"value\": \"VGB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VG\",\n                                    \"alpha3\": \"VGB\",\n                                    \"numerical\": \"092\",\n                                    \"name\": \"Virgin Islands,British\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,U.S.\",\n                                    \"value\": \"VIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"alpha3\": \"VIR\",\n                                    \"numerical\": \"850\",\n                                    \"name\": \"Virgin Islands,U.S.\"\n                                },\n                                {\n                                    \"text\": \"Wallis and Futuna\",\n                                    \"value\": \"WLF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WF\",\n                                    \"alpha3\": \"WLF\",\n                                    \"numerical\": \"876\",\n                                    \"name\": \"Wallis and Futuna\"\n                                },\n                                {\n                                    \"text\": \"Western Sahara\",\n                                    \"value\": \"ESH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EH\",\n                                    \"alpha3\": \"ESH\",\n                                    \"numerical\": \"732\",\n                                    \"name\": \"Western Sahara\"\n                                },\n                                {\n                                    \"text\": \"Yemen\",\n                                    \"value\": \"YEM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YE\",\n                                    \"alpha3\": \"YEM\",\n                                    \"numerical\": \"887\",\n                                    \"name\": \"Yemen\"\n                                },\n                                {\n                                    \"text\": \"Zambia\",\n                                    \"value\": \"ZMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZM\",\n                                    \"alpha3\": \"ZMB\",\n                                    \"numerical\": \"894\",\n                                    \"name\": \"Zambia\"\n                                },\n                                {\n                                    \"text\": \"Zimbabwe\",\n                                    \"value\": \"ZWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZW\",\n                                    \"alpha3\": \"ZWE\",\n                                    \"numerical\": \"895\",\n                                    \"name\": \"Zimbabwe\"\n                                }\n                            ],\n                            \"type\": \"select\",\n                            \"index_weight\": 2\n                        },\n                        {\n                            \"guid\": \"mapping.user_citizenship_country_of_birth\",\n                            \"slug\": \"user-citizenship-country-of-birth\",\n                            \"data_type\": \"string\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Country of Birth\",\n                            \"name\": \"country_of_birth\",\n                            \"data_source\": \"data_source.country\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"alpha3\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"United States\",\n                                    \"value\": \"USA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"US\",\n                                    \"alpha3\": \"USA\",\n                                    \"numerical\": \"840\",\n                                    \"name\": \"United States\"\n                                },\n                                {\n                                    \"text\": \"Afghanistan\",\n                                    \"value\": \"AFG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AF\",\n                                    \"alpha3\": \"AFG\",\n                                    \"numerical\": \"004\",\n                                    \"name\": \"Afghanistan\"\n                                },\n                                {\n                                    \"text\": \"Åland Islands\",\n                                    \"value\": \"ALA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AX\",\n                                    \"alpha3\": \"ALA\",\n                                    \"numerical\": \"248\",\n                                    \"name\": \"Åland Islands\"\n                                },\n                                {\n                                    \"text\": \"Albania\",\n                                    \"value\": \"ALB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AL\",\n                                    \"alpha3\": \"ALB\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Albania\"\n                                },\n                                {\n                                    \"text\": \"Algeria\",\n                                    \"value\": \"DZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DZ\",\n                                    \"alpha3\": \"DZA\",\n                                    \"numerical\": \"012\",\n                                    \"name\": \"Algeria\"\n                                },\n                                {\n                                    \"text\": \"American Samoa\",\n                                    \"value\": \"ASM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AS\",\n                                    \"alpha3\": \"ASM\",\n                                    \"numerical\": \"016\",\n                                    \"name\": \"American Samoa\"\n                                },\n                                {\n                                    \"text\": \"Andorra\",\n                                    \"value\": \"AND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AD\",\n                                    \"alpha3\": \"AND\",\n                                    \"numerical\": \"020\",\n                                    \"name\": \"Andorra\"\n                                },\n                                {\n                                    \"text\": \"Angola\",\n                                    \"value\": \"AGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AO\",\n                                    \"alpha3\": \"AGO\",\n                                    \"numerical\": \"024\",\n                                    \"name\": \"Angola\"\n                                },\n                                {\n                                    \"text\": \"Anguilla\",\n                                    \"value\": \"AIA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AI\",\n                                    \"alpha3\": \"AIA\",\n                                    \"numerical\": \"660\",\n                                    \"name\": \"Anguilla\"\n                                },\n                                {\n                                    \"text\": \"Antarctica\",\n                                    \"value\": \"ATA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AQ\",\n                                    \"alpha3\": \"ATA\",\n                                    \"numerical\": \"010\",\n                                    \"name\": \"Antarctica\"\n                                },\n                                {\n                                    \"text\": \"Antigua and Barbuda\",\n                                    \"value\": \"ATG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AG\",\n                                    \"alpha3\": \"ATG\",\n                                    \"numerical\": \"028\",\n                                    \"name\": \"Antigua and Barbuda\"\n                                },\n                                {\n                                    \"text\": \"Argentina\",\n                                    \"value\": \"ARG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AR\",\n                                    \"alpha3\": \"ARG\",\n                                    \"numerical\": \"032\",\n                                    \"name\": \"Argentina\"\n                                },\n                                {\n                                    \"text\": \"Armenia\",\n                                    \"value\": \"ARM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AM\",\n                                    \"alpha3\": \"ARM\",\n                                    \"numerical\": \"051\",\n                                    \"name\": \"Armenia\"\n                                },\n                                {\n                                    \"text\": \"Aruba\",\n                                    \"value\": \"ABW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AW\",\n                                    \"alpha3\": \"ABW\",\n                                    \"numerical\": \"533\",\n                                    \"name\": \"Aruba\"\n                                },\n                                {\n                                    \"text\": \"Australia\",\n                                    \"value\": \"AUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AU\",\n                                    \"alpha3\": \"AUS\",\n                                    \"numerical\": \"036\",\n                                    \"name\": \"Australia\"\n                                },\n                                {\n                                    \"text\": \"Austria\",\n                                    \"value\": \"AUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AT\",\n                                    \"alpha3\": \"AUT\",\n                                    \"numerical\": \"040\",\n                                    \"name\": \"Austria\"\n                                },\n                                {\n                                    \"text\": \"Azerbaijan\",\n                                    \"value\": \"AZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AZ\",\n                                    \"alpha3\": \"AZE\",\n                                    \"numerical\": \"031\",\n                                    \"name\": \"Azerbaijan\"\n                                },\n                                {\n                                    \"text\": \"Bahamas\",\n                                    \"value\": \"BHS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BS\",\n                                    \"alpha3\": \"BHS\",\n                                    \"numerical\": \"044\",\n                                    \"name\": \"Bahamas\"\n                                },\n                                {\n                                    \"text\": \"Bahrain\",\n                                    \"value\": \"BHR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BH\",\n                                    \"alpha3\": \"BHR\",\n                                    \"numerical\": \"048\",\n                                    \"name\": \"Bahrain\"\n                                },\n                                {\n                                    \"text\": \"Bangladesh\",\n                                    \"value\": \"BGD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BD\",\n                                    \"alpha3\": \"BGD\",\n                                    \"numerical\": \"050\",\n                                    \"name\": \"Bangladesh\"\n                                },\n                                {\n                                    \"text\": \"Barbados\",\n                                    \"value\": \"BRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BB\",\n                                    \"alpha3\": \"BRB\",\n                                    \"numerical\": \"052\",\n                                    \"name\": \"Barbados\"\n                                },\n                                {\n                                    \"text\": \"Belarus\",\n                                    \"value\": \"BLR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BY\",\n                                    \"alpha3\": \"BLR\",\n                                    \"numerical\": \"112\",\n                                    \"name\": \"Belarus\"\n                                },\n                                {\n                                    \"text\": \"Belgium\",\n                                    \"value\": \"BEL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BE\",\n                                    \"alpha3\": \"BEL\",\n                                    \"numerical\": \"056\",\n                                    \"name\": \"Belgium\"\n                                },\n                                {\n                                    \"text\": \"Belize\",\n                                    \"value\": \"BLZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BZ\",\n                                    \"alpha3\": \"BLZ\",\n                                    \"numerical\": \"084\",\n                                    \"name\": \"Belize\"\n                                },\n                                {\n                                    \"text\": \"Benin\",\n                                    \"value\": \"BEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BJ\",\n                                    \"alpha3\": \"BEN\",\n                                    \"numerical\": \"204\",\n                                    \"name\": \"Benin\"\n                                },\n                                {\n                                    \"text\": \"Bermuda\",\n                                    \"value\": \"BMU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BM\",\n                                    \"alpha3\": \"BMU\",\n                                    \"numerical\": \"060\",\n                                    \"name\": \"Bermuda\"\n                                },\n                                {\n                                    \"text\": \"Bhutan\",\n                                    \"value\": \"BTN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BT\",\n                                    \"alpha3\": \"BTN\",\n                                    \"numerical\": \"064\",\n                                    \"name\": \"Bhutan\"\n                                },\n                                {\n                                    \"text\": \"Bolivia,Plurinational State of\",\n                                    \"value\": \"BOL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BO\",\n                                    \"alpha3\": \"BOL\",\n                                    \"numerical\": \"068\",\n                                    \"name\": \"Bolivia,Plurinational State of\"\n                                },\n                                {\n                                    \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                    \"value\": \"BES\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BQ\",\n                                    \"alpha3\": \"BES\",\n                                    \"numerical\": \"535\",\n                                    \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                },\n                                {\n                                    \"text\": \"Bosnia and Herzegovina\",\n                                    \"value\": \"BIH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BA\",\n                                    \"alpha3\": \"BIH\",\n                                    \"numerical\": \"070\",\n                                    \"name\": \"Bosnia and Herzegovina\"\n                                },\n                                {\n                                    \"text\": \"Botswana\",\n                                    \"value\": \"BWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BW\",\n                                    \"alpha3\": \"BWA\",\n                                    \"numerical\": \"072\",\n                                    \"name\": \"Botswana\"\n                                },\n                                {\n                                    \"text\": \"Bouvet Island\",\n                                    \"value\": \"BVT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BV\",\n                                    \"alpha3\": \"BVT\",\n                                    \"numerical\": \"074\",\n                                    \"name\": \"Bouvet Island\"\n                                },\n                                {\n                                    \"text\": \"Brazil\",\n                                    \"value\": \"BRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BR\",\n                                    \"alpha3\": \"BRA\",\n                                    \"numerical\": \"076\",\n                                    \"name\": \"Brazil\"\n                                },\n                                {\n                                    \"text\": \"British Indian Ocean Territory\",\n                                    \"value\": \"IOT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IO\",\n                                    \"alpha3\": \"IOT\",\n                                    \"numerical\": \"086\",\n                                    \"name\": \"British Indian Ocean Territory\"\n                                },\n                                {\n                                    \"text\": \"Brunei Darussalam\",\n                                    \"value\": \"BRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BN\",\n                                    \"alpha3\": \"BRN\",\n                                    \"numerical\": \"096\",\n                                    \"name\": \"Brunei Darussalam\"\n                                },\n                                {\n                                    \"text\": \"Bulgaria\",\n                                    \"value\": \"BGR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BG\",\n                                    \"alpha3\": \"BGR\",\n                                    \"numerical\": \"100\",\n                                    \"name\": \"Bulgaria\"\n                                },\n                                {\n                                    \"text\": \"Burkina Faso\",\n                                    \"value\": \"BFA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BF\",\n                                    \"alpha3\": \"BFA\",\n                                    \"numerical\": \"854\",\n                                    \"name\": \"Burkina Faso\"\n                                },\n                                {\n                                    \"text\": \"Burundi\",\n                                    \"value\": \"BDI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BI\",\n                                    \"alpha3\": \"BDI\",\n                                    \"numerical\": \"108\",\n                                    \"name\": \"Burundi\"\n                                },\n                                {\n                                    \"text\": \"Cabo Verde\",\n                                    \"value\": \"CPV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CV\",\n                                    \"alpha3\": \"CPV\",\n                                    \"numerical\": \"132\",\n                                    \"name\": \"Cabo Verde\"\n                                },\n                                {\n                                    \"text\": \"Cambodia\",\n                                    \"value\": \"KHM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KH\",\n                                    \"alpha3\": \"KHM\",\n                                    \"numerical\": \"116\",\n                                    \"name\": \"Cambodia\"\n                                },\n                                {\n                                    \"text\": \"Cameroon\",\n                                    \"value\": \"CMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CM\",\n                                    \"alpha3\": \"CMR\",\n                                    \"numerical\": \"120\",\n                                    \"name\": \"Cameroon\"\n                                },\n                                {\n                                    \"text\": \"Canada\",\n                                    \"value\": \"CAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CA\",\n                                    \"alpha3\": \"CAN\",\n                                    \"numerical\": \"124\",\n                                    \"name\": \"Canada\"\n                                },\n                                {\n                                    \"text\": \"Cayman Islands\",\n                                    \"value\": \"CYM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KY\",\n                                    \"alpha3\": \"CYM\",\n                                    \"numerical\": \"136\",\n                                    \"name\": \"Cayman Islands\"\n                                },\n                                {\n                                    \"text\": \"Central African Republic\",\n                                    \"value\": \"CAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CF\",\n                                    \"alpha3\": \"CAF\",\n                                    \"numerical\": \"140\",\n                                    \"name\": \"Central African Republic\"\n                                },\n                                {\n                                    \"text\": \"Chad\",\n                                    \"value\": \"TCD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TD\",\n                                    \"alpha3\": \"TCD\",\n                                    \"numerical\": \"148\",\n                                    \"name\": \"Chad\"\n                                },\n                                {\n                                    \"text\": \"Chile\",\n                                    \"value\": \"CHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CL\",\n                                    \"alpha3\": \"CHL\",\n                                    \"numerical\": \"152\",\n                                    \"name\": \"Chile\"\n                                },\n                                {\n                                    \"text\": \"China\",\n                                    \"value\": \"CHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CN\",\n                                    \"alpha3\": \"CHN\",\n                                    \"numerical\": \"156\",\n                                    \"name\": \"China\"\n                                },\n                                {\n                                    \"text\": \"Christmas Island\",\n                                    \"value\": \"CXR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CX\",\n                                    \"alpha3\": \"CXR\",\n                                    \"numerical\": \"162\",\n                                    \"name\": \"Christmas Island\"\n                                },\n                                {\n                                    \"text\": \"Cocos (Keeling) Islands\",\n                                    \"value\": \"CCK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CC\",\n                                    \"alpha3\": \"CCK\",\n                                    \"numerical\": \"166\",\n                                    \"name\": \"Cocos (Keeling) Islands\"\n                                },\n                                {\n                                    \"text\": \"Colombia\",\n                                    \"value\": \"COL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CO\",\n                                    \"alpha3\": \"COL\",\n                                    \"numerical\": \"170\",\n                                    \"name\": \"Colombia\"\n                                },\n                                {\n                                    \"text\": \"Comoros\",\n                                    \"value\": \"COM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KM\",\n                                    \"alpha3\": \"COM\",\n                                    \"numerical\": \"174\",\n                                    \"name\": \"Comoros\"\n                                },\n                                {\n                                    \"text\": \"Congo\",\n                                    \"value\": \"COG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CG\",\n                                    \"alpha3\": \"COG\",\n                                    \"numerical\": \"178\",\n                                    \"name\": \"Congo\"\n                                },\n                                {\n                                    \"text\": \"Congo,the Democratic Republic of the\",\n                                    \"value\": \"COD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CD\",\n                                    \"alpha3\": \"COD\",\n                                    \"numerical\": \"180\",\n                                    \"name\": \"Congo,the Democratic Republic of the\"\n                                },\n                                {\n                                    \"text\": \"Cook Islands\",\n                                    \"value\": \"COK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CK\",\n                                    \"alpha3\": \"COK\",\n                                    \"numerical\": \"184\",\n                                    \"name\": \"Cook Islands\"\n                                },\n                                {\n                                    \"text\": \"Costa Rica\",\n                                    \"value\": \"CRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CR\",\n                                    \"alpha3\": \"CRI\",\n                                    \"numerical\": \"188\",\n                                    \"name\": \"Costa Rica\"\n                                },\n                                {\n                                    \"text\": \"Côte d'Ivoire\",\n                                    \"value\": \"CIV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CI\",\n                                    \"alpha3\": \"CIV\",\n                                    \"numerical\": \"384\",\n                                    \"name\": \"Côte d'Ivoire\"\n                                },\n                                {\n                                    \"text\": \"Croatia\",\n                                    \"value\": \"HRV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HR\",\n                                    \"alpha3\": \"HRV\",\n                                    \"numerical\": \"191\",\n                                    \"name\": \"Croatia\"\n                                },\n                                {\n                                    \"text\": \"Cuba\",\n                                    \"value\": \"CUB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CU\",\n                                    \"alpha3\": \"CUB\",\n                                    \"numerical\": \"192\",\n                                    \"name\": \"Cuba\"\n                                },\n                                {\n                                    \"text\": \"Curaçao\",\n                                    \"value\": \"CUW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CW\",\n                                    \"alpha3\": \"CUW\",\n                                    \"numerical\": \"531\",\n                                    \"name\": \"Curaçao\"\n                                },\n                                {\n                                    \"text\": \"Cyprus\",\n                                    \"value\": \"CYP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CY\",\n                                    \"alpha3\": \"CYP\",\n                                    \"numerical\": \"196\",\n                                    \"name\": \"Cyprus\"\n                                },\n                                {\n                                    \"text\": \"Czech Republic\",\n                                    \"value\": \"CZE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CZ\",\n                                    \"alpha3\": \"CZE\",\n                                    \"numerical\": \"203\",\n                                    \"name\": \"Czech Republic\"\n                                },\n                                {\n                                    \"text\": \"Denmark\",\n                                    \"value\": \"DNK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DK\",\n                                    \"alpha3\": \"DNK\",\n                                    \"numerical\": \"208\",\n                                    \"name\": \"Denmark\"\n                                },\n                                {\n                                    \"text\": \"Djibouti\",\n                                    \"value\": \"DJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DJ\",\n                                    \"alpha3\": \"DJI\",\n                                    \"numerical\": \"262\",\n                                    \"name\": \"Djibouti\"\n                                },\n                                {\n                                    \"text\": \"Dominica\",\n                                    \"value\": \"DMA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DM\",\n                                    \"alpha3\": \"DMA\",\n                                    \"numerical\": \"212\",\n                                    \"name\": \"Dominica\"\n                                },\n                                {\n                                    \"text\": \"Dominican Republic\",\n                                    \"value\": \"DOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DO\",\n                                    \"alpha3\": \"DOM\",\n                                    \"numerical\": \"214\",\n                                    \"name\": \"Dominican Republic\"\n                                },\n                                {\n                                    \"text\": \"Ecuador\",\n                                    \"value\": \"ECU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EC\",\n                                    \"alpha3\": \"ECU\",\n                                    \"numerical\": \"218\",\n                                    \"name\": \"Ecuador\"\n                                },\n                                {\n                                    \"text\": \"Egypt\",\n                                    \"value\": \"EGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EG\",\n                                    \"alpha3\": \"EGY\",\n                                    \"numerical\": \"818\",\n                                    \"name\": \"Egypt\"\n                                },\n                                {\n                                    \"text\": \"El Salvador\",\n                                    \"value\": \"SLV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SV\",\n                                    \"alpha3\": \"SLV\",\n                                    \"numerical\": \"222\",\n                                    \"name\": \"El Salvador\"\n                                },\n                                {\n                                    \"text\": \"Equatorial Guinea\",\n                                    \"value\": \"GNQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GQ\",\n                                    \"alpha3\": \"GNQ\",\n                                    \"numerical\": \"226\",\n                                    \"name\": \"Equatorial Guinea\"\n                                },\n                                {\n                                    \"text\": \"Eritrea\",\n                                    \"value\": \"ERI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ER\",\n                                    \"alpha3\": \"ERI\",\n                                    \"numerical\": \"232\",\n                                    \"name\": \"Eritrea\"\n                                },\n                                {\n                                    \"text\": \"Estonia\",\n                                    \"value\": \"EST\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EE\",\n                                    \"alpha3\": \"EST\",\n                                    \"numerical\": \"233\",\n                                    \"name\": \"Estonia\"\n                                },\n                                {\n                                    \"text\": \"Ethiopia\",\n                                    \"value\": \"ETH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ET\",\n                                    \"alpha3\": \"ETH\",\n                                    \"numerical\": \"231\",\n                                    \"name\": \"Ethiopia\"\n                                },\n                                {\n                                    \"text\": \"Falkland Islands (Malvinas)\",\n                                    \"value\": \"FLK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FK\",\n                                    \"alpha3\": \"FLK\",\n                                    \"numerical\": \"238\",\n                                    \"name\": \"Falkland Islands (Malvinas)\"\n                                },\n                                {\n                                    \"text\": \"Faroe Islands\",\n                                    \"value\": \"FRO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FO\",\n                                    \"alpha3\": \"FRO\",\n                                    \"numerical\": \"234\",\n                                    \"name\": \"Faroe Islands\"\n                                },\n                                {\n                                    \"text\": \"Fiji\",\n                                    \"value\": \"FJI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FJ\",\n                                    \"alpha3\": \"FJI\",\n                                    \"numerical\": \"242\",\n                                    \"name\": \"Fiji\"\n                                },\n                                {\n                                    \"text\": \"Finland\",\n                                    \"value\": \"FIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FI\",\n                                    \"alpha3\": \"FIN\",\n                                    \"numerical\": \"246\",\n                                    \"name\": \"Finland\"\n                                },\n                                {\n                                    \"text\": \"France\",\n                                    \"value\": \"FRA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FR\",\n                                    \"alpha3\": \"FRA\",\n                                    \"numerical\": \"250\",\n                                    \"name\": \"France\"\n                                },\n                                {\n                                    \"text\": \"French Guiana\",\n                                    \"value\": \"GUF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GF\",\n                                    \"alpha3\": \"GUF\",\n                                    \"numerical\": \"254\",\n                                    \"name\": \"French Guiana\"\n                                },\n                                {\n                                    \"text\": \"French Polynesia\",\n                                    \"value\": \"PYF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PF\",\n                                    \"alpha3\": \"PYF\",\n                                    \"numerical\": \"258\",\n                                    \"name\": \"French Polynesia\"\n                                },\n                                {\n                                    \"text\": \"French Southern Territories\",\n                                    \"value\": \"ATF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TF\",\n                                    \"alpha3\": \"ATF\",\n                                    \"numerical\": \"260\",\n                                    \"name\": \"French Southern Territories\"\n                                },\n                                {\n                                    \"text\": \"Gabon\",\n                                    \"value\": \"GAB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GA\",\n                                    \"alpha3\": \"GAB\",\n                                    \"numerical\": \"266\",\n                                    \"name\": \"Gabon\"\n                                },\n                                {\n                                    \"text\": \"Gambia\",\n                                    \"value\": \"GMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GM\",\n                                    \"alpha3\": \"GMB\",\n                                    \"numerical\": \"270\",\n                                    \"name\": \"Gambia\"\n                                },\n                                {\n                                    \"text\": \"Georgia\",\n                                    \"value\": \"GEO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GE\",\n                                    \"alpha3\": \"GEO\",\n                                    \"numerical\": \"268\",\n                                    \"name\": \"Georgia\"\n                                },\n                                {\n                                    \"text\": \"Germany\",\n                                    \"value\": \"DEU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"DE\",\n                                    \"alpha3\": \"DEU\",\n                                    \"numerical\": \"276\",\n                                    \"name\": \"Germany\"\n                                },\n                                {\n                                    \"text\": \"Ghana\",\n                                    \"value\": \"GHA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GH\",\n                                    \"alpha3\": \"GHA\",\n                                    \"numerical\": \"288\",\n                                    \"name\": \"Ghana\"\n                                },\n                                {\n                                    \"text\": \"Gibraltar\",\n                                    \"value\": \"GIB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GI\",\n                                    \"alpha3\": \"GIB\",\n                                    \"numerical\": \"292\",\n                                    \"name\": \"Gibraltar\"\n                                },\n                                {\n                                    \"text\": \"Greece\",\n                                    \"value\": \"GRC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GR\",\n                                    \"alpha3\": \"GRC\",\n                                    \"numerical\": \"300\",\n                                    \"name\": \"Greece\"\n                                },\n                                {\n                                    \"text\": \"Greenland\",\n                                    \"value\": \"GRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GL\",\n                                    \"alpha3\": \"GRL\",\n                                    \"numerical\": \"304\",\n                                    \"name\": \"Greenland\"\n                                },\n                                {\n                                    \"text\": \"Grenada\",\n                                    \"value\": \"GRD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GD\",\n                                    \"alpha3\": \"GRD\",\n                                    \"numerical\": \"308\",\n                                    \"name\": \"Grenada\"\n                                },\n                                {\n                                    \"text\": \"Guadeloupe\",\n                                    \"value\": \"GLP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GP\",\n                                    \"alpha3\": \"GLP\",\n                                    \"numerical\": \"312\",\n                                    \"name\": \"Guadeloupe\"\n                                },\n                                {\n                                    \"text\": \"Guam\",\n                                    \"value\": \"GUM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GU\",\n                                    \"alpha3\": \"GUM\",\n                                    \"numerical\": \"316\",\n                                    \"name\": \"Guam\"\n                                },\n                                {\n                                    \"text\": \"Guatemala\",\n                                    \"value\": \"GTM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GT\",\n                                    \"alpha3\": \"GTM\",\n                                    \"numerical\": \"320\",\n                                    \"name\": \"Guatemala\"\n                                },\n                                {\n                                    \"text\": \"Guernsey\",\n                                    \"value\": \"GGY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GG\",\n                                    \"alpha3\": \"GGY\",\n                                    \"numerical\": \"831\",\n                                    \"name\": \"Guernsey\"\n                                },\n                                {\n                                    \"text\": \"Guinea\",\n                                    \"value\": \"GIN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GN\",\n                                    \"alpha3\": \"GIN\",\n                                    \"numerical\": \"324\",\n                                    \"name\": \"Guinea\"\n                                },\n                                {\n                                    \"text\": \"Guinea-Bissau\",\n                                    \"value\": \"GNB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GW\",\n                                    \"alpha3\": \"GNB\",\n                                    \"numerical\": \"624\",\n                                    \"name\": \"Guinea-Bissau\"\n                                },\n                                {\n                                    \"text\": \"Guyana\",\n                                    \"value\": \"GUY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GY\",\n                                    \"alpha3\": \"GUY\",\n                                    \"numerical\": \"328\",\n                                    \"name\": \"Guyana\"\n                                },\n                                {\n                                    \"text\": \"Haiti\",\n                                    \"value\": \"HTI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HT\",\n                                    \"alpha3\": \"HTI\",\n                                    \"numerical\": \"332\",\n                                    \"name\": \"Haiti\"\n                                },\n                                {\n                                    \"text\": \"Heard Island and McDonald Islands\",\n                                    \"value\": \"HMD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HM\",\n                                    \"alpha3\": \"HMD\",\n                                    \"numerical\": \"334\",\n                                    \"name\": \"Heard Island and McDonald Islands\"\n                                },\n                                {\n                                    \"text\": \"Holy See (Vatican City State)\",\n                                    \"value\": \"VAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VA\",\n                                    \"alpha3\": \"VAT\",\n                                    \"numerical\": \"336\",\n                                    \"name\": \"Holy See (Vatican City State)\"\n                                },\n                                {\n                                    \"text\": \"Honduras\",\n                                    \"value\": \"HND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HN\",\n                                    \"alpha3\": \"HND\",\n                                    \"numerical\": \"340\",\n                                    \"name\": \"Honduras\"\n                                },\n                                {\n                                    \"text\": \"Hong Kong\",\n                                    \"value\": \"HKG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HK\",\n                                    \"alpha3\": \"HKG\",\n                                    \"numerical\": \"344\",\n                                    \"name\": \"Hong Kong\"\n                                },\n                                {\n                                    \"text\": \"Hungary\",\n                                    \"value\": \"HUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"HU\",\n                                    \"alpha3\": \"HUN\",\n                                    \"numerical\": \"348\",\n                                    \"name\": \"Hungary\"\n                                },\n                                {\n                                    \"text\": \"Iceland\",\n                                    \"value\": \"ISL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IS\",\n                                    \"alpha3\": \"ISL\",\n                                    \"numerical\": \"352\",\n                                    \"name\": \"Iceland\"\n                                },\n                                {\n                                    \"text\": \"India\",\n                                    \"value\": \"IND\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IN\",\n                                    \"alpha3\": \"IND\",\n                                    \"numerical\": \"356\",\n                                    \"name\": \"India\"\n                                },\n                                {\n                                    \"text\": \"Indonesia\",\n                                    \"value\": \"IDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ID\",\n                                    \"alpha3\": \"IDN\",\n                                    \"numerical\": \"360\",\n                                    \"name\": \"Indonesia\"\n                                },\n                                {\n                                    \"text\": \"Iran,Islamic Republic of\",\n                                    \"value\": \"IRN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IR\",\n                                    \"alpha3\": \"IRN\",\n                                    \"numerical\": \"364\",\n                                    \"name\": \"Iran,Islamic Republic of\"\n                                },\n                                {\n                                    \"text\": \"Iraq\",\n                                    \"value\": \"IRQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IQ\",\n                                    \"alpha3\": \"IRQ\",\n                                    \"numerical\": \"368\",\n                                    \"name\": \"Iraq\"\n                                },\n                                {\n                                    \"text\": \"Ireland\",\n                                    \"value\": \"IRL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IE\",\n                                    \"alpha3\": \"IRL\",\n                                    \"numerical\": \"372\",\n                                    \"name\": \"Ireland\"\n                                },\n                                {\n                                    \"text\": \"Isle of Man\",\n                                    \"value\": \"IMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IM\",\n                                    \"alpha3\": \"IMN\",\n                                    \"numerical\": \"833\",\n                                    \"name\": \"Isle of Man\"\n                                },\n                                {\n                                    \"text\": \"Israel\",\n                                    \"value\": \"ISR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IL\",\n                                    \"alpha3\": \"ISR\",\n                                    \"numerical\": \"376\",\n                                    \"name\": \"Israel\"\n                                },\n                                {\n                                    \"text\": \"Italy\",\n                                    \"value\": \"ITA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"IT\",\n                                    \"alpha3\": \"ITA\",\n                                    \"numerical\": \"380\",\n                                    \"name\": \"Italy\"\n                                },\n                                {\n                                    \"text\": \"Jamaica\",\n                                    \"value\": \"JAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JM\",\n                                    \"alpha3\": \"JAM\",\n                                    \"numerical\": \"388\",\n                                    \"name\": \"Jamaica\"\n                                },\n                                {\n                                    \"text\": \"Japan\",\n                                    \"value\": \"JPN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JP\",\n                                    \"alpha3\": \"JPN\",\n                                    \"numerical\": \"392\",\n                                    \"name\": \"Japan\"\n                                },\n                                {\n                                    \"text\": \"Jersey\",\n                                    \"value\": \"JEY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JE\",\n                                    \"alpha3\": \"JEY\",\n                                    \"numerical\": \"832\",\n                                    \"name\": \"Jersey\"\n                                },\n                                {\n                                    \"text\": \"Jordan\",\n                                    \"value\": \"JOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"JO\",\n                                    \"alpha3\": \"JOR\",\n                                    \"numerical\": \"400\",\n                                    \"name\": \"Jordan\"\n                                },\n                                {\n                                    \"text\": \"Kazakhstan\",\n                                    \"value\": \"KAZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KZ\",\n                                    \"alpha3\": \"KAZ\",\n                                    \"numerical\": \"398\",\n                                    \"name\": \"Kazakhstan\"\n                                },\n                                {\n                                    \"text\": \"Kenya\",\n                                    \"value\": \"KEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KE\",\n                                    \"alpha3\": \"KEN\",\n                                    \"numerical\": \"404\",\n                                    \"name\": \"Kenya\"\n                                },\n                                {\n                                    \"text\": \"Kiribati\",\n                                    \"value\": \"KIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KI\",\n                                    \"alpha3\": \"KIR\",\n                                    \"numerical\": \"296\",\n                                    \"name\": \"Kiribati\"\n                                },\n                                {\n                                    \"text\": \"Korea,Democratic People's Republic of\",\n                                    \"value\": \"PRK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KP\",\n                                    \"alpha3\": \"PRK\",\n                                    \"numerical\": \"408\",\n                                    \"name\": \"Korea,Democratic People's Republic of\"\n                                },\n                                {\n                                    \"text\": \"Korea,Republic of\",\n                                    \"value\": \"KOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KR\",\n                                    \"alpha3\": \"KOR\",\n                                    \"numerical\": \"410\",\n                                    \"name\": \"Korea,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kosovo,Republic of\",\n                                    \"value\": \"XKK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"XK\",\n                                    \"alpha3\": \"XKK\",\n                                    \"numerical\": \"008\",\n                                    \"name\": \"Kosovo,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Kuwait\",\n                                    \"value\": \"KWT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KW\",\n                                    \"alpha3\": \"KWT\",\n                                    \"numerical\": \"414\",\n                                    \"name\": \"Kuwait\"\n                                },\n                                {\n                                    \"text\": \"Kyrgyzstan\",\n                                    \"value\": \"KGZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KG\",\n                                    \"alpha3\": \"KGZ\",\n                                    \"numerical\": \"417\",\n                                    \"name\": \"Kyrgyzstan\"\n                                },\n                                {\n                                    \"text\": \"Lao People's Democratic Republic\",\n                                    \"value\": \"LAO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LA\",\n                                    \"alpha3\": \"LAO\",\n                                    \"numerical\": \"418\",\n                                    \"name\": \"Lao People's Democratic Republic\"\n                                },\n                                {\n                                    \"text\": \"Latvia\",\n                                    \"value\": \"LVA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LV\",\n                                    \"alpha3\": \"LVA\",\n                                    \"numerical\": \"428\",\n                                    \"name\": \"Latvia\"\n                                },\n                                {\n                                    \"text\": \"Lebanon\",\n                                    \"value\": \"LBN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LB\",\n                                    \"alpha3\": \"LBN\",\n                                    \"numerical\": \"422\",\n                                    \"name\": \"Lebanon\"\n                                },\n                                {\n                                    \"text\": \"Lesotho\",\n                                    \"value\": \"LSO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LS\",\n                                    \"alpha3\": \"LSO\",\n                                    \"numerical\": \"426\",\n                                    \"name\": \"Lesotho\"\n                                },\n                                {\n                                    \"text\": \"Liberia\",\n                                    \"value\": \"LBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LR\",\n                                    \"alpha3\": \"LBR\",\n                                    \"numerical\": \"430\",\n                                    \"name\": \"Liberia\"\n                                },\n                                {\n                                    \"text\": \"Libya\",\n                                    \"value\": \"LBY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LY\",\n                                    \"alpha3\": \"LBY\",\n                                    \"numerical\": \"434\",\n                                    \"name\": \"Libya\"\n                                },\n                                {\n                                    \"text\": \"Liechtenstein\",\n                                    \"value\": \"LIE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LI\",\n                                    \"alpha3\": \"LIE\",\n                                    \"numerical\": \"438\",\n                                    \"name\": \"Liechtenstein\"\n                                },\n                                {\n                                    \"text\": \"Lithuania\",\n                                    \"value\": \"LTU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LT\",\n                                    \"alpha3\": \"LTU\",\n                                    \"numerical\": \"440\",\n                                    \"name\": \"Lithuania\"\n                                },\n                                {\n                                    \"text\": \"Luxembourg\",\n                                    \"value\": \"LUX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LU\",\n                                    \"alpha3\": \"LUX\",\n                                    \"numerical\": \"442\",\n                                    \"name\": \"Luxembourg\"\n                                },\n                                {\n                                    \"text\": \"Macao\",\n                                    \"value\": \"MAC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MO\",\n                                    \"alpha3\": \"MAC\",\n                                    \"numerical\": \"446\",\n                                    \"name\": \"Macao\"\n                                },\n                                {\n                                    \"text\": \"North Macedonia\",\n                                    \"value\": \"MKD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MK\",\n                                    \"alpha3\": \"MKD\",\n                                    \"numerical\": \"807\",\n                                    \"name\": \"North Macedonia\"\n                                },\n                                {\n                                    \"text\": \"Madagascar\",\n                                    \"value\": \"MDG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MG\",\n                                    \"alpha3\": \"MDG\",\n                                    \"numerical\": \"450\",\n                                    \"name\": \"Madagascar\"\n                                },\n                                {\n                                    \"text\": \"Malawi\",\n                                    \"value\": \"MWI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MW\",\n                                    \"alpha3\": \"MWI\",\n                                    \"numerical\": \"454\",\n                                    \"name\": \"Malawi\"\n                                },\n                                {\n                                    \"text\": \"Malaysia\",\n                                    \"value\": \"MYS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MY\",\n                                    \"alpha3\": \"MYS\",\n                                    \"numerical\": \"458\",\n                                    \"name\": \"Malaysia\"\n                                },\n                                {\n                                    \"text\": \"Maldives\",\n                                    \"value\": \"MDV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MV\",\n                                    \"alpha3\": \"MDV\",\n                                    \"numerical\": \"462\",\n                                    \"name\": \"Maldives\"\n                                },\n                                {\n                                    \"text\": \"Mali\",\n                                    \"value\": \"MLI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ML\",\n                                    \"alpha3\": \"MLI\",\n                                    \"numerical\": \"466\",\n                                    \"name\": \"Mali\"\n                                },\n                                {\n                                    \"text\": \"Malta\",\n                                    \"value\": \"MLT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MT\",\n                                    \"alpha3\": \"MLT\",\n                                    \"numerical\": \"470\",\n                                    \"name\": \"Malta\"\n                                },\n                                {\n                                    \"text\": \"Marshall Islands\",\n                                    \"value\": \"MHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MH\",\n                                    \"alpha3\": \"MHL\",\n                                    \"numerical\": \"584\",\n                                    \"name\": \"Marshall Islands\"\n                                },\n                                {\n                                    \"text\": \"Martinique\",\n                                    \"value\": \"MTQ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MQ\",\n                                    \"alpha3\": \"MTQ\",\n                                    \"numerical\": \"474\",\n                                    \"name\": \"Martinique\"\n                                },\n                                {\n                                    \"text\": \"Mauritania\",\n                                    \"value\": \"MRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MR\",\n                                    \"alpha3\": \"MRT\",\n                                    \"numerical\": \"478\",\n                                    \"name\": \"Mauritania\"\n                                },\n                                {\n                                    \"text\": \"Mauritius\",\n                                    \"value\": \"MUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MU\",\n                                    \"alpha3\": \"MUS\",\n                                    \"numerical\": \"480\",\n                                    \"name\": \"Mauritius\"\n                                },\n                                {\n                                    \"text\": \"Mayotte\",\n                                    \"value\": \"MYT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YT\",\n                                    \"alpha3\": \"MYT\",\n                                    \"numerical\": \"175\",\n                                    \"name\": \"Mayotte\"\n                                },\n                                {\n                                    \"text\": \"Mexico\",\n                                    \"value\": \"MEX\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MX\",\n                                    \"alpha3\": \"MEX\",\n                                    \"numerical\": \"484\",\n                                    \"name\": \"Mexico\"\n                                },\n                                {\n                                    \"text\": \"Micronesia,Federated States of\",\n                                    \"value\": \"FSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"FM\",\n                                    \"alpha3\": \"FSM\",\n                                    \"numerical\": \"583\",\n                                    \"name\": \"Micronesia,Federated States of\"\n                                },\n                                {\n                                    \"text\": \"Moldova,Republic of\",\n                                    \"value\": \"MDA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MD\",\n                                    \"alpha3\": \"MDA\",\n                                    \"numerical\": \"498\",\n                                    \"name\": \"Moldova,Republic of\"\n                                },\n                                {\n                                    \"text\": \"Monaco\",\n                                    \"value\": \"MCO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MC\",\n                                    \"alpha3\": \"MCO\",\n                                    \"numerical\": \"492\",\n                                    \"name\": \"Monaco\"\n                                },\n                                {\n                                    \"text\": \"Mongolia\",\n                                    \"value\": \"MNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MN\",\n                                    \"alpha3\": \"MNG\",\n                                    \"numerical\": \"496\",\n                                    \"name\": \"Mongolia\"\n                                },\n                                {\n                                    \"text\": \"Montenegro\",\n                                    \"value\": \"MNE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ME\",\n                                    \"alpha3\": \"MNE\",\n                                    \"numerical\": \"499\",\n                                    \"name\": \"Montenegro\"\n                                },\n                                {\n                                    \"text\": \"Montserrat\",\n                                    \"value\": \"MSR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MS\",\n                                    \"alpha3\": \"MSR\",\n                                    \"numerical\": \"500\",\n                                    \"name\": \"Montserrat\"\n                                },\n                                {\n                                    \"text\": \"Morocco\",\n                                    \"value\": \"MAR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MA\",\n                                    \"alpha3\": \"MAR\",\n                                    \"numerical\": \"504\",\n                                    \"name\": \"Morocco\"\n                                },\n                                {\n                                    \"text\": \"Mozambique\",\n                                    \"value\": \"MOZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MZ\",\n                                    \"alpha3\": \"MOZ\",\n                                    \"numerical\": \"508\",\n                                    \"name\": \"Mozambique\"\n                                },\n                                {\n                                    \"text\": \"Myanmar\",\n                                    \"value\": \"MMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MM\",\n                                    \"alpha3\": \"MMR\",\n                                    \"numerical\": \"104\",\n                                    \"name\": \"Myanmar\"\n                                },\n                                {\n                                    \"text\": \"Namibia\",\n                                    \"value\": \"NAM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NA\",\n                                    \"alpha3\": \"NAM\",\n                                    \"numerical\": \"516\",\n                                    \"name\": \"Namibia\"\n                                },\n                                {\n                                    \"text\": \"Nauru\",\n                                    \"value\": \"NRU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NR\",\n                                    \"alpha3\": \"NRU\",\n                                    \"numerical\": \"520\",\n                                    \"name\": \"Nauru\"\n                                },\n                                {\n                                    \"text\": \"Nepal\",\n                                    \"value\": \"NPL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NP\",\n                                    \"alpha3\": \"NPL\",\n                                    \"numerical\": \"524\",\n                                    \"name\": \"Nepal\"\n                                },\n                                {\n                                    \"text\": \"Netherlands\",\n                                    \"value\": \"NLD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NL\",\n                                    \"alpha3\": \"NLD\",\n                                    \"numerical\": \"528\",\n                                    \"name\": \"Netherlands\"\n                                },\n                                {\n                                    \"text\": \"New Caledonia\",\n                                    \"value\": \"NCL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NC\",\n                                    \"alpha3\": \"NCL\",\n                                    \"numerical\": \"540\",\n                                    \"name\": \"New Caledonia\"\n                                },\n                                {\n                                    \"text\": \"New Zealand\",\n                                    \"value\": \"NZL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NZ\",\n                                    \"alpha3\": \"NZL\",\n                                    \"numerical\": \"554\",\n                                    \"name\": \"New Zealand\"\n                                },\n                                {\n                                    \"text\": \"Nicaragua\",\n                                    \"value\": \"NIC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NI\",\n                                    \"alpha3\": \"NIC\",\n                                    \"numerical\": \"558\",\n                                    \"name\": \"Nicaragua\"\n                                },\n                                {\n                                    \"text\": \"Niger\",\n                                    \"value\": \"NER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NE\",\n                                    \"alpha3\": \"NER\",\n                                    \"numerical\": \"562\",\n                                    \"name\": \"Niger\"\n                                },\n                                {\n                                    \"text\": \"Nigeria\",\n                                    \"value\": \"NGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NG\",\n                                    \"alpha3\": \"NGA\",\n                                    \"numerical\": \"566\",\n                                    \"name\": \"Nigeria\"\n                                },\n                                {\n                                    \"text\": \"Niue\",\n                                    \"value\": \"NIU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NU\",\n                                    \"alpha3\": \"NIU\",\n                                    \"numerical\": \"570\",\n                                    \"name\": \"Niue\"\n                                },\n                                {\n                                    \"text\": \"Norfolk Island\",\n                                    \"value\": \"NFK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NF\",\n                                    \"alpha3\": \"NFK\",\n                                    \"numerical\": \"574\",\n                                    \"name\": \"Norfolk Island\"\n                                },\n                                {\n                                    \"text\": \"Northern Mariana Islands\",\n                                    \"value\": \"MNP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MP\",\n                                    \"alpha3\": \"MNP\",\n                                    \"numerical\": \"580\",\n                                    \"name\": \"Northern Mariana Islands\"\n                                },\n                                {\n                                    \"text\": \"Norway\",\n                                    \"value\": \"NOR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"NO\",\n                                    \"alpha3\": \"NOR\",\n                                    \"numerical\": \"578\",\n                                    \"name\": \"Norway\"\n                                },\n                                {\n                                    \"text\": \"Oman\",\n                                    \"value\": \"OMN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"OM\",\n                                    \"alpha3\": \"OMN\",\n                                    \"numerical\": \"512\",\n                                    \"name\": \"Oman\"\n                                },\n                                {\n                                    \"text\": \"Pakistan\",\n                                    \"value\": \"PAK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PK\",\n                                    \"alpha3\": \"PAK\",\n                                    \"numerical\": \"586\",\n                                    \"name\": \"Pakistan\"\n                                },\n                                {\n                                    \"text\": \"Palau\",\n                                    \"value\": \"PLW\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PW\",\n                                    \"alpha3\": \"PLW\",\n                                    \"numerical\": \"585\",\n                                    \"name\": \"Palau\"\n                                },\n                                {\n                                    \"text\": \"Palestine,State of\",\n                                    \"value\": \"PSE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PS\",\n                                    \"alpha3\": \"PSE\",\n                                    \"numerical\": \"275\",\n                                    \"name\": \"Palestine,State of\"\n                                },\n                                {\n                                    \"text\": \"Panama\",\n                                    \"value\": \"PAN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PA\",\n                                    \"alpha3\": \"PAN\",\n                                    \"numerical\": \"591\",\n                                    \"name\": \"Panama\"\n                                },\n                                {\n                                    \"text\": \"Papua New Guinea\",\n                                    \"value\": \"PNG\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PG\",\n                                    \"alpha3\": \"PNG\",\n                                    \"numerical\": \"598\",\n                                    \"name\": \"Papua New Guinea\"\n                                },\n                                {\n                                    \"text\": \"Paraguay\",\n                                    \"value\": \"PRY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PY\",\n                                    \"alpha3\": \"PRY\",\n                                    \"numerical\": \"600\",\n                                    \"name\": \"Paraguay\"\n                                },\n                                {\n                                    \"text\": \"Peru\",\n                                    \"value\": \"PER\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PE\",\n                                    \"alpha3\": \"PER\",\n                                    \"numerical\": \"604\",\n                                    \"name\": \"Peru\"\n                                },\n                                {\n                                    \"text\": \"Philippines\",\n                                    \"value\": \"PHL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PH\",\n                                    \"alpha3\": \"PHL\",\n                                    \"numerical\": \"608\",\n                                    \"name\": \"Philippines\"\n                                },\n                                {\n                                    \"text\": \"Pitcairn\",\n                                    \"value\": \"PCN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PN\",\n                                    \"alpha3\": \"PCN\",\n                                    \"numerical\": \"612\",\n                                    \"name\": \"Pitcairn\"\n                                },\n                                {\n                                    \"text\": \"Poland\",\n                                    \"value\": \"POL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PL\",\n                                    \"alpha3\": \"POL\",\n                                    \"numerical\": \"616\",\n                                    \"name\": \"Poland\"\n                                },\n                                {\n                                    \"text\": \"Portugal\",\n                                    \"value\": \"PRT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PT\",\n                                    \"alpha3\": \"PRT\",\n                                    \"numerical\": \"620\",\n                                    \"name\": \"Portugal\"\n                                },\n                                {\n                                    \"text\": \"Puerto Rico\",\n                                    \"value\": \"PRI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PR\",\n                                    \"alpha3\": \"PRI\",\n                                    \"numerical\": \"630\",\n                                    \"name\": \"Puerto Rico\"\n                                },\n                                {\n                                    \"text\": \"Qatar\",\n                                    \"value\": \"QAT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"QA\",\n                                    \"alpha3\": \"QAT\",\n                                    \"numerical\": \"634\",\n                                    \"name\": \"Qatar\"\n                                },\n                                {\n                                    \"text\": \"Réunion\",\n                                    \"value\": \"REU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RE\",\n                                    \"alpha3\": \"REU\",\n                                    \"numerical\": \"638\",\n                                    \"name\": \"Réunion\"\n                                },\n                                {\n                                    \"text\": \"Romania\",\n                                    \"value\": \"ROU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RO\",\n                                    \"alpha3\": \"ROU\",\n                                    \"numerical\": \"642\",\n                                    \"name\": \"Romania\"\n                                },\n                                {\n                                    \"text\": \"Russian Federation\",\n                                    \"value\": \"RUS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RU\",\n                                    \"alpha3\": \"RUS\",\n                                    \"numerical\": \"643\",\n                                    \"name\": \"Russian Federation\"\n                                },\n                                {\n                                    \"text\": \"Rwanda\",\n                                    \"value\": \"RWA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RW\",\n                                    \"alpha3\": \"RWA\",\n                                    \"numerical\": \"646\",\n                                    \"name\": \"Rwanda\"\n                                },\n                                {\n                                    \"text\": \"Saint Barthélemy\",\n                                    \"value\": \"BLM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"BL\",\n                                    \"alpha3\": \"BLM\",\n                                    \"numerical\": \"652\",\n                                    \"name\": \"Saint Barthélemy\"\n                                },\n                                {\n                                    \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                    \"value\": \"SHN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SH\",\n                                    \"alpha3\": \"SHN\",\n                                    \"numerical\": \"654\",\n                                    \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                },\n                                {\n                                    \"text\": \"Saint Kitts and Nevis\",\n                                    \"value\": \"KNA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"KN\",\n                                    \"alpha3\": \"KNA\",\n                                    \"numerical\": \"659\",\n                                    \"name\": \"Saint Kitts and Nevis\"\n                                },\n                                {\n                                    \"text\": \"Saint Lucia\",\n                                    \"value\": \"LCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LC\",\n                                    \"alpha3\": \"LCA\",\n                                    \"numerical\": \"662\",\n                                    \"name\": \"Saint Lucia\"\n                                },\n                                {\n                                    \"text\": \"Saint Martin (French part)\",\n                                    \"value\": \"MAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"MF\",\n                                    \"alpha3\": \"MAF\",\n                                    \"numerical\": \"663\",\n                                    \"name\": \"Saint Martin (French part)\"\n                                },\n                                {\n                                    \"text\": \"Saint Pierre and Miquelon\",\n                                    \"value\": \"SPM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"PM\",\n                                    \"alpha3\": \"SPM\",\n                                    \"numerical\": \"666\",\n                                    \"name\": \"Saint Pierre and Miquelon\"\n                                },\n                                {\n                                    \"text\": \"Saint Vincent and the Grenadines\",\n                                    \"value\": \"VCT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VC\",\n                                    \"alpha3\": \"VCT\",\n                                    \"numerical\": \"670\",\n                                    \"name\": \"Saint Vincent and the Grenadines\"\n                                },\n                                {\n                                    \"text\": \"Samoa\",\n                                    \"value\": \"WSM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WS\",\n                                    \"alpha3\": \"WSM\",\n                                    \"numerical\": \"882\",\n                                    \"name\": \"Samoa\"\n                                },\n                                {\n                                    \"text\": \"San Marino\",\n                                    \"value\": \"SMR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SM\",\n                                    \"alpha3\": \"SMR\",\n                                    \"numerical\": \"674\",\n                                    \"name\": \"San Marino\"\n                                },\n                                {\n                                    \"text\": \"Sao Tome and Principe\",\n                                    \"value\": \"STP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ST\",\n                                    \"alpha3\": \"STP\",\n                                    \"numerical\": \"678\",\n                                    \"name\": \"Sao Tome and Principe\"\n                                },\n                                {\n                                    \"text\": \"Saudi Arabia\",\n                                    \"value\": \"SAU\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SA\",\n                                    \"alpha3\": \"SAU\",\n                                    \"numerical\": \"682\",\n                                    \"name\": \"Saudi Arabia\"\n                                },\n                                {\n                                    \"text\": \"Senegal\",\n                                    \"value\": \"SEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SN\",\n                                    \"alpha3\": \"SEN\",\n                                    \"numerical\": \"686\",\n                                    \"name\": \"Senegal\"\n                                },\n                                {\n                                    \"text\": \"Serbia\",\n                                    \"value\": \"SRB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"RS\",\n                                    \"alpha3\": \"SRB\",\n                                    \"numerical\": \"688\",\n                                    \"name\": \"Serbia\"\n                                },\n                                {\n                                    \"text\": \"Seychelles\",\n                                    \"value\": \"SYC\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SC\",\n                                    \"alpha3\": \"SYC\",\n                                    \"numerical\": \"690\",\n                                    \"name\": \"Seychelles\"\n                                },\n                                {\n                                    \"text\": \"Sierra Leone\",\n                                    \"value\": \"SLE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SL\",\n                                    \"alpha3\": \"SLE\",\n                                    \"numerical\": \"694\",\n                                    \"name\": \"Sierra Leone\"\n                                },\n                                {\n                                    \"text\": \"Singapore\",\n                                    \"value\": \"SGP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SG\",\n                                    \"alpha3\": \"SGP\",\n                                    \"numerical\": \"702\",\n                                    \"name\": \"Singapore\"\n                                },\n                                {\n                                    \"text\": \"Sint Maarten (Dutch part)\",\n                                    \"value\": \"SXM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SX\",\n                                    \"alpha3\": \"SXM\",\n                                    \"numerical\": \"534\",\n                                    \"name\": \"Sint Maarten (Dutch part)\"\n                                },\n                                {\n                                    \"text\": \"Slovakia\",\n                                    \"value\": \"SVK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SK\",\n                                    \"alpha3\": \"SVK\",\n                                    \"numerical\": \"703\",\n                                    \"name\": \"Slovakia\"\n                                },\n                                {\n                                    \"text\": \"Slovenia\",\n                                    \"value\": \"SVN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SI\",\n                                    \"alpha3\": \"SVN\",\n                                    \"numerical\": \"705\",\n                                    \"name\": \"Slovenia\"\n                                },\n                                {\n                                    \"text\": \"Solomon Islands\",\n                                    \"value\": \"SLB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SB\",\n                                    \"alpha3\": \"SLB\",\n                                    \"numerical\": \"090\",\n                                    \"name\": \"Solomon Islands\"\n                                },\n                                {\n                                    \"text\": \"Somalia\",\n                                    \"value\": \"SOM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SO\",\n                                    \"alpha3\": \"SOM\",\n                                    \"numerical\": \"706\",\n                                    \"name\": \"Somalia\"\n                                },\n                                {\n                                    \"text\": \"South Africa\",\n                                    \"value\": \"ZAF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZA\",\n                                    \"alpha3\": \"ZAF\",\n                                    \"numerical\": \"710\",\n                                    \"name\": \"South Africa\"\n                                },\n                                {\n                                    \"text\": \"South Georgia and the South Sandwich Islands\",\n                                    \"value\": \"SGS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GS\",\n                                    \"alpha3\": \"SGS\",\n                                    \"numerical\": \"239\",\n                                    \"name\": \"South Georgia and the South Sandwich Islands\"\n                                },\n                                {\n                                    \"text\": \"South Sudan\",\n                                    \"value\": \"SSD\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SS\",\n                                    \"alpha3\": \"SSD\",\n                                    \"numerical\": \"728\",\n                                    \"name\": \"South Sudan\"\n                                },\n                                {\n                                    \"text\": \"Spain\",\n                                    \"value\": \"ESP\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ES\",\n                                    \"alpha3\": \"ESP\",\n                                    \"numerical\": \"724\",\n                                    \"name\": \"Spain\"\n                                },\n                                {\n                                    \"text\": \"Sri Lanka\",\n                                    \"value\": \"LKA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"LK\",\n                                    \"alpha3\": \"LKA\",\n                                    \"numerical\": \"144\",\n                                    \"name\": \"Sri Lanka\"\n                                },\n                                {\n                                    \"text\": \"Sudan\",\n                                    \"value\": \"SDN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SD\",\n                                    \"alpha3\": \"SDN\",\n                                    \"numerical\": \"729\",\n                                    \"name\": \"Sudan\"\n                                },\n                                {\n                                    \"text\": \"Suriname\",\n                                    \"value\": \"SUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SR\",\n                                    \"alpha3\": \"SUR\",\n                                    \"numerical\": \"740\",\n                                    \"name\": \"Suriname\"\n                                },\n                                {\n                                    \"text\": \"Svalbard and Jan Mayen\",\n                                    \"value\": \"SJM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SJ\",\n                                    \"alpha3\": \"SJM\",\n                                    \"numerical\": \"744\",\n                                    \"name\": \"Svalbard and Jan Mayen\"\n                                },\n                                {\n                                    \"text\": \"Eswatini\",\n                                    \"value\": \"SWZ\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SZ\",\n                                    \"alpha3\": \"SWZ\",\n                                    \"numerical\": \"748\",\n                                    \"name\": \"Eswatini\"\n                                },\n                                {\n                                    \"text\": \"Sweden\",\n                                    \"value\": \"SWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SE\",\n                                    \"alpha3\": \"SWE\",\n                                    \"numerical\": \"752\",\n                                    \"name\": \"Sweden\"\n                                },\n                                {\n                                    \"text\": \"Switzerland\",\n                                    \"value\": \"CHE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"CH\",\n                                    \"alpha3\": \"CHE\",\n                                    \"numerical\": \"756\",\n                                    \"name\": \"Switzerland\"\n                                },\n                                {\n                                    \"text\": \"Syrian Arab Republic\",\n                                    \"value\": \"SYR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"SY\",\n                                    \"alpha3\": \"SYR\",\n                                    \"numerical\": \"760\",\n                                    \"name\": \"Syrian Arab Republic\"\n                                },\n                                {\n                                    \"text\": \"Taiwan\",\n                                    \"value\": \"TWN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TW\",\n                                    \"alpha3\": \"TWN\",\n                                    \"numerical\": \"158\",\n                                    \"name\": \"Taiwan\"\n                                },\n                                {\n                                    \"text\": \"Tajikistan\",\n                                    \"value\": \"TJK\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TJ\",\n                                    \"alpha3\": \"TJK\",\n                                    \"numerical\": \"762\",\n                                    \"name\": \"Tajikistan\"\n                                },\n                                {\n                                    \"text\": \"Tanzania,United Republic of\",\n                                    \"value\": \"TZA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TZ\",\n                                    \"alpha3\": \"TZA\",\n                                    \"numerical\": \"834\",\n                                    \"name\": \"Tanzania,United Republic of\"\n                                },\n                                {\n                                    \"text\": \"Thailand\",\n                                    \"value\": \"THA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TH\",\n                                    \"alpha3\": \"THA\",\n                                    \"numerical\": \"764\",\n                                    \"name\": \"Thailand\"\n                                },\n                                {\n                                    \"text\": \"Timor-Leste\",\n                                    \"value\": \"TLS\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TL\",\n                                    \"alpha3\": \"TLS\",\n                                    \"numerical\": \"626\",\n                                    \"name\": \"Timor-Leste\"\n                                },\n                                {\n                                    \"text\": \"Togo\",\n                                    \"value\": \"TGO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TG\",\n                                    \"alpha3\": \"TGO\",\n                                    \"numerical\": \"768\",\n                                    \"name\": \"Togo\"\n                                },\n                                {\n                                    \"text\": \"Tokelau\",\n                                    \"value\": \"TKL\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TK\",\n                                    \"alpha3\": \"TKL\",\n                                    \"numerical\": \"772\",\n                                    \"name\": \"Tokelau\"\n                                },\n                                {\n                                    \"text\": \"Tonga\",\n                                    \"value\": \"TON\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TO\",\n                                    \"alpha3\": \"TON\",\n                                    \"numerical\": \"776\",\n                                    \"name\": \"Tonga\"\n                                },\n                                {\n                                    \"text\": \"Trinidad and Tobago\",\n                                    \"value\": \"TTO\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TT\",\n                                    \"alpha3\": \"TTO\",\n                                    \"numerical\": \"780\",\n                                    \"name\": \"Trinidad and Tobago\"\n                                },\n                                {\n                                    \"text\": \"Tunisia\",\n                                    \"value\": \"TUN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TN\",\n                                    \"alpha3\": \"TUN\",\n                                    \"numerical\": \"788\",\n                                    \"name\": \"Tunisia\"\n                                },\n                                {\n                                    \"text\": \"Turkey\",\n                                    \"value\": \"TUR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TR\",\n                                    \"alpha3\": \"TUR\",\n                                    \"numerical\": \"792\",\n                                    \"name\": \"Turkey\"\n                                },\n                                {\n                                    \"text\": \"Turkmenistan\",\n                                    \"value\": \"TKM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TM\",\n                                    \"alpha3\": \"TKM\",\n                                    \"numerical\": \"795\",\n                                    \"name\": \"Turkmenistan\"\n                                },\n                                {\n                                    \"text\": \"Turks and Caicos Islands\",\n                                    \"value\": \"TCA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TC\",\n                                    \"alpha3\": \"TCA\",\n                                    \"numerical\": \"796\",\n                                    \"name\": \"Turks and Caicos Islands\"\n                                },\n                                {\n                                    \"text\": \"Tuvalu\",\n                                    \"value\": \"TUV\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"TV\",\n                                    \"alpha3\": \"TUV\",\n                                    \"numerical\": \"798\",\n                                    \"name\": \"Tuvalu\"\n                                },\n                                {\n                                    \"text\": \"Uganda\",\n                                    \"value\": \"UGA\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UG\",\n                                    \"alpha3\": \"UGA\",\n                                    \"numerical\": \"800\",\n                                    \"name\": \"Uganda\"\n                                },\n                                {\n                                    \"text\": \"Ukraine\",\n                                    \"value\": \"UKR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UA\",\n                                    \"alpha3\": \"UKR\",\n                                    \"numerical\": \"804\",\n                                    \"name\": \"Ukraine\"\n                                },\n                                {\n                                    \"text\": \"United Arab Emirates\",\n                                    \"value\": \"ARE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"AE\",\n                                    \"alpha3\": \"ARE\",\n                                    \"numerical\": \"784\",\n                                    \"name\": \"United Arab Emirates\"\n                                },\n                                {\n                                    \"text\": \"United Kingdom\",\n                                    \"value\": \"GBR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"GB\",\n                                    \"alpha3\": \"GBR\",\n                                    \"numerical\": \"826\",\n                                    \"name\": \"United Kingdom\"\n                                },\n                                {\n                                    \"text\": \"United States Minor Outlying Islands\",\n                                    \"value\": \"UMI\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UM\",\n                                    \"alpha3\": \"UMI\",\n                                    \"numerical\": \"581\",\n                                    \"name\": \"United States Minor Outlying Islands\"\n                                },\n                                {\n                                    \"text\": \"Uruguay\",\n                                    \"value\": \"URY\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UY\",\n                                    \"alpha3\": \"URY\",\n                                    \"numerical\": \"858\",\n                                    \"name\": \"Uruguay\"\n                                },\n                                {\n                                    \"text\": \"Uzbekistan\",\n                                    \"value\": \"UZB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"UZ\",\n                                    \"alpha3\": \"UZB\",\n                                    \"numerical\": \"860\",\n                                    \"name\": \"Uzbekistan\"\n                                },\n                                {\n                                    \"text\": \"Vanuatu\",\n                                    \"value\": \"VUT\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VU\",\n                                    \"alpha3\": \"VUT\",\n                                    \"numerical\": \"548\",\n                                    \"name\": \"Vanuatu\"\n                                },\n                                {\n                                    \"text\": \"Venezuela,Bolivarian Republic of\",\n                                    \"value\": \"VEN\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VE\",\n                                    \"alpha3\": \"VEN\",\n                                    \"numerical\": \"862\",\n                                    \"name\": \"Venezuela,Bolivarian Republic of\"\n                                },\n                                {\n                                    \"text\": \"Viet Nam\",\n                                    \"value\": \"VNM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VN\",\n                                    \"alpha3\": \"VNM\",\n                                    \"numerical\": \"704\",\n                                    \"name\": \"Viet Nam\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,British\",\n                                    \"value\": \"VGB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VG\",\n                                    \"alpha3\": \"VGB\",\n                                    \"numerical\": \"092\",\n                                    \"name\": \"Virgin Islands,British\"\n                                },\n                                {\n                                    \"text\": \"Virgin Islands,U.S.\",\n                                    \"value\": \"VIR\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"VI\",\n                                    \"alpha3\": \"VIR\",\n                                    \"numerical\": \"850\",\n                                    \"name\": \"Virgin Islands,U.S.\"\n                                },\n                                {\n                                    \"text\": \"Wallis and Futuna\",\n                                    \"value\": \"WLF\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"WF\",\n                                    \"alpha3\": \"WLF\",\n                                    \"numerical\": \"876\",\n                                    \"name\": \"Wallis and Futuna\"\n                                },\n                                {\n                                    \"text\": \"Western Sahara\",\n                                    \"value\": \"ESH\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"EH\",\n                                    \"alpha3\": \"ESH\",\n                                    \"numerical\": \"732\",\n                                    \"name\": \"Western Sahara\"\n                                },\n                                {\n                                    \"text\": \"Yemen\",\n                                    \"value\": \"YEM\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"YE\",\n                                    \"alpha3\": \"YEM\",\n                                    \"numerical\": \"887\",\n                                    \"name\": \"Yemen\"\n                                },\n                                {\n                                    \"text\": \"Zambia\",\n                                    \"value\": \"ZMB\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZM\",\n                                    \"alpha3\": \"ZMB\",\n                                    \"numerical\": \"894\",\n                                    \"name\": \"Zambia\"\n                                },\n                                {\n                                    \"text\": \"Zimbabwe\",\n                                    \"value\": \"ZWE\",\n                                    \"checked\": false,\n                                    \"alpha2\": \"ZW\",\n                                    \"alpha3\": \"ZWE\",\n                                    \"numerical\": \"895\",\n                                    \"name\": \"Zimbabwe\"\n                                }\n                            ],\n                            \"type\": \"select\",\n                            \"index_weight\": 3\n                        },\n                        {\n                            \"guid\": \"mapping.user_citizenship_english_native_language\",\n                            \"slug\": \"user-citizenship-english-native-language\",\n                            \"data_type\": \"boolean\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Native English Speaker\",\n                            \"name\": \"english_native\",\n                            \"source\": \"locked\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"Is English your native/first language?\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ],\n                            \"type\": \"radio\",\n                            \"index_weight\": 4\n                        },\n                        {\n                            \"guid\": \"mapping.user_citizenship_require_visa\",\n                            \"slug\": \"user-citizenship-require-visa\",\n                            \"data_type\": \"boolean\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Do you require visa?\",\n                            \"name\": \"requires_visa\",\n                            \"source\": \"locked\",\n                            \"data_source\": \"data_source.yesno\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"Yes\",\n                                    \"value\": true,\n                                    \"checked\": false,\n                                    \"name\": \"Yes\",\n                                    \"abbrev\": \"Y\"\n                                },\n                                {\n                                    \"text\": \"No\",\n                                    \"value\": false,\n                                    \"checked\": false,\n                                    \"name\": \"No\",\n                                    \"abbrev\": \"N\"\n                                }\n                            ],\n                            \"type\": \"radio\",\n                            \"index_weight\": 5\n                        },\n                        {\n                            \"guid\": \"mapping.user_citizenship_visa_type\",\n                            \"slug\": \"user-citizenship-visa-type\",\n                            \"data_type\": \"string\",\n                            \"range\": [\n                                \"forms\",\n                                \"import\",\n                                \"export\"\n                            ],\n                            \"label\": \"Visa Type\",\n                            \"name\": \"visa_type\",\n                            \"data_source\": \"data_source.visatypes\",\n                            \"data_source_text\": \"name\",\n                            \"data_source_value\": \"value\",\n                            \"help_text\": \"Please indicate your current visa type.\",\n                            \"data_source_settings\": [\n                                {\n                                    \"text\": \"A1 - Diplomatic Service/Family\",\n                                    \"value\": \"A1\",\n                                    \"checked\": false,\n                                    \"name\": \"A1 - Diplomatic Service/Family\"\n                                },\n                                {\n                                    \"text\": \"A2 - Foreign Govt Official/Family\",\n                                    \"value\": \"A2\",\n                                    \"checked\": false,\n                                    \"name\": \"A2 - Foreign Govt Official/Family\"\n                                },\n                                {\n                                    \"text\": \"A3 - Personal Ee of A1/A2/Family\",\n                                    \"value\": \"A3\",\n                                    \"checked\": false,\n                                    \"name\": \"A3 - Personal Ee of A1/A2/Family\"\n                                },\n                                {\n                                    \"text\": \"AS - Granted Asylum\",\n                                    \"value\": \"AS\",\n                                    \"checked\": false,\n                                    \"name\": \"AS - Granted Asylum\"\n                                },\n                                {\n                                    \"text\": \"B1 - Visitor (Business)\",\n                                    \"value\": \"B1\",\n                                    \"checked\": false,\n                                    \"name\": \"B1 - Visitor (Business)\"\n                                },\n                                {\n                                    \"text\": \"B2 - Visitor (Pleasure)\",\n                                    \"value\": \"B2\",\n                                    \"checked\": false,\n                                    \"name\": \"B2 - Visitor (Pleasure)\"\n                                },\n                                {\n                                    \"text\": \"CN - Canadian Citizen\",\n                                    \"value\": \"CN\",\n                                    \"checked\": false,\n                                    \"name\": \"CN - Canadian Citizen\"\n                                },\n                                {\n                                    \"text\": \"E1 - Treaty Treader/Dependent\",\n                                    \"value\": \"E1\",\n                                    \"checked\": false,\n                                    \"name\": \"E1 - Treaty Treader/Dependent\"\n                                },\n                                {\n                                    \"text\": \"E2 - Treaty Investor/Dependent\",\n                                    \"value\": \"E2\",\n                                    \"checked\": false,\n                                    \"name\": \"E2 - Treaty Investor/Dependent\"\n                                },\n                                {\n                                    \"text\": \"F1 - Academic Student\",\n                                    \"value\": \"F1\",\n                                    \"checked\": false,\n                                    \"name\": \"F1 - Academic Student\"\n                                },\n                                {\n                                    \"text\": \"F2 - Dependent of F1\",\n                                    \"value\": \"F2\",\n                                    \"checked\": false,\n                                    \"name\": \"F2 - Dependent of F1\"\n                                },\n                                {\n                                    \"text\": \"F3 - Commuting Academic Student\",\n                                    \"value\": \"F3\",\n                                    \"checked\": false,\n                                    \"name\": \"F3 - Commuting Academic Student\"\n                                },\n                                {\n                                    \"text\": \"G1 - International Organization- Principle Rep/Fam\",\n                                    \"value\": \"G1\",\n                                    \"checked\": false,\n                                    \"name\": \"G1 - International Organization- Principle Rep/Fam\"\n                                },\n                                {\n                                    \"text\": \"G2 - International Organization - Government Rep/Fam\",\n                                    \"value\": \"G2\",\n                                    \"checked\": false,\n                                    \"name\": \"G2 - International Organization - Government Rep/Fam\"\n                                },\n                                {\n                                    \"text\": \"G3 - International Organization - NonGovernment Rep/Fam\",\n                                    \"value\": \"G3\",\n                                    \"checked\": false,\n                                    \"name\": \"G3 - International Organization - NonGovernment Rep/Fam\"\n                                },\n                                {\n                                    \"text\": \"G4 - International Organization - Employee/Family\",\n                                    \"value\": \"G4\",\n                                    \"checked\": false,\n                                    \"name\": \"G4 - International Organization - Employee/Family\"\n                                },\n                                {\n                                    \"text\": \"H1 - Exceptional Services\",\n                                    \"value\": \"H1\",\n                                    \"checked\": false,\n                                    \"name\": \"H1 - Exceptional Services\"\n                                },\n                                {\n                                    \"text\": \"H2 - Termporary Services\",\n                                    \"value\": \"H2\",\n                                    \"checked\": false,\n                                    \"name\": \"H2 - Termporary Services\"\n                                },\n                                {\n                                    \"text\": \"H3 - Trainee\",\n                                    \"value\": \"H3\",\n                                    \"checked\": false,\n                                    \"name\": \"H3 - Trainee\"\n                                },\n                                {\n                                    \"text\": \"H4 - Dependent of H-Visa\",\n                                    \"value\": \"H4\",\n                                    \"checked\": false,\n                                    \"name\": \"H4 - Dependent of H-Visa\"\n                                },\n                                {\n                                    \"text\": \"I1 - Foreign Media Rep\",\n                                    \"value\": \"I1\",\n                                    \"checked\": false,\n                                    \"name\": \"I1 - Foreign Media Rep\"\n                                },\n                                {\n                                    \"text\": \"IM - Immigrant/Non Refugee\",\n                                    \"value\": \"IM\",\n                                    \"checked\": false,\n                                    \"name\": \"IM - Immigrant/Non Refugee\"\n                                },\n                                {\n                                    \"text\": \"J1 - Exchange Visitor\",\n                                    \"value\": \"J1\",\n                                    \"checked\": false,\n                                    \"name\": \"J1 - Exchange Visitor\"\n                                },\n                                {\n                                    \"text\": \"J-2  Dependent of J1 Visa Holder\",\n                                    \"value\": \"J2\",\n                                    \"checked\": false,\n                                    \"name\": \"J-2  Dependent of J1 Visa Holder\"\n                                },\n                                {\n                                    \"text\": \"K1 - Fiance€ of US Citizen\",\n                                    \"value\": \"K1\",\n                                    \"checked\": false,\n                                    \"name\": \"K1 - Fiance€ of US Citizen\"\n                                },\n                                {\n                                    \"text\": \"K2 - Minor Child of K1\",\n                                    \"value\": \"K2\",\n                                    \"checked\": false,\n                                    \"name\": \"K2 - Minor Child of K1\"\n                                },\n                                {\n                                    \"text\": \"K3 - Spouse of US Citizen/Life Act\",\n                                    \"value\": \"K3\",\n                                    \"checked\": false,\n                                    \"name\": \"K3 - Spouse of US Citizen/Life Act\"\n                                },\n                                {\n                                    \"text\": \"K4 - Minor Child of K3\",\n                                    \"value\": \"K4\",\n                                    \"checked\": false,\n                                    \"name\": \"K4 - Minor Child of K3\"\n                                },\n                                {\n                                    \"text\": \"L1 - Intracompany Transferee\",\n                                    \"value\": \"L1\",\n                                    \"checked\": false,\n                                    \"name\": \"L1 - Intracompany Transferee\"\n                                },\n                                {\n                                    \"text\": \"L2 - Spouse or Child of L1\",\n                                    \"value\": \"L2\",\n                                    \"checked\": false,\n                                    \"name\": \"L2 - Spouse or Child of L1\"\n                                },\n                                {\n                                    \"text\": \"M1 - Vocational Student\",\n                                    \"value\": \"M1\",\n                                    \"checked\": false,\n                                    \"name\": \"M1 - Vocational Student\"\n                                },\n                                {\n                                    \"text\": \"M2 - Dependent of Vocational Student\",\n                                    \"value\": \"M2\",\n                                    \"checked\": false,\n                                    \"name\": \"M2 - Dependent of Vocational Student\"\n                                },\n                                {\n                                    \"text\": \"M3 - Communting Vocational Student\",\n                                    \"value\": \"M3\",\n                                    \"checked\": false,\n                                    \"name\": \"M3 - Communting Vocational Student\"\n                                },\n                                {\n                                    \"text\": \"N1 - NATO Principle Rep/Staff/Family\",\n                                    \"value\": \"N1\",\n                                    \"checked\": false,\n                                    \"name\": \"N1 - NATO Principle Rep/Staff/Family\"\n                                },\n                                {\n                                    \"text\": \"N2 - NATO Other State Rep/Dependent\",\n                                    \"value\": \"N2\",\n                                    \"checked\": false,\n                                    \"name\": \"N2 - NATO Other State Rep/Dependent\"\n                                },\n                                {\n                                    \"text\": \"N3 - NATO Clerical Staff/Family\",\n                                    \"value\": \"N3\",\n                                    \"checked\": false,\n                                    \"name\": \"N3 - NATO Clerical Staff/Family\"\n                                },\n                                {\n                                    \"text\": \"N4 - NATO Official/Family\",\n                                    \"value\": \"N4\",\n                                    \"checked\": false,\n                                    \"name\": \"N4 - NATO Official/Family\"\n                                },\n                                {\n                                    \"text\": \"N5 - NATO Expert/Family\",\n                                    \"value\": \"N5\",\n                                    \"checked\": false,\n                                    \"name\": \"N5 - NATO Expert/Family\"\n                                },\n                                {\n                                    \"text\": \"N6 - NATO Civilian Staff/Dependent\",\n                                    \"value\": \"N6\",\n                                    \"checked\": false,\n                                    \"name\": \"N6 - NATO Civilian Staff/Dependent\"\n                                },\n                                {\n                                    \"text\": \"N7 - NATO Personal Ee/Family\",\n                                    \"value\": \"N7\",\n                                    \"checked\": false,\n                                    \"name\": \"N7 - NATO Personal Ee/Family\"\n                                },\n                                {\n                                    \"text\": \"NR - Non-Resident Alien\",\n                                    \"value\": \"NR\",\n                                    \"checked\": false,\n                                    \"name\": \"NR - Non-Resident Alien\"\n                                },\n                                {\n                                    \"text\": \"O1 - Extraordinary Ability\",\n                                    \"value\": \"O1\",\n                                    \"checked\": false,\n                                    \"name\": \"O1 - Extraordinary Ability\"\n                                },\n                                {\n                                    \"text\": \"O2 - Support Staff for O1\",\n                                    \"value\": \"O2\",\n                                    \"checked\": false,\n                                    \"name\": \"O2 - Support Staff for O1\"\n                                },\n                                {\n                                    \"text\": \"O3 - Dependent of O1 or O2\",\n                                    \"value\": \"O3\",\n                                    \"checked\": false,\n                                    \"name\": \"O3 - Dependent of O1 or O2\"\n                                },\n                                {\n                                    \"text\": \"Other Non-Immigrant\",\n                                    \"value\": \"OT\",\n                                    \"checked\": false,\n                                    \"name\": \"Other Non-Immigrant\"\n                                },\n                                {\n                                    \"text\": \"P1 - Athlete/Entertainer\",\n                                    \"value\": \"P1\",\n                                    \"checked\": false,\n                                    \"name\": \"P1 - Athlete/Entertainer\"\n                                },\n                                {\n                                    \"text\": \"P2 - Artist/Entertainer Recip Exchange Program\",\n                                    \"value\": \"P2\",\n                                    \"checked\": false,\n                                    \"name\": \"P2 - Artist/Entertainer Recip Exchange Program\"\n                                },\n                                {\n                                    \"text\": \"P3 - Artist/Entertainer Culture Unique\",\n                                    \"value\": \"P3\",\n                                    \"checked\": false,\n                                    \"name\": \"P3 - Artist/Entertainer Culture Unique\"\n                                },\n                                {\n                                    \"text\": \"P4 - Dependent of P Visa\",\n                                    \"value\": \"P4\",\n                                    \"checked\": false,\n                                    \"name\": \"P4 - Dependent of P Visa\"\n                                },\n                                {\n                                    \"text\": \"Q1 - Cultural Exchange Visitor\",\n                                    \"value\": \"Q1\",\n                                    \"checked\": false,\n                                    \"name\": \"Q1 - Cultural Exchange Visitor\"\n                                },\n                                {\n                                    \"text\": \"Q2 - Irish Peace Process\",\n                                    \"value\": \"Q2\",\n                                    \"checked\": false,\n                                    \"name\": \"Q2 - Irish Peace Process\"\n                                },\n                                {\n                                    \"text\": \"Q3 - Dependent of Q\",\n                                    \"value\": \"Q3\",\n                                    \"checked\": false,\n                                    \"name\": \"Q3 - Dependent of Q\"\n                                },\n                                {\n                                    \"text\": \"R1 - Religious Worker\",\n                                    \"value\": \"R1\",\n                                    \"checked\": false,\n                                    \"name\": \"R1 - Religious Worker\"\n                                },\n                                {\n                                    \"text\": \"R2 - Dependent of R1\",\n                                    \"value\": \"R2\",\n                                    \"checked\": false,\n                                    \"name\": \"R2 - Dependent of R1\"\n                                },\n                                {\n                                    \"text\": \"RA - Resident Alien\",\n                                    \"value\": \"RA\",\n                                    \"checked\": false,\n                                    \"name\": \"RA - Resident Alien\"\n                                },\n                                {\n                                    \"text\": \"RF - Refugee\",\n                                    \"value\": \"RF\",\n                                    \"checked\": false,\n                                    \"name\": \"RF - Refugee\"\n                                },\n                                {\n                                    \"text\": \"S5 - Informant/Criminal Organization\",\n                                    \"value\": \"S5\",\n                                    \"checked\": false,\n                                    \"name\": \"S5 - Informant/Criminal Organization\"\n                                },\n                                {\n                                    \"text\": \"S6 - Informant - Terror Activity\",\n                                    \"value\": \"S6\",\n                                    \"checked\": false,\n                                    \"name\": \"S6 - Informant - Terror Activity\"\n                                },\n                                {\n                                    \"text\": \"T1 - Victim Persons Trafficking\",\n                                    \"value\": \"T1\",\n                                    \"checked\": false,\n                                    \"name\": \"T1 - Victim Persons Trafficking\"\n                                },\n                                {\n                                    \"text\": \"T2- Spouse of T1\",\n                                    \"value\": \"T2\",\n                                    \"checked\": false,\n                                    \"name\": \"T2- Spouse of T1\"\n                                },\n                                {\n                                    \"text\": \"T3 - Child of T1\",\n                                    \"value\": \"T3\",\n                                    \"checked\": false,\n                                    \"name\": \"T3 - Child of T1\"\n                                },\n                                {\n                                    \"text\": \"T4 - Parent of T1\",\n                                    \"value\": \"T4\",\n                                    \"checked\": false,\n                                    \"name\": \"T4 - Parent of T1\"\n                                },\n                                {\n                                    \"text\": \"TD - Dependent of TN\",\n                                    \"value\": \"TD\",\n                                    \"checked\": false,\n                                    \"name\": \"TD - Dependent of TN\"\n                                },\n                                {\n                                    \"text\": \"TN - Professional - NAFTA\",\n                                    \"value\": \"TN\",\n                                    \"checked\": false,\n                                    \"name\": \"TN - Professional - NAFTA\"\n                                },\n                                {\n                                    \"text\": \"TP - Temporary Protected Status\",\n                                    \"value\": \"TP\",\n                                    \"checked\": false,\n                                    \"name\": \"TP - Temporary Protected Status\"\n                                },\n                                {\n                                    \"text\": \"U1 - Victim of Certain Crimes\",\n                                    \"value\": \"U1\",\n                                    \"checked\": false,\n                                    \"name\": \"U1 - Victim of Certain Crimes\"\n                                },\n                                {\n                                    \"text\": \"U2 - Spouse of U1\",\n                                    \"value\": \"U2\",\n                                    \"checked\": false,\n                                    \"name\": \"U2 - Spouse of U1\"\n                                },\n                                {\n                                    \"text\": \"U3 - Child of U1\",\n                                    \"value\": \"U3\",\n                                    \"checked\": false,\n                                    \"name\": \"U3 - Child of U1\"\n                                },\n                                {\n                                    \"text\": \"U4 - Parent of U1\",\n                                    \"value\": \"U4\",\n                                    \"checked\": false,\n                                    \"name\": \"U4 - Parent of U1\"\n                                },\n                                {\n                                    \"text\": \"V1 - Spouse of Lawful Permanent Resident\",\n                                    \"value\": \"V1\",\n                                    \"checked\": false,\n                                    \"name\": \"V1 - Spouse of Lawful Permanent Resident\"\n                                },\n                                {\n                                    \"text\": \"V2 - Child of Lawful Permanent Resident\",\n                                    \"value\": \"V2\",\n                                    \"checked\": false,\n                                    \"name\": \"V2 - Child of Lawful Permanent Resident\"\n                                },\n                                {\n                                    \"text\": \"V3 - Dependent of V1 or V2\",\n                                    \"value\": \"V3\",\n                                    \"checked\": false,\n                                    \"name\": \"V3 - Dependent of V1 or V2\"\n                                },\n                                {\n                                    \"text\": \"Not Available\",\n                                    \"value\": \"not-available\",\n                                    \"checked\": false,\n                                    \"name\": \"Not Available\"\n                                }\n                            ],\n                            \"type\": \"select\",\n                            \"index_weight\": 6\n                        }\n                    ]\n                },\n                \"user_data\": {\n                    \"user-citizenship-us-status\": \"US\",\n                    \"user-citizenship-country-of-birth\": \"USA\",\n                    \"user-citizenship-country\": \"USA\",\n                    \"user-citizenship-require-visa\": false,\n                    \"user-citizenship-english-native-language\": true,\n                    \"user-citizenship-visa-type\": null\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"4853d060-434c-4a27-aaf6-5ae91b34ddd3"}],"id":"c27a7b73-8921-432f-ac69-56ac2b61a5c2","_postman_id":"c27a7b73-8921-432f-ac69-56ac2b61a5c2","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Cleanup","item":[{"name":"Cleanup Fields","id":"83b37646-eba6-4de7-81b7-42a9a3544b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"slugs\": [\n            \"user-email-address\",\n            \"user-first-name\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/cleanup?feature={{feature}}&analytics={{analytics}}","description":"<p>Delete the values of given fields.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","cleanup"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"83b37646-eba6-4de7-81b7-42a9a3544b44"}],"id":"29aee902-1152-4996-ba79-e181af145fa5","_postman_id":"29aee902-1152-4996-ba79-e181af145fa5","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Documents","item":[{"name":"Get Documents","id":"21888884-4987-4426-9a4f-5a654678ed5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://training.api.451.io/v2/users/:user_id/profile/documents?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","documents"],"host":["training","api","451","io"],"query":[{"description":{"content":"<p>Optional. </p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required. </p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"4ca0ebe0-90c1-4b2d-a6c8-3620760a364c","name":"Get Documents","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://training.api.451.io/v2/users/:user_id/profile/documents?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["training","api","451","io"],"path":["v2","users",":user_id","profile","documents"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional. "},{"key":"feature","value":"{{feature}}","description":"Required. "}],"variable":[{"key":"user_id","value":"","description":"Element ID for the user, their unique identifier assigned by Element451."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Jun 2025 19:43:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"_subdom\": \"instance\",\n            \"file_guid\": \"instance.files.16127\",\n            \"name\": \"profile_picture.png\",\n            \"original_file\": \"profile_picture.png\",\n            \"author\": {\n                \"_id\": \"63ed61ee9377078663\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"NAme\",\n                \"email\": \"example@element451.com\"\n            },\n            \"guid\": \"instance.document.3558\",\n            \"updated_at\": \"2025-05-14T17:18:59+00:00\",\n            \"created_at\": \"2025-05-14T17:18:59+00:00\",\n            \"source\": \"upload\",\n            \"user\": {\n                \"_id\": \"63ed61ee9377078663\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"NAme\",\n                \"email\": \"example@element451.com\"\n            },\n            \"size\": 2862,\n            \"mime_type\": \"image/png\",\n            \"extension\": \"png\",\n            \"url\": \"https://instance.api.451.io/v2/files/download/instance.files.18726127/F9F0F0988C2DBFB5391D1DF7\"\n        },\n        {\n            \"file_guid\": \"instance.files.19524753\",\n            \"name\": \"transcript\",\n            \"original_file\": \"transcript.pdf\",\n            \"type_guid\": \"instance.document_type.266\",\n            \"_subdom\": \"instance\",\n            \"guid\": \"instance.document.3692\",\n            \"author\": {\n                \"_id\": \"5e6274632ca3f67d541f11f4\",\n                \"first_name\": \"Element451\",\n                \"last_name\": \"Support\",\n                \"email\": \"customer.support@element451.com\"\n            },\n            \"updated_at\": \"2025-06-11T20:02:56+00:00\",\n            \"created_at\": \"2025-06-11T20:02:56+00:00\",\n            \"source\": \"upload\",\n            \"user\": {\n                \"_id\": \"63ed61ee9377078663\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"NAme\",\n                \"email\": \"example@element451.com\"\n            },\n            \"type\": {\n                \"name\": \"Transcript\",\n                \"slug\": \"transcript\",\n                \"icon\": \"fa-address-card-o\",\n                \"guid\": \"instance.document_type.266\"\n            },\n            \"size\": 1839656,\n            \"mime_type\": \"document/pdf\",\n            \"extension\": \"pdf\",\n            \"url\": \"https://instance.api.451.io/v2/files/download/instance.files.195/58655622D9392E3086902CF31\"\n        }\n    ]\n}"}],"_postman_id":"21888884-4987-4426-9a4f-5a654678ed5f"}],"id":"342508f4-8bd4-4b29-804f-0a82fca8cb05","_postman_id":"342508f4-8bd4-4b29-804f-0a82fca8cb05","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Emergency Contacts","item":[{"name":"Get User Emergency Contacts","id":"c9d29294-bf28-46fc-a2fd-f61f7a74fbd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/emergency_contacts?feature={{feature}}&analytics={{analytics}}","description":"<p>Get array of User's Emergency Contacts. Includes form data for validation.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","emergency_contacts"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"63ed61ee90d","key":"user_id"}]}},"response":[],"_postman_id":"c9d29294-bf28-46fc-a2fd-f61f7a74fbd6"},{"name":"Create User Emergency Contact","id":"aac9a031-abff-4d15-872c-7e302c6759fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"first_name\" : \"Harold\", \n        \"last_name\" : \"Mance\", \n        \"email\" : \"some@email.com\", \n        \"relationship\" : \"Father\", \n        \"is_primary\" : true, \n        \"cell_phone\" : {\n            \"type\" : \"cell\", \n            \"country_alpha_2\" : \"US\", \n            \"country_code\" : \"1\", \n            \"number\" : \"9737128232\"\n        },\n        \"home_phone\" : {\n            \"type\" : \"home\", \n            \"country_alpha_2\" : \"US\", \n            \"country_code\" : \"1\", \n            \"number\" : \"9737128232\"\n        },\n        \"address\" : {\n            \"country\" : \"USA\", \n            \"street_1\" : \"38 Loantaka Way\", \n            \"city\" : \"Madison\", \n            \"state\" : \"NJ\", \n            \"county\" : \"Morris County\", \n            \"zipcode\" : \"07940\", \n            \"type\" : \"home\"\n        }\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/emergency_contacts?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Emergency Contact for the User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","emergency_contacts"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"aac9a031-abff-4d15-872c-7e302c6759fb"},{"name":"Update User Emergency Contact","id":"9ddfa564-0b0d-44ea-a08c-2a22f46dde86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"first_name\" : \"Harold\", \n        \"last_name\" : \"Mances\", \n        \"email\" : \"some@email.com\", \n        \"relationship\" : \"Father\", \n        \"is_primary\" : true, \n        \"cell_phone\" : {\n            \"type\" : \"cell\", \n            \"country_alpha_2\" : \"US\", \n            \"country_code\" : \"1\", \n            \"number\" : \"9737128232\"\n        },\n        \"home_phone\" : {\n            \"type\" : \"home\", \n            \"country_alpha_2\" : \"US\", \n            \"country_code\" : \"1\", \n            \"number\" : \"9737128232\"\n        },\n        \"address\" : {\n            \"country\" : \"USA\", \n            \"street_1\" : \"38 Loantaka Way\", \n            \"city\" : \"Madison\", \n            \"state\" : \"NJ\", \n            \"county\" : \"Morris County\", \n            \"zipcode\" : \"07940\", \n            \"type\" : \"home\"\n        }\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/emergency_contacts/:emergency_contact_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Emergency Contact for the User.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","emergency_contacts",":emergency_contact_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Unique identifier for the emergency contact item in the array. Can be found with GET to this route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"emergency_contact_id"}]}},"response":[],"_postman_id":"9ddfa564-0b0d-44ea-a08c-2a22f46dde86"},{"name":"Delete User Emergency Contact","id":"01ddb338-63ec-45a6-a285-596b780ae1a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/emergency_contacts/:emergency_contact_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Milestone for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","emergency_contacts",":emergency_contact_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Unique identifier for the emergency contact item in the array. Can be found with GET to this route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"emergency_contact_id"}]}},"response":[],"_postman_id":"01ddb338-63ec-45a6-a285-596b780ae1a5"}],"id":"61eb23b5-9421-487b-9372-8f2c21cef718","description":"<p>Access and manage a user's Emergency Contacts.</p>\n","_postman_id":"61eb23b5-9421-487b-9372-8f2c21cef718","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Employment","item":[{"name":"Get User Employments","id":"3d2eec7a-db9b-4089-bcc2-5e3833278b57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/employments?feature={{feature}}&analytics={{analytics}}","description":"<p>Get array of User's Employment. Includes form data for validation.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","employments"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"63ed61ee90d","key":"user_id"}]}},"response":[],"_postman_id":"3d2eec7a-db9b-4089-bcc2-5e3833278b57"},{"name":"Create User Employment","id":"963862c1-cd32-4b89-8289-b4d2ec187587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"companyname\": \"Coca Cola\",\n        \"business\": \"Manager\",\n        \"position\": \"Manager 2\",\n        \"status\": \"FT\",\n        \"reimbursement\": true,\n        \"start_date\": \"2022-03-09T00:00:00.000+00:00\",\n        \"end_date\": \"2022-03-31T00:00:00.000+00:00\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/employments?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Employment record for the User.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","employments"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"963862c1-cd32-4b89-8289-b4d2ec187587"},{"name":"Update User Employment","id":"01e65ab8-4dce-4abc-ae1d-1d3bc067741a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"companyname\": \"Coca Cola\",\n        \"business\": \"Manager\",\n        \"position\": \"Manager 2\",\n        \"status\": \"FT\",\n        \"reimbursement\": true,\n        \"start_date\": \"2022-03-19T00:00:00.000+00:00\",\n        \"end_date\": \"2022-04-28T00:00:00.000+00:00\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/employments/:employment_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Employment for the User.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","employments",":employment_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Unique identifier for the employment item in the array. Can be found with GET to this route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"employment_id"}]}},"response":[],"_postman_id":"01e65ab8-4dce-4abc-ae1d-1d3bc067741a"},{"name":"Delete User Employment","id":"3751aeaa-5237-40b4-8f1d-189e1a2a15be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/employments/:employment_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Deletes an existing Employment for a User.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","employments",":employment_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Unique identifier for the employment item in the array. Can be found with GET to this route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"employment_id"}]}},"response":[],"_postman_id":"3751aeaa-5237-40b4-8f1d-189e1a2a15be"}],"id":"8b8b92e7-05cf-4f82-8248-561b58d370dd","description":"<p>Access and manage Employment records for a User.</p>\n","_postman_id":"8b8b92e7-05cf-4f82-8248-561b58d370dd","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Evaluations","item":[{"name":"Get User Evaluations","id":"5f05fe4d-8661-48d7-bf96-855c228141df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/evaluations?feature={{feature}}&analytics={{analytics}}","description":"<p>Get array of User's Milestones</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","evaluations"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"63ed61ee90d","key":"user_id"}]}},"response":[],"_postman_id":"5f05fe4d-8661-48d7-bf96-855c228141df"},{"name":"Create User Evaluation","id":"99f6e749-00a9-45ae-bef6-8170a467db95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"ACCUPLACER\",\n        \"name\": \"ACCUPLACER\",\n        \"date\": \"2022-03-19T00:00:00.000+00:00\",\n        \"official\": false,\n        \"scores\": [\n            {\n                \"key\": \"composite\",\n                \"value\": 200\n            }\n        ]\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/evaluations?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new School for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","evaluations"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"99f6e749-00a9-45ae-bef6-8170a467db95"},{"name":"Update User Evaluation","id":"92324f24-33bb-4b45-b5bd-e61407204c01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"ACCUPLACER\",\n        \"name\": \"ACCUPLACER\",\n        \"date\": \"2022-03-19T00:00:00.000+00:00c\",\n        \"official\": false,\n        \"scores\": [\n            {\n                \"key\": \"composite\",\n                \"value\": 200\n            },\n            {\n                \"key\": \"reading\",\n                \"value\": 200\n            }\n        ]\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/evaluations/:evaluation_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Milestone for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","evaluations",":evaluation_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Unique identifier for the evaluation item in the array. Can be found with GET to this route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"evaluation_id"}]}},"response":[],"_postman_id":"92324f24-33bb-4b45-b5bd-e61407204c01"},{"name":"Delete User Evaluation","id":"4dc63833-4c85-476c-8ee7-433068df7bf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/evaluations/:evaluation_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Milestone for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","evaluations",":evaluation_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Unique identifier for the evaluation item in the array. Can be found with GET to this route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"evaluation_id"}]}},"response":[],"_postman_id":"4dc63833-4c85-476c-8ee7-433068df7bf1"}],"id":"dd90d188-5c22-4314-9eed-40d289272864","description":"<p>Access and manage Evaluations for a User. Evaluations include tests like the SAT and ACT.</p>\n","_postman_id":"dd90d188-5c22-4314-9eed-40d289272864","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Family","item":[{"name":"Get User Family","id":"b498f77c-1dc3-427b-a72d-00c1b7bcf0c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/family?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new School for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","family"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"6e7e87ad-c3dc-42c1-a384-e1805fa9b306","name":"Get User Family","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/profile/family?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","profile","family"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"user_id","value":"63ed61ee90d9223377078663","description":"Element ID for the user, their unique identifier assigned by Element451."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Oct 2025 13:57:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"family\": {\n            \"form_data\": {\n                \"_id\": \"virtual.form.profile\",\n                \"guid\": \"virtual.form.profile\",\n                \"fields\": [\n                    {\n                        \"slug\": \"user-family-root\",\n                        \"data_type\": \"collection\",\n                        \"subfields\": [\n                            {\n                                \"hidden\": true,\n                                \"default\": \"guardian\",\n                                \"label\": \"Type\",\n                                \"name\": \"user-family-type\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"label\": \"Relationship\",\n                                \"name\": \"user-family-relationship\",\n                                \"data_source\": \"data_source.family_relationship\",\n                                \"data_source_text\": \"text\",\n                                \"data_source_value\": \"value\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Mother\",\n                                        \"value\": \"mother\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Father\",\n                                        \"value\": \"father\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Guardian\",\n                                        \"value\": \"guardian\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Not Applicable\",\n                                        \"value\": \"not_applicable\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"label\": \"Title\",\n                                \"name\": \"user-family-title\",\n                                \"data_source\": \"data_source.titles\",\n                                \"data_source_text\": \"name\",\n                                \"data_source_value\": \"value\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Mr.\",\n                                        \"value\": \"mr\",\n                                        \"checked\": false,\n                                        \"name\": \"Mr.\",\n                                        \"id\": \"43A08F05\"\n                                    },\n                                    {\n                                        \"text\": \"Mrs.\",\n                                        \"value\": \"mrs\",\n                                        \"checked\": false,\n                                        \"name\": \"Mrs.\",\n                                        \"id\": \"E7D4E1EF\"\n                                    },\n                                    {\n                                        \"text\": \"Ms.\",\n                                        \"value\": \"ms\",\n                                        \"checked\": false,\n                                        \"name\": \"Ms.\",\n                                        \"id\": \"EBBEF2CE\"\n                                    },\n                                    {\n                                        \"text\": \"Dr.\",\n                                        \"value\": \"dr\",\n                                        \"checked\": false,\n                                        \"name\": \"Dr.\",\n                                        \"id\": \"51C4C8D9\"\n                                    },\n                                    {\n                                        \"text\": \"Rev.\",\n                                        \"value\": \"rev\",\n                                        \"checked\": false,\n                                        \"name\": \"Rev.\",\n                                        \"id\": \"7C163B61\"\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"label\": \"First Name\",\n                                \"name\": \"user-family-first_name\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"label\": \"Middle Name\",\n                                \"name\": \"user-family-middle_name\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"label\": \"Last Name\",\n                                \"name\": \"user-family-last_name\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"label\": \"Gender\",\n                                \"name\": \"user-family-gender\",\n                                \"data_source\": \"data_source.gender\",\n                                \"data_source_text\": \"value\",\n                                \"data_source_value\": \"value\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Female\",\n                                        \"value\": \"Female\",\n                                        \"checked\": false,\n                                        \"one\": \"F\"\n                                    },\n                                    {\n                                        \"text\": \"Male\",\n                                        \"value\": \"Male\",\n                                        \"checked\": false,\n                                        \"one\": \"M\"\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"label\": \"Suffix\",\n                                \"name\": \"user-family-suffix\",\n                                \"data_source\": \"data_source.suffix\",\n                                \"data_source_text\": \"short\",\n                                \"data_source_value\": \"name\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"None\",\n                                        \"value\": \"\",\n                                        \"checked\": false,\n                                        \"name\": \"\",\n                                        \"full\": \"None\",\n                                        \"short\": \"None\"\n                                    },\n                                    {\n                                        \"text\": \"Sr.\",\n                                        \"value\": \"Sr.\",\n                                        \"checked\": false,\n                                        \"name\": \"Sr.\",\n                                        \"full\": \"Senior\",\n                                        \"short\": \"Sr.\"\n                                    },\n                                    {\n                                        \"text\": \"Jr.\",\n                                        \"value\": \"Jr.\",\n                                        \"checked\": false,\n                                        \"name\": \"Jr.\",\n                                        \"full\": \"Junior\",\n                                        \"short\": \"Jr.\"\n                                    },\n                                    {\n                                        \"text\": \"II\",\n                                        \"value\": \"II\",\n                                        \"checked\": false,\n                                        \"name\": \"II\",\n                                        \"full\": \"Second\",\n                                        \"short\": \"II\"\n                                    },\n                                    {\n                                        \"text\": \"III\",\n                                        \"value\": \"III\",\n                                        \"checked\": false,\n                                        \"name\": \"III\",\n                                        \"full\": \"Third\",\n                                        \"short\": \"III\"\n                                    },\n                                    {\n                                        \"text\": \"IV\",\n                                        \"value\": \"IV\",\n                                        \"checked\": false,\n                                        \"name\": \"IV\",\n                                        \"full\": \"Fourth\",\n                                        \"short\": \"IV\"\n                                    },\n                                    {\n                                        \"text\": \"V\",\n                                        \"value\": \"V\",\n                                        \"checked\": false,\n                                        \"name\": \"V\",\n                                        \"full\": \"Fifth\",\n                                        \"short\": \"V\"\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"transformations\": [\n                                    {\n                                        \"type\": \"mongodate\"\n                                    }\n                                ],\n                                \"label\": \"Date of Birth\",\n                                \"name\": \"user-family-date_of_birth\",\n                                \"type\": \"datepicker\"\n                            },\n                            {\n                                \"label\": \"Country of Citizenship\",\n                                \"name\": \"user-family-country_of_citizenship\",\n                                \"data_source\": \"data_source.country\",\n                                \"source\": \"locked\",\n                                \"data_source_text\": \"name\",\n                                \"data_source_value\": \"alpha3\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"United States\",\n                                        \"value\": \"USA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"US\",\n                                        \"alpha3\": \"USA\",\n                                        \"numerical\": \"840\",\n                                        \"name\": \"United States\"\n                                    },\n                                    {\n                                        \"text\": \"Afghanistan\",\n                                        \"value\": \"AFG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AF\",\n                                        \"alpha3\": \"AFG\",\n                                        \"numerical\": \"004\",\n                                        \"name\": \"Afghanistan\"\n                                    },\n                                    {\n                                        \"text\": \"Åland Islands\",\n                                        \"value\": \"ALA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AX\",\n                                        \"alpha3\": \"ALA\",\n                                        \"numerical\": \"248\",\n                                        \"name\": \"Åland Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Albania\",\n                                        \"value\": \"ALB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AL\",\n                                        \"alpha3\": \"ALB\",\n                                        \"numerical\": \"008\",\n                                        \"name\": \"Albania\"\n                                    },\n                                    {\n                                        \"text\": \"Algeria\",\n                                        \"value\": \"DZA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"DZ\",\n                                        \"alpha3\": \"DZA\",\n                                        \"numerical\": \"012\",\n                                        \"name\": \"Algeria\"\n                                    },\n                                    {\n                                        \"text\": \"American Samoa\",\n                                        \"value\": \"ASM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AS\",\n                                        \"alpha3\": \"ASM\",\n                                        \"numerical\": \"016\",\n                                        \"name\": \"American Samoa\"\n                                    },\n                                    {\n                                        \"text\": \"Andorra\",\n                                        \"value\": \"AND\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AD\",\n                                        \"alpha3\": \"AND\",\n                                        \"numerical\": \"020\",\n                                        \"name\": \"Andorra\"\n                                    },\n                                    {\n                                        \"text\": \"Angola\",\n                                        \"value\": \"AGO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AO\",\n                                        \"alpha3\": \"AGO\",\n                                        \"numerical\": \"024\",\n                                        \"name\": \"Angola\"\n                                    },\n                                    {\n                                        \"text\": \"Anguilla\",\n                                        \"value\": \"AIA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AI\",\n                                        \"alpha3\": \"AIA\",\n                                        \"numerical\": \"660\",\n                                        \"name\": \"Anguilla\"\n                                    },\n                                    {\n                                        \"text\": \"Antarctica\",\n                                        \"value\": \"ATA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AQ\",\n                                        \"alpha3\": \"ATA\",\n                                        \"numerical\": \"010\",\n                                        \"name\": \"Antarctica\"\n                                    },\n                                    {\n                                        \"text\": \"Antigua and Barbuda\",\n                                        \"value\": \"ATG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AG\",\n                                        \"alpha3\": \"ATG\",\n                                        \"numerical\": \"028\",\n                                        \"name\": \"Antigua and Barbuda\"\n                                    },\n                                    {\n                                        \"text\": \"Argentina\",\n                                        \"value\": \"ARG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AR\",\n                                        \"alpha3\": \"ARG\",\n                                        \"numerical\": \"032\",\n                                        \"name\": \"Argentina\"\n                                    },\n                                    {\n                                        \"text\": \"Armenia\",\n                                        \"value\": \"ARM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AM\",\n                                        \"alpha3\": \"ARM\",\n                                        \"numerical\": \"051\",\n                                        \"name\": \"Armenia\"\n                                    },\n                                    {\n                                        \"text\": \"Aruba\",\n                                        \"value\": \"ABW\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AW\",\n                                        \"alpha3\": \"ABW\",\n                                        \"numerical\": \"533\",\n                                        \"name\": \"Aruba\"\n                                    },\n                                    {\n                                        \"text\": \"Australia\",\n                                        \"value\": \"AUS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AU\",\n                                        \"alpha3\": \"AUS\",\n                                        \"numerical\": \"036\",\n                                        \"name\": \"Australia\"\n                                    },\n                                    {\n                                        \"text\": \"Austria\",\n                                        \"value\": \"AUT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AT\",\n                                        \"alpha3\": \"AUT\",\n                                        \"numerical\": \"040\",\n                                        \"name\": \"Austria\"\n                                    },\n                                    {\n                                        \"text\": \"Azerbaijan\",\n                                        \"value\": \"AZE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AZ\",\n                                        \"alpha3\": \"AZE\",\n                                        \"numerical\": \"031\",\n                                        \"name\": \"Azerbaijan\"\n                                    },\n                                    {\n                                        \"text\": \"Bahamas\",\n                                        \"value\": \"BHS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BS\",\n                                        \"alpha3\": \"BHS\",\n                                        \"numerical\": \"044\",\n                                        \"name\": \"Bahamas\"\n                                    },\n                                    {\n                                        \"text\": \"Bahrain\",\n                                        \"value\": \"BHR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BH\",\n                                        \"alpha3\": \"BHR\",\n                                        \"numerical\": \"048\",\n                                        \"name\": \"Bahrain\"\n                                    },\n                                    {\n                                        \"text\": \"Bangladesh\",\n                                        \"value\": \"BGD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BD\",\n                                        \"alpha3\": \"BGD\",\n                                        \"numerical\": \"050\",\n                                        \"name\": \"Bangladesh\"\n                                    },\n                                    {\n                                        \"text\": \"Barbados\",\n                                        \"value\": \"BRB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BB\",\n                                        \"alpha3\": \"BRB\",\n                                        \"numerical\": \"052\",\n                                        \"name\": \"Barbados\"\n                                    },\n                                    {\n                                        \"text\": \"Belarus\",\n                                        \"value\": \"BLR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BY\",\n                                        \"alpha3\": \"BLR\",\n                                        \"numerical\": \"112\",\n                                        \"name\": \"Belarus\"\n                                    },\n                                    {\n                                        \"text\": \"Belgium\",\n                                        \"value\": \"BEL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BE\",\n                                        \"alpha3\": \"BEL\",\n                                        \"numerical\": \"056\",\n                                        \"name\": \"Belgium\"\n                                    },\n                                    {\n                                        \"text\": \"Belize\",\n                                        \"value\": \"BLZ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BZ\",\n                                        \"alpha3\": \"BLZ\",\n                                        \"numerical\": \"084\",\n                                        \"name\": \"Belize\"\n                                    },\n                                    {\n                                        \"text\": \"Benin\",\n                                        \"value\": \"BEN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BJ\",\n                                        \"alpha3\": \"BEN\",\n                                        \"numerical\": \"204\",\n                                        \"name\": \"Benin\"\n                                    },\n                                    {\n                                        \"text\": \"Bermuda\",\n                                        \"value\": \"BMU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BM\",\n                                        \"alpha3\": \"BMU\",\n                                        \"numerical\": \"060\",\n                                        \"name\": \"Bermuda\"\n                                    },\n                                    {\n                                        \"text\": \"Bhutan\",\n                                        \"value\": \"BTN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BT\",\n                                        \"alpha3\": \"BTN\",\n                                        \"numerical\": \"064\",\n                                        \"name\": \"Bhutan\"\n                                    },\n                                    {\n                                        \"text\": \"Bolivia,Plurinational State of\",\n                                        \"value\": \"BOL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BO\",\n                                        \"alpha3\": \"BOL\",\n                                        \"numerical\": \"068\",\n                                        \"name\": \"Bolivia,Plurinational State of\"\n                                    },\n                                    {\n                                        \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                        \"value\": \"BES\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BQ\",\n                                        \"alpha3\": \"BES\",\n                                        \"numerical\": \"535\",\n                                        \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                    },\n                                    {\n                                        \"text\": \"Bosnia and Herzegovina\",\n                                        \"value\": \"BIH\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BA\",\n                                        \"alpha3\": \"BIH\",\n                                        \"numerical\": \"070\",\n                                        \"name\": \"Bosnia and Herzegovina\"\n                                    },\n                                    {\n                                        \"text\": \"Botswana\",\n                                        \"value\": \"BWA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BW\",\n                                        \"alpha3\": \"BWA\",\n                                        \"numerical\": \"072\",\n                                        \"name\": \"Botswana\"\n                                    },\n                                    {\n                                        \"text\": \"Bouvet Island\",\n                                        \"value\": \"BVT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BV\",\n                                        \"alpha3\": \"BVT\",\n                                        \"numerical\": \"074\",\n                                        \"name\": \"Bouvet Island\"\n                                    },\n                                    {\n                                        \"text\": \"Brazil\",\n                                        \"value\": \"BRA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BR\",\n                                        \"alpha3\": \"BRA\",\n                                        \"numerical\": \"076\",\n                                        \"name\": \"Brazil\"\n                                    },\n                                    {\n                                        \"text\": \"British Indian Ocean Territory\",\n                                        \"value\": \"IOT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IO\",\n                                        \"alpha3\": \"IOT\",\n                                        \"numerical\": \"086\",\n                                        \"name\": \"British Indian Ocean Territory\"\n                                    },\n                                    {\n                                        \"text\": \"Brunei Darussalam\",\n                                        \"value\": \"BRN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BN\",\n                                        \"alpha3\": \"BRN\",\n                                        \"numerical\": \"096\",\n                                        \"name\": \"Brunei Darussalam\"\n                                    },\n                                    {\n                                        \"text\": \"Bulgaria\",\n                                        \"value\": \"BGR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BG\",\n                                        \"alpha3\": \"BGR\",\n                                        \"numerical\": \"100\",\n                                        \"name\": \"Bulgaria\"\n                                    },\n                                    {\n                                        \"text\": \"Burkina Faso\",\n                                        \"value\": \"BFA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BF\",\n                                        \"alpha3\": \"BFA\",\n                                        \"numerical\": \"854\",\n                                        \"name\": \"Burkina Faso\"\n                                    },\n                                    {\n                                        \"text\": \"Burundi\",\n                                        \"value\": \"BDI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BI\",\n                                        \"alpha3\": \"BDI\",\n                                        \"numerical\": \"108\",\n                                        \"name\": \"Burundi\"\n                                    },\n                                    {\n                                        \"text\": \"Cabo Verde\",\n                                        \"value\": \"CPV\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CV\",\n                                        \"alpha3\": \"CPV\",\n                                        \"numerical\": \"132\",\n                                        \"name\": \"Cabo Verde\"\n                                    },\n                                    {\n                                        \"text\": \"Cambodia\",\n                                        \"value\": \"KHM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KH\",\n                                        \"alpha3\": \"KHM\",\n                                        \"numerical\": \"116\",\n                                        \"name\": \"Cambodia\"\n                                    },\n                                    {\n                                        \"text\": \"Cameroon\",\n                                        \"value\": \"CMR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CM\",\n                                        \"alpha3\": \"CMR\",\n                                        \"numerical\": \"120\",\n                                        \"name\": \"Cameroon\"\n                                    },\n                                    {\n                                        \"text\": \"Canada\",\n                                        \"value\": \"CAN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CA\",\n                                        \"alpha3\": \"CAN\",\n                                        \"numerical\": \"124\",\n                                        \"name\": \"Canada\"\n                                    },\n                                    {\n                                        \"text\": \"Cayman Islands\",\n                                        \"value\": \"CYM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KY\",\n                                        \"alpha3\": \"CYM\",\n                                        \"numerical\": \"136\",\n                                        \"name\": \"Cayman Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Central African Republic\",\n                                        \"value\": \"CAF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CF\",\n                                        \"alpha3\": \"CAF\",\n                                        \"numerical\": \"140\",\n                                        \"name\": \"Central African Republic\"\n                                    },\n                                    {\n                                        \"text\": \"Chad\",\n                                        \"value\": \"TCD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TD\",\n                                        \"alpha3\": \"TCD\",\n                                        \"numerical\": \"148\",\n                                        \"name\": \"Chad\"\n                                    },\n                                    {\n                                        \"text\": \"Chile\",\n                                        \"value\": \"CHL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CL\",\n                                        \"alpha3\": \"CHL\",\n                                        \"numerical\": \"152\",\n                                        \"name\": \"Chile\"\n                                    },\n                                    {\n                                        \"text\": \"China\",\n                                        \"value\": \"CHN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CN\",\n                                        \"alpha3\": \"CHN\",\n                                        \"numerical\": \"156\",\n                                        \"name\": \"China\"\n                                    },\n                                    {\n                                        \"text\": \"Christmas Island\",\n                                        \"value\": \"CXR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CX\",\n                                        \"alpha3\": \"CXR\",\n                                        \"numerical\": \"162\",\n                                        \"name\": \"Christmas Island\"\n                                    },\n                                    {\n                                        \"text\": \"Cocos (Keeling) Islands\",\n                                        \"value\": \"CCK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CC\",\n                                        \"alpha3\": \"CCK\",\n                                        \"numerical\": \"166\",\n                                        \"name\": \"Cocos (Keeling) Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Colombia\",\n                                        \"value\": \"COL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CO\",\n                                        \"alpha3\": \"COL\",\n                                        \"numerical\": \"170\",\n                                        \"name\": \"Colombia\"\n                                    },\n                                    {\n                                        \"text\": \"Comoros\",\n                                        \"value\": \"COM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KM\",\n                                        \"alpha3\": \"COM\",\n                                        \"numerical\": \"174\",\n                                        \"name\": \"Comoros\"\n                                    },\n                                    {\n                                        \"text\": \"Congo\",\n                                        \"value\": \"COG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CG\",\n                                        \"alpha3\": \"COG\",\n                                        \"numerical\": \"178\",\n                                        \"name\": \"Congo\"\n                                    },\n                                    {\n                                        \"text\": \"Congo,the Democratic Republic of the\",\n                                        \"value\": \"COD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CD\",\n                                        \"alpha3\": \"COD\",\n                                        \"numerical\": \"180\",\n                                        \"name\": \"Congo,the Democratic Republic of the\"\n                                    },\n                                    {\n                                        \"text\": \"Cook Islands\",\n                                        \"value\": \"COK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CK\",\n                                        \"alpha3\": \"COK\",\n                                        \"numerical\": \"184\",\n                                        \"name\": \"Cook Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Costa Rica\",\n                                        \"value\": \"CRI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CR\",\n                                        \"alpha3\": \"CRI\",\n                                        \"numerical\": \"188\",\n                                        \"name\": \"Costa Rica\"\n                                    },\n                                    {\n                                        \"text\": \"Côte d'Ivoire\",\n                                        \"value\": \"CIV\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CI\",\n                                        \"alpha3\": \"CIV\",\n                                        \"numerical\": \"384\",\n                                        \"name\": \"Côte d'Ivoire\"\n                                    },\n                                    {\n                                        \"text\": \"Croatia\",\n                                        \"value\": \"HRV\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"HR\",\n                                        \"alpha3\": \"HRV\",\n                                        \"numerical\": \"191\",\n                                        \"name\": \"Croatia\"\n                                    },\n                                    {\n                                        \"text\": \"Cuba\",\n                                        \"value\": \"CUB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CU\",\n                                        \"alpha3\": \"CUB\",\n                                        \"numerical\": \"192\",\n                                        \"name\": \"Cuba\"\n                                    },\n                                    {\n                                        \"text\": \"Curaçao\",\n                                        \"value\": \"CUW\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CW\",\n                                        \"alpha3\": \"CUW\",\n                                        \"numerical\": \"531\",\n                                        \"name\": \"Curaçao\"\n                                    },\n                                    {\n                                        \"text\": \"Cyprus\",\n                                        \"value\": \"CYP\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CY\",\n                                        \"alpha3\": \"CYP\",\n                                        \"numerical\": \"196\",\n                                        \"name\": \"Cyprus\"\n                                    },\n                                    {\n                                        \"text\": \"Czech Republic\",\n                                        \"value\": \"CZE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CZ\",\n                                        \"alpha3\": \"CZE\",\n                                        \"numerical\": \"203\",\n                                        \"name\": \"Czech Republic\"\n                                    },\n                                    {\n                                        \"text\": \"Denmark\",\n                                        \"value\": \"DNK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"DK\",\n                                        \"alpha3\": \"DNK\",\n                                        \"numerical\": \"208\",\n                                        \"name\": \"Denmark\"\n                                    },\n                                    {\n                                        \"text\": \"Djibouti\",\n                                        \"value\": \"DJI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"DJ\",\n                                        \"alpha3\": \"DJI\",\n                                        \"numerical\": \"262\",\n                                        \"name\": \"Djibouti\"\n                                    },\n                                    {\n                                        \"text\": \"Dominica\",\n                                        \"value\": \"DMA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"DM\",\n                                        \"alpha3\": \"DMA\",\n                                        \"numerical\": \"212\",\n                                        \"name\": \"Dominica\"\n                                    },\n                                    {\n                                        \"text\": \"Dominican Republic\",\n                                        \"value\": \"DOM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"DO\",\n                                        \"alpha3\": \"DOM\",\n                                        \"numerical\": \"214\",\n                                        \"name\": \"Dominican Republic\"\n                                    },\n                                    {\n                                        \"text\": \"Ecuador\",\n                                        \"value\": \"ECU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"EC\",\n                                        \"alpha3\": \"ECU\",\n                                        \"numerical\": \"218\",\n                                        \"name\": \"Ecuador\"\n                                    },\n                                    {\n                                        \"text\": \"Egypt\",\n                                        \"value\": \"EGY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"EG\",\n                                        \"alpha3\": \"EGY\",\n                                        \"numerical\": \"818\",\n                                        \"name\": \"Egypt\"\n                                    },\n                                    {\n                                        \"text\": \"El Salvador\",\n                                        \"value\": \"SLV\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SV\",\n                                        \"alpha3\": \"SLV\",\n                                        \"numerical\": \"222\",\n                                        \"name\": \"El Salvador\"\n                                    },\n                                    {\n                                        \"text\": \"Equatorial Guinea\",\n                                        \"value\": \"GNQ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GQ\",\n                                        \"alpha3\": \"GNQ\",\n                                        \"numerical\": \"226\",\n                                        \"name\": \"Equatorial Guinea\"\n                                    },\n                                    {\n                                        \"text\": \"Eritrea\",\n                                        \"value\": \"ERI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ER\",\n                                        \"alpha3\": \"ERI\",\n                                        \"numerical\": \"232\",\n                                        \"name\": \"Eritrea\"\n                                    },\n                                    {\n                                        \"text\": \"Estonia\",\n                                        \"value\": \"EST\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"EE\",\n                                        \"alpha3\": \"EST\",\n                                        \"numerical\": \"233\",\n                                        \"name\": \"Estonia\"\n                                    },\n                                    {\n                                        \"text\": \"Ethiopia\",\n                                        \"value\": \"ETH\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ET\",\n                                        \"alpha3\": \"ETH\",\n                                        \"numerical\": \"231\",\n                                        \"name\": \"Ethiopia\"\n                                    },\n                                    {\n                                        \"text\": \"Falkland Islands (Malvinas)\",\n                                        \"value\": \"FLK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"FK\",\n                                        \"alpha3\": \"FLK\",\n                                        \"numerical\": \"238\",\n                                        \"name\": \"Falkland Islands (Malvinas)\"\n                                    },\n                                    {\n                                        \"text\": \"Faroe Islands\",\n                                        \"value\": \"FRO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"FO\",\n                                        \"alpha3\": \"FRO\",\n                                        \"numerical\": \"234\",\n                                        \"name\": \"Faroe Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Fiji\",\n                                        \"value\": \"FJI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"FJ\",\n                                        \"alpha3\": \"FJI\",\n                                        \"numerical\": \"242\",\n                                        \"name\": \"Fiji\"\n                                    },\n                                    {\n                                        \"text\": \"Finland\",\n                                        \"value\": \"FIN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"FI\",\n                                        \"alpha3\": \"FIN\",\n                                        \"numerical\": \"246\",\n                                        \"name\": \"Finland\"\n                                    },\n                                    {\n                                        \"text\": \"France\",\n                                        \"value\": \"FRA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"FR\",\n                                        \"alpha3\": \"FRA\",\n                                        \"numerical\": \"250\",\n                                        \"name\": \"France\"\n                                    },\n                                    {\n                                        \"text\": \"French Guiana\",\n                                        \"value\": \"GUF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GF\",\n                                        \"alpha3\": \"GUF\",\n                                        \"numerical\": \"254\",\n                                        \"name\": \"French Guiana\"\n                                    },\n                                    {\n                                        \"text\": \"French Polynesia\",\n                                        \"value\": \"PYF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PF\",\n                                        \"alpha3\": \"PYF\",\n                                        \"numerical\": \"258\",\n                                        \"name\": \"French Polynesia\"\n                                    },\n                                    {\n                                        \"text\": \"French Southern Territories\",\n                                        \"value\": \"ATF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TF\",\n                                        \"alpha3\": \"ATF\",\n                                        \"numerical\": \"260\",\n                                        \"name\": \"French Southern Territories\"\n                                    },\n                                    {\n                                        \"text\": \"Gabon\",\n                                        \"value\": \"GAB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GA\",\n                                        \"alpha3\": \"GAB\",\n                                        \"numerical\": \"266\",\n                                        \"name\": \"Gabon\"\n                                    },\n                                    {\n                                        \"text\": \"Gambia\",\n                                        \"value\": \"GMB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GM\",\n                                        \"alpha3\": \"GMB\",\n                                        \"numerical\": \"270\",\n                                        \"name\": \"Gambia\"\n                                    },\n                                    {\n                                        \"text\": \"Georgia\",\n                                        \"value\": \"GEO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GE\",\n                                        \"alpha3\": \"GEO\",\n                                        \"numerical\": \"268\",\n                                        \"name\": \"Georgia\"\n                                    },\n                                    {\n                                        \"text\": \"Germany\",\n                                        \"value\": \"DEU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"DE\",\n                                        \"alpha3\": \"DEU\",\n                                        \"numerical\": \"276\",\n                                        \"name\": \"Germany\"\n                                    },\n                                    {\n                                        \"text\": \"Ghana\",\n                                        \"value\": \"GHA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GH\",\n                                        \"alpha3\": \"GHA\",\n                                        \"numerical\": \"288\",\n                                        \"name\": \"Ghana\"\n                                    },\n                                    {\n                                        \"text\": \"Gibraltar\",\n                                        \"value\": \"GIB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GI\",\n                                        \"alpha3\": \"GIB\",\n                                        \"numerical\": \"292\",\n                                        \"name\": \"Gibraltar\"\n                                    },\n                                    {\n                                        \"text\": \"Greece\",\n                                        \"value\": \"GRC\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GR\",\n                                        \"alpha3\": \"GRC\",\n                                        \"numerical\": \"300\",\n                                        \"name\": \"Greece\"\n                                    },\n                                    {\n                                        \"text\": \"Greenland\",\n                                        \"value\": \"GRL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GL\",\n                                        \"alpha3\": \"GRL\",\n                                        \"numerical\": \"304\",\n                                        \"name\": \"Greenland\"\n                                    },\n                                    {\n                                        \"text\": \"Grenada\",\n                                        \"value\": \"GRD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GD\",\n                                        \"alpha3\": \"GRD\",\n                                        \"numerical\": \"308\",\n                                        \"name\": \"Grenada\"\n                                    },\n                                    {\n                                        \"text\": \"Guadeloupe\",\n                                        \"value\": \"GLP\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GP\",\n                                        \"alpha3\": \"GLP\",\n                                        \"numerical\": \"312\",\n                                        \"name\": \"Guadeloupe\"\n                                    },\n                                    {\n                                        \"text\": \"Guam\",\n                                        \"value\": \"GUM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GU\",\n                                        \"alpha3\": \"GUM\",\n                                        \"numerical\": \"316\",\n                                        \"name\": \"Guam\"\n                                    },\n                                    {\n                                        \"text\": \"Guatemala\",\n                                        \"value\": \"GTM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GT\",\n                                        \"alpha3\": \"GTM\",\n                                        \"numerical\": \"320\",\n                                        \"name\": \"Guatemala\"\n                                    },\n                                    {\n                                        \"text\": \"Guernsey\",\n                                        \"value\": \"GGY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GG\",\n                                        \"alpha3\": \"GGY\",\n                                        \"numerical\": \"831\",\n                                        \"name\": \"Guernsey\"\n                                    },\n                                    {\n                                        \"text\": \"Guinea\",\n                                        \"value\": \"GIN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GN\",\n                                        \"alpha3\": \"GIN\",\n                                        \"numerical\": \"324\",\n                                        \"name\": \"Guinea\"\n                                    },\n                                    {\n                                        \"text\": \"Guinea-Bissau\",\n                                        \"value\": \"GNB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GW\",\n                                        \"alpha3\": \"GNB\",\n                                        \"numerical\": \"624\",\n                                        \"name\": \"Guinea-Bissau\"\n                                    },\n                                    {\n                                        \"text\": \"Guyana\",\n                                        \"value\": \"GUY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GY\",\n                                        \"alpha3\": \"GUY\",\n                                        \"numerical\": \"328\",\n                                        \"name\": \"Guyana\"\n                                    },\n                                    {\n                                        \"text\": \"Haiti\",\n                                        \"value\": \"HTI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"HT\",\n                                        \"alpha3\": \"HTI\",\n                                        \"numerical\": \"332\",\n                                        \"name\": \"Haiti\"\n                                    },\n                                    {\n                                        \"text\": \"Heard Island and McDonald Islands\",\n                                        \"value\": \"HMD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"HM\",\n                                        \"alpha3\": \"HMD\",\n                                        \"numerical\": \"334\",\n                                        \"name\": \"Heard Island and McDonald Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Holy See (Vatican City State)\",\n                                        \"value\": \"VAT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VA\",\n                                        \"alpha3\": \"VAT\",\n                                        \"numerical\": \"336\",\n                                        \"name\": \"Holy See (Vatican City State)\"\n                                    },\n                                    {\n                                        \"text\": \"Honduras\",\n                                        \"value\": \"HND\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"HN\",\n                                        \"alpha3\": \"HND\",\n                                        \"numerical\": \"340\",\n                                        \"name\": \"Honduras\"\n                                    },\n                                    {\n                                        \"text\": \"Hong Kong\",\n                                        \"value\": \"HKG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"HK\",\n                                        \"alpha3\": \"HKG\",\n                                        \"numerical\": \"344\",\n                                        \"name\": \"Hong Kong\"\n                                    },\n                                    {\n                                        \"text\": \"Hungary\",\n                                        \"value\": \"HUN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"HU\",\n                                        \"alpha3\": \"HUN\",\n                                        \"numerical\": \"348\",\n                                        \"name\": \"Hungary\"\n                                    },\n                                    {\n                                        \"text\": \"Iceland\",\n                                        \"value\": \"ISL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IS\",\n                                        \"alpha3\": \"ISL\",\n                                        \"numerical\": \"352\",\n                                        \"name\": \"Iceland\"\n                                    },\n                                    {\n                                        \"text\": \"India\",\n                                        \"value\": \"IND\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IN\",\n                                        \"alpha3\": \"IND\",\n                                        \"numerical\": \"356\",\n                                        \"name\": \"India\"\n                                    },\n                                    {\n                                        \"text\": \"Indonesia\",\n                                        \"value\": \"IDN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ID\",\n                                        \"alpha3\": \"IDN\",\n                                        \"numerical\": \"360\",\n                                        \"name\": \"Indonesia\"\n                                    },\n                                    {\n                                        \"text\": \"Iran,Islamic Republic of\",\n                                        \"value\": \"IRN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IR\",\n                                        \"alpha3\": \"IRN\",\n                                        \"numerical\": \"364\",\n                                        \"name\": \"Iran,Islamic Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Iraq\",\n                                        \"value\": \"IRQ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IQ\",\n                                        \"alpha3\": \"IRQ\",\n                                        \"numerical\": \"368\",\n                                        \"name\": \"Iraq\"\n                                    },\n                                    {\n                                        \"text\": \"Ireland\",\n                                        \"value\": \"IRL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IE\",\n                                        \"alpha3\": \"IRL\",\n                                        \"numerical\": \"372\",\n                                        \"name\": \"Ireland\"\n                                    },\n                                    {\n                                        \"text\": \"Isle of Man\",\n                                        \"value\": \"IMN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IM\",\n                                        \"alpha3\": \"IMN\",\n                                        \"numerical\": \"833\",\n                                        \"name\": \"Isle of Man\"\n                                    },\n                                    {\n                                        \"text\": \"Israel\",\n                                        \"value\": \"ISR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IL\",\n                                        \"alpha3\": \"ISR\",\n                                        \"numerical\": \"376\",\n                                        \"name\": \"Israel\"\n                                    },\n                                    {\n                                        \"text\": \"Italy\",\n                                        \"value\": \"ITA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IT\",\n                                        \"alpha3\": \"ITA\",\n                                        \"numerical\": \"380\",\n                                        \"name\": \"Italy\"\n                                    },\n                                    {\n                                        \"text\": \"Jamaica\",\n                                        \"value\": \"JAM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"JM\",\n                                        \"alpha3\": \"JAM\",\n                                        \"numerical\": \"388\",\n                                        \"name\": \"Jamaica\"\n                                    },\n                                    {\n                                        \"text\": \"Japan\",\n                                        \"value\": \"JPN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"JP\",\n                                        \"alpha3\": \"JPN\",\n                                        \"numerical\": \"392\",\n                                        \"name\": \"Japan\"\n                                    },\n                                    {\n                                        \"text\": \"Jersey\",\n                                        \"value\": \"JEY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"JE\",\n                                        \"alpha3\": \"JEY\",\n                                        \"numerical\": \"832\",\n                                        \"name\": \"Jersey\"\n                                    },\n                                    {\n                                        \"text\": \"Jordan\",\n                                        \"value\": \"JOR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"JO\",\n                                        \"alpha3\": \"JOR\",\n                                        \"numerical\": \"400\",\n                                        \"name\": \"Jordan\"\n                                    },\n                                    {\n                                        \"text\": \"Kazakhstan\",\n                                        \"value\": \"KAZ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KZ\",\n                                        \"alpha3\": \"KAZ\",\n                                        \"numerical\": \"398\",\n                                        \"name\": \"Kazakhstan\"\n                                    },\n                                    {\n                                        \"text\": \"Kenya\",\n                                        \"value\": \"KEN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KE\",\n                                        \"alpha3\": \"KEN\",\n                                        \"numerical\": \"404\",\n                                        \"name\": \"Kenya\"\n                                    },\n                                    {\n                                        \"text\": \"Kiribati\",\n                                        \"value\": \"KIR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KI\",\n                                        \"alpha3\": \"KIR\",\n                                        \"numerical\": \"296\",\n                                        \"name\": \"Kiribati\"\n                                    },\n                                    {\n                                        \"text\": \"Korea,Democratic People's Republic of\",\n                                        \"value\": \"PRK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KP\",\n                                        \"alpha3\": \"PRK\",\n                                        \"numerical\": \"408\",\n                                        \"name\": \"Korea,Democratic People's Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Korea,Republic of\",\n                                        \"value\": \"KOR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KR\",\n                                        \"alpha3\": \"KOR\",\n                                        \"numerical\": \"410\",\n                                        \"name\": \"Korea,Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Kosovo,Republic of\",\n                                        \"value\": \"XKK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"XK\",\n                                        \"alpha3\": \"XKK\",\n                                        \"numerical\": \"008\",\n                                        \"name\": \"Kosovo,Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Kuwait\",\n                                        \"value\": \"KWT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KW\",\n                                        \"alpha3\": \"KWT\",\n                                        \"numerical\": \"414\",\n                                        \"name\": \"Kuwait\"\n                                    },\n                                    {\n                                        \"text\": \"Kyrgyzstan\",\n                                        \"value\": \"KGZ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KG\",\n                                        \"alpha3\": \"KGZ\",\n                                        \"numerical\": \"417\",\n                                        \"name\": \"Kyrgyzstan\"\n                                    },\n                                    {\n                                        \"text\": \"Lao People's Democratic Republic\",\n                                        \"value\": \"LAO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LA\",\n                                        \"alpha3\": \"LAO\",\n                                        \"numerical\": \"418\",\n                                        \"name\": \"Lao People's Democratic Republic\"\n                                    },\n                                    {\n                                        \"text\": \"Latvia\",\n                                        \"value\": \"LVA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LV\",\n                                        \"alpha3\": \"LVA\",\n                                        \"numerical\": \"428\",\n                                        \"name\": \"Latvia\"\n                                    },\n                                    {\n                                        \"text\": \"Lebanon\",\n                                        \"value\": \"LBN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LB\",\n                                        \"alpha3\": \"LBN\",\n                                        \"numerical\": \"422\",\n                                        \"name\": \"Lebanon\"\n                                    },\n                                    {\n                                        \"text\": \"Lesotho\",\n                                        \"value\": \"LSO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LS\",\n                                        \"alpha3\": \"LSO\",\n                                        \"numerical\": \"426\",\n                                        \"name\": \"Lesotho\"\n                                    },\n                                    {\n                                        \"text\": \"Liberia\",\n                                        \"value\": \"LBR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LR\",\n                                        \"alpha3\": \"LBR\",\n                                        \"numerical\": \"430\",\n                                        \"name\": \"Liberia\"\n                                    },\n                                    {\n                                        \"text\": \"Libya\",\n                                        \"value\": \"LBY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LY\",\n                                        \"alpha3\": \"LBY\",\n                                        \"numerical\": \"434\",\n                                        \"name\": \"Libya\"\n                                    },\n                                    {\n                                        \"text\": \"Liechtenstein\",\n                                        \"value\": \"LIE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LI\",\n                                        \"alpha3\": \"LIE\",\n                                        \"numerical\": \"438\",\n                                        \"name\": \"Liechtenstein\"\n                                    },\n                                    {\n                                        \"text\": \"Lithuania\",\n                                        \"value\": \"LTU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LT\",\n                                        \"alpha3\": \"LTU\",\n                                        \"numerical\": \"440\",\n                                        \"name\": \"Lithuania\"\n                                    },\n                                    {\n                                        \"text\": \"Luxembourg\",\n                                        \"value\": \"LUX\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LU\",\n                                        \"alpha3\": \"LUX\",\n                                        \"numerical\": \"442\",\n                                        \"name\": \"Luxembourg\"\n                                    },\n                                    {\n                                        \"text\": \"Macao\",\n                                        \"value\": \"MAC\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MO\",\n                                        \"alpha3\": \"MAC\",\n                                        \"numerical\": \"446\",\n                                        \"name\": \"Macao\"\n                                    },\n                                    {\n                                        \"text\": \"North Macedonia\",\n                                        \"value\": \"MKD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MK\",\n                                        \"alpha3\": \"MKD\",\n                                        \"numerical\": \"807\",\n                                        \"name\": \"North Macedonia\"\n                                    },\n                                    {\n                                        \"text\": \"Madagascar\",\n                                        \"value\": \"MDG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MG\",\n                                        \"alpha3\": \"MDG\",\n                                        \"numerical\": \"450\",\n                                        \"name\": \"Madagascar\"\n                                    },\n                                    {\n                                        \"text\": \"Malawi\",\n                                        \"value\": \"MWI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MW\",\n                                        \"alpha3\": \"MWI\",\n                                        \"numerical\": \"454\",\n                                        \"name\": \"Malawi\"\n                                    },\n                                    {\n                                        \"text\": \"Malaysia\",\n                                        \"value\": \"MYS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MY\",\n                                        \"alpha3\": \"MYS\",\n                                        \"numerical\": \"458\",\n                                        \"name\": \"Malaysia\"\n                                    },\n                                    {\n                                        \"text\": \"Maldives\",\n                                        \"value\": \"MDV\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MV\",\n                                        \"alpha3\": \"MDV\",\n                                        \"numerical\": \"462\",\n                                        \"name\": \"Maldives\"\n                                    },\n                                    {\n                                        \"text\": \"Mali\",\n                                        \"value\": \"MLI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ML\",\n                                        \"alpha3\": \"MLI\",\n                                        \"numerical\": \"466\",\n                                        \"name\": \"Mali\"\n                                    },\n                                    {\n                                        \"text\": \"Malta\",\n                                        \"value\": \"MLT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MT\",\n                                        \"alpha3\": \"MLT\",\n                                        \"numerical\": \"470\",\n                                        \"name\": \"Malta\"\n                                    },\n                                    {\n                                        \"text\": \"Marshall Islands\",\n                                        \"value\": \"MHL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MH\",\n                                        \"alpha3\": \"MHL\",\n                                        \"numerical\": \"584\",\n                                        \"name\": \"Marshall Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Martinique\",\n                                        \"value\": \"MTQ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MQ\",\n                                        \"alpha3\": \"MTQ\",\n                                        \"numerical\": \"474\",\n                                        \"name\": \"Martinique\"\n                                    },\n                                    {\n                                        \"text\": \"Mauritania\",\n                                        \"value\": \"MRT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MR\",\n                                        \"alpha3\": \"MRT\",\n                                        \"numerical\": \"478\",\n                                        \"name\": \"Mauritania\"\n                                    },\n                                    {\n                                        \"text\": \"Mauritius\",\n                                        \"value\": \"MUS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MU\",\n                                        \"alpha3\": \"MUS\",\n                                        \"numerical\": \"480\",\n                                        \"name\": \"Mauritius\"\n                                    },\n                                    {\n                                        \"text\": \"Mayotte\",\n                                        \"value\": \"MYT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"YT\",\n                                        \"alpha3\": \"MYT\",\n                                        \"numerical\": \"175\",\n                                        \"name\": \"Mayotte\"\n                                    },\n                                    {\n                                        \"text\": \"Mexico\",\n                                        \"value\": \"MEX\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MX\",\n                                        \"alpha3\": \"MEX\",\n                                        \"numerical\": \"484\",\n                                        \"name\": \"Mexico\"\n                                    },\n                                    {\n                                        \"text\": \"Micronesia,Federated States of\",\n                                        \"value\": \"FSM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"FM\",\n                                        \"alpha3\": \"FSM\",\n                                        \"numerical\": \"583\",\n                                        \"name\": \"Micronesia,Federated States of\"\n                                    },\n                                    {\n                                        \"text\": \"Moldova,Republic of\",\n                                        \"value\": \"MDA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MD\",\n                                        \"alpha3\": \"MDA\",\n                                        \"numerical\": \"498\",\n                                        \"name\": \"Moldova,Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Monaco\",\n                                        \"value\": \"MCO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MC\",\n                                        \"alpha3\": \"MCO\",\n                                        \"numerical\": \"492\",\n                                        \"name\": \"Monaco\"\n                                    },\n                                    {\n                                        \"text\": \"Mongolia\",\n                                        \"value\": \"MNG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MN\",\n                                        \"alpha3\": \"MNG\",\n                                        \"numerical\": \"496\",\n                                        \"name\": \"Mongolia\"\n                                    },\n                                    {\n                                        \"text\": \"Montenegro\",\n                                        \"value\": \"MNE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ME\",\n                                        \"alpha3\": \"MNE\",\n                                        \"numerical\": \"499\",\n                                        \"name\": \"Montenegro\"\n                                    },\n                                    {\n                                        \"text\": \"Montserrat\",\n                                        \"value\": \"MSR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MS\",\n                                        \"alpha3\": \"MSR\",\n                                        \"numerical\": \"500\",\n                                        \"name\": \"Montserrat\"\n                                    },\n                                    {\n                                        \"text\": \"Morocco\",\n                                        \"value\": \"MAR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MA\",\n                                        \"alpha3\": \"MAR\",\n                                        \"numerical\": \"504\",\n                                        \"name\": \"Morocco\"\n                                    },\n                                    {\n                                        \"text\": \"Mozambique\",\n                                        \"value\": \"MOZ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MZ\",\n                                        \"alpha3\": \"MOZ\",\n                                        \"numerical\": \"508\",\n                                        \"name\": \"Mozambique\"\n                                    },\n                                    {\n                                        \"text\": \"Myanmar\",\n                                        \"value\": \"MMR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MM\",\n                                        \"alpha3\": \"MMR\",\n                                        \"numerical\": \"104\",\n                                        \"name\": \"Myanmar\"\n                                    },\n                                    {\n                                        \"text\": \"Namibia\",\n                                        \"value\": \"NAM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NA\",\n                                        \"alpha3\": \"NAM\",\n                                        \"numerical\": \"516\",\n                                        \"name\": \"Namibia\"\n                                    },\n                                    {\n                                        \"text\": \"Nauru\",\n                                        \"value\": \"NRU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NR\",\n                                        \"alpha3\": \"NRU\",\n                                        \"numerical\": \"520\",\n                                        \"name\": \"Nauru\"\n                                    },\n                                    {\n                                        \"text\": \"Nepal\",\n                                        \"value\": \"NPL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NP\",\n                                        \"alpha3\": \"NPL\",\n                                        \"numerical\": \"524\",\n                                        \"name\": \"Nepal\"\n                                    },\n                                    {\n                                        \"text\": \"Netherlands\",\n                                        \"value\": \"NLD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NL\",\n                                        \"alpha3\": \"NLD\",\n                                        \"numerical\": \"528\",\n                                        \"name\": \"Netherlands\"\n                                    },\n                                    {\n                                        \"text\": \"New Caledonia\",\n                                        \"value\": \"NCL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NC\",\n                                        \"alpha3\": \"NCL\",\n                                        \"numerical\": \"540\",\n                                        \"name\": \"New Caledonia\"\n                                    },\n                                    {\n                                        \"text\": \"New Zealand\",\n                                        \"value\": \"NZL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NZ\",\n                                        \"alpha3\": \"NZL\",\n                                        \"numerical\": \"554\",\n                                        \"name\": \"New Zealand\"\n                                    },\n                                    {\n                                        \"text\": \"Nicaragua\",\n                                        \"value\": \"NIC\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NI\",\n                                        \"alpha3\": \"NIC\",\n                                        \"numerical\": \"558\",\n                                        \"name\": \"Nicaragua\"\n                                    },\n                                    {\n                                        \"text\": \"Niger\",\n                                        \"value\": \"NER\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NE\",\n                                        \"alpha3\": \"NER\",\n                                        \"numerical\": \"562\",\n                                        \"name\": \"Niger\"\n                                    },\n                                    {\n                                        \"text\": \"Nigeria\",\n                                        \"value\": \"NGA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NG\",\n                                        \"alpha3\": \"NGA\",\n                                        \"numerical\": \"566\",\n                                        \"name\": \"Nigeria\"\n                                    },\n                                    {\n                                        \"text\": \"Niue\",\n                                        \"value\": \"NIU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NU\",\n                                        \"alpha3\": \"NIU\",\n                                        \"numerical\": \"570\",\n                                        \"name\": \"Niue\"\n                                    },\n                                    {\n                                        \"text\": \"Norfolk Island\",\n                                        \"value\": \"NFK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NF\",\n                                        \"alpha3\": \"NFK\",\n                                        \"numerical\": \"574\",\n                                        \"name\": \"Norfolk Island\"\n                                    },\n                                    {\n                                        \"text\": \"Northern Mariana Islands\",\n                                        \"value\": \"MNP\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MP\",\n                                        \"alpha3\": \"MNP\",\n                                        \"numerical\": \"580\",\n                                        \"name\": \"Northern Mariana Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Norway\",\n                                        \"value\": \"NOR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NO\",\n                                        \"alpha3\": \"NOR\",\n                                        \"numerical\": \"578\",\n                                        \"name\": \"Norway\"\n                                    },\n                                    {\n                                        \"text\": \"Oman\",\n                                        \"value\": \"OMN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"OM\",\n                                        \"alpha3\": \"OMN\",\n                                        \"numerical\": \"512\",\n                                        \"name\": \"Oman\"\n                                    },\n                                    {\n                                        \"text\": \"Pakistan\",\n                                        \"value\": \"PAK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PK\",\n                                        \"alpha3\": \"PAK\",\n                                        \"numerical\": \"586\",\n                                        \"name\": \"Pakistan\"\n                                    },\n                                    {\n                                        \"text\": \"Palau\",\n                                        \"value\": \"PLW\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PW\",\n                                        \"alpha3\": \"PLW\",\n                                        \"numerical\": \"585\",\n                                        \"name\": \"Palau\"\n                                    },\n                                    {\n                                        \"text\": \"Palestine,State of\",\n                                        \"value\": \"PSE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PS\",\n                                        \"alpha3\": \"PSE\",\n                                        \"numerical\": \"275\",\n                                        \"name\": \"Palestine,State of\"\n                                    },\n                                    {\n                                        \"text\": \"Panama\",\n                                        \"value\": \"PAN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PA\",\n                                        \"alpha3\": \"PAN\",\n                                        \"numerical\": \"591\",\n                                        \"name\": \"Panama\"\n                                    },\n                                    {\n                                        \"text\": \"Papua New Guinea\",\n                                        \"value\": \"PNG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PG\",\n                                        \"alpha3\": \"PNG\",\n                                        \"numerical\": \"598\",\n                                        \"name\": \"Papua New Guinea\"\n                                    },\n                                    {\n                                        \"text\": \"Paraguay\",\n                                        \"value\": \"PRY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PY\",\n                                        \"alpha3\": \"PRY\",\n                                        \"numerical\": \"600\",\n                                        \"name\": \"Paraguay\"\n                                    },\n                                    {\n                                        \"text\": \"Peru\",\n                                        \"value\": \"PER\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PE\",\n                                        \"alpha3\": \"PER\",\n                                        \"numerical\": \"604\",\n                                        \"name\": \"Peru\"\n                                    },\n                                    {\n                                        \"text\": \"Philippines\",\n                                        \"value\": \"PHL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PH\",\n                                        \"alpha3\": \"PHL\",\n                                        \"numerical\": \"608\",\n                                        \"name\": \"Philippines\"\n                                    },\n                                    {\n                                        \"text\": \"Pitcairn\",\n                                        \"value\": \"PCN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PN\",\n                                        \"alpha3\": \"PCN\",\n                                        \"numerical\": \"612\",\n                                        \"name\": \"Pitcairn\"\n                                    },\n                                    {\n                                        \"text\": \"Poland\",\n                                        \"value\": \"POL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PL\",\n                                        \"alpha3\": \"POL\",\n                                        \"numerical\": \"616\",\n                                        \"name\": \"Poland\"\n                                    },\n                                    {\n                                        \"text\": \"Portugal\",\n                                        \"value\": \"PRT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PT\",\n                                        \"alpha3\": \"PRT\",\n                                        \"numerical\": \"620\",\n                                        \"name\": \"Portugal\"\n                                    },\n                                    {\n                                        \"text\": \"Puerto Rico\",\n                                        \"value\": \"PRI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PR\",\n                                        \"alpha3\": \"PRI\",\n                                        \"numerical\": \"630\",\n                                        \"name\": \"Puerto Rico\"\n                                    },\n                                    {\n                                        \"text\": \"Qatar\",\n                                        \"value\": \"QAT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"QA\",\n                                        \"alpha3\": \"QAT\",\n                                        \"numerical\": \"634\",\n                                        \"name\": \"Qatar\"\n                                    },\n                                    {\n                                        \"text\": \"Réunion\",\n                                        \"value\": \"REU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"RE\",\n                                        \"alpha3\": \"REU\",\n                                        \"numerical\": \"638\",\n                                        \"name\": \"Réunion\"\n                                    },\n                                    {\n                                        \"text\": \"Romania\",\n                                        \"value\": \"ROU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"RO\",\n                                        \"alpha3\": \"ROU\",\n                                        \"numerical\": \"642\",\n                                        \"name\": \"Romania\"\n                                    },\n                                    {\n                                        \"text\": \"Russian Federation\",\n                                        \"value\": \"RUS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"RU\",\n                                        \"alpha3\": \"RUS\",\n                                        \"numerical\": \"643\",\n                                        \"name\": \"Russian Federation\"\n                                    },\n                                    {\n                                        \"text\": \"Rwanda\",\n                                        \"value\": \"RWA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"RW\",\n                                        \"alpha3\": \"RWA\",\n                                        \"numerical\": \"646\",\n                                        \"name\": \"Rwanda\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Barthélemy\",\n                                        \"value\": \"BLM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BL\",\n                                        \"alpha3\": \"BLM\",\n                                        \"numerical\": \"652\",\n                                        \"name\": \"Saint Barthélemy\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                        \"value\": \"SHN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SH\",\n                                        \"alpha3\": \"SHN\",\n                                        \"numerical\": \"654\",\n                                        \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Kitts and Nevis\",\n                                        \"value\": \"KNA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KN\",\n                                        \"alpha3\": \"KNA\",\n                                        \"numerical\": \"659\",\n                                        \"name\": \"Saint Kitts and Nevis\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Lucia\",\n                                        \"value\": \"LCA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LC\",\n                                        \"alpha3\": \"LCA\",\n                                        \"numerical\": \"662\",\n                                        \"name\": \"Saint Lucia\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Martin (French part)\",\n                                        \"value\": \"MAF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MF\",\n                                        \"alpha3\": \"MAF\",\n                                        \"numerical\": \"663\",\n                                        \"name\": \"Saint Martin (French part)\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Pierre and Miquelon\",\n                                        \"value\": \"SPM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PM\",\n                                        \"alpha3\": \"SPM\",\n                                        \"numerical\": \"666\",\n                                        \"name\": \"Saint Pierre and Miquelon\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Vincent and the Grenadines\",\n                                        \"value\": \"VCT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VC\",\n                                        \"alpha3\": \"VCT\",\n                                        \"numerical\": \"670\",\n                                        \"name\": \"Saint Vincent and the Grenadines\"\n                                    },\n                                    {\n                                        \"text\": \"Samoa\",\n                                        \"value\": \"WSM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"WS\",\n                                        \"alpha3\": \"WSM\",\n                                        \"numerical\": \"882\",\n                                        \"name\": \"Samoa\"\n                                    },\n                                    {\n                                        \"text\": \"San Marino\",\n                                        \"value\": \"SMR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SM\",\n                                        \"alpha3\": \"SMR\",\n                                        \"numerical\": \"674\",\n                                        \"name\": \"San Marino\"\n                                    },\n                                    {\n                                        \"text\": \"Sao Tome and Principe\",\n                                        \"value\": \"STP\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ST\",\n                                        \"alpha3\": \"STP\",\n                                        \"numerical\": \"678\",\n                                        \"name\": \"Sao Tome and Principe\"\n                                    },\n                                    {\n                                        \"text\": \"Saudi Arabia\",\n                                        \"value\": \"SAU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SA\",\n                                        \"alpha3\": \"SAU\",\n                                        \"numerical\": \"682\",\n                                        \"name\": \"Saudi Arabia\"\n                                    },\n                                    {\n                                        \"text\": \"Senegal\",\n                                        \"value\": \"SEN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SN\",\n                                        \"alpha3\": \"SEN\",\n                                        \"numerical\": \"686\",\n                                        \"name\": \"Senegal\"\n                                    },\n                                    {\n                                        \"text\": \"Serbia\",\n                                        \"value\": \"SRB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"RS\",\n                                        \"alpha3\": \"SRB\",\n                                        \"numerical\": \"688\",\n                                        \"name\": \"Serbia\"\n                                    },\n                                    {\n                                        \"text\": \"Seychelles\",\n                                        \"value\": \"SYC\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SC\",\n                                        \"alpha3\": \"SYC\",\n                                        \"numerical\": \"690\",\n                                        \"name\": \"Seychelles\"\n                                    },\n                                    {\n                                        \"text\": \"Sierra Leone\",\n                                        \"value\": \"SLE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SL\",\n                                        \"alpha3\": \"SLE\",\n                                        \"numerical\": \"694\",\n                                        \"name\": \"Sierra Leone\"\n                                    },\n                                    {\n                                        \"text\": \"Singapore\",\n                                        \"value\": \"SGP\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SG\",\n                                        \"alpha3\": \"SGP\",\n                                        \"numerical\": \"702\",\n                                        \"name\": \"Singapore\"\n                                    },\n                                    {\n                                        \"text\": \"Sint Maarten (Dutch part)\",\n                                        \"value\": \"SXM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SX\",\n                                        \"alpha3\": \"SXM\",\n                                        \"numerical\": \"534\",\n                                        \"name\": \"Sint Maarten (Dutch part)\"\n                                    },\n                                    {\n                                        \"text\": \"Slovakia\",\n                                        \"value\": \"SVK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SK\",\n                                        \"alpha3\": \"SVK\",\n                                        \"numerical\": \"703\",\n                                        \"name\": \"Slovakia\"\n                                    },\n                                    {\n                                        \"text\": \"Slovenia\",\n                                        \"value\": \"SVN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SI\",\n                                        \"alpha3\": \"SVN\",\n                                        \"numerical\": \"705\",\n                                        \"name\": \"Slovenia\"\n                                    },\n                                    {\n                                        \"text\": \"Solomon Islands\",\n                                        \"value\": \"SLB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SB\",\n                                        \"alpha3\": \"SLB\",\n                                        \"numerical\": \"090\",\n                                        \"name\": \"Solomon Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Somalia\",\n                                        \"value\": \"SOM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SO\",\n                                        \"alpha3\": \"SOM\",\n                                        \"numerical\": \"706\",\n                                        \"name\": \"Somalia\"\n                                    },\n                                    {\n                                        \"text\": \"South Africa\",\n                                        \"value\": \"ZAF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ZA\",\n                                        \"alpha3\": \"ZAF\",\n                                        \"numerical\": \"710\",\n                                        \"name\": \"South Africa\"\n                                    },\n                                    {\n                                        \"text\": \"South Georgia and the South Sandwich Islands\",\n                                        \"value\": \"SGS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GS\",\n                                        \"alpha3\": \"SGS\",\n                                        \"numerical\": \"239\",\n                                        \"name\": \"South Georgia and the South Sandwich Islands\"\n                                    },\n                                    {\n                                        \"text\": \"South Sudan\",\n                                        \"value\": \"SSD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SS\",\n                                        \"alpha3\": \"SSD\",\n                                        \"numerical\": \"728\",\n                                        \"name\": \"South Sudan\"\n                                    },\n                                    {\n                                        \"text\": \"Spain\",\n                                        \"value\": \"ESP\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ES\",\n                                        \"alpha3\": \"ESP\",\n                                        \"numerical\": \"724\",\n                                        \"name\": \"Spain\"\n                                    },\n                                    {\n                                        \"text\": \"Sri Lanka\",\n                                        \"value\": \"LKA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LK\",\n                                        \"alpha3\": \"LKA\",\n                                        \"numerical\": \"144\",\n                                        \"name\": \"Sri Lanka\"\n                                    },\n                                    {\n                                        \"text\": \"Sudan\",\n                                        \"value\": \"SDN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SD\",\n                                        \"alpha3\": \"SDN\",\n                                        \"numerical\": \"729\",\n                                        \"name\": \"Sudan\"\n                                    },\n                                    {\n                                        \"text\": \"Suriname\",\n                                        \"value\": \"SUR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SR\",\n                                        \"alpha3\": \"SUR\",\n                                        \"numerical\": \"740\",\n                                        \"name\": \"Suriname\"\n                                    },\n                                    {\n                                        \"text\": \"Svalbard and Jan Mayen\",\n                                        \"value\": \"SJM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SJ\",\n                                        \"alpha3\": \"SJM\",\n                                        \"numerical\": \"744\",\n                                        \"name\": \"Svalbard and Jan Mayen\"\n                                    },\n                                    {\n                                        \"text\": \"Eswatini\",\n                                        \"value\": \"SWZ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SZ\",\n                                        \"alpha3\": \"SWZ\",\n                                        \"numerical\": \"748\",\n                                        \"name\": \"Eswatini\"\n                                    },\n                                    {\n                                        \"text\": \"Sweden\",\n                                        \"value\": \"SWE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SE\",\n                                        \"alpha3\": \"SWE\",\n                                        \"numerical\": \"752\",\n                                        \"name\": \"Sweden\"\n                                    },\n                                    {\n                                        \"text\": \"Switzerland\",\n                                        \"value\": \"CHE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CH\",\n                                        \"alpha3\": \"CHE\",\n                                        \"numerical\": \"756\",\n                                        \"name\": \"Switzerland\"\n                                    },\n                                    {\n                                        \"text\": \"Syrian Arab Republic\",\n                                        \"value\": \"SYR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SY\",\n                                        \"alpha3\": \"SYR\",\n                                        \"numerical\": \"760\",\n                                        \"name\": \"Syrian Arab Republic\"\n                                    },\n                                    {\n                                        \"text\": \"Taiwan\",\n                                        \"value\": \"TWN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TW\",\n                                        \"alpha3\": \"TWN\",\n                                        \"numerical\": \"158\",\n                                        \"name\": \"Taiwan\"\n                                    },\n                                    {\n                                        \"text\": \"Tajikistan\",\n                                        \"value\": \"TJK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TJ\",\n                                        \"alpha3\": \"TJK\",\n                                        \"numerical\": \"762\",\n                                        \"name\": \"Tajikistan\"\n                                    },\n                                    {\n                                        \"text\": \"Tanzania,United Republic of\",\n                                        \"value\": \"TZA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TZ\",\n                                        \"alpha3\": \"TZA\",\n                                        \"numerical\": \"834\",\n                                        \"name\": \"Tanzania,United Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Thailand\",\n                                        \"value\": \"THA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TH\",\n                                        \"alpha3\": \"THA\",\n                                        \"numerical\": \"764\",\n                                        \"name\": \"Thailand\"\n                                    },\n                                    {\n                                        \"text\": \"Timor-Leste\",\n                                        \"value\": \"TLS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TL\",\n                                        \"alpha3\": \"TLS\",\n                                        \"numerical\": \"626\",\n                                        \"name\": \"Timor-Leste\"\n                                    },\n                                    {\n                                        \"text\": \"Togo\",\n                                        \"value\": \"TGO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TG\",\n                                        \"alpha3\": \"TGO\",\n                                        \"numerical\": \"768\",\n                                        \"name\": \"Togo\"\n                                    },\n                                    {\n                                        \"text\": \"Tokelau\",\n                                        \"value\": \"TKL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TK\",\n                                        \"alpha3\": \"TKL\",\n                                        \"numerical\": \"772\",\n                                        \"name\": \"Tokelau\"\n                                    },\n                                    {\n                                        \"text\": \"Tonga\",\n                                        \"value\": \"TON\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TO\",\n                                        \"alpha3\": \"TON\",\n                                        \"numerical\": \"776\",\n                                        \"name\": \"Tonga\"\n                                    },\n                                    {\n                                        \"text\": \"Trinidad and Tobago\",\n                                        \"value\": \"TTO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TT\",\n                                        \"alpha3\": \"TTO\",\n                                        \"numerical\": \"780\",\n                                        \"name\": \"Trinidad and Tobago\"\n                                    },\n                                    {\n                                        \"text\": \"Tunisia\",\n                                        \"value\": \"TUN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TN\",\n                                        \"alpha3\": \"TUN\",\n                                        \"numerical\": \"788\",\n                                        \"name\": \"Tunisia\"\n                                    },\n                                    {\n                                        \"text\": \"Turkey\",\n                                        \"value\": \"TUR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TR\",\n                                        \"alpha3\": \"TUR\",\n                                        \"numerical\": \"792\",\n                                        \"name\": \"Turkey\"\n                                    },\n                                    {\n                                        \"text\": \"Turkmenistan\",\n                                        \"value\": \"TKM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TM\",\n                                        \"alpha3\": \"TKM\",\n                                        \"numerical\": \"795\",\n                                        \"name\": \"Turkmenistan\"\n                                    },\n                                    {\n                                        \"text\": \"Turks and Caicos Islands\",\n                                        \"value\": \"TCA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TC\",\n                                        \"alpha3\": \"TCA\",\n                                        \"numerical\": \"796\",\n                                        \"name\": \"Turks and Caicos Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Tuvalu\",\n                                        \"value\": \"TUV\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TV\",\n                                        \"alpha3\": \"TUV\",\n                                        \"numerical\": \"798\",\n                                        \"name\": \"Tuvalu\"\n                                    },\n                                    {\n                                        \"text\": \"Uganda\",\n                                        \"value\": \"UGA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"UG\",\n                                        \"alpha3\": \"UGA\",\n                                        \"numerical\": \"800\",\n                                        \"name\": \"Uganda\"\n                                    },\n                                    {\n                                        \"text\": \"Ukraine\",\n                                        \"value\": \"UKR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"UA\",\n                                        \"alpha3\": \"UKR\",\n                                        \"numerical\": \"804\",\n                                        \"name\": \"Ukraine\"\n                                    },\n                                    {\n                                        \"text\": \"United Arab Emirates\",\n                                        \"value\": \"ARE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AE\",\n                                        \"alpha3\": \"ARE\",\n                                        \"numerical\": \"784\",\n                                        \"name\": \"United Arab Emirates\"\n                                    },\n                                    {\n                                        \"text\": \"United Kingdom\",\n                                        \"value\": \"GBR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GB\",\n                                        \"alpha3\": \"GBR\",\n                                        \"numerical\": \"826\",\n                                        \"name\": \"United Kingdom\"\n                                    },\n                                    {\n                                        \"text\": \"United States Minor Outlying Islands\",\n                                        \"value\": \"UMI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"UM\",\n                                        \"alpha3\": \"UMI\",\n                                        \"numerical\": \"581\",\n                                        \"name\": \"United States Minor Outlying Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Uruguay\",\n                                        \"value\": \"URY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"UY\",\n                                        \"alpha3\": \"URY\",\n                                        \"numerical\": \"858\",\n                                        \"name\": \"Uruguay\"\n                                    },\n                                    {\n                                        \"text\": \"Uzbekistan\",\n                                        \"value\": \"UZB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"UZ\",\n                                        \"alpha3\": \"UZB\",\n                                        \"numerical\": \"860\",\n                                        \"name\": \"Uzbekistan\"\n                                    },\n                                    {\n                                        \"text\": \"Vanuatu\",\n                                        \"value\": \"VUT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VU\",\n                                        \"alpha3\": \"VUT\",\n                                        \"numerical\": \"548\",\n                                        \"name\": \"Vanuatu\"\n                                    },\n                                    {\n                                        \"text\": \"Venezuela,Bolivarian Republic of\",\n                                        \"value\": \"VEN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VE\",\n                                        \"alpha3\": \"VEN\",\n                                        \"numerical\": \"862\",\n                                        \"name\": \"Venezuela,Bolivarian Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Viet Nam\",\n                                        \"value\": \"VNM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VN\",\n                                        \"alpha3\": \"VNM\",\n                                        \"numerical\": \"704\",\n                                        \"name\": \"Viet Nam\"\n                                    },\n                                    {\n                                        \"text\": \"Virgin Islands,British\",\n                                        \"value\": \"VGB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VG\",\n                                        \"alpha3\": \"VGB\",\n                                        \"numerical\": \"092\",\n                                        \"name\": \"Virgin Islands,British\"\n                                    },\n                                    {\n                                        \"text\": \"Virgin Islands,U.S.\",\n                                        \"value\": \"VIR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VI\",\n                                        \"alpha3\": \"VIR\",\n                                        \"numerical\": \"850\",\n                                        \"name\": \"Virgin Islands,U.S.\"\n                                    },\n                                    {\n                                        \"text\": \"Wallis and Futuna\",\n                                        \"value\": \"WLF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"WF\",\n                                        \"alpha3\": \"WLF\",\n                                        \"numerical\": \"876\",\n                                        \"name\": \"Wallis and Futuna\"\n                                    },\n                                    {\n                                        \"text\": \"Western Sahara\",\n                                        \"value\": \"ESH\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"EH\",\n                                        \"alpha3\": \"ESH\",\n                                        \"numerical\": \"732\",\n                                        \"name\": \"Western Sahara\"\n                                    },\n                                    {\n                                        \"text\": \"Yemen\",\n                                        \"value\": \"YEM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"YE\",\n                                        \"alpha3\": \"YEM\",\n                                        \"numerical\": \"887\",\n                                        \"name\": \"Yemen\"\n                                    },\n                                    {\n                                        \"text\": \"Zambia\",\n                                        \"value\": \"ZMB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ZM\",\n                                        \"alpha3\": \"ZMB\",\n                                        \"numerical\": \"894\",\n                                        \"name\": \"Zambia\"\n                                    },\n                                    {\n                                        \"text\": \"Zimbabwe\",\n                                        \"value\": \"ZWE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ZW\",\n                                        \"alpha3\": \"ZWE\",\n                                        \"numerical\": \"895\",\n                                        \"name\": \"Zimbabwe\"\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"label\": \"Country of Birth\",\n                                \"name\": \"user-family-country_of_birth\",\n                                \"data_source\": \"data_source.country\",\n                                \"source\": \"locked\",\n                                \"data_source_text\": \"name\",\n                                \"data_source_value\": \"alpha3\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"United States\",\n                                        \"value\": \"USA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"US\",\n                                        \"alpha3\": \"USA\",\n                                        \"numerical\": \"840\",\n                                        \"name\": \"United States\"\n                                    },\n                                    {\n                                        \"text\": \"Afghanistan\",\n                                        \"value\": \"AFG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AF\",\n                                        \"alpha3\": \"AFG\",\n                                        \"numerical\": \"004\",\n                                        \"name\": \"Afghanistan\"\n                                    },\n                                    {\n                                        \"text\": \"Åland Islands\",\n                                        \"value\": \"ALA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AX\",\n                                        \"alpha3\": \"ALA\",\n                                        \"numerical\": \"248\",\n                                        \"name\": \"Åland Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Albania\",\n                                        \"value\": \"ALB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AL\",\n                                        \"alpha3\": \"ALB\",\n                                        \"numerical\": \"008\",\n                                        \"name\": \"Albania\"\n                                    },\n                                    {\n                                        \"text\": \"Algeria\",\n                                        \"value\": \"DZA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"DZ\",\n                                        \"alpha3\": \"DZA\",\n                                        \"numerical\": \"012\",\n                                        \"name\": \"Algeria\"\n                                    },\n                                    {\n                                        \"text\": \"American Samoa\",\n                                        \"value\": \"ASM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AS\",\n                                        \"alpha3\": \"ASM\",\n                                        \"numerical\": \"016\",\n                                        \"name\": \"American Samoa\"\n                                    },\n                                    {\n                                        \"text\": \"Andorra\",\n                                        \"value\": \"AND\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AD\",\n                                        \"alpha3\": \"AND\",\n                                        \"numerical\": \"020\",\n                                        \"name\": \"Andorra\"\n                                    },\n                                    {\n                                        \"text\": \"Angola\",\n                                        \"value\": \"AGO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AO\",\n                                        \"alpha3\": \"AGO\",\n                                        \"numerical\": \"024\",\n                                        \"name\": \"Angola\"\n                                    },\n                                    {\n                                        \"text\": \"Anguilla\",\n                                        \"value\": \"AIA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AI\",\n                                        \"alpha3\": \"AIA\",\n                                        \"numerical\": \"660\",\n                                        \"name\": \"Anguilla\"\n                                    },\n                                    {\n                                        \"text\": \"Antarctica\",\n                                        \"value\": \"ATA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AQ\",\n                                        \"alpha3\": \"ATA\",\n                                        \"numerical\": \"010\",\n                                        \"name\": \"Antarctica\"\n                                    },\n                                    {\n                                        \"text\": \"Antigua and Barbuda\",\n                                        \"value\": \"ATG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AG\",\n                                        \"alpha3\": \"ATG\",\n                                        \"numerical\": \"028\",\n                                        \"name\": \"Antigua and Barbuda\"\n                                    },\n                                    {\n                                        \"text\": \"Argentina\",\n                                        \"value\": \"ARG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AR\",\n                                        \"alpha3\": \"ARG\",\n                                        \"numerical\": \"032\",\n                                        \"name\": \"Argentina\"\n                                    },\n                                    {\n                                        \"text\": \"Armenia\",\n                                        \"value\": \"ARM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AM\",\n                                        \"alpha3\": \"ARM\",\n                                        \"numerical\": \"051\",\n                                        \"name\": \"Armenia\"\n                                    },\n                                    {\n                                        \"text\": \"Aruba\",\n                                        \"value\": \"ABW\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AW\",\n                                        \"alpha3\": \"ABW\",\n                                        \"numerical\": \"533\",\n                                        \"name\": \"Aruba\"\n                                    },\n                                    {\n                                        \"text\": \"Australia\",\n                                        \"value\": \"AUS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AU\",\n                                        \"alpha3\": \"AUS\",\n                                        \"numerical\": \"036\",\n                                        \"name\": \"Australia\"\n                                    },\n                                    {\n                                        \"text\": \"Austria\",\n                                        \"value\": \"AUT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AT\",\n                                        \"alpha3\": \"AUT\",\n                                        \"numerical\": \"040\",\n                                        \"name\": \"Austria\"\n                                    },\n                                    {\n                                        \"text\": \"Azerbaijan\",\n                                        \"value\": \"AZE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AZ\",\n                                        \"alpha3\": \"AZE\",\n                                        \"numerical\": \"031\",\n                                        \"name\": \"Azerbaijan\"\n                                    },\n                                    {\n                                        \"text\": \"Bahamas\",\n                                        \"value\": \"BHS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BS\",\n                                        \"alpha3\": \"BHS\",\n                                        \"numerical\": \"044\",\n                                        \"name\": \"Bahamas\"\n                                    },\n                                    {\n                                        \"text\": \"Bahrain\",\n                                        \"value\": \"BHR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BH\",\n                                        \"alpha3\": \"BHR\",\n                                        \"numerical\": \"048\",\n                                        \"name\": \"Bahrain\"\n                                    },\n                                    {\n                                        \"text\": \"Bangladesh\",\n                                        \"value\": \"BGD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BD\",\n                                        \"alpha3\": \"BGD\",\n                                        \"numerical\": \"050\",\n                                        \"name\": \"Bangladesh\"\n                                    },\n                                    {\n                                        \"text\": \"Barbados\",\n                                        \"value\": \"BRB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BB\",\n                                        \"alpha3\": \"BRB\",\n                                        \"numerical\": \"052\",\n                                        \"name\": \"Barbados\"\n                                    },\n                                    {\n                                        \"text\": \"Belarus\",\n                                        \"value\": \"BLR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BY\",\n                                        \"alpha3\": \"BLR\",\n                                        \"numerical\": \"112\",\n                                        \"name\": \"Belarus\"\n                                    },\n                                    {\n                                        \"text\": \"Belgium\",\n                                        \"value\": \"BEL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BE\",\n                                        \"alpha3\": \"BEL\",\n                                        \"numerical\": \"056\",\n                                        \"name\": \"Belgium\"\n                                    },\n                                    {\n                                        \"text\": \"Belize\",\n                                        \"value\": \"BLZ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BZ\",\n                                        \"alpha3\": \"BLZ\",\n                                        \"numerical\": \"084\",\n                                        \"name\": \"Belize\"\n                                    },\n                                    {\n                                        \"text\": \"Benin\",\n                                        \"value\": \"BEN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BJ\",\n                                        \"alpha3\": \"BEN\",\n                                        \"numerical\": \"204\",\n                                        \"name\": \"Benin\"\n                                    },\n                                    {\n                                        \"text\": \"Bermuda\",\n                                        \"value\": \"BMU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BM\",\n                                        \"alpha3\": \"BMU\",\n                                        \"numerical\": \"060\",\n                                        \"name\": \"Bermuda\"\n                                    },\n                                    {\n                                        \"text\": \"Bhutan\",\n                                        \"value\": \"BTN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BT\",\n                                        \"alpha3\": \"BTN\",\n                                        \"numerical\": \"064\",\n                                        \"name\": \"Bhutan\"\n                                    },\n                                    {\n                                        \"text\": \"Bolivia,Plurinational State of\",\n                                        \"value\": \"BOL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BO\",\n                                        \"alpha3\": \"BOL\",\n                                        \"numerical\": \"068\",\n                                        \"name\": \"Bolivia,Plurinational State of\"\n                                    },\n                                    {\n                                        \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                        \"value\": \"BES\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BQ\",\n                                        \"alpha3\": \"BES\",\n                                        \"numerical\": \"535\",\n                                        \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                    },\n                                    {\n                                        \"text\": \"Bosnia and Herzegovina\",\n                                        \"value\": \"BIH\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BA\",\n                                        \"alpha3\": \"BIH\",\n                                        \"numerical\": \"070\",\n                                        \"name\": \"Bosnia and Herzegovina\"\n                                    },\n                                    {\n                                        \"text\": \"Botswana\",\n                                        \"value\": \"BWA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BW\",\n                                        \"alpha3\": \"BWA\",\n                                        \"numerical\": \"072\",\n                                        \"name\": \"Botswana\"\n                                    },\n                                    {\n                                        \"text\": \"Bouvet Island\",\n                                        \"value\": \"BVT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BV\",\n                                        \"alpha3\": \"BVT\",\n                                        \"numerical\": \"074\",\n                                        \"name\": \"Bouvet Island\"\n                                    },\n                                    {\n                                        \"text\": \"Brazil\",\n                                        \"value\": \"BRA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BR\",\n                                        \"alpha3\": \"BRA\",\n                                        \"numerical\": \"076\",\n                                        \"name\": \"Brazil\"\n                                    },\n                                    {\n                                        \"text\": \"British Indian Ocean Territory\",\n                                        \"value\": \"IOT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IO\",\n                                        \"alpha3\": \"IOT\",\n                                        \"numerical\": \"086\",\n                                        \"name\": \"British Indian Ocean Territory\"\n                                    },\n                                    {\n                                        \"text\": \"Brunei Darussalam\",\n                                        \"value\": \"BRN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BN\",\n                                        \"alpha3\": \"BRN\",\n                                        \"numerical\": \"096\",\n                                        \"name\": \"Brunei Darussalam\"\n                                    },\n                                    {\n                                        \"text\": \"Bulgaria\",\n                                        \"value\": \"BGR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BG\",\n                                        \"alpha3\": \"BGR\",\n                                        \"numerical\": \"100\",\n                                        \"name\": \"Bulgaria\"\n                                    },\n                                    {\n                                        \"text\": \"Burkina Faso\",\n                                        \"value\": \"BFA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BF\",\n                                        \"alpha3\": \"BFA\",\n                                        \"numerical\": \"854\",\n                                        \"name\": \"Burkina Faso\"\n                                    },\n                                    {\n                                        \"text\": \"Burundi\",\n                                        \"value\": \"BDI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BI\",\n                                        \"alpha3\": \"BDI\",\n                                        \"numerical\": \"108\",\n                                        \"name\": \"Burundi\"\n                                    },\n                                    {\n                                        \"text\": \"Cabo Verde\",\n                                        \"value\": \"CPV\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CV\",\n                                        \"alpha3\": \"CPV\",\n                                        \"numerical\": \"132\",\n                                        \"name\": \"Cabo Verde\"\n                                    },\n                                    {\n                                        \"text\": \"Cambodia\",\n                                        \"value\": \"KHM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KH\",\n                                        \"alpha3\": \"KHM\",\n                                        \"numerical\": \"116\",\n                                        \"name\": \"Cambodia\"\n                                    },\n                                    {\n                                        \"text\": \"Cameroon\",\n                                        \"value\": \"CMR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CM\",\n                                        \"alpha3\": \"CMR\",\n                                        \"numerical\": \"120\",\n                                        \"name\": \"Cameroon\"\n                                    },\n                                    {\n                                        \"text\": \"Canada\",\n                                        \"value\": \"CAN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CA\",\n                                        \"alpha3\": \"CAN\",\n                                        \"numerical\": \"124\",\n                                        \"name\": \"Canada\"\n                                    },\n                                    {\n                                        \"text\": \"Cayman Islands\",\n                                        \"value\": \"CYM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KY\",\n                                        \"alpha3\": \"CYM\",\n                                        \"numerical\": \"136\",\n                                        \"name\": \"Cayman Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Central African Republic\",\n                                        \"value\": \"CAF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CF\",\n                                        \"alpha3\": \"CAF\",\n                                        \"numerical\": \"140\",\n                                        \"name\": \"Central African Republic\"\n                                    },\n                                    {\n                                        \"text\": \"Chad\",\n                                        \"value\": \"TCD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TD\",\n                                        \"alpha3\": \"TCD\",\n                                        \"numerical\": \"148\",\n                                        \"name\": \"Chad\"\n                                    },\n                                    {\n                                        \"text\": \"Chile\",\n                                        \"value\": \"CHL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CL\",\n                                        \"alpha3\": \"CHL\",\n                                        \"numerical\": \"152\",\n                                        \"name\": \"Chile\"\n                                    },\n                                    {\n                                        \"text\": \"China\",\n                                        \"value\": \"CHN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CN\",\n                                        \"alpha3\": \"CHN\",\n                                        \"numerical\": \"156\",\n                                        \"name\": \"China\"\n                                    },\n                                    {\n                                        \"text\": \"Christmas Island\",\n                                        \"value\": \"CXR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CX\",\n                                        \"alpha3\": \"CXR\",\n                                        \"numerical\": \"162\",\n                                        \"name\": \"Christmas Island\"\n                                    },\n                                    {\n                                        \"text\": \"Cocos (Keeling) Islands\",\n                                        \"value\": \"CCK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CC\",\n                                        \"alpha3\": \"CCK\",\n                                        \"numerical\": \"166\",\n                                        \"name\": \"Cocos (Keeling) Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Colombia\",\n                                        \"value\": \"COL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CO\",\n                                        \"alpha3\": \"COL\",\n                                        \"numerical\": \"170\",\n                                        \"name\": \"Colombia\"\n                                    },\n                                    {\n                                        \"text\": \"Comoros\",\n                                        \"value\": \"COM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KM\",\n                                        \"alpha3\": \"COM\",\n                                        \"numerical\": \"174\",\n                                        \"name\": \"Comoros\"\n                                    },\n                                    {\n                                        \"text\": \"Congo\",\n                                        \"value\": \"COG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CG\",\n                                        \"alpha3\": \"COG\",\n                                        \"numerical\": \"178\",\n                                        \"name\": \"Congo\"\n                                    },\n                                    {\n                                        \"text\": \"Congo,the Democratic Republic of the\",\n                                        \"value\": \"COD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CD\",\n                                        \"alpha3\": \"COD\",\n                                        \"numerical\": \"180\",\n                                        \"name\": \"Congo,the Democratic Republic of the\"\n                                    },\n                                    {\n                                        \"text\": \"Cook Islands\",\n                                        \"value\": \"COK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CK\",\n                                        \"alpha3\": \"COK\",\n                                        \"numerical\": \"184\",\n                                        \"name\": \"Cook Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Costa Rica\",\n                                        \"value\": \"CRI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CR\",\n                                        \"alpha3\": \"CRI\",\n                                        \"numerical\": \"188\",\n                                        \"name\": \"Costa Rica\"\n                                    },\n                                    {\n                                        \"text\": \"Côte d'Ivoire\",\n                                        \"value\": \"CIV\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CI\",\n                                        \"alpha3\": \"CIV\",\n                                        \"numerical\": \"384\",\n                                        \"name\": \"Côte d'Ivoire\"\n                                    },\n                                    {\n                                        \"text\": \"Croatia\",\n                                        \"value\": \"HRV\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"HR\",\n                                        \"alpha3\": \"HRV\",\n                                        \"numerical\": \"191\",\n                                        \"name\": \"Croatia\"\n                                    },\n                                    {\n                                        \"text\": \"Cuba\",\n                                        \"value\": \"CUB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CU\",\n                                        \"alpha3\": \"CUB\",\n                                        \"numerical\": \"192\",\n                                        \"name\": \"Cuba\"\n                                    },\n                                    {\n                                        \"text\": \"Curaçao\",\n                                        \"value\": \"CUW\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CW\",\n                                        \"alpha3\": \"CUW\",\n                                        \"numerical\": \"531\",\n                                        \"name\": \"Curaçao\"\n                                    },\n                                    {\n                                        \"text\": \"Cyprus\",\n                                        \"value\": \"CYP\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CY\",\n                                        \"alpha3\": \"CYP\",\n                                        \"numerical\": \"196\",\n                                        \"name\": \"Cyprus\"\n                                    },\n                                    {\n                                        \"text\": \"Czech Republic\",\n                                        \"value\": \"CZE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CZ\",\n                                        \"alpha3\": \"CZE\",\n                                        \"numerical\": \"203\",\n                                        \"name\": \"Czech Republic\"\n                                    },\n                                    {\n                                        \"text\": \"Denmark\",\n                                        \"value\": \"DNK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"DK\",\n                                        \"alpha3\": \"DNK\",\n                                        \"numerical\": \"208\",\n                                        \"name\": \"Denmark\"\n                                    },\n                                    {\n                                        \"text\": \"Djibouti\",\n                                        \"value\": \"DJI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"DJ\",\n                                        \"alpha3\": \"DJI\",\n                                        \"numerical\": \"262\",\n                                        \"name\": \"Djibouti\"\n                                    },\n                                    {\n                                        \"text\": \"Dominica\",\n                                        \"value\": \"DMA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"DM\",\n                                        \"alpha3\": \"DMA\",\n                                        \"numerical\": \"212\",\n                                        \"name\": \"Dominica\"\n                                    },\n                                    {\n                                        \"text\": \"Dominican Republic\",\n                                        \"value\": \"DOM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"DO\",\n                                        \"alpha3\": \"DOM\",\n                                        \"numerical\": \"214\",\n                                        \"name\": \"Dominican Republic\"\n                                    },\n                                    {\n                                        \"text\": \"Ecuador\",\n                                        \"value\": \"ECU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"EC\",\n                                        \"alpha3\": \"ECU\",\n                                        \"numerical\": \"218\",\n                                        \"name\": \"Ecuador\"\n                                    },\n                                    {\n                                        \"text\": \"Egypt\",\n                                        \"value\": \"EGY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"EG\",\n                                        \"alpha3\": \"EGY\",\n                                        \"numerical\": \"818\",\n                                        \"name\": \"Egypt\"\n                                    },\n                                    {\n                                        \"text\": \"El Salvador\",\n                                        \"value\": \"SLV\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SV\",\n                                        \"alpha3\": \"SLV\",\n                                        \"numerical\": \"222\",\n                                        \"name\": \"El Salvador\"\n                                    },\n                                    {\n                                        \"text\": \"Equatorial Guinea\",\n                                        \"value\": \"GNQ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GQ\",\n                                        \"alpha3\": \"GNQ\",\n                                        \"numerical\": \"226\",\n                                        \"name\": \"Equatorial Guinea\"\n                                    },\n                                    {\n                                        \"text\": \"Eritrea\",\n                                        \"value\": \"ERI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ER\",\n                                        \"alpha3\": \"ERI\",\n                                        \"numerical\": \"232\",\n                                        \"name\": \"Eritrea\"\n                                    },\n                                    {\n                                        \"text\": \"Estonia\",\n                                        \"value\": \"EST\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"EE\",\n                                        \"alpha3\": \"EST\",\n                                        \"numerical\": \"233\",\n                                        \"name\": \"Estonia\"\n                                    },\n                                    {\n                                        \"text\": \"Ethiopia\",\n                                        \"value\": \"ETH\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ET\",\n                                        \"alpha3\": \"ETH\",\n                                        \"numerical\": \"231\",\n                                        \"name\": \"Ethiopia\"\n                                    },\n                                    {\n                                        \"text\": \"Falkland Islands (Malvinas)\",\n                                        \"value\": \"FLK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"FK\",\n                                        \"alpha3\": \"FLK\",\n                                        \"numerical\": \"238\",\n                                        \"name\": \"Falkland Islands (Malvinas)\"\n                                    },\n                                    {\n                                        \"text\": \"Faroe Islands\",\n                                        \"value\": \"FRO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"FO\",\n                                        \"alpha3\": \"FRO\",\n                                        \"numerical\": \"234\",\n                                        \"name\": \"Faroe Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Fiji\",\n                                        \"value\": \"FJI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"FJ\",\n                                        \"alpha3\": \"FJI\",\n                                        \"numerical\": \"242\",\n                                        \"name\": \"Fiji\"\n                                    },\n                                    {\n                                        \"text\": \"Finland\",\n                                        \"value\": \"FIN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"FI\",\n                                        \"alpha3\": \"FIN\",\n                                        \"numerical\": \"246\",\n                                        \"name\": \"Finland\"\n                                    },\n                                    {\n                                        \"text\": \"France\",\n                                        \"value\": \"FRA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"FR\",\n                                        \"alpha3\": \"FRA\",\n                                        \"numerical\": \"250\",\n                                        \"name\": \"France\"\n                                    },\n                                    {\n                                        \"text\": \"French Guiana\",\n                                        \"value\": \"GUF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GF\",\n                                        \"alpha3\": \"GUF\",\n                                        \"numerical\": \"254\",\n                                        \"name\": \"French Guiana\"\n                                    },\n                                    {\n                                        \"text\": \"French Polynesia\",\n                                        \"value\": \"PYF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PF\",\n                                        \"alpha3\": \"PYF\",\n                                        \"numerical\": \"258\",\n                                        \"name\": \"French Polynesia\"\n                                    },\n                                    {\n                                        \"text\": \"French Southern Territories\",\n                                        \"value\": \"ATF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TF\",\n                                        \"alpha3\": \"ATF\",\n                                        \"numerical\": \"260\",\n                                        \"name\": \"French Southern Territories\"\n                                    },\n                                    {\n                                        \"text\": \"Gabon\",\n                                        \"value\": \"GAB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GA\",\n                                        \"alpha3\": \"GAB\",\n                                        \"numerical\": \"266\",\n                                        \"name\": \"Gabon\"\n                                    },\n                                    {\n                                        \"text\": \"Gambia\",\n                                        \"value\": \"GMB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GM\",\n                                        \"alpha3\": \"GMB\",\n                                        \"numerical\": \"270\",\n                                        \"name\": \"Gambia\"\n                                    },\n                                    {\n                                        \"text\": \"Georgia\",\n                                        \"value\": \"GEO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GE\",\n                                        \"alpha3\": \"GEO\",\n                                        \"numerical\": \"268\",\n                                        \"name\": \"Georgia\"\n                                    },\n                                    {\n                                        \"text\": \"Germany\",\n                                        \"value\": \"DEU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"DE\",\n                                        \"alpha3\": \"DEU\",\n                                        \"numerical\": \"276\",\n                                        \"name\": \"Germany\"\n                                    },\n                                    {\n                                        \"text\": \"Ghana\",\n                                        \"value\": \"GHA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GH\",\n                                        \"alpha3\": \"GHA\",\n                                        \"numerical\": \"288\",\n                                        \"name\": \"Ghana\"\n                                    },\n                                    {\n                                        \"text\": \"Gibraltar\",\n                                        \"value\": \"GIB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GI\",\n                                        \"alpha3\": \"GIB\",\n                                        \"numerical\": \"292\",\n                                        \"name\": \"Gibraltar\"\n                                    },\n                                    {\n                                        \"text\": \"Greece\",\n                                        \"value\": \"GRC\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GR\",\n                                        \"alpha3\": \"GRC\",\n                                        \"numerical\": \"300\",\n                                        \"name\": \"Greece\"\n                                    },\n                                    {\n                                        \"text\": \"Greenland\",\n                                        \"value\": \"GRL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GL\",\n                                        \"alpha3\": \"GRL\",\n                                        \"numerical\": \"304\",\n                                        \"name\": \"Greenland\"\n                                    },\n                                    {\n                                        \"text\": \"Grenada\",\n                                        \"value\": \"GRD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GD\",\n                                        \"alpha3\": \"GRD\",\n                                        \"numerical\": \"308\",\n                                        \"name\": \"Grenada\"\n                                    },\n                                    {\n                                        \"text\": \"Guadeloupe\",\n                                        \"value\": \"GLP\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GP\",\n                                        \"alpha3\": \"GLP\",\n                                        \"numerical\": \"312\",\n                                        \"name\": \"Guadeloupe\"\n                                    },\n                                    {\n                                        \"text\": \"Guam\",\n                                        \"value\": \"GUM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GU\",\n                                        \"alpha3\": \"GUM\",\n                                        \"numerical\": \"316\",\n                                        \"name\": \"Guam\"\n                                    },\n                                    {\n                                        \"text\": \"Guatemala\",\n                                        \"value\": \"GTM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GT\",\n                                        \"alpha3\": \"GTM\",\n                                        \"numerical\": \"320\",\n                                        \"name\": \"Guatemala\"\n                                    },\n                                    {\n                                        \"text\": \"Guernsey\",\n                                        \"value\": \"GGY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GG\",\n                                        \"alpha3\": \"GGY\",\n                                        \"numerical\": \"831\",\n                                        \"name\": \"Guernsey\"\n                                    },\n                                    {\n                                        \"text\": \"Guinea\",\n                                        \"value\": \"GIN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GN\",\n                                        \"alpha3\": \"GIN\",\n                                        \"numerical\": \"324\",\n                                        \"name\": \"Guinea\"\n                                    },\n                                    {\n                                        \"text\": \"Guinea-Bissau\",\n                                        \"value\": \"GNB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GW\",\n                                        \"alpha3\": \"GNB\",\n                                        \"numerical\": \"624\",\n                                        \"name\": \"Guinea-Bissau\"\n                                    },\n                                    {\n                                        \"text\": \"Guyana\",\n                                        \"value\": \"GUY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GY\",\n                                        \"alpha3\": \"GUY\",\n                                        \"numerical\": \"328\",\n                                        \"name\": \"Guyana\"\n                                    },\n                                    {\n                                        \"text\": \"Haiti\",\n                                        \"value\": \"HTI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"HT\",\n                                        \"alpha3\": \"HTI\",\n                                        \"numerical\": \"332\",\n                                        \"name\": \"Haiti\"\n                                    },\n                                    {\n                                        \"text\": \"Heard Island and McDonald Islands\",\n                                        \"value\": \"HMD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"HM\",\n                                        \"alpha3\": \"HMD\",\n                                        \"numerical\": \"334\",\n                                        \"name\": \"Heard Island and McDonald Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Holy See (Vatican City State)\",\n                                        \"value\": \"VAT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VA\",\n                                        \"alpha3\": \"VAT\",\n                                        \"numerical\": \"336\",\n                                        \"name\": \"Holy See (Vatican City State)\"\n                                    },\n                                    {\n                                        \"text\": \"Honduras\",\n                                        \"value\": \"HND\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"HN\",\n                                        \"alpha3\": \"HND\",\n                                        \"numerical\": \"340\",\n                                        \"name\": \"Honduras\"\n                                    },\n                                    {\n                                        \"text\": \"Hong Kong\",\n                                        \"value\": \"HKG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"HK\",\n                                        \"alpha3\": \"HKG\",\n                                        \"numerical\": \"344\",\n                                        \"name\": \"Hong Kong\"\n                                    },\n                                    {\n                                        \"text\": \"Hungary\",\n                                        \"value\": \"HUN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"HU\",\n                                        \"alpha3\": \"HUN\",\n                                        \"numerical\": \"348\",\n                                        \"name\": \"Hungary\"\n                                    },\n                                    {\n                                        \"text\": \"Iceland\",\n                                        \"value\": \"ISL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IS\",\n                                        \"alpha3\": \"ISL\",\n                                        \"numerical\": \"352\",\n                                        \"name\": \"Iceland\"\n                                    },\n                                    {\n                                        \"text\": \"India\",\n                                        \"value\": \"IND\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IN\",\n                                        \"alpha3\": \"IND\",\n                                        \"numerical\": \"356\",\n                                        \"name\": \"India\"\n                                    },\n                                    {\n                                        \"text\": \"Indonesia\",\n                                        \"value\": \"IDN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ID\",\n                                        \"alpha3\": \"IDN\",\n                                        \"numerical\": \"360\",\n                                        \"name\": \"Indonesia\"\n                                    },\n                                    {\n                                        \"text\": \"Iran,Islamic Republic of\",\n                                        \"value\": \"IRN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IR\",\n                                        \"alpha3\": \"IRN\",\n                                        \"numerical\": \"364\",\n                                        \"name\": \"Iran,Islamic Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Iraq\",\n                                        \"value\": \"IRQ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IQ\",\n                                        \"alpha3\": \"IRQ\",\n                                        \"numerical\": \"368\",\n                                        \"name\": \"Iraq\"\n                                    },\n                                    {\n                                        \"text\": \"Ireland\",\n                                        \"value\": \"IRL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IE\",\n                                        \"alpha3\": \"IRL\",\n                                        \"numerical\": \"372\",\n                                        \"name\": \"Ireland\"\n                                    },\n                                    {\n                                        \"text\": \"Isle of Man\",\n                                        \"value\": \"IMN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IM\",\n                                        \"alpha3\": \"IMN\",\n                                        \"numerical\": \"833\",\n                                        \"name\": \"Isle of Man\"\n                                    },\n                                    {\n                                        \"text\": \"Israel\",\n                                        \"value\": \"ISR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IL\",\n                                        \"alpha3\": \"ISR\",\n                                        \"numerical\": \"376\",\n                                        \"name\": \"Israel\"\n                                    },\n                                    {\n                                        \"text\": \"Italy\",\n                                        \"value\": \"ITA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"IT\",\n                                        \"alpha3\": \"ITA\",\n                                        \"numerical\": \"380\",\n                                        \"name\": \"Italy\"\n                                    },\n                                    {\n                                        \"text\": \"Jamaica\",\n                                        \"value\": \"JAM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"JM\",\n                                        \"alpha3\": \"JAM\",\n                                        \"numerical\": \"388\",\n                                        \"name\": \"Jamaica\"\n                                    },\n                                    {\n                                        \"text\": \"Japan\",\n                                        \"value\": \"JPN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"JP\",\n                                        \"alpha3\": \"JPN\",\n                                        \"numerical\": \"392\",\n                                        \"name\": \"Japan\"\n                                    },\n                                    {\n                                        \"text\": \"Jersey\",\n                                        \"value\": \"JEY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"JE\",\n                                        \"alpha3\": \"JEY\",\n                                        \"numerical\": \"832\",\n                                        \"name\": \"Jersey\"\n                                    },\n                                    {\n                                        \"text\": \"Jordan\",\n                                        \"value\": \"JOR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"JO\",\n                                        \"alpha3\": \"JOR\",\n                                        \"numerical\": \"400\",\n                                        \"name\": \"Jordan\"\n                                    },\n                                    {\n                                        \"text\": \"Kazakhstan\",\n                                        \"value\": \"KAZ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KZ\",\n                                        \"alpha3\": \"KAZ\",\n                                        \"numerical\": \"398\",\n                                        \"name\": \"Kazakhstan\"\n                                    },\n                                    {\n                                        \"text\": \"Kenya\",\n                                        \"value\": \"KEN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KE\",\n                                        \"alpha3\": \"KEN\",\n                                        \"numerical\": \"404\",\n                                        \"name\": \"Kenya\"\n                                    },\n                                    {\n                                        \"text\": \"Kiribati\",\n                                        \"value\": \"KIR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KI\",\n                                        \"alpha3\": \"KIR\",\n                                        \"numerical\": \"296\",\n                                        \"name\": \"Kiribati\"\n                                    },\n                                    {\n                                        \"text\": \"Korea,Democratic People's Republic of\",\n                                        \"value\": \"PRK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KP\",\n                                        \"alpha3\": \"PRK\",\n                                        \"numerical\": \"408\",\n                                        \"name\": \"Korea,Democratic People's Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Korea,Republic of\",\n                                        \"value\": \"KOR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KR\",\n                                        \"alpha3\": \"KOR\",\n                                        \"numerical\": \"410\",\n                                        \"name\": \"Korea,Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Kosovo,Republic of\",\n                                        \"value\": \"XKK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"XK\",\n                                        \"alpha3\": \"XKK\",\n                                        \"numerical\": \"008\",\n                                        \"name\": \"Kosovo,Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Kuwait\",\n                                        \"value\": \"KWT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KW\",\n                                        \"alpha3\": \"KWT\",\n                                        \"numerical\": \"414\",\n                                        \"name\": \"Kuwait\"\n                                    },\n                                    {\n                                        \"text\": \"Kyrgyzstan\",\n                                        \"value\": \"KGZ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KG\",\n                                        \"alpha3\": \"KGZ\",\n                                        \"numerical\": \"417\",\n                                        \"name\": \"Kyrgyzstan\"\n                                    },\n                                    {\n                                        \"text\": \"Lao People's Democratic Republic\",\n                                        \"value\": \"LAO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LA\",\n                                        \"alpha3\": \"LAO\",\n                                        \"numerical\": \"418\",\n                                        \"name\": \"Lao People's Democratic Republic\"\n                                    },\n                                    {\n                                        \"text\": \"Latvia\",\n                                        \"value\": \"LVA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LV\",\n                                        \"alpha3\": \"LVA\",\n                                        \"numerical\": \"428\",\n                                        \"name\": \"Latvia\"\n                                    },\n                                    {\n                                        \"text\": \"Lebanon\",\n                                        \"value\": \"LBN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LB\",\n                                        \"alpha3\": \"LBN\",\n                                        \"numerical\": \"422\",\n                                        \"name\": \"Lebanon\"\n                                    },\n                                    {\n                                        \"text\": \"Lesotho\",\n                                        \"value\": \"LSO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LS\",\n                                        \"alpha3\": \"LSO\",\n                                        \"numerical\": \"426\",\n                                        \"name\": \"Lesotho\"\n                                    },\n                                    {\n                                        \"text\": \"Liberia\",\n                                        \"value\": \"LBR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LR\",\n                                        \"alpha3\": \"LBR\",\n                                        \"numerical\": \"430\",\n                                        \"name\": \"Liberia\"\n                                    },\n                                    {\n                                        \"text\": \"Libya\",\n                                        \"value\": \"LBY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LY\",\n                                        \"alpha3\": \"LBY\",\n                                        \"numerical\": \"434\",\n                                        \"name\": \"Libya\"\n                                    },\n                                    {\n                                        \"text\": \"Liechtenstein\",\n                                        \"value\": \"LIE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LI\",\n                                        \"alpha3\": \"LIE\",\n                                        \"numerical\": \"438\",\n                                        \"name\": \"Liechtenstein\"\n                                    },\n                                    {\n                                        \"text\": \"Lithuania\",\n                                        \"value\": \"LTU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LT\",\n                                        \"alpha3\": \"LTU\",\n                                        \"numerical\": \"440\",\n                                        \"name\": \"Lithuania\"\n                                    },\n                                    {\n                                        \"text\": \"Luxembourg\",\n                                        \"value\": \"LUX\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LU\",\n                                        \"alpha3\": \"LUX\",\n                                        \"numerical\": \"442\",\n                                        \"name\": \"Luxembourg\"\n                                    },\n                                    {\n                                        \"text\": \"Macao\",\n                                        \"value\": \"MAC\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MO\",\n                                        \"alpha3\": \"MAC\",\n                                        \"numerical\": \"446\",\n                                        \"name\": \"Macao\"\n                                    },\n                                    {\n                                        \"text\": \"North Macedonia\",\n                                        \"value\": \"MKD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MK\",\n                                        \"alpha3\": \"MKD\",\n                                        \"numerical\": \"807\",\n                                        \"name\": \"North Macedonia\"\n                                    },\n                                    {\n                                        \"text\": \"Madagascar\",\n                                        \"value\": \"MDG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MG\",\n                                        \"alpha3\": \"MDG\",\n                                        \"numerical\": \"450\",\n                                        \"name\": \"Madagascar\"\n                                    },\n                                    {\n                                        \"text\": \"Malawi\",\n                                        \"value\": \"MWI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MW\",\n                                        \"alpha3\": \"MWI\",\n                                        \"numerical\": \"454\",\n                                        \"name\": \"Malawi\"\n                                    },\n                                    {\n                                        \"text\": \"Malaysia\",\n                                        \"value\": \"MYS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MY\",\n                                        \"alpha3\": \"MYS\",\n                                        \"numerical\": \"458\",\n                                        \"name\": \"Malaysia\"\n                                    },\n                                    {\n                                        \"text\": \"Maldives\",\n                                        \"value\": \"MDV\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MV\",\n                                        \"alpha3\": \"MDV\",\n                                        \"numerical\": \"462\",\n                                        \"name\": \"Maldives\"\n                                    },\n                                    {\n                                        \"text\": \"Mali\",\n                                        \"value\": \"MLI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ML\",\n                                        \"alpha3\": \"MLI\",\n                                        \"numerical\": \"466\",\n                                        \"name\": \"Mali\"\n                                    },\n                                    {\n                                        \"text\": \"Malta\",\n                                        \"value\": \"MLT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MT\",\n                                        \"alpha3\": \"MLT\",\n                                        \"numerical\": \"470\",\n                                        \"name\": \"Malta\"\n                                    },\n                                    {\n                                        \"text\": \"Marshall Islands\",\n                                        \"value\": \"MHL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MH\",\n                                        \"alpha3\": \"MHL\",\n                                        \"numerical\": \"584\",\n                                        \"name\": \"Marshall Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Martinique\",\n                                        \"value\": \"MTQ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MQ\",\n                                        \"alpha3\": \"MTQ\",\n                                        \"numerical\": \"474\",\n                                        \"name\": \"Martinique\"\n                                    },\n                                    {\n                                        \"text\": \"Mauritania\",\n                                        \"value\": \"MRT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MR\",\n                                        \"alpha3\": \"MRT\",\n                                        \"numerical\": \"478\",\n                                        \"name\": \"Mauritania\"\n                                    },\n                                    {\n                                        \"text\": \"Mauritius\",\n                                        \"value\": \"MUS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MU\",\n                                        \"alpha3\": \"MUS\",\n                                        \"numerical\": \"480\",\n                                        \"name\": \"Mauritius\"\n                                    },\n                                    {\n                                        \"text\": \"Mayotte\",\n                                        \"value\": \"MYT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"YT\",\n                                        \"alpha3\": \"MYT\",\n                                        \"numerical\": \"175\",\n                                        \"name\": \"Mayotte\"\n                                    },\n                                    {\n                                        \"text\": \"Mexico\",\n                                        \"value\": \"MEX\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MX\",\n                                        \"alpha3\": \"MEX\",\n                                        \"numerical\": \"484\",\n                                        \"name\": \"Mexico\"\n                                    },\n                                    {\n                                        \"text\": \"Micronesia,Federated States of\",\n                                        \"value\": \"FSM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"FM\",\n                                        \"alpha3\": \"FSM\",\n                                        \"numerical\": \"583\",\n                                        \"name\": \"Micronesia,Federated States of\"\n                                    },\n                                    {\n                                        \"text\": \"Moldova,Republic of\",\n                                        \"value\": \"MDA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MD\",\n                                        \"alpha3\": \"MDA\",\n                                        \"numerical\": \"498\",\n                                        \"name\": \"Moldova,Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Monaco\",\n                                        \"value\": \"MCO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MC\",\n                                        \"alpha3\": \"MCO\",\n                                        \"numerical\": \"492\",\n                                        \"name\": \"Monaco\"\n                                    },\n                                    {\n                                        \"text\": \"Mongolia\",\n                                        \"value\": \"MNG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MN\",\n                                        \"alpha3\": \"MNG\",\n                                        \"numerical\": \"496\",\n                                        \"name\": \"Mongolia\"\n                                    },\n                                    {\n                                        \"text\": \"Montenegro\",\n                                        \"value\": \"MNE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ME\",\n                                        \"alpha3\": \"MNE\",\n                                        \"numerical\": \"499\",\n                                        \"name\": \"Montenegro\"\n                                    },\n                                    {\n                                        \"text\": \"Montserrat\",\n                                        \"value\": \"MSR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MS\",\n                                        \"alpha3\": \"MSR\",\n                                        \"numerical\": \"500\",\n                                        \"name\": \"Montserrat\"\n                                    },\n                                    {\n                                        \"text\": \"Morocco\",\n                                        \"value\": \"MAR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MA\",\n                                        \"alpha3\": \"MAR\",\n                                        \"numerical\": \"504\",\n                                        \"name\": \"Morocco\"\n                                    },\n                                    {\n                                        \"text\": \"Mozambique\",\n                                        \"value\": \"MOZ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MZ\",\n                                        \"alpha3\": \"MOZ\",\n                                        \"numerical\": \"508\",\n                                        \"name\": \"Mozambique\"\n                                    },\n                                    {\n                                        \"text\": \"Myanmar\",\n                                        \"value\": \"MMR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MM\",\n                                        \"alpha3\": \"MMR\",\n                                        \"numerical\": \"104\",\n                                        \"name\": \"Myanmar\"\n                                    },\n                                    {\n                                        \"text\": \"Namibia\",\n                                        \"value\": \"NAM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NA\",\n                                        \"alpha3\": \"NAM\",\n                                        \"numerical\": \"516\",\n                                        \"name\": \"Namibia\"\n                                    },\n                                    {\n                                        \"text\": \"Nauru\",\n                                        \"value\": \"NRU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NR\",\n                                        \"alpha3\": \"NRU\",\n                                        \"numerical\": \"520\",\n                                        \"name\": \"Nauru\"\n                                    },\n                                    {\n                                        \"text\": \"Nepal\",\n                                        \"value\": \"NPL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NP\",\n                                        \"alpha3\": \"NPL\",\n                                        \"numerical\": \"524\",\n                                        \"name\": \"Nepal\"\n                                    },\n                                    {\n                                        \"text\": \"Netherlands\",\n                                        \"value\": \"NLD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NL\",\n                                        \"alpha3\": \"NLD\",\n                                        \"numerical\": \"528\",\n                                        \"name\": \"Netherlands\"\n                                    },\n                                    {\n                                        \"text\": \"New Caledonia\",\n                                        \"value\": \"NCL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NC\",\n                                        \"alpha3\": \"NCL\",\n                                        \"numerical\": \"540\",\n                                        \"name\": \"New Caledonia\"\n                                    },\n                                    {\n                                        \"text\": \"New Zealand\",\n                                        \"value\": \"NZL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NZ\",\n                                        \"alpha3\": \"NZL\",\n                                        \"numerical\": \"554\",\n                                        \"name\": \"New Zealand\"\n                                    },\n                                    {\n                                        \"text\": \"Nicaragua\",\n                                        \"value\": \"NIC\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NI\",\n                                        \"alpha3\": \"NIC\",\n                                        \"numerical\": \"558\",\n                                        \"name\": \"Nicaragua\"\n                                    },\n                                    {\n                                        \"text\": \"Niger\",\n                                        \"value\": \"NER\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NE\",\n                                        \"alpha3\": \"NER\",\n                                        \"numerical\": \"562\",\n                                        \"name\": \"Niger\"\n                                    },\n                                    {\n                                        \"text\": \"Nigeria\",\n                                        \"value\": \"NGA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NG\",\n                                        \"alpha3\": \"NGA\",\n                                        \"numerical\": \"566\",\n                                        \"name\": \"Nigeria\"\n                                    },\n                                    {\n                                        \"text\": \"Niue\",\n                                        \"value\": \"NIU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NU\",\n                                        \"alpha3\": \"NIU\",\n                                        \"numerical\": \"570\",\n                                        \"name\": \"Niue\"\n                                    },\n                                    {\n                                        \"text\": \"Norfolk Island\",\n                                        \"value\": \"NFK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NF\",\n                                        \"alpha3\": \"NFK\",\n                                        \"numerical\": \"574\",\n                                        \"name\": \"Norfolk Island\"\n                                    },\n                                    {\n                                        \"text\": \"Northern Mariana Islands\",\n                                        \"value\": \"MNP\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MP\",\n                                        \"alpha3\": \"MNP\",\n                                        \"numerical\": \"580\",\n                                        \"name\": \"Northern Mariana Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Norway\",\n                                        \"value\": \"NOR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"NO\",\n                                        \"alpha3\": \"NOR\",\n                                        \"numerical\": \"578\",\n                                        \"name\": \"Norway\"\n                                    },\n                                    {\n                                        \"text\": \"Oman\",\n                                        \"value\": \"OMN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"OM\",\n                                        \"alpha3\": \"OMN\",\n                                        \"numerical\": \"512\",\n                                        \"name\": \"Oman\"\n                                    },\n                                    {\n                                        \"text\": \"Pakistan\",\n                                        \"value\": \"PAK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PK\",\n                                        \"alpha3\": \"PAK\",\n                                        \"numerical\": \"586\",\n                                        \"name\": \"Pakistan\"\n                                    },\n                                    {\n                                        \"text\": \"Palau\",\n                                        \"value\": \"PLW\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PW\",\n                                        \"alpha3\": \"PLW\",\n                                        \"numerical\": \"585\",\n                                        \"name\": \"Palau\"\n                                    },\n                                    {\n                                        \"text\": \"Palestine,State of\",\n                                        \"value\": \"PSE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PS\",\n                                        \"alpha3\": \"PSE\",\n                                        \"numerical\": \"275\",\n                                        \"name\": \"Palestine,State of\"\n                                    },\n                                    {\n                                        \"text\": \"Panama\",\n                                        \"value\": \"PAN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PA\",\n                                        \"alpha3\": \"PAN\",\n                                        \"numerical\": \"591\",\n                                        \"name\": \"Panama\"\n                                    },\n                                    {\n                                        \"text\": \"Papua New Guinea\",\n                                        \"value\": \"PNG\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PG\",\n                                        \"alpha3\": \"PNG\",\n                                        \"numerical\": \"598\",\n                                        \"name\": \"Papua New Guinea\"\n                                    },\n                                    {\n                                        \"text\": \"Paraguay\",\n                                        \"value\": \"PRY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PY\",\n                                        \"alpha3\": \"PRY\",\n                                        \"numerical\": \"600\",\n                                        \"name\": \"Paraguay\"\n                                    },\n                                    {\n                                        \"text\": \"Peru\",\n                                        \"value\": \"PER\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PE\",\n                                        \"alpha3\": \"PER\",\n                                        \"numerical\": \"604\",\n                                        \"name\": \"Peru\"\n                                    },\n                                    {\n                                        \"text\": \"Philippines\",\n                                        \"value\": \"PHL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PH\",\n                                        \"alpha3\": \"PHL\",\n                                        \"numerical\": \"608\",\n                                        \"name\": \"Philippines\"\n                                    },\n                                    {\n                                        \"text\": \"Pitcairn\",\n                                        \"value\": \"PCN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PN\",\n                                        \"alpha3\": \"PCN\",\n                                        \"numerical\": \"612\",\n                                        \"name\": \"Pitcairn\"\n                                    },\n                                    {\n                                        \"text\": \"Poland\",\n                                        \"value\": \"POL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PL\",\n                                        \"alpha3\": \"POL\",\n                                        \"numerical\": \"616\",\n                                        \"name\": \"Poland\"\n                                    },\n                                    {\n                                        \"text\": \"Portugal\",\n                                        \"value\": \"PRT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PT\",\n                                        \"alpha3\": \"PRT\",\n                                        \"numerical\": \"620\",\n                                        \"name\": \"Portugal\"\n                                    },\n                                    {\n                                        \"text\": \"Puerto Rico\",\n                                        \"value\": \"PRI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PR\",\n                                        \"alpha3\": \"PRI\",\n                                        \"numerical\": \"630\",\n                                        \"name\": \"Puerto Rico\"\n                                    },\n                                    {\n                                        \"text\": \"Qatar\",\n                                        \"value\": \"QAT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"QA\",\n                                        \"alpha3\": \"QAT\",\n                                        \"numerical\": \"634\",\n                                        \"name\": \"Qatar\"\n                                    },\n                                    {\n                                        \"text\": \"Réunion\",\n                                        \"value\": \"REU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"RE\",\n                                        \"alpha3\": \"REU\",\n                                        \"numerical\": \"638\",\n                                        \"name\": \"Réunion\"\n                                    },\n                                    {\n                                        \"text\": \"Romania\",\n                                        \"value\": \"ROU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"RO\",\n                                        \"alpha3\": \"ROU\",\n                                        \"numerical\": \"642\",\n                                        \"name\": \"Romania\"\n                                    },\n                                    {\n                                        \"text\": \"Russian Federation\",\n                                        \"value\": \"RUS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"RU\",\n                                        \"alpha3\": \"RUS\",\n                                        \"numerical\": \"643\",\n                                        \"name\": \"Russian Federation\"\n                                    },\n                                    {\n                                        \"text\": \"Rwanda\",\n                                        \"value\": \"RWA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"RW\",\n                                        \"alpha3\": \"RWA\",\n                                        \"numerical\": \"646\",\n                                        \"name\": \"Rwanda\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Barthélemy\",\n                                        \"value\": \"BLM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"BL\",\n                                        \"alpha3\": \"BLM\",\n                                        \"numerical\": \"652\",\n                                        \"name\": \"Saint Barthélemy\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                        \"value\": \"SHN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SH\",\n                                        \"alpha3\": \"SHN\",\n                                        \"numerical\": \"654\",\n                                        \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Kitts and Nevis\",\n                                        \"value\": \"KNA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"KN\",\n                                        \"alpha3\": \"KNA\",\n                                        \"numerical\": \"659\",\n                                        \"name\": \"Saint Kitts and Nevis\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Lucia\",\n                                        \"value\": \"LCA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LC\",\n                                        \"alpha3\": \"LCA\",\n                                        \"numerical\": \"662\",\n                                        \"name\": \"Saint Lucia\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Martin (French part)\",\n                                        \"value\": \"MAF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"MF\",\n                                        \"alpha3\": \"MAF\",\n                                        \"numerical\": \"663\",\n                                        \"name\": \"Saint Martin (French part)\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Pierre and Miquelon\",\n                                        \"value\": \"SPM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"PM\",\n                                        \"alpha3\": \"SPM\",\n                                        \"numerical\": \"666\",\n                                        \"name\": \"Saint Pierre and Miquelon\"\n                                    },\n                                    {\n                                        \"text\": \"Saint Vincent and the Grenadines\",\n                                        \"value\": \"VCT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VC\",\n                                        \"alpha3\": \"VCT\",\n                                        \"numerical\": \"670\",\n                                        \"name\": \"Saint Vincent and the Grenadines\"\n                                    },\n                                    {\n                                        \"text\": \"Samoa\",\n                                        \"value\": \"WSM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"WS\",\n                                        \"alpha3\": \"WSM\",\n                                        \"numerical\": \"882\",\n                                        \"name\": \"Samoa\"\n                                    },\n                                    {\n                                        \"text\": \"San Marino\",\n                                        \"value\": \"SMR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SM\",\n                                        \"alpha3\": \"SMR\",\n                                        \"numerical\": \"674\",\n                                        \"name\": \"San Marino\"\n                                    },\n                                    {\n                                        \"text\": \"Sao Tome and Principe\",\n                                        \"value\": \"STP\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ST\",\n                                        \"alpha3\": \"STP\",\n                                        \"numerical\": \"678\",\n                                        \"name\": \"Sao Tome and Principe\"\n                                    },\n                                    {\n                                        \"text\": \"Saudi Arabia\",\n                                        \"value\": \"SAU\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SA\",\n                                        \"alpha3\": \"SAU\",\n                                        \"numerical\": \"682\",\n                                        \"name\": \"Saudi Arabia\"\n                                    },\n                                    {\n                                        \"text\": \"Senegal\",\n                                        \"value\": \"SEN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SN\",\n                                        \"alpha3\": \"SEN\",\n                                        \"numerical\": \"686\",\n                                        \"name\": \"Senegal\"\n                                    },\n                                    {\n                                        \"text\": \"Serbia\",\n                                        \"value\": \"SRB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"RS\",\n                                        \"alpha3\": \"SRB\",\n                                        \"numerical\": \"688\",\n                                        \"name\": \"Serbia\"\n                                    },\n                                    {\n                                        \"text\": \"Seychelles\",\n                                        \"value\": \"SYC\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SC\",\n                                        \"alpha3\": \"SYC\",\n                                        \"numerical\": \"690\",\n                                        \"name\": \"Seychelles\"\n                                    },\n                                    {\n                                        \"text\": \"Sierra Leone\",\n                                        \"value\": \"SLE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SL\",\n                                        \"alpha3\": \"SLE\",\n                                        \"numerical\": \"694\",\n                                        \"name\": \"Sierra Leone\"\n                                    },\n                                    {\n                                        \"text\": \"Singapore\",\n                                        \"value\": \"SGP\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SG\",\n                                        \"alpha3\": \"SGP\",\n                                        \"numerical\": \"702\",\n                                        \"name\": \"Singapore\"\n                                    },\n                                    {\n                                        \"text\": \"Sint Maarten (Dutch part)\",\n                                        \"value\": \"SXM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SX\",\n                                        \"alpha3\": \"SXM\",\n                                        \"numerical\": \"534\",\n                                        \"name\": \"Sint Maarten (Dutch part)\"\n                                    },\n                                    {\n                                        \"text\": \"Slovakia\",\n                                        \"value\": \"SVK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SK\",\n                                        \"alpha3\": \"SVK\",\n                                        \"numerical\": \"703\",\n                                        \"name\": \"Slovakia\"\n                                    },\n                                    {\n                                        \"text\": \"Slovenia\",\n                                        \"value\": \"SVN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SI\",\n                                        \"alpha3\": \"SVN\",\n                                        \"numerical\": \"705\",\n                                        \"name\": \"Slovenia\"\n                                    },\n                                    {\n                                        \"text\": \"Solomon Islands\",\n                                        \"value\": \"SLB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SB\",\n                                        \"alpha3\": \"SLB\",\n                                        \"numerical\": \"090\",\n                                        \"name\": \"Solomon Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Somalia\",\n                                        \"value\": \"SOM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SO\",\n                                        \"alpha3\": \"SOM\",\n                                        \"numerical\": \"706\",\n                                        \"name\": \"Somalia\"\n                                    },\n                                    {\n                                        \"text\": \"South Africa\",\n                                        \"value\": \"ZAF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ZA\",\n                                        \"alpha3\": \"ZAF\",\n                                        \"numerical\": \"710\",\n                                        \"name\": \"South Africa\"\n                                    },\n                                    {\n                                        \"text\": \"South Georgia and the South Sandwich Islands\",\n                                        \"value\": \"SGS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GS\",\n                                        \"alpha3\": \"SGS\",\n                                        \"numerical\": \"239\",\n                                        \"name\": \"South Georgia and the South Sandwich Islands\"\n                                    },\n                                    {\n                                        \"text\": \"South Sudan\",\n                                        \"value\": \"SSD\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SS\",\n                                        \"alpha3\": \"SSD\",\n                                        \"numerical\": \"728\",\n                                        \"name\": \"South Sudan\"\n                                    },\n                                    {\n                                        \"text\": \"Spain\",\n                                        \"value\": \"ESP\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ES\",\n                                        \"alpha3\": \"ESP\",\n                                        \"numerical\": \"724\",\n                                        \"name\": \"Spain\"\n                                    },\n                                    {\n                                        \"text\": \"Sri Lanka\",\n                                        \"value\": \"LKA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"LK\",\n                                        \"alpha3\": \"LKA\",\n                                        \"numerical\": \"144\",\n                                        \"name\": \"Sri Lanka\"\n                                    },\n                                    {\n                                        \"text\": \"Sudan\",\n                                        \"value\": \"SDN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SD\",\n                                        \"alpha3\": \"SDN\",\n                                        \"numerical\": \"729\",\n                                        \"name\": \"Sudan\"\n                                    },\n                                    {\n                                        \"text\": \"Suriname\",\n                                        \"value\": \"SUR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SR\",\n                                        \"alpha3\": \"SUR\",\n                                        \"numerical\": \"740\",\n                                        \"name\": \"Suriname\"\n                                    },\n                                    {\n                                        \"text\": \"Svalbard and Jan Mayen\",\n                                        \"value\": \"SJM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SJ\",\n                                        \"alpha3\": \"SJM\",\n                                        \"numerical\": \"744\",\n                                        \"name\": \"Svalbard and Jan Mayen\"\n                                    },\n                                    {\n                                        \"text\": \"Eswatini\",\n                                        \"value\": \"SWZ\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SZ\",\n                                        \"alpha3\": \"SWZ\",\n                                        \"numerical\": \"748\",\n                                        \"name\": \"Eswatini\"\n                                    },\n                                    {\n                                        \"text\": \"Sweden\",\n                                        \"value\": \"SWE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SE\",\n                                        \"alpha3\": \"SWE\",\n                                        \"numerical\": \"752\",\n                                        \"name\": \"Sweden\"\n                                    },\n                                    {\n                                        \"text\": \"Switzerland\",\n                                        \"value\": \"CHE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"CH\",\n                                        \"alpha3\": \"CHE\",\n                                        \"numerical\": \"756\",\n                                        \"name\": \"Switzerland\"\n                                    },\n                                    {\n                                        \"text\": \"Syrian Arab Republic\",\n                                        \"value\": \"SYR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"SY\",\n                                        \"alpha3\": \"SYR\",\n                                        \"numerical\": \"760\",\n                                        \"name\": \"Syrian Arab Republic\"\n                                    },\n                                    {\n                                        \"text\": \"Taiwan\",\n                                        \"value\": \"TWN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TW\",\n                                        \"alpha3\": \"TWN\",\n                                        \"numerical\": \"158\",\n                                        \"name\": \"Taiwan\"\n                                    },\n                                    {\n                                        \"text\": \"Tajikistan\",\n                                        \"value\": \"TJK\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TJ\",\n                                        \"alpha3\": \"TJK\",\n                                        \"numerical\": \"762\",\n                                        \"name\": \"Tajikistan\"\n                                    },\n                                    {\n                                        \"text\": \"Tanzania,United Republic of\",\n                                        \"value\": \"TZA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TZ\",\n                                        \"alpha3\": \"TZA\",\n                                        \"numerical\": \"834\",\n                                        \"name\": \"Tanzania,United Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Thailand\",\n                                        \"value\": \"THA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TH\",\n                                        \"alpha3\": \"THA\",\n                                        \"numerical\": \"764\",\n                                        \"name\": \"Thailand\"\n                                    },\n                                    {\n                                        \"text\": \"Timor-Leste\",\n                                        \"value\": \"TLS\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TL\",\n                                        \"alpha3\": \"TLS\",\n                                        \"numerical\": \"626\",\n                                        \"name\": \"Timor-Leste\"\n                                    },\n                                    {\n                                        \"text\": \"Togo\",\n                                        \"value\": \"TGO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TG\",\n                                        \"alpha3\": \"TGO\",\n                                        \"numerical\": \"768\",\n                                        \"name\": \"Togo\"\n                                    },\n                                    {\n                                        \"text\": \"Tokelau\",\n                                        \"value\": \"TKL\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TK\",\n                                        \"alpha3\": \"TKL\",\n                                        \"numerical\": \"772\",\n                                        \"name\": \"Tokelau\"\n                                    },\n                                    {\n                                        \"text\": \"Tonga\",\n                                        \"value\": \"TON\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TO\",\n                                        \"alpha3\": \"TON\",\n                                        \"numerical\": \"776\",\n                                        \"name\": \"Tonga\"\n                                    },\n                                    {\n                                        \"text\": \"Trinidad and Tobago\",\n                                        \"value\": \"TTO\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TT\",\n                                        \"alpha3\": \"TTO\",\n                                        \"numerical\": \"780\",\n                                        \"name\": \"Trinidad and Tobago\"\n                                    },\n                                    {\n                                        \"text\": \"Tunisia\",\n                                        \"value\": \"TUN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TN\",\n                                        \"alpha3\": \"TUN\",\n                                        \"numerical\": \"788\",\n                                        \"name\": \"Tunisia\"\n                                    },\n                                    {\n                                        \"text\": \"Turkey\",\n                                        \"value\": \"TUR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TR\",\n                                        \"alpha3\": \"TUR\",\n                                        \"numerical\": \"792\",\n                                        \"name\": \"Turkey\"\n                                    },\n                                    {\n                                        \"text\": \"Turkmenistan\",\n                                        \"value\": \"TKM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TM\",\n                                        \"alpha3\": \"TKM\",\n                                        \"numerical\": \"795\",\n                                        \"name\": \"Turkmenistan\"\n                                    },\n                                    {\n                                        \"text\": \"Turks and Caicos Islands\",\n                                        \"value\": \"TCA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TC\",\n                                        \"alpha3\": \"TCA\",\n                                        \"numerical\": \"796\",\n                                        \"name\": \"Turks and Caicos Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Tuvalu\",\n                                        \"value\": \"TUV\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"TV\",\n                                        \"alpha3\": \"TUV\",\n                                        \"numerical\": \"798\",\n                                        \"name\": \"Tuvalu\"\n                                    },\n                                    {\n                                        \"text\": \"Uganda\",\n                                        \"value\": \"UGA\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"UG\",\n                                        \"alpha3\": \"UGA\",\n                                        \"numerical\": \"800\",\n                                        \"name\": \"Uganda\"\n                                    },\n                                    {\n                                        \"text\": \"Ukraine\",\n                                        \"value\": \"UKR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"UA\",\n                                        \"alpha3\": \"UKR\",\n                                        \"numerical\": \"804\",\n                                        \"name\": \"Ukraine\"\n                                    },\n                                    {\n                                        \"text\": \"United Arab Emirates\",\n                                        \"value\": \"ARE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"AE\",\n                                        \"alpha3\": \"ARE\",\n                                        \"numerical\": \"784\",\n                                        \"name\": \"United Arab Emirates\"\n                                    },\n                                    {\n                                        \"text\": \"United Kingdom\",\n                                        \"value\": \"GBR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"GB\",\n                                        \"alpha3\": \"GBR\",\n                                        \"numerical\": \"826\",\n                                        \"name\": \"United Kingdom\"\n                                    },\n                                    {\n                                        \"text\": \"United States Minor Outlying Islands\",\n                                        \"value\": \"UMI\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"UM\",\n                                        \"alpha3\": \"UMI\",\n                                        \"numerical\": \"581\",\n                                        \"name\": \"United States Minor Outlying Islands\"\n                                    },\n                                    {\n                                        \"text\": \"Uruguay\",\n                                        \"value\": \"URY\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"UY\",\n                                        \"alpha3\": \"URY\",\n                                        \"numerical\": \"858\",\n                                        \"name\": \"Uruguay\"\n                                    },\n                                    {\n                                        \"text\": \"Uzbekistan\",\n                                        \"value\": \"UZB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"UZ\",\n                                        \"alpha3\": \"UZB\",\n                                        \"numerical\": \"860\",\n                                        \"name\": \"Uzbekistan\"\n                                    },\n                                    {\n                                        \"text\": \"Vanuatu\",\n                                        \"value\": \"VUT\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VU\",\n                                        \"alpha3\": \"VUT\",\n                                        \"numerical\": \"548\",\n                                        \"name\": \"Vanuatu\"\n                                    },\n                                    {\n                                        \"text\": \"Venezuela,Bolivarian Republic of\",\n                                        \"value\": \"VEN\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VE\",\n                                        \"alpha3\": \"VEN\",\n                                        \"numerical\": \"862\",\n                                        \"name\": \"Venezuela,Bolivarian Republic of\"\n                                    },\n                                    {\n                                        \"text\": \"Viet Nam\",\n                                        \"value\": \"VNM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VN\",\n                                        \"alpha3\": \"VNM\",\n                                        \"numerical\": \"704\",\n                                        \"name\": \"Viet Nam\"\n                                    },\n                                    {\n                                        \"text\": \"Virgin Islands,British\",\n                                        \"value\": \"VGB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VG\",\n                                        \"alpha3\": \"VGB\",\n                                        \"numerical\": \"092\",\n                                        \"name\": \"Virgin Islands,British\"\n                                    },\n                                    {\n                                        \"text\": \"Virgin Islands,U.S.\",\n                                        \"value\": \"VIR\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"VI\",\n                                        \"alpha3\": \"VIR\",\n                                        \"numerical\": \"850\",\n                                        \"name\": \"Virgin Islands,U.S.\"\n                                    },\n                                    {\n                                        \"text\": \"Wallis and Futuna\",\n                                        \"value\": \"WLF\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"WF\",\n                                        \"alpha3\": \"WLF\",\n                                        \"numerical\": \"876\",\n                                        \"name\": \"Wallis and Futuna\"\n                                    },\n                                    {\n                                        \"text\": \"Western Sahara\",\n                                        \"value\": \"ESH\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"EH\",\n                                        \"alpha3\": \"ESH\",\n                                        \"numerical\": \"732\",\n                                        \"name\": \"Western Sahara\"\n                                    },\n                                    {\n                                        \"text\": \"Yemen\",\n                                        \"value\": \"YEM\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"YE\",\n                                        \"alpha3\": \"YEM\",\n                                        \"numerical\": \"887\",\n                                        \"name\": \"Yemen\"\n                                    },\n                                    {\n                                        \"text\": \"Zambia\",\n                                        \"value\": \"ZMB\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ZM\",\n                                        \"alpha3\": \"ZMB\",\n                                        \"numerical\": \"894\",\n                                        \"name\": \"Zambia\"\n                                    },\n                                    {\n                                        \"text\": \"Zimbabwe\",\n                                        \"value\": \"ZWE\",\n                                        \"checked\": false,\n                                        \"alpha2\": \"ZW\",\n                                        \"alpha3\": \"ZWE\",\n                                        \"numerical\": \"895\",\n                                        \"name\": \"Zimbabwe\"\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"label\": \"City of Birth\",\n                                \"name\": \"user-family-city_of_birth\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-living\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": true\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Education Level\",\n                                \"name\": \"user-family-degree\",\n                                \"data_source\": \"data_source.degrees\",\n                                \"help_text\": \"What is the highest degree your parent/guardian earned?\",\n                                \"data_source_text\": \"text\",\n                                \"data_source_value\": \"value\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"High school diploma or equivalent\",\n                                        \"value\": \"HS/GED\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Some college\",\n                                        \"value\": \"COL\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Associates (two-year degree)\",\n                                        \"value\": \"AA/AS\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Bachelors (four-year degree)\",\n                                        \"value\": \"BA/BS\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Masters (excluding MBA)\",\n                                        \"value\": \"MA/MS\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"MBA (Business)\",\n                                        \"value\": \"MBA\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"JD (Law)\",\n                                        \"value\": \"JD\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"MD / DO / DVM / DDS (Medicine)\",\n                                        \"value\": \"MD/DDS\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"PHD (Doctorate)\",\n                                        \"value\": \"PhD\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Other\",\n                                        \"value\": \"other\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"default\": true,\n                                \"label\": \"Living?\",\n                                \"name\": \"user-family-living\",\n                                \"source\": \"locked\",\n                                \"options\": [\n                                    {\n                                        \"value\": true,\n                                        \"text\": \"Living\",\n                                        \"checked\": true\n                                    },\n                                    {\n                                        \"value\": false,\n                                        \"text\": \"Deceased\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"help_text\": \"Is this person living or deceased?\",\n                                \"type\": \"radio\"\n                            },\n                            {\n                                \"subfields\": [\n                                    {\n                                        \"label\": \"Type\",\n                                        \"name\": \"user-family-phone-type\",\n                                        \"source\": \"locked\",\n                                        \"options\": [\n                                            {\n                                                \"text\": \"Home\",\n                                                \"value\": \"home\"\n                                            },\n                                            {\n                                                \"text\": \"Cell\",\n                                                \"value\": \"cell\"\n                                            }\n                                        ],\n                                        \"type\": \"radio\"\n                                    },\n                                    {\n                                        \"hidden\": true,\n                                        \"label\": \"Country Alpha 2\",\n                                        \"name\": \"user-family-phone-country_alpha_2\",\n                                        \"type\": \"text\"\n                                    },\n                                    {\n                                        \"label\": \"Country Code\",\n                                        \"name\": \"user-family-phone-country_code\",\n                                        \"type\": \"text\"\n                                    },\n                                    {\n                                        \"label\": \"Phone Number\",\n                                        \"name\": \"user-family-phone-number\",\n                                        \"type\": \"text\"\n                                    },\n                                    {\n                                        \"conditionals\": [\n                                            {\n                                                \"criteria\": {\n                                                    \"operator\": \"$eq\",\n                                                    \"conditions\": [\n                                                        {\n                                                            \"target\": \"user-family-phone-type\",\n                                                            \"scope\": \"form\",\n                                                            \"value\": \"cell\"\n                                                        }\n                                                    ]\n                                                },\n                                                \"actions\": [\n                                                    {\n                                                        \"action\": \"show\"\n                                                    }\n                                                ]\n                                            }\n                                        ],\n                                        \"label\": \"Text Messaging\",\n                                        \"name\": \"user-family-phone-updates\",\n                                        \"data_source\": \"data_source.yesno\",\n                                        \"data_source_text\": \"name\",\n                                        \"data_source_value\": \"value\",\n                                        \"help_text\": \"Please send my parent/guardian updates via text/SMS messaging. (Standard message charges apply.)\",\n                                        \"type\": \"radio\",\n                                        \"data_source_settings\": [\n                                            {\n                                                \"text\": \"Yes\",\n                                                \"value\": true,\n                                                \"checked\": false,\n                                                \"name\": \"Yes\",\n                                                \"abbrev\": \"Y\"\n                                            },\n                                            {\n                                                \"text\": \"No\",\n                                                \"value\": false,\n                                                \"checked\": false,\n                                                \"name\": \"No\",\n                                                \"abbrev\": \"N\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-living\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": true\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Phone\",\n                                \"name\": \"user-family-phone\",\n                                \"type\": \"phone\"\n                            },\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"email\"\n                                    }\n                                ],\n                                \"transformations\": [\n                                    {\n                                        \"type\": \"lowercase\"\n                                    }\n                                ],\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-living\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": true\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Email\",\n                                \"name\": \"user-family-email\",\n                                \"type\": \"email\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-living\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": true\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"default\": true,\n                                \"label\": \"Same Address\",\n                                \"name\": \"user-family-same_address\",\n                                \"data_source\": \"data_source.yesno\",\n                                \"help_text\": \"Is your parent's/guardian's address the same as yours?\",\n                                \"data_source_text\": \"name\",\n                                \"data_source_value\": \"value\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Yes\",\n                                        \"value\": true,\n                                        \"checked\": false,\n                                        \"name\": \"Yes\",\n                                        \"abbrev\": \"Y\"\n                                    },\n                                    {\n                                        \"text\": \"No\",\n                                        \"value\": false,\n                                        \"checked\": false,\n                                        \"name\": \"No\",\n                                        \"abbrev\": \"N\"\n                                    }\n                                ],\n                                \"type\": \"radio\"\n                            },\n                            {\n                                \"subfields\": [\n                                    {\n                                        \"validations\": [\n                                            {\n                                                \"type\": \"required\"\n                                            }\n                                        ],\n                                        \"label\": \"Country\",\n                                        \"name\": \"user-family-address-country\",\n                                        \"data_source\": \"data_source.country\",\n                                        \"data_source_text\": \"name\",\n                                        \"data_source_value\": \"alpha3\",\n                                        \"source\": \"locked\",\n                                        \"type\": \"select\",\n                                        \"data_source_settings\": [\n                                            {\n                                                \"text\": \"United States\",\n                                                \"value\": \"USA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"US\",\n                                                \"alpha3\": \"USA\",\n                                                \"numerical\": \"840\",\n                                                \"name\": \"United States\"\n                                            },\n                                            {\n                                                \"text\": \"Afghanistan\",\n                                                \"value\": \"AFG\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AF\",\n                                                \"alpha3\": \"AFG\",\n                                                \"numerical\": \"004\",\n                                                \"name\": \"Afghanistan\"\n                                            },\n                                            {\n                                                \"text\": \"Åland Islands\",\n                                                \"value\": \"ALA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AX\",\n                                                \"alpha3\": \"ALA\",\n                                                \"numerical\": \"248\",\n                                                \"name\": \"Åland Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Albania\",\n                                                \"value\": \"ALB\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AL\",\n                                                \"alpha3\": \"ALB\",\n                                                \"numerical\": \"008\",\n                                                \"name\": \"Albania\"\n                                            },\n                                            {\n                                                \"text\": \"Algeria\",\n                                                \"value\": \"DZA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"DZ\",\n                                                \"alpha3\": \"DZA\",\n                                                \"numerical\": \"012\",\n                                                \"name\": \"Algeria\"\n                                            },\n                                            {\n                                                \"text\": \"American Samoa\",\n                                                \"value\": \"ASM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AS\",\n                                                \"alpha3\": \"ASM\",\n                                                \"numerical\": \"016\",\n                                                \"name\": \"American Samoa\"\n                                            },\n                                            {\n                                                \"text\": \"Andorra\",\n                                                \"value\": \"AND\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AD\",\n                                                \"alpha3\": \"AND\",\n                                                \"numerical\": \"020\",\n                                                \"name\": \"Andorra\"\n                                            },\n                                            {\n                                                \"text\": \"Angola\",\n                                                \"value\": \"AGO\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AO\",\n                                                \"alpha3\": \"AGO\",\n                                                \"numerical\": \"024\",\n                                                \"name\": \"Angola\"\n                                            },\n                                            {\n                                                \"text\": \"Anguilla\",\n                                                \"value\": \"AIA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AI\",\n                                                \"alpha3\": \"AIA\",\n                                                \"numerical\": \"660\",\n                                                \"name\": \"Anguilla\"\n                                            },\n                                            {\n                                                \"text\": \"Antarctica\",\n                                                \"value\": \"ATA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AQ\",\n                                                \"alpha3\": \"ATA\",\n                                                \"numerical\": \"010\",\n                                                \"name\": \"Antarctica\"\n                                            },\n                                            {\n                                                \"text\": \"Antigua and Barbuda\",\n                                                \"value\": \"ATG\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AG\",\n                                                \"alpha3\": \"ATG\",\n                                                \"numerical\": \"028\",\n                                                \"name\": \"Antigua and Barbuda\"\n                                            },\n                                            {\n                                                \"text\": \"Argentina\",\n                                                \"value\": \"ARG\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AR\",\n                                                \"alpha3\": \"ARG\",\n                                                \"numerical\": \"032\",\n                                                \"name\": \"Argentina\"\n                                            },\n                                            {\n                                                \"text\": \"Armenia\",\n                                                \"value\": \"ARM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AM\",\n                                                \"alpha3\": \"ARM\",\n                                                \"numerical\": \"051\",\n                                                \"name\": \"Armenia\"\n                                            },\n                                            {\n                                                \"text\": \"Aruba\",\n                                                \"value\": \"ABW\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AW\",\n                                                \"alpha3\": \"ABW\",\n                                                \"numerical\": \"533\",\n                                                \"name\": \"Aruba\"\n                                            },\n                                            {\n                                                \"text\": \"Australia\",\n                                                \"value\": \"AUS\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AU\",\n                                                \"alpha3\": \"AUS\",\n                                                \"numerical\": \"036\",\n                                                \"name\": \"Australia\"\n                                            },\n                                            {\n                                                \"text\": \"Austria\",\n                                                \"value\": \"AUT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AT\",\n                                                \"alpha3\": \"AUT\",\n                                                \"numerical\": \"040\",\n                                                \"name\": \"Austria\"\n                                            },\n                                            {\n                                                \"text\": \"Azerbaijan\",\n                                                \"value\": \"AZE\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AZ\",\n                                                \"alpha3\": \"AZE\",\n                                                \"numerical\": \"031\",\n                                                \"name\": \"Azerbaijan\"\n                                            },\n                                            {\n                                                \"text\": \"Bahamas\",\n                                                \"value\": \"BHS\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BS\",\n                                                \"alpha3\": \"BHS\",\n                                                \"numerical\": \"044\",\n                                                \"name\": \"Bahamas\"\n                                            },\n                                            {\n                                                \"text\": \"Bahrain\",\n                                                \"value\": \"BHR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BH\",\n                                                \"alpha3\": \"BHR\",\n                                                \"numerical\": \"048\",\n                                                \"name\": \"Bahrain\"\n                                            },\n                                            {\n                                                \"text\": \"Bangladesh\",\n                                                \"value\": \"BGD\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BD\",\n                                                \"alpha3\": \"BGD\",\n                                                \"numerical\": \"050\",\n                                                \"name\": \"Bangladesh\"\n                                            },\n                                            {\n                                                \"text\": \"Barbados\",\n                                                \"value\": \"BRB\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BB\",\n                                                \"alpha3\": \"BRB\",\n                                                \"numerical\": \"052\",\n                                                \"name\": \"Barbados\"\n                                            },\n                                            {\n                                                \"text\": \"Belarus\",\n                                                \"value\": \"BLR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BY\",\n                                                \"alpha3\": \"BLR\",\n                                                \"numerical\": \"112\",\n                                                \"name\": \"Belarus\"\n                                            },\n                                            {\n                                                \"text\": \"Belgium\",\n                                                \"value\": \"BEL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BE\",\n                                                \"alpha3\": \"BEL\",\n                                                \"numerical\": \"056\",\n                                                \"name\": \"Belgium\"\n                                            },\n                                            {\n                                                \"text\": \"Belize\",\n                                                \"value\": \"BLZ\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BZ\",\n                                                \"alpha3\": \"BLZ\",\n                                                \"numerical\": \"084\",\n                                                \"name\": \"Belize\"\n                                            },\n                                            {\n                                                \"text\": \"Benin\",\n                                                \"value\": \"BEN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BJ\",\n                                                \"alpha3\": \"BEN\",\n                                                \"numerical\": \"204\",\n                                                \"name\": \"Benin\"\n                                            },\n                                            {\n                                                \"text\": \"Bermuda\",\n                                                \"value\": \"BMU\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BM\",\n                                                \"alpha3\": \"BMU\",\n                                                \"numerical\": \"060\",\n                                                \"name\": \"Bermuda\"\n                                            },\n                                            {\n                                                \"text\": \"Bhutan\",\n                                                \"value\": \"BTN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BT\",\n                                                \"alpha3\": \"BTN\",\n                                                \"numerical\": \"064\",\n                                                \"name\": \"Bhutan\"\n                                            },\n                                            {\n                                                \"text\": \"Bolivia,Plurinational State of\",\n                                                \"value\": \"BOL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BO\",\n                                                \"alpha3\": \"BOL\",\n                                                \"numerical\": \"068\",\n                                                \"name\": \"Bolivia,Plurinational State of\"\n                                            },\n                                            {\n                                                \"text\": \"Bonaire,Sint Eustatius and Saba\",\n                                                \"value\": \"BES\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BQ\",\n                                                \"alpha3\": \"BES\",\n                                                \"numerical\": \"535\",\n                                                \"name\": \"Bonaire,Sint Eustatius and Saba\"\n                                            },\n                                            {\n                                                \"text\": \"Bosnia and Herzegovina\",\n                                                \"value\": \"BIH\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BA\",\n                                                \"alpha3\": \"BIH\",\n                                                \"numerical\": \"070\",\n                                                \"name\": \"Bosnia and Herzegovina\"\n                                            },\n                                            {\n                                                \"text\": \"Botswana\",\n                                                \"value\": \"BWA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BW\",\n                                                \"alpha3\": \"BWA\",\n                                                \"numerical\": \"072\",\n                                                \"name\": \"Botswana\"\n                                            },\n                                            {\n                                                \"text\": \"Bouvet Island\",\n                                                \"value\": \"BVT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BV\",\n                                                \"alpha3\": \"BVT\",\n                                                \"numerical\": \"074\",\n                                                \"name\": \"Bouvet Island\"\n                                            },\n                                            {\n                                                \"text\": \"Brazil\",\n                                                \"value\": \"BRA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BR\",\n                                                \"alpha3\": \"BRA\",\n                                                \"numerical\": \"076\",\n                                                \"name\": \"Brazil\"\n                                            },\n                                            {\n                                                \"text\": \"British Indian Ocean Territory\",\n                                                \"value\": \"IOT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"IO\",\n                                                \"alpha3\": \"IOT\",\n                                                \"numerical\": \"086\",\n                                                \"name\": \"British Indian Ocean Territory\"\n                                            },\n                                            {\n                                                \"text\": \"Brunei Darussalam\",\n                                                \"value\": \"BRN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BN\",\n                                                \"alpha3\": \"BRN\",\n                                                \"numerical\": \"096\",\n                                                \"name\": \"Brunei Darussalam\"\n                                            },\n                                            {\n                                                \"text\": \"Bulgaria\",\n                                                \"value\": \"BGR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BG\",\n                                                \"alpha3\": \"BGR\",\n                                                \"numerical\": \"100\",\n                                                \"name\": \"Bulgaria\"\n                                            },\n                                            {\n                                                \"text\": \"Burkina Faso\",\n                                                \"value\": \"BFA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BF\",\n                                                \"alpha3\": \"BFA\",\n                                                \"numerical\": \"854\",\n                                                \"name\": \"Burkina Faso\"\n                                            },\n                                            {\n                                                \"text\": \"Burundi\",\n                                                \"value\": \"BDI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BI\",\n                                                \"alpha3\": \"BDI\",\n                                                \"numerical\": \"108\",\n                                                \"name\": \"Burundi\"\n                                            },\n                                            {\n                                                \"text\": \"Cabo Verde\",\n                                                \"value\": \"CPV\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CV\",\n                                                \"alpha3\": \"CPV\",\n                                                \"numerical\": \"132\",\n                                                \"name\": \"Cabo Verde\"\n                                            },\n                                            {\n                                                \"text\": \"Cambodia\",\n                                                \"value\": \"KHM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"KH\",\n                                                \"alpha3\": \"KHM\",\n                                                \"numerical\": \"116\",\n                                                \"name\": \"Cambodia\"\n                                            },\n                                            {\n                                                \"text\": \"Cameroon\",\n                                                \"value\": \"CMR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CM\",\n                                                \"alpha3\": \"CMR\",\n                                                \"numerical\": \"120\",\n                                                \"name\": \"Cameroon\"\n                                            },\n                                            {\n                                                \"text\": \"Canada\",\n                                                \"value\": \"CAN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CA\",\n                                                \"alpha3\": \"CAN\",\n                                                \"numerical\": \"124\",\n                                                \"name\": \"Canada\"\n                                            },\n                                            {\n                                                \"text\": \"Cayman Islands\",\n                                                \"value\": \"CYM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"KY\",\n                                                \"alpha3\": \"CYM\",\n                                                \"numerical\": \"136\",\n                                                \"name\": \"Cayman Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Central African Republic\",\n                                                \"value\": \"CAF\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CF\",\n                                                \"alpha3\": \"CAF\",\n                                                \"numerical\": \"140\",\n                                                \"name\": \"Central African Republic\"\n                                            },\n                                            {\n                                                \"text\": \"Chad\",\n                                                \"value\": \"TCD\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TD\",\n                                                \"alpha3\": \"TCD\",\n                                                \"numerical\": \"148\",\n                                                \"name\": \"Chad\"\n                                            },\n                                            {\n                                                \"text\": \"Chile\",\n                                                \"value\": \"CHL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CL\",\n                                                \"alpha3\": \"CHL\",\n                                                \"numerical\": \"152\",\n                                                \"name\": \"Chile\"\n                                            },\n                                            {\n                                                \"text\": \"China\",\n                                                \"value\": \"CHN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CN\",\n                                                \"alpha3\": \"CHN\",\n                                                \"numerical\": \"156\",\n                                                \"name\": \"China\"\n                                            },\n                                            {\n                                                \"text\": \"Christmas Island\",\n                                                \"value\": \"CXR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CX\",\n                                                \"alpha3\": \"CXR\",\n                                                \"numerical\": \"162\",\n                                                \"name\": \"Christmas Island\"\n                                            },\n                                            {\n                                                \"text\": \"Cocos (Keeling) Islands\",\n                                                \"value\": \"CCK\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CC\",\n                                                \"alpha3\": \"CCK\",\n                                                \"numerical\": \"166\",\n                                                \"name\": \"Cocos (Keeling) Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Colombia\",\n                                                \"value\": \"COL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CO\",\n                                                \"alpha3\": \"COL\",\n                                                \"numerical\": \"170\",\n                                                \"name\": \"Colombia\"\n                                            },\n                                            {\n                                                \"text\": \"Comoros\",\n                                                \"value\": \"COM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"KM\",\n                                                \"alpha3\": \"COM\",\n                                                \"numerical\": \"174\",\n                                                \"name\": \"Comoros\"\n                                            },\n                                            {\n                                                \"text\": \"Congo\",\n                                                \"value\": \"COG\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CG\",\n                                                \"alpha3\": \"COG\",\n                                                \"numerical\": \"178\",\n                                                \"name\": \"Congo\"\n                                            },\n                                            {\n                                                \"text\": \"Congo,the Democratic Republic of the\",\n                                                \"value\": \"COD\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CD\",\n                                                \"alpha3\": \"COD\",\n                                                \"numerical\": \"180\",\n                                                \"name\": \"Congo,the Democratic Republic of the\"\n                                            },\n                                            {\n                                                \"text\": \"Cook Islands\",\n                                                \"value\": \"COK\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CK\",\n                                                \"alpha3\": \"COK\",\n                                                \"numerical\": \"184\",\n                                                \"name\": \"Cook Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Costa Rica\",\n                                                \"value\": \"CRI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CR\",\n                                                \"alpha3\": \"CRI\",\n                                                \"numerical\": \"188\",\n                                                \"name\": \"Costa Rica\"\n                                            },\n                                            {\n                                                \"text\": \"Côte d'Ivoire\",\n                                                \"value\": \"CIV\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CI\",\n                                                \"alpha3\": \"CIV\",\n                                                \"numerical\": \"384\",\n                                                \"name\": \"Côte d'Ivoire\"\n                                            },\n                                            {\n                                                \"text\": \"Croatia\",\n                                                \"value\": \"HRV\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"HR\",\n                                                \"alpha3\": \"HRV\",\n                                                \"numerical\": \"191\",\n                                                \"name\": \"Croatia\"\n                                            },\n                                            {\n                                                \"text\": \"Cuba\",\n                                                \"value\": \"CUB\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CU\",\n                                                \"alpha3\": \"CUB\",\n                                                \"numerical\": \"192\",\n                                                \"name\": \"Cuba\"\n                                            },\n                                            {\n                                                \"text\": \"Curaçao\",\n                                                \"value\": \"CUW\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CW\",\n                                                \"alpha3\": \"CUW\",\n                                                \"numerical\": \"531\",\n                                                \"name\": \"Curaçao\"\n                                            },\n                                            {\n                                                \"text\": \"Cyprus\",\n                                                \"value\": \"CYP\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CY\",\n                                                \"alpha3\": \"CYP\",\n                                                \"numerical\": \"196\",\n                                                \"name\": \"Cyprus\"\n                                            },\n                                            {\n                                                \"text\": \"Czech Republic\",\n                                                \"value\": \"CZE\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CZ\",\n                                                \"alpha3\": \"CZE\",\n                                                \"numerical\": \"203\",\n                                                \"name\": \"Czech Republic\"\n                                            },\n                                            {\n                                                \"text\": \"Denmark\",\n                                                \"value\": \"DNK\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"DK\",\n                                                \"alpha3\": \"DNK\",\n                                                \"numerical\": \"208\",\n                                                \"name\": \"Denmark\"\n                                            },\n                                            {\n                                                \"text\": \"Djibouti\",\n                                                \"value\": \"DJI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"DJ\",\n                                                \"alpha3\": \"DJI\",\n                                                \"numerical\": \"262\",\n                                                \"name\": \"Djibouti\"\n                                            },\n                                            {\n                                                \"text\": \"Dominica\",\n                                                \"value\": \"DMA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"DM\",\n                                                \"alpha3\": \"DMA\",\n                                                \"numerical\": \"212\",\n                                                \"name\": \"Dominica\"\n                                            },\n                                            {\n                                                \"text\": \"Dominican Republic\",\n                                                \"value\": \"DOM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"DO\",\n                                                \"alpha3\": \"DOM\",\n                                                \"numerical\": \"214\",\n                                                \"name\": \"Dominican Republic\"\n                                            },\n                                            {\n                                                \"text\": \"Ecuador\",\n                                                \"value\": \"ECU\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"EC\",\n                                                \"alpha3\": \"ECU\",\n                                                \"numerical\": \"218\",\n                                                \"name\": \"Ecuador\"\n                                            },\n                                            {\n                                                \"text\": \"Egypt\",\n                                                \"value\": \"EGY\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"EG\",\n                                                \"alpha3\": \"EGY\",\n                                                \"numerical\": \"818\",\n                                                \"name\": \"Egypt\"\n                                            },\n                                            {\n                                                \"text\": \"El Salvador\",\n                                                \"value\": \"SLV\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SV\",\n                                                \"alpha3\": \"SLV\",\n                                                \"numerical\": \"222\",\n                                                \"name\": \"El Salvador\"\n                                            },\n                                            {\n                                                \"text\": \"Equatorial Guinea\",\n                                                \"value\": \"GNQ\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GQ\",\n                                                \"alpha3\": \"GNQ\",\n                                                \"numerical\": \"226\",\n                                                \"name\": \"Equatorial Guinea\"\n                                            },\n                                            {\n                                                \"text\": \"Eritrea\",\n                                                \"value\": \"ERI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"ER\",\n                                                \"alpha3\": \"ERI\",\n                                                \"numerical\": \"232\",\n                                                \"name\": \"Eritrea\"\n                                            },\n                                            {\n                                                \"text\": \"Estonia\",\n                                                \"value\": \"EST\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"EE\",\n                                                \"alpha3\": \"EST\",\n                                                \"numerical\": \"233\",\n                                                \"name\": \"Estonia\"\n                                            },\n                                            {\n                                                \"text\": \"Ethiopia\",\n                                                \"value\": \"ETH\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"ET\",\n                                                \"alpha3\": \"ETH\",\n                                                \"numerical\": \"231\",\n                                                \"name\": \"Ethiopia\"\n                                            },\n                                            {\n                                                \"text\": \"Falkland Islands (Malvinas)\",\n                                                \"value\": \"FLK\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"FK\",\n                                                \"alpha3\": \"FLK\",\n                                                \"numerical\": \"238\",\n                                                \"name\": \"Falkland Islands (Malvinas)\"\n                                            },\n                                            {\n                                                \"text\": \"Faroe Islands\",\n                                                \"value\": \"FRO\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"FO\",\n                                                \"alpha3\": \"FRO\",\n                                                \"numerical\": \"234\",\n                                                \"name\": \"Faroe Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Fiji\",\n                                                \"value\": \"FJI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"FJ\",\n                                                \"alpha3\": \"FJI\",\n                                                \"numerical\": \"242\",\n                                                \"name\": \"Fiji\"\n                                            },\n                                            {\n                                                \"text\": \"Finland\",\n                                                \"value\": \"FIN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"FI\",\n                                                \"alpha3\": \"FIN\",\n                                                \"numerical\": \"246\",\n                                                \"name\": \"Finland\"\n                                            },\n                                            {\n                                                \"text\": \"France\",\n                                                \"value\": \"FRA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"FR\",\n                                                \"alpha3\": \"FRA\",\n                                                \"numerical\": \"250\",\n                                                \"name\": \"France\"\n                                            },\n                                            {\n                                                \"text\": \"French Guiana\",\n                                                \"value\": \"GUF\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GF\",\n                                                \"alpha3\": \"GUF\",\n                                                \"numerical\": \"254\",\n                                                \"name\": \"French Guiana\"\n                                            },\n                                            {\n                                                \"text\": \"French Polynesia\",\n                                                \"value\": \"PYF\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PF\",\n                                                \"alpha3\": \"PYF\",\n                                                \"numerical\": \"258\",\n                                                \"name\": \"French Polynesia\"\n                                            },\n                                            {\n                                                \"text\": \"French Southern Territories\",\n                                                \"value\": \"ATF\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TF\",\n                                                \"alpha3\": \"ATF\",\n                                                \"numerical\": \"260\",\n                                                \"name\": \"French Southern Territories\"\n                                            },\n                                            {\n                                                \"text\": \"Gabon\",\n                                                \"value\": \"GAB\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GA\",\n                                                \"alpha3\": \"GAB\",\n                                                \"numerical\": \"266\",\n                                                \"name\": \"Gabon\"\n                                            },\n                                            {\n                                                \"text\": \"Gambia\",\n                                                \"value\": \"GMB\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GM\",\n                                                \"alpha3\": \"GMB\",\n                                                \"numerical\": \"270\",\n                                                \"name\": \"Gambia\"\n                                            },\n                                            {\n                                                \"text\": \"Georgia\",\n                                                \"value\": \"GEO\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GE\",\n                                                \"alpha3\": \"GEO\",\n                                                \"numerical\": \"268\",\n                                                \"name\": \"Georgia\"\n                                            },\n                                            {\n                                                \"text\": \"Germany\",\n                                                \"value\": \"DEU\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"DE\",\n                                                \"alpha3\": \"DEU\",\n                                                \"numerical\": \"276\",\n                                                \"name\": \"Germany\"\n                                            },\n                                            {\n                                                \"text\": \"Ghana\",\n                                                \"value\": \"GHA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GH\",\n                                                \"alpha3\": \"GHA\",\n                                                \"numerical\": \"288\",\n                                                \"name\": \"Ghana\"\n                                            },\n                                            {\n                                                \"text\": \"Gibraltar\",\n                                                \"value\": \"GIB\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GI\",\n                                                \"alpha3\": \"GIB\",\n                                                \"numerical\": \"292\",\n                                                \"name\": \"Gibraltar\"\n                                            },\n                                            {\n                                                \"text\": \"Greece\",\n                                                \"value\": \"GRC\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GR\",\n                                                \"alpha3\": \"GRC\",\n                                                \"numerical\": \"300\",\n                                                \"name\": \"Greece\"\n                                            },\n                                            {\n                                                \"text\": \"Greenland\",\n                                                \"value\": \"GRL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GL\",\n                                                \"alpha3\": \"GRL\",\n                                                \"numerical\": \"304\",\n                                                \"name\": \"Greenland\"\n                                            },\n                                            {\n                                                \"text\": \"Grenada\",\n                                                \"value\": \"GRD\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GD\",\n                                                \"alpha3\": \"GRD\",\n                                                \"numerical\": \"308\",\n                                                \"name\": \"Grenada\"\n                                            },\n                                            {\n                                                \"text\": \"Guadeloupe\",\n                                                \"value\": \"GLP\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GP\",\n                                                \"alpha3\": \"GLP\",\n                                                \"numerical\": \"312\",\n                                                \"name\": \"Guadeloupe\"\n                                            },\n                                            {\n                                                \"text\": \"Guam\",\n                                                \"value\": \"GUM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GU\",\n                                                \"alpha3\": \"GUM\",\n                                                \"numerical\": \"316\",\n                                                \"name\": \"Guam\"\n                                            },\n                                            {\n                                                \"text\": \"Guatemala\",\n                                                \"value\": \"GTM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GT\",\n                                                \"alpha3\": \"GTM\",\n                                                \"numerical\": \"320\",\n                                                \"name\": \"Guatemala\"\n                                            },\n                                            {\n                                                \"text\": \"Guernsey\",\n                                                \"value\": \"GGY\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GG\",\n                                                \"alpha3\": \"GGY\",\n                                                \"numerical\": \"831\",\n                                                \"name\": \"Guernsey\"\n                                            },\n                                            {\n                                                \"text\": \"Guinea\",\n                                                \"value\": \"GIN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GN\",\n                                                \"alpha3\": \"GIN\",\n                                                \"numerical\": \"324\",\n                                                \"name\": \"Guinea\"\n                                            },\n                                            {\n                                                \"text\": \"Guinea-Bissau\",\n                                                \"value\": \"GNB\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GW\",\n                                                \"alpha3\": \"GNB\",\n                                                \"numerical\": \"624\",\n                                                \"name\": \"Guinea-Bissau\"\n                                            },\n                                            {\n                                                \"text\": \"Guyana\",\n                                                \"value\": \"GUY\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GY\",\n                                                \"alpha3\": \"GUY\",\n                                                \"numerical\": \"328\",\n                                                \"name\": \"Guyana\"\n                                            },\n                                            {\n                                                \"text\": \"Haiti\",\n                                                \"value\": \"HTI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"HT\",\n                                                \"alpha3\": \"HTI\",\n                                                \"numerical\": \"332\",\n                                                \"name\": \"Haiti\"\n                                            },\n                                            {\n                                                \"text\": \"Heard Island and McDonald Islands\",\n                                                \"value\": \"HMD\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"HM\",\n                                                \"alpha3\": \"HMD\",\n                                                \"numerical\": \"334\",\n                                                \"name\": \"Heard Island and McDonald Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Holy See (Vatican City State)\",\n                                                \"value\": \"VAT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"VA\",\n                                                \"alpha3\": \"VAT\",\n                                                \"numerical\": \"336\",\n                                                \"name\": \"Holy See (Vatican City State)\"\n                                            },\n                                            {\n                                                \"text\": \"Honduras\",\n                                                \"value\": \"HND\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"HN\",\n                                                \"alpha3\": \"HND\",\n                                                \"numerical\": \"340\",\n                                                \"name\": \"Honduras\"\n                                            },\n                                            {\n                                                \"text\": \"Hong Kong\",\n                                                \"value\": \"HKG\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"HK\",\n                                                \"alpha3\": \"HKG\",\n                                                \"numerical\": \"344\",\n                                                \"name\": \"Hong Kong\"\n                                            },\n                                            {\n                                                \"text\": \"Hungary\",\n                                                \"value\": \"HUN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"HU\",\n                                                \"alpha3\": \"HUN\",\n                                                \"numerical\": \"348\",\n                                                \"name\": \"Hungary\"\n                                            },\n                                            {\n                                                \"text\": \"Iceland\",\n                                                \"value\": \"ISL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"IS\",\n                                                \"alpha3\": \"ISL\",\n                                                \"numerical\": \"352\",\n                                                \"name\": \"Iceland\"\n                                            },\n                                            {\n                                                \"text\": \"India\",\n                                                \"value\": \"IND\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"IN\",\n                                                \"alpha3\": \"IND\",\n                                                \"numerical\": \"356\",\n                                                \"name\": \"India\"\n                                            },\n                                            {\n                                                \"text\": \"Indonesia\",\n                                                \"value\": \"IDN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"ID\",\n                                                \"alpha3\": \"IDN\",\n                                                \"numerical\": \"360\",\n                                                \"name\": \"Indonesia\"\n                                            },\n                                            {\n                                                \"text\": \"Iran,Islamic Republic of\",\n                                                \"value\": \"IRN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"IR\",\n                                                \"alpha3\": \"IRN\",\n                                                \"numerical\": \"364\",\n                                                \"name\": \"Iran,Islamic Republic of\"\n                                            },\n                                            {\n                                                \"text\": \"Iraq\",\n                                                \"value\": \"IRQ\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"IQ\",\n                                                \"alpha3\": \"IRQ\",\n                                                \"numerical\": \"368\",\n                                                \"name\": \"Iraq\"\n                                            },\n                                            {\n                                                \"text\": \"Ireland\",\n                                                \"value\": \"IRL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"IE\",\n                                                \"alpha3\": \"IRL\",\n                                                \"numerical\": \"372\",\n                                                \"name\": \"Ireland\"\n                                            },\n                                            {\n                                                \"text\": \"Isle of Man\",\n                                                \"value\": \"IMN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"IM\",\n                                                \"alpha3\": \"IMN\",\n                                                \"numerical\": \"833\",\n                                                \"name\": \"Isle of Man\"\n                                            },\n                                            {\n                                                \"text\": \"Israel\",\n                                                \"value\": \"ISR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"IL\",\n                                                \"alpha3\": \"ISR\",\n                                                \"numerical\": \"376\",\n                                                \"name\": \"Israel\"\n                                            },\n                                            {\n                                                \"text\": \"Italy\",\n                                                \"value\": \"ITA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"IT\",\n                                                \"alpha3\": \"ITA\",\n                                                \"numerical\": \"380\",\n                                                \"name\": \"Italy\"\n                                            },\n                                            {\n                                                \"text\": \"Jamaica\",\n                                                \"value\": \"JAM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"JM\",\n                                                \"alpha3\": \"JAM\",\n                                                \"numerical\": \"388\",\n                                                \"name\": \"Jamaica\"\n                                            },\n                                            {\n                                                \"text\": \"Japan\",\n                                                \"value\": \"JPN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"JP\",\n                                                \"alpha3\": \"JPN\",\n                                                \"numerical\": \"392\",\n                                                \"name\": \"Japan\"\n                                            },\n                                            {\n                                                \"text\": \"Jersey\",\n                                                \"value\": \"JEY\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"JE\",\n                                                \"alpha3\": \"JEY\",\n                                                \"numerical\": \"832\",\n                                                \"name\": \"Jersey\"\n                                            },\n                                            {\n                                                \"text\": \"Jordan\",\n                                                \"value\": \"JOR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"JO\",\n                                                \"alpha3\": \"JOR\",\n                                                \"numerical\": \"400\",\n                                                \"name\": \"Jordan\"\n                                            },\n                                            {\n                                                \"text\": \"Kazakhstan\",\n                                                \"value\": \"KAZ\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"KZ\",\n                                                \"alpha3\": \"KAZ\",\n                                                \"numerical\": \"398\",\n                                                \"name\": \"Kazakhstan\"\n                                            },\n                                            {\n                                                \"text\": \"Kenya\",\n                                                \"value\": \"KEN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"KE\",\n                                                \"alpha3\": \"KEN\",\n                                                \"numerical\": \"404\",\n                                                \"name\": \"Kenya\"\n                                            },\n                                            {\n                                                \"text\": \"Kiribati\",\n                                                \"value\": \"KIR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"KI\",\n                                                \"alpha3\": \"KIR\",\n                                                \"numerical\": \"296\",\n                                                \"name\": \"Kiribati\"\n                                            },\n                                            {\n                                                \"text\": \"Korea,Democratic People's Republic of\",\n                                                \"value\": \"PRK\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"KP\",\n                                                \"alpha3\": \"PRK\",\n                                                \"numerical\": \"408\",\n                                                \"name\": \"Korea,Democratic People's Republic of\"\n                                            },\n                                            {\n                                                \"text\": \"Korea,Republic of\",\n                                                \"value\": \"KOR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"KR\",\n                                                \"alpha3\": \"KOR\",\n                                                \"numerical\": \"410\",\n                                                \"name\": \"Korea,Republic of\"\n                                            },\n                                            {\n                                                \"text\": \"Kosovo,Republic of\",\n                                                \"value\": \"XKK\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"XK\",\n                                                \"alpha3\": \"XKK\",\n                                                \"numerical\": \"008\",\n                                                \"name\": \"Kosovo,Republic of\"\n                                            },\n                                            {\n                                                \"text\": \"Kuwait\",\n                                                \"value\": \"KWT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"KW\",\n                                                \"alpha3\": \"KWT\",\n                                                \"numerical\": \"414\",\n                                                \"name\": \"Kuwait\"\n                                            },\n                                            {\n                                                \"text\": \"Kyrgyzstan\",\n                                                \"value\": \"KGZ\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"KG\",\n                                                \"alpha3\": \"KGZ\",\n                                                \"numerical\": \"417\",\n                                                \"name\": \"Kyrgyzstan\"\n                                            },\n                                            {\n                                                \"text\": \"Lao People's Democratic Republic\",\n                                                \"value\": \"LAO\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"LA\",\n                                                \"alpha3\": \"LAO\",\n                                                \"numerical\": \"418\",\n                                                \"name\": \"Lao People's Democratic Republic\"\n                                            },\n                                            {\n                                                \"text\": \"Latvia\",\n                                                \"value\": \"LVA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"LV\",\n                                                \"alpha3\": \"LVA\",\n                                                \"numerical\": \"428\",\n                                                \"name\": \"Latvia\"\n                                            },\n                                            {\n                                                \"text\": \"Lebanon\",\n                                                \"value\": \"LBN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"LB\",\n                                                \"alpha3\": \"LBN\",\n                                                \"numerical\": \"422\",\n                                                \"name\": \"Lebanon\"\n                                            },\n                                            {\n                                                \"text\": \"Lesotho\",\n                                                \"value\": \"LSO\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"LS\",\n                                                \"alpha3\": \"LSO\",\n                                                \"numerical\": \"426\",\n                                                \"name\": \"Lesotho\"\n                                            },\n                                            {\n                                                \"text\": \"Liberia\",\n                                                \"value\": \"LBR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"LR\",\n                                                \"alpha3\": \"LBR\",\n                                                \"numerical\": \"430\",\n                                                \"name\": \"Liberia\"\n                                            },\n                                            {\n                                                \"text\": \"Libya\",\n                                                \"value\": \"LBY\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"LY\",\n                                                \"alpha3\": \"LBY\",\n                                                \"numerical\": \"434\",\n                                                \"name\": \"Libya\"\n                                            },\n                                            {\n                                                \"text\": \"Liechtenstein\",\n                                                \"value\": \"LIE\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"LI\",\n                                                \"alpha3\": \"LIE\",\n                                                \"numerical\": \"438\",\n                                                \"name\": \"Liechtenstein\"\n                                            },\n                                            {\n                                                \"text\": \"Lithuania\",\n                                                \"value\": \"LTU\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"LT\",\n                                                \"alpha3\": \"LTU\",\n                                                \"numerical\": \"440\",\n                                                \"name\": \"Lithuania\"\n                                            },\n                                            {\n                                                \"text\": \"Luxembourg\",\n                                                \"value\": \"LUX\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"LU\",\n                                                \"alpha3\": \"LUX\",\n                                                \"numerical\": \"442\",\n                                                \"name\": \"Luxembourg\"\n                                            },\n                                            {\n                                                \"text\": \"Macao\",\n                                                \"value\": \"MAC\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MO\",\n                                                \"alpha3\": \"MAC\",\n                                                \"numerical\": \"446\",\n                                                \"name\": \"Macao\"\n                                            },\n                                            {\n                                                \"text\": \"North Macedonia\",\n                                                \"value\": \"MKD\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MK\",\n                                                \"alpha3\": \"MKD\",\n                                                \"numerical\": \"807\",\n                                                \"name\": \"North Macedonia\"\n                                            },\n                                            {\n                                                \"text\": \"Madagascar\",\n                                                \"value\": \"MDG\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MG\",\n                                                \"alpha3\": \"MDG\",\n                                                \"numerical\": \"450\",\n                                                \"name\": \"Madagascar\"\n                                            },\n                                            {\n                                                \"text\": \"Malawi\",\n                                                \"value\": \"MWI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MW\",\n                                                \"alpha3\": \"MWI\",\n                                                \"numerical\": \"454\",\n                                                \"name\": \"Malawi\"\n                                            },\n                                            {\n                                                \"text\": \"Malaysia\",\n                                                \"value\": \"MYS\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MY\",\n                                                \"alpha3\": \"MYS\",\n                                                \"numerical\": \"458\",\n                                                \"name\": \"Malaysia\"\n                                            },\n                                            {\n                                                \"text\": \"Maldives\",\n                                                \"value\": \"MDV\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MV\",\n                                                \"alpha3\": \"MDV\",\n                                                \"numerical\": \"462\",\n                                                \"name\": \"Maldives\"\n                                            },\n                                            {\n                                                \"text\": \"Mali\",\n                                                \"value\": \"MLI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"ML\",\n                                                \"alpha3\": \"MLI\",\n                                                \"numerical\": \"466\",\n                                                \"name\": \"Mali\"\n                                            },\n                                            {\n                                                \"text\": \"Malta\",\n                                                \"value\": \"MLT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MT\",\n                                                \"alpha3\": \"MLT\",\n                                                \"numerical\": \"470\",\n                                                \"name\": \"Malta\"\n                                            },\n                                            {\n                                                \"text\": \"Marshall Islands\",\n                                                \"value\": \"MHL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MH\",\n                                                \"alpha3\": \"MHL\",\n                                                \"numerical\": \"584\",\n                                                \"name\": \"Marshall Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Martinique\",\n                                                \"value\": \"MTQ\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MQ\",\n                                                \"alpha3\": \"MTQ\",\n                                                \"numerical\": \"474\",\n                                                \"name\": \"Martinique\"\n                                            },\n                                            {\n                                                \"text\": \"Mauritania\",\n                                                \"value\": \"MRT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MR\",\n                                                \"alpha3\": \"MRT\",\n                                                \"numerical\": \"478\",\n                                                \"name\": \"Mauritania\"\n                                            },\n                                            {\n                                                \"text\": \"Mauritius\",\n                                                \"value\": \"MUS\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MU\",\n                                                \"alpha3\": \"MUS\",\n                                                \"numerical\": \"480\",\n                                                \"name\": \"Mauritius\"\n                                            },\n                                            {\n                                                \"text\": \"Mayotte\",\n                                                \"value\": \"MYT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"YT\",\n                                                \"alpha3\": \"MYT\",\n                                                \"numerical\": \"175\",\n                                                \"name\": \"Mayotte\"\n                                            },\n                                            {\n                                                \"text\": \"Mexico\",\n                                                \"value\": \"MEX\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MX\",\n                                                \"alpha3\": \"MEX\",\n                                                \"numerical\": \"484\",\n                                                \"name\": \"Mexico\"\n                                            },\n                                            {\n                                                \"text\": \"Micronesia,Federated States of\",\n                                                \"value\": \"FSM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"FM\",\n                                                \"alpha3\": \"FSM\",\n                                                \"numerical\": \"583\",\n                                                \"name\": \"Micronesia,Federated States of\"\n                                            },\n                                            {\n                                                \"text\": \"Moldova,Republic of\",\n                                                \"value\": \"MDA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MD\",\n                                                \"alpha3\": \"MDA\",\n                                                \"numerical\": \"498\",\n                                                \"name\": \"Moldova,Republic of\"\n                                            },\n                                            {\n                                                \"text\": \"Monaco\",\n                                                \"value\": \"MCO\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MC\",\n                                                \"alpha3\": \"MCO\",\n                                                \"numerical\": \"492\",\n                                                \"name\": \"Monaco\"\n                                            },\n                                            {\n                                                \"text\": \"Mongolia\",\n                                                \"value\": \"MNG\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MN\",\n                                                \"alpha3\": \"MNG\",\n                                                \"numerical\": \"496\",\n                                                \"name\": \"Mongolia\"\n                                            },\n                                            {\n                                                \"text\": \"Montenegro\",\n                                                \"value\": \"MNE\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"ME\",\n                                                \"alpha3\": \"MNE\",\n                                                \"numerical\": \"499\",\n                                                \"name\": \"Montenegro\"\n                                            },\n                                            {\n                                                \"text\": \"Montserrat\",\n                                                \"value\": \"MSR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MS\",\n                                                \"alpha3\": \"MSR\",\n                                                \"numerical\": \"500\",\n                                                \"name\": \"Montserrat\"\n                                            },\n                                            {\n                                                \"text\": \"Morocco\",\n                                                \"value\": \"MAR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MA\",\n                                                \"alpha3\": \"MAR\",\n                                                \"numerical\": \"504\",\n                                                \"name\": \"Morocco\"\n                                            },\n                                            {\n                                                \"text\": \"Mozambique\",\n                                                \"value\": \"MOZ\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MZ\",\n                                                \"alpha3\": \"MOZ\",\n                                                \"numerical\": \"508\",\n                                                \"name\": \"Mozambique\"\n                                            },\n                                            {\n                                                \"text\": \"Myanmar\",\n                                                \"value\": \"MMR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MM\",\n                                                \"alpha3\": \"MMR\",\n                                                \"numerical\": \"104\",\n                                                \"name\": \"Myanmar\"\n                                            },\n                                            {\n                                                \"text\": \"Namibia\",\n                                                \"value\": \"NAM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NA\",\n                                                \"alpha3\": \"NAM\",\n                                                \"numerical\": \"516\",\n                                                \"name\": \"Namibia\"\n                                            },\n                                            {\n                                                \"text\": \"Nauru\",\n                                                \"value\": \"NRU\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NR\",\n                                                \"alpha3\": \"NRU\",\n                                                \"numerical\": \"520\",\n                                                \"name\": \"Nauru\"\n                                            },\n                                            {\n                                                \"text\": \"Nepal\",\n                                                \"value\": \"NPL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NP\",\n                                                \"alpha3\": \"NPL\",\n                                                \"numerical\": \"524\",\n                                                \"name\": \"Nepal\"\n                                            },\n                                            {\n                                                \"text\": \"Netherlands\",\n                                                \"value\": \"NLD\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NL\",\n                                                \"alpha3\": \"NLD\",\n                                                \"numerical\": \"528\",\n                                                \"name\": \"Netherlands\"\n                                            },\n                                            {\n                                                \"text\": \"New Caledonia\",\n                                                \"value\": \"NCL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NC\",\n                                                \"alpha3\": \"NCL\",\n                                                \"numerical\": \"540\",\n                                                \"name\": \"New Caledonia\"\n                                            },\n                                            {\n                                                \"text\": \"New Zealand\",\n                                                \"value\": \"NZL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NZ\",\n                                                \"alpha3\": \"NZL\",\n                                                \"numerical\": \"554\",\n                                                \"name\": \"New Zealand\"\n                                            },\n                                            {\n                                                \"text\": \"Nicaragua\",\n                                                \"value\": \"NIC\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NI\",\n                                                \"alpha3\": \"NIC\",\n                                                \"numerical\": \"558\",\n                                                \"name\": \"Nicaragua\"\n                                            },\n                                            {\n                                                \"text\": \"Niger\",\n                                                \"value\": \"NER\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NE\",\n                                                \"alpha3\": \"NER\",\n                                                \"numerical\": \"562\",\n                                                \"name\": \"Niger\"\n                                            },\n                                            {\n                                                \"text\": \"Nigeria\",\n                                                \"value\": \"NGA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NG\",\n                                                \"alpha3\": \"NGA\",\n                                                \"numerical\": \"566\",\n                                                \"name\": \"Nigeria\"\n                                            },\n                                            {\n                                                \"text\": \"Niue\",\n                                                \"value\": \"NIU\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NU\",\n                                                \"alpha3\": \"NIU\",\n                                                \"numerical\": \"570\",\n                                                \"name\": \"Niue\"\n                                            },\n                                            {\n                                                \"text\": \"Norfolk Island\",\n                                                \"value\": \"NFK\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NF\",\n                                                \"alpha3\": \"NFK\",\n                                                \"numerical\": \"574\",\n                                                \"name\": \"Norfolk Island\"\n                                            },\n                                            {\n                                                \"text\": \"Northern Mariana Islands\",\n                                                \"value\": \"MNP\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MP\",\n                                                \"alpha3\": \"MNP\",\n                                                \"numerical\": \"580\",\n                                                \"name\": \"Northern Mariana Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Norway\",\n                                                \"value\": \"NOR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NO\",\n                                                \"alpha3\": \"NOR\",\n                                                \"numerical\": \"578\",\n                                                \"name\": \"Norway\"\n                                            },\n                                            {\n                                                \"text\": \"Oman\",\n                                                \"value\": \"OMN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"OM\",\n                                                \"alpha3\": \"OMN\",\n                                                \"numerical\": \"512\",\n                                                \"name\": \"Oman\"\n                                            },\n                                            {\n                                                \"text\": \"Pakistan\",\n                                                \"value\": \"PAK\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PK\",\n                                                \"alpha3\": \"PAK\",\n                                                \"numerical\": \"586\",\n                                                \"name\": \"Pakistan\"\n                                            },\n                                            {\n                                                \"text\": \"Palau\",\n                                                \"value\": \"PLW\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PW\",\n                                                \"alpha3\": \"PLW\",\n                                                \"numerical\": \"585\",\n                                                \"name\": \"Palau\"\n                                            },\n                                            {\n                                                \"text\": \"Palestine,State of\",\n                                                \"value\": \"PSE\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PS\",\n                                                \"alpha3\": \"PSE\",\n                                                \"numerical\": \"275\",\n                                                \"name\": \"Palestine,State of\"\n                                            },\n                                            {\n                                                \"text\": \"Panama\",\n                                                \"value\": \"PAN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PA\",\n                                                \"alpha3\": \"PAN\",\n                                                \"numerical\": \"591\",\n                                                \"name\": \"Panama\"\n                                            },\n                                            {\n                                                \"text\": \"Papua New Guinea\",\n                                                \"value\": \"PNG\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PG\",\n                                                \"alpha3\": \"PNG\",\n                                                \"numerical\": \"598\",\n                                                \"name\": \"Papua New Guinea\"\n                                            },\n                                            {\n                                                \"text\": \"Paraguay\",\n                                                \"value\": \"PRY\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PY\",\n                                                \"alpha3\": \"PRY\",\n                                                \"numerical\": \"600\",\n                                                \"name\": \"Paraguay\"\n                                            },\n                                            {\n                                                \"text\": \"Peru\",\n                                                \"value\": \"PER\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PE\",\n                                                \"alpha3\": \"PER\",\n                                                \"numerical\": \"604\",\n                                                \"name\": \"Peru\"\n                                            },\n                                            {\n                                                \"text\": \"Philippines\",\n                                                \"value\": \"PHL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PH\",\n                                                \"alpha3\": \"PHL\",\n                                                \"numerical\": \"608\",\n                                                \"name\": \"Philippines\"\n                                            },\n                                            {\n                                                \"text\": \"Pitcairn\",\n                                                \"value\": \"PCN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PN\",\n                                                \"alpha3\": \"PCN\",\n                                                \"numerical\": \"612\",\n                                                \"name\": \"Pitcairn\"\n                                            },\n                                            {\n                                                \"text\": \"Poland\",\n                                                \"value\": \"POL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PL\",\n                                                \"alpha3\": \"POL\",\n                                                \"numerical\": \"616\",\n                                                \"name\": \"Poland\"\n                                            },\n                                            {\n                                                \"text\": \"Portugal\",\n                                                \"value\": \"PRT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PT\",\n                                                \"alpha3\": \"PRT\",\n                                                \"numerical\": \"620\",\n                                                \"name\": \"Portugal\"\n                                            },\n                                            {\n                                                \"text\": \"Puerto Rico\",\n                                                \"value\": \"PRI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PR\",\n                                                \"alpha3\": \"PRI\",\n                                                \"numerical\": \"630\",\n                                                \"name\": \"Puerto Rico\"\n                                            },\n                                            {\n                                                \"text\": \"Qatar\",\n                                                \"value\": \"QAT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"QA\",\n                                                \"alpha3\": \"QAT\",\n                                                \"numerical\": \"634\",\n                                                \"name\": \"Qatar\"\n                                            },\n                                            {\n                                                \"text\": \"Réunion\",\n                                                \"value\": \"REU\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"RE\",\n                                                \"alpha3\": \"REU\",\n                                                \"numerical\": \"638\",\n                                                \"name\": \"Réunion\"\n                                            },\n                                            {\n                                                \"text\": \"Romania\",\n                                                \"value\": \"ROU\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"RO\",\n                                                \"alpha3\": \"ROU\",\n                                                \"numerical\": \"642\",\n                                                \"name\": \"Romania\"\n                                            },\n                                            {\n                                                \"text\": \"Russian Federation\",\n                                                \"value\": \"RUS\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"RU\",\n                                                \"alpha3\": \"RUS\",\n                                                \"numerical\": \"643\",\n                                                \"name\": \"Russian Federation\"\n                                            },\n                                            {\n                                                \"text\": \"Rwanda\",\n                                                \"value\": \"RWA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"RW\",\n                                                \"alpha3\": \"RWA\",\n                                                \"numerical\": \"646\",\n                                                \"name\": \"Rwanda\"\n                                            },\n                                            {\n                                                \"text\": \"Saint Barthélemy\",\n                                                \"value\": \"BLM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"BL\",\n                                                \"alpha3\": \"BLM\",\n                                                \"numerical\": \"652\",\n                                                \"name\": \"Saint Barthélemy\"\n                                            },\n                                            {\n                                                \"text\": \"Saint Helena,Ascension and Tristan da Cunha\",\n                                                \"value\": \"SHN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SH\",\n                                                \"alpha3\": \"SHN\",\n                                                \"numerical\": \"654\",\n                                                \"name\": \"Saint Helena,Ascension and Tristan da Cunha\"\n                                            },\n                                            {\n                                                \"text\": \"Saint Kitts and Nevis\",\n                                                \"value\": \"KNA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"KN\",\n                                                \"alpha3\": \"KNA\",\n                                                \"numerical\": \"659\",\n                                                \"name\": \"Saint Kitts and Nevis\"\n                                            },\n                                            {\n                                                \"text\": \"Saint Lucia\",\n                                                \"value\": \"LCA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"LC\",\n                                                \"alpha3\": \"LCA\",\n                                                \"numerical\": \"662\",\n                                                \"name\": \"Saint Lucia\"\n                                            },\n                                            {\n                                                \"text\": \"Saint Martin (French part)\",\n                                                \"value\": \"MAF\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MF\",\n                                                \"alpha3\": \"MAF\",\n                                                \"numerical\": \"663\",\n                                                \"name\": \"Saint Martin (French part)\"\n                                            },\n                                            {\n                                                \"text\": \"Saint Pierre and Miquelon\",\n                                                \"value\": \"SPM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PM\",\n                                                \"alpha3\": \"SPM\",\n                                                \"numerical\": \"666\",\n                                                \"name\": \"Saint Pierre and Miquelon\"\n                                            },\n                                            {\n                                                \"text\": \"Saint Vincent and the Grenadines\",\n                                                \"value\": \"VCT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"VC\",\n                                                \"alpha3\": \"VCT\",\n                                                \"numerical\": \"670\",\n                                                \"name\": \"Saint Vincent and the Grenadines\"\n                                            },\n                                            {\n                                                \"text\": \"Samoa\",\n                                                \"value\": \"WSM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"WS\",\n                                                \"alpha3\": \"WSM\",\n                                                \"numerical\": \"882\",\n                                                \"name\": \"Samoa\"\n                                            },\n                                            {\n                                                \"text\": \"San Marino\",\n                                                \"value\": \"SMR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SM\",\n                                                \"alpha3\": \"SMR\",\n                                                \"numerical\": \"674\",\n                                                \"name\": \"San Marino\"\n                                            },\n                                            {\n                                                \"text\": \"Sao Tome and Principe\",\n                                                \"value\": \"STP\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"ST\",\n                                                \"alpha3\": \"STP\",\n                                                \"numerical\": \"678\",\n                                                \"name\": \"Sao Tome and Principe\"\n                                            },\n                                            {\n                                                \"text\": \"Saudi Arabia\",\n                                                \"value\": \"SAU\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SA\",\n                                                \"alpha3\": \"SAU\",\n                                                \"numerical\": \"682\",\n                                                \"name\": \"Saudi Arabia\"\n                                            },\n                                            {\n                                                \"text\": \"Senegal\",\n                                                \"value\": \"SEN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SN\",\n                                                \"alpha3\": \"SEN\",\n                                                \"numerical\": \"686\",\n                                                \"name\": \"Senegal\"\n                                            },\n                                            {\n                                                \"text\": \"Serbia\",\n                                                \"value\": \"SRB\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"RS\",\n                                                \"alpha3\": \"SRB\",\n                                                \"numerical\": \"688\",\n                                                \"name\": \"Serbia\"\n                                            },\n                                            {\n                                                \"text\": \"Seychelles\",\n                                                \"value\": \"SYC\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SC\",\n                                                \"alpha3\": \"SYC\",\n                                                \"numerical\": \"690\",\n                                                \"name\": \"Seychelles\"\n                                            },\n                                            {\n                                                \"text\": \"Sierra Leone\",\n                                                \"value\": \"SLE\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SL\",\n                                                \"alpha3\": \"SLE\",\n                                                \"numerical\": \"694\",\n                                                \"name\": \"Sierra Leone\"\n                                            },\n                                            {\n                                                \"text\": \"Singapore\",\n                                                \"value\": \"SGP\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SG\",\n                                                \"alpha3\": \"SGP\",\n                                                \"numerical\": \"702\",\n                                                \"name\": \"Singapore\"\n                                            },\n                                            {\n                                                \"text\": \"Sint Maarten (Dutch part)\",\n                                                \"value\": \"SXM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SX\",\n                                                \"alpha3\": \"SXM\",\n                                                \"numerical\": \"534\",\n                                                \"name\": \"Sint Maarten (Dutch part)\"\n                                            },\n                                            {\n                                                \"text\": \"Slovakia\",\n                                                \"value\": \"SVK\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SK\",\n                                                \"alpha3\": \"SVK\",\n                                                \"numerical\": \"703\",\n                                                \"name\": \"Slovakia\"\n                                            },\n                                            {\n                                                \"text\": \"Slovenia\",\n                                                \"value\": \"SVN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SI\",\n                                                \"alpha3\": \"SVN\",\n                                                \"numerical\": \"705\",\n                                                \"name\": \"Slovenia\"\n                                            },\n                                            {\n                                                \"text\": \"Solomon Islands\",\n                                                \"value\": \"SLB\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SB\",\n                                                \"alpha3\": \"SLB\",\n                                                \"numerical\": \"090\",\n                                                \"name\": \"Solomon Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Somalia\",\n                                                \"value\": \"SOM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SO\",\n                                                \"alpha3\": \"SOM\",\n                                                \"numerical\": \"706\",\n                                                \"name\": \"Somalia\"\n                                            },\n                                            {\n                                                \"text\": \"South Africa\",\n                                                \"value\": \"ZAF\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"ZA\",\n                                                \"alpha3\": \"ZAF\",\n                                                \"numerical\": \"710\",\n                                                \"name\": \"South Africa\"\n                                            },\n                                            {\n                                                \"text\": \"South Georgia and the South Sandwich Islands\",\n                                                \"value\": \"SGS\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GS\",\n                                                \"alpha3\": \"SGS\",\n                                                \"numerical\": \"239\",\n                                                \"name\": \"South Georgia and the South Sandwich Islands\"\n                                            },\n                                            {\n                                                \"text\": \"South Sudan\",\n                                                \"value\": \"SSD\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SS\",\n                                                \"alpha3\": \"SSD\",\n                                                \"numerical\": \"728\",\n                                                \"name\": \"South Sudan\"\n                                            },\n                                            {\n                                                \"text\": \"Spain\",\n                                                \"value\": \"ESP\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"ES\",\n                                                \"alpha3\": \"ESP\",\n                                                \"numerical\": \"724\",\n                                                \"name\": \"Spain\"\n                                            },\n                                            {\n                                                \"text\": \"Sri Lanka\",\n                                                \"value\": \"LKA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"LK\",\n                                                \"alpha3\": \"LKA\",\n                                                \"numerical\": \"144\",\n                                                \"name\": \"Sri Lanka\"\n                                            },\n                                            {\n                                                \"text\": \"Sudan\",\n                                                \"value\": \"SDN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SD\",\n                                                \"alpha3\": \"SDN\",\n                                                \"numerical\": \"729\",\n                                                \"name\": \"Sudan\"\n                                            },\n                                            {\n                                                \"text\": \"Suriname\",\n                                                \"value\": \"SUR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SR\",\n                                                \"alpha3\": \"SUR\",\n                                                \"numerical\": \"740\",\n                                                \"name\": \"Suriname\"\n                                            },\n                                            {\n                                                \"text\": \"Svalbard and Jan Mayen\",\n                                                \"value\": \"SJM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SJ\",\n                                                \"alpha3\": \"SJM\",\n                                                \"numerical\": \"744\",\n                                                \"name\": \"Svalbard and Jan Mayen\"\n                                            },\n                                            {\n                                                \"text\": \"Eswatini\",\n                                                \"value\": \"SWZ\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SZ\",\n                                                \"alpha3\": \"SWZ\",\n                                                \"numerical\": \"748\",\n                                                \"name\": \"Eswatini\"\n                                            },\n                                            {\n                                                \"text\": \"Sweden\",\n                                                \"value\": \"SWE\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SE\",\n                                                \"alpha3\": \"SWE\",\n                                                \"numerical\": \"752\",\n                                                \"name\": \"Sweden\"\n                                            },\n                                            {\n                                                \"text\": \"Switzerland\",\n                                                \"value\": \"CHE\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CH\",\n                                                \"alpha3\": \"CHE\",\n                                                \"numerical\": \"756\",\n                                                \"name\": \"Switzerland\"\n                                            },\n                                            {\n                                                \"text\": \"Syrian Arab Republic\",\n                                                \"value\": \"SYR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SY\",\n                                                \"alpha3\": \"SYR\",\n                                                \"numerical\": \"760\",\n                                                \"name\": \"Syrian Arab Republic\"\n                                            },\n                                            {\n                                                \"text\": \"Taiwan\",\n                                                \"value\": \"TWN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TW\",\n                                                \"alpha3\": \"TWN\",\n                                                \"numerical\": \"158\",\n                                                \"name\": \"Taiwan\"\n                                            },\n                                            {\n                                                \"text\": \"Tajikistan\",\n                                                \"value\": \"TJK\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TJ\",\n                                                \"alpha3\": \"TJK\",\n                                                \"numerical\": \"762\",\n                                                \"name\": \"Tajikistan\"\n                                            },\n                                            {\n                                                \"text\": \"Tanzania,United Republic of\",\n                                                \"value\": \"TZA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TZ\",\n                                                \"alpha3\": \"TZA\",\n                                                \"numerical\": \"834\",\n                                                \"name\": \"Tanzania,United Republic of\"\n                                            },\n                                            {\n                                                \"text\": \"Thailand\",\n                                                \"value\": \"THA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TH\",\n                                                \"alpha3\": \"THA\",\n                                                \"numerical\": \"764\",\n                                                \"name\": \"Thailand\"\n                                            },\n                                            {\n                                                \"text\": \"Timor-Leste\",\n                                                \"value\": \"TLS\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TL\",\n                                                \"alpha3\": \"TLS\",\n                                                \"numerical\": \"626\",\n                                                \"name\": \"Timor-Leste\"\n                                            },\n                                            {\n                                                \"text\": \"Togo\",\n                                                \"value\": \"TGO\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TG\",\n                                                \"alpha3\": \"TGO\",\n                                                \"numerical\": \"768\",\n                                                \"name\": \"Togo\"\n                                            },\n                                            {\n                                                \"text\": \"Tokelau\",\n                                                \"value\": \"TKL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TK\",\n                                                \"alpha3\": \"TKL\",\n                                                \"numerical\": \"772\",\n                                                \"name\": \"Tokelau\"\n                                            },\n                                            {\n                                                \"text\": \"Tonga\",\n                                                \"value\": \"TON\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TO\",\n                                                \"alpha3\": \"TON\",\n                                                \"numerical\": \"776\",\n                                                \"name\": \"Tonga\"\n                                            },\n                                            {\n                                                \"text\": \"Trinidad and Tobago\",\n                                                \"value\": \"TTO\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TT\",\n                                                \"alpha3\": \"TTO\",\n                                                \"numerical\": \"780\",\n                                                \"name\": \"Trinidad and Tobago\"\n                                            },\n                                            {\n                                                \"text\": \"Tunisia\",\n                                                \"value\": \"TUN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TN\",\n                                                \"alpha3\": \"TUN\",\n                                                \"numerical\": \"788\",\n                                                \"name\": \"Tunisia\"\n                                            },\n                                            {\n                                                \"text\": \"Turkey\",\n                                                \"value\": \"TUR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TR\",\n                                                \"alpha3\": \"TUR\",\n                                                \"numerical\": \"792\",\n                                                \"name\": \"Turkey\"\n                                            },\n                                            {\n                                                \"text\": \"Turkmenistan\",\n                                                \"value\": \"TKM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TM\",\n                                                \"alpha3\": \"TKM\",\n                                                \"numerical\": \"795\",\n                                                \"name\": \"Turkmenistan\"\n                                            },\n                                            {\n                                                \"text\": \"Turks and Caicos Islands\",\n                                                \"value\": \"TCA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TC\",\n                                                \"alpha3\": \"TCA\",\n                                                \"numerical\": \"796\",\n                                                \"name\": \"Turks and Caicos Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Tuvalu\",\n                                                \"value\": \"TUV\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TV\",\n                                                \"alpha3\": \"TUV\",\n                                                \"numerical\": \"798\",\n                                                \"name\": \"Tuvalu\"\n                                            },\n                                            {\n                                                \"text\": \"Uganda\",\n                                                \"value\": \"UGA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"UG\",\n                                                \"alpha3\": \"UGA\",\n                                                \"numerical\": \"800\",\n                                                \"name\": \"Uganda\"\n                                            },\n                                            {\n                                                \"text\": \"Ukraine\",\n                                                \"value\": \"UKR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"UA\",\n                                                \"alpha3\": \"UKR\",\n                                                \"numerical\": \"804\",\n                                                \"name\": \"Ukraine\"\n                                            },\n                                            {\n                                                \"text\": \"United Arab Emirates\",\n                                                \"value\": \"ARE\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AE\",\n                                                \"alpha3\": \"ARE\",\n                                                \"numerical\": \"784\",\n                                                \"name\": \"United Arab Emirates\"\n                                            },\n                                            {\n                                                \"text\": \"United Kingdom\",\n                                                \"value\": \"GBR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GB\",\n                                                \"alpha3\": \"GBR\",\n                                                \"numerical\": \"826\",\n                                                \"name\": \"United Kingdom\"\n                                            },\n                                            {\n                                                \"text\": \"United States Minor Outlying Islands\",\n                                                \"value\": \"UMI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"UM\",\n                                                \"alpha3\": \"UMI\",\n                                                \"numerical\": \"581\",\n                                                \"name\": \"United States Minor Outlying Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Uruguay\",\n                                                \"value\": \"URY\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"UY\",\n                                                \"alpha3\": \"URY\",\n                                                \"numerical\": \"858\",\n                                                \"name\": \"Uruguay\"\n                                            },\n                                            {\n                                                \"text\": \"Uzbekistan\",\n                                                \"value\": \"UZB\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"UZ\",\n                                                \"alpha3\": \"UZB\",\n                                                \"numerical\": \"860\",\n                                                \"name\": \"Uzbekistan\"\n                                            },\n                                            {\n                                                \"text\": \"Vanuatu\",\n                                                \"value\": \"VUT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"VU\",\n                                                \"alpha3\": \"VUT\",\n                                                \"numerical\": \"548\",\n                                                \"name\": \"Vanuatu\"\n                                            },\n                                            {\n                                                \"text\": \"Venezuela,Bolivarian Republic of\",\n                                                \"value\": \"VEN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"VE\",\n                                                \"alpha3\": \"VEN\",\n                                                \"numerical\": \"862\",\n                                                \"name\": \"Venezuela,Bolivarian Republic of\"\n                                            },\n                                            {\n                                                \"text\": \"Viet Nam\",\n                                                \"value\": \"VNM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"VN\",\n                                                \"alpha3\": \"VNM\",\n                                                \"numerical\": \"704\",\n                                                \"name\": \"Viet Nam\"\n                                            },\n                                            {\n                                                \"text\": \"Virgin Islands,British\",\n                                                \"value\": \"VGB\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"VG\",\n                                                \"alpha3\": \"VGB\",\n                                                \"numerical\": \"092\",\n                                                \"name\": \"Virgin Islands,British\"\n                                            },\n                                            {\n                                                \"text\": \"Virgin Islands,U.S.\",\n                                                \"value\": \"VIR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"VI\",\n                                                \"alpha3\": \"VIR\",\n                                                \"numerical\": \"850\",\n                                                \"name\": \"Virgin Islands,U.S.\"\n                                            },\n                                            {\n                                                \"text\": \"Wallis and Futuna\",\n                                                \"value\": \"WLF\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"WF\",\n                                                \"alpha3\": \"WLF\",\n                                                \"numerical\": \"876\",\n                                                \"name\": \"Wallis and Futuna\"\n                                            },\n                                            {\n                                                \"text\": \"Western Sahara\",\n                                                \"value\": \"ESH\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"EH\",\n                                                \"alpha3\": \"ESH\",\n                                                \"numerical\": \"732\",\n                                                \"name\": \"Western Sahara\"\n                                            },\n                                            {\n                                                \"text\": \"Yemen\",\n                                                \"value\": \"YEM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"YE\",\n                                                \"alpha3\": \"YEM\",\n                                                \"numerical\": \"887\",\n                                                \"name\": \"Yemen\"\n                                            },\n                                            {\n                                                \"text\": \"Zambia\",\n                                                \"value\": \"ZMB\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"ZM\",\n                                                \"alpha3\": \"ZMB\",\n                                                \"numerical\": \"894\",\n                                                \"name\": \"Zambia\"\n                                            },\n                                            {\n                                                \"text\": \"Zimbabwe\",\n                                                \"value\": \"ZWE\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"ZW\",\n                                                \"alpha3\": \"ZWE\",\n                                                \"numerical\": \"895\",\n                                                \"name\": \"Zimbabwe\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"validations\": [\n                                            {\n                                                \"type\": \"required\"\n                                            }\n                                        ],\n                                        \"label\": \"Address Line 1\",\n                                        \"name\": \"user-family-address-street_1\",\n                                        \"type\": \"text\"\n                                    },\n                                    {\n                                        \"label\": \"Address Line 2\",\n                                        \"name\": \"user-family-address-street_2\",\n                                        \"type\": \"text\"\n                                    },\n                                    {\n                                        \"validations\": [\n                                            {\n                                                \"type\": \"required\"\n                                            }\n                                        ],\n                                        \"label\": \"City\",\n                                        \"name\": \"user-family-address-city\",\n                                        \"type\": \"text\"\n                                    },\n                                    {\n                                        \"validations\": [\n                                            {\n                                                \"type\": \"required\"\n                                            }\n                                        ],\n                                        \"conditionals\": [\n                                            {\n                                                \"criteria\": {\n                                                    \"operator\": \"$eq\",\n                                                    \"conditions\": [\n                                                        {\n                                                            \"target\": \"user-family-address-country\",\n                                                            \"scope\": \"form\",\n                                                            \"value\": \"USA\"\n                                                        }\n                                                    ]\n                                                },\n                                                \"actions\": [\n                                                    {\n                                                        \"action\": \"show\"\n                                                    }\n                                                ]\n                                            }\n                                        ],\n                                        \"label\": \"State\",\n                                        \"name\": \"user-family-address-state\",\n                                        \"data_source\": \"data_source.state\",\n                                        \"data_source_text\": \"name\",\n                                        \"data_source_value\": \"alpha2\",\n                                        \"source\": \"locked\",\n                                        \"type\": \"select\",\n                                        \"data_source_settings\": [\n                                            {\n                                                \"text\": \"Alabama\",\n                                                \"value\": \"AL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AL\",\n                                                \"name\": \"Alabama\"\n                                            },\n                                            {\n                                                \"text\": \"Alaska\",\n                                                \"value\": \"AK\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AK\",\n                                                \"name\": \"Alaska\"\n                                            },\n                                            {\n                                                \"text\": \"American Samoa\",\n                                                \"value\": \"AS\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AS\",\n                                                \"name\": \"American Samoa\"\n                                            },\n                                            {\n                                                \"text\": \"Arizona\",\n                                                \"value\": \"AZ\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AZ\",\n                                                \"name\": \"Arizona\"\n                                            },\n                                            {\n                                                \"text\": \"Arkansas\",\n                                                \"value\": \"AR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AR\",\n                                                \"name\": \"Arkansas\"\n                                            },\n                                            {\n                                                \"text\": \"California\",\n                                                \"value\": \"CA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CA\",\n                                                \"name\": \"California\"\n                                            },\n                                            {\n                                                \"text\": \"Colorado\",\n                                                \"value\": \"CO\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CO\",\n                                                \"name\": \"Colorado\"\n                                            },\n                                            {\n                                                \"text\": \"Connecticut\",\n                                                \"value\": \"CT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"CT\",\n                                                \"name\": \"Connecticut\"\n                                            },\n                                            {\n                                                \"text\": \"Delaware\",\n                                                \"value\": \"DE\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"DE\",\n                                                \"name\": \"Delaware\"\n                                            },\n                                            {\n                                                \"text\": \"District of Columbia\",\n                                                \"value\": \"DC\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"DC\",\n                                                \"name\": \"District of Columbia\"\n                                            },\n                                            {\n                                                \"text\": \"Federated States of Micronesia\",\n                                                \"value\": \"FM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"FM\",\n                                                \"name\": \"Federated States of Micronesia\"\n                                            },\n                                            {\n                                                \"text\": \"Florida\",\n                                                \"value\": \"FL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"FL\",\n                                                \"name\": \"Florida\"\n                                            },\n                                            {\n                                                \"text\": \"Georgia\",\n                                                \"value\": \"GA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GA\",\n                                                \"name\": \"Georgia\"\n                                            },\n                                            {\n                                                \"text\": \"Guam\",\n                                                \"value\": \"GU\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"GU\",\n                                                \"name\": \"Guam\"\n                                            },\n                                            {\n                                                \"text\": \"Hawaii\",\n                                                \"value\": \"HI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"HI\",\n                                                \"name\": \"Hawaii\"\n                                            },\n                                            {\n                                                \"text\": \"Idaho\",\n                                                \"value\": \"ID\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"ID\",\n                                                \"name\": \"Idaho\"\n                                            },\n                                            {\n                                                \"text\": \"Illinois\",\n                                                \"value\": \"IL\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"IL\",\n                                                \"name\": \"Illinois\"\n                                            },\n                                            {\n                                                \"text\": \"Indiana\",\n                                                \"value\": \"IN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"IN\",\n                                                \"name\": \"Indiana\"\n                                            },\n                                            {\n                                                \"text\": \"Iowa\",\n                                                \"value\": \"IA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"IA\",\n                                                \"name\": \"Iowa\"\n                                            },\n                                            {\n                                                \"text\": \"Kansas\",\n                                                \"value\": \"KS\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"KS\",\n                                                \"name\": \"Kansas\"\n                                            },\n                                            {\n                                                \"text\": \"Kentucky\",\n                                                \"value\": \"KY\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"KY\",\n                                                \"name\": \"Kentucky\"\n                                            },\n                                            {\n                                                \"text\": \"Louisiana\",\n                                                \"value\": \"LA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"LA\",\n                                                \"name\": \"Louisiana\"\n                                            },\n                                            {\n                                                \"text\": \"Maine\",\n                                                \"value\": \"ME\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"ME\",\n                                                \"name\": \"Maine\"\n                                            },\n                                            {\n                                                \"text\": \"Marshall Islands\",\n                                                \"value\": \"MH\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MH\",\n                                                \"name\": \"Marshall Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Maryland\",\n                                                \"value\": \"MD\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MD\",\n                                                \"name\": \"Maryland\"\n                                            },\n                                            {\n                                                \"text\": \"Massachusetts\",\n                                                \"value\": \"MA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MA\",\n                                                \"name\": \"Massachusetts\"\n                                            },\n                                            {\n                                                \"text\": \"Michigan\",\n                                                \"value\": \"MI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MI\",\n                                                \"name\": \"Michigan\"\n                                            },\n                                            {\n                                                \"text\": \"Minnesota\",\n                                                \"value\": \"MN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MN\",\n                                                \"name\": \"Minnesota\"\n                                            },\n                                            {\n                                                \"text\": \"Mississippi\",\n                                                \"value\": \"MS\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MS\",\n                                                \"name\": \"Mississippi\"\n                                            },\n                                            {\n                                                \"text\": \"Missouri\",\n                                                \"value\": \"MO\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MO\",\n                                                \"name\": \"Missouri\"\n                                            },\n                                            {\n                                                \"text\": \"Montana\",\n                                                \"value\": \"MT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MT\",\n                                                \"name\": \"Montana\"\n                                            },\n                                            {\n                                                \"text\": \"Nebraska\",\n                                                \"value\": \"NE\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NE\",\n                                                \"name\": \"Nebraska\"\n                                            },\n                                            {\n                                                \"text\": \"Nevada\",\n                                                \"value\": \"NV\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NV\",\n                                                \"name\": \"Nevada\"\n                                            },\n                                            {\n                                                \"text\": \"New Hampshire\",\n                                                \"value\": \"NH\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NH\",\n                                                \"name\": \"New Hampshire\"\n                                            },\n                                            {\n                                                \"text\": \"New Jersey\",\n                                                \"value\": \"NJ\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NJ\",\n                                                \"name\": \"New Jersey\"\n                                            },\n                                            {\n                                                \"text\": \"New Mexico\",\n                                                \"value\": \"NM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NM\",\n                                                \"name\": \"New Mexico\"\n                                            },\n                                            {\n                                                \"text\": \"New York\",\n                                                \"value\": \"NY\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NY\",\n                                                \"name\": \"New York\"\n                                            },\n                                            {\n                                                \"text\": \"North Carolina\",\n                                                \"value\": \"NC\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"NC\",\n                                                \"name\": \"North Carolina\"\n                                            },\n                                            {\n                                                \"text\": \"North Dakota\",\n                                                \"value\": \"ND\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"ND\",\n                                                \"name\": \"North Dakota\"\n                                            },\n                                            {\n                                                \"text\": \"Northern Mariana Islands\",\n                                                \"value\": \"MP\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"MP\",\n                                                \"name\": \"Northern Mariana Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Ohio\",\n                                                \"value\": \"OH\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"OH\",\n                                                \"name\": \"Ohio\"\n                                            },\n                                            {\n                                                \"text\": \"Oklahoma\",\n                                                \"value\": \"OK\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"OK\",\n                                                \"name\": \"Oklahoma\"\n                                            },\n                                            {\n                                                \"text\": \"Oregon\",\n                                                \"value\": \"OR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"OR\",\n                                                \"name\": \"Oregon\"\n                                            },\n                                            {\n                                                \"text\": \"Palau\",\n                                                \"value\": \"PW\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PW\",\n                                                \"name\": \"Palau\"\n                                            },\n                                            {\n                                                \"text\": \"Pennsylvania\",\n                                                \"value\": \"PA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PA\",\n                                                \"name\": \"Pennsylvania\"\n                                            },\n                                            {\n                                                \"text\": \"Puerto Rico\",\n                                                \"value\": \"PR\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"PR\",\n                                                \"name\": \"Puerto Rico\"\n                                            },\n                                            {\n                                                \"text\": \"Rhode Island\",\n                                                \"value\": \"RI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"RI\",\n                                                \"name\": \"Rhode Island\"\n                                            },\n                                            {\n                                                \"text\": \"South Carolina\",\n                                                \"value\": \"SC\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SC\",\n                                                \"name\": \"South Carolina\"\n                                            },\n                                            {\n                                                \"text\": \"South Dakota\",\n                                                \"value\": \"SD\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"SD\",\n                                                \"name\": \"South Dakota\"\n                                            },\n                                            {\n                                                \"text\": \"Tennessee\",\n                                                \"value\": \"TN\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TN\",\n                                                \"name\": \"Tennessee\"\n                                            },\n                                            {\n                                                \"text\": \"Texas\",\n                                                \"value\": \"TX\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"TX\",\n                                                \"name\": \"Texas\"\n                                            },\n                                            {\n                                                \"text\": \"US Minor Outlying Islands\",\n                                                \"value\": \"UM\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"UM\",\n                                                \"name\": \"US Minor Outlying Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Utah\",\n                                                \"value\": \"UT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"UT\",\n                                                \"name\": \"Utah\"\n                                            },\n                                            {\n                                                \"text\": \"Vermont\",\n                                                \"value\": \"VT\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"VT\",\n                                                \"name\": \"Vermont\"\n                                            },\n                                            {\n                                                \"text\": \"Virgin Islands\",\n                                                \"value\": \"VI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"VI\",\n                                                \"name\": \"Virgin Islands\"\n                                            },\n                                            {\n                                                \"text\": \"Virginia\",\n                                                \"value\": \"VA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"VA\",\n                                                \"name\": \"Virginia\"\n                                            },\n                                            {\n                                                \"text\": \"Washington\",\n                                                \"value\": \"WA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"WA\",\n                                                \"name\": \"Washington\"\n                                            },\n                                            {\n                                                \"text\": \"West Virginia\",\n                                                \"value\": \"WV\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"WV\",\n                                                \"name\": \"West Virginia\"\n                                            },\n                                            {\n                                                \"text\": \"Wisconsin\",\n                                                \"value\": \"WI\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"WI\",\n                                                \"name\": \"Wisconsin\"\n                                            },\n                                            {\n                                                \"text\": \"Wyoming\",\n                                                \"value\": \"WY\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"WY\",\n                                                \"name\": \"Wyoming\"\n                                            },\n                                            {\n                                                \"text\": \"Armed Forces Europe, the Middle East, and Canada\",\n                                                \"value\": \"AE\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AE\",\n                                                \"name\": \"Armed Forces Europe, the Middle East, and Canada\"\n                                            },\n                                            {\n                                                \"text\": \"Armed Forces Pacific\",\n                                                \"value\": \"AP\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AP\",\n                                                \"name\": \"Armed Forces Pacific\"\n                                            },\n                                            {\n                                                \"text\": \"Armed Forces Americas (except Canada)\",\n                                                \"value\": \"AA\",\n                                                \"checked\": false,\n                                                \"alpha2\": \"AA\",\n                                                \"name\": \"Armed Forces Americas (except Canada)\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"conditionals\": [\n                                            {\n                                                \"criteria\": {\n                                                    \"operator\": \"$neq\",\n                                                    \"conditions\": [\n                                                        {\n                                                            \"target\": \"user-family-address-country\",\n                                                            \"scope\": \"form\",\n                                                            \"value\": \"USA\"\n                                                        }\n                                                    ]\n                                                },\n                                                \"actions\": [\n                                                    {\n                                                        \"action\": \"show\"\n                                                    }\n                                                ]\n                                            }\n                                        ],\n                                        \"label\": \"Province\",\n                                        \"name\": \"user-family-address-province\",\n                                        \"type\": \"text\"\n                                    },\n                                    {\n                                        \"label\": \"County\",\n                                        \"name\": \"user-family-address-county\",\n                                        \"type\": \"text\"\n                                    },\n                                    {\n                                        \"label\": \"Zip / Postal Code\",\n                                        \"name\": \"user-family-address-zipcode\",\n                                        \"type\": \"text\"\n                                    },\n                                    {\n                                        \"hidden\": true,\n                                        \"default\": \"home\",\n                                        \"label\": \"Address Type\",\n                                        \"name\": \"user-family-address-type\",\n                                        \"type\": \"text\"\n                                    }\n                                ],\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-same_address\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": false\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Address\",\n                                \"name\": \"user-family-address\",\n                                \"type\": \"address\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-living\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": true\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Employer\",\n                                \"name\": \"user-family-employer\",\n                                \"help_text\": \"The name of the company where your parent/guardian works.\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-living\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": true\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Job Title\",\n                                \"name\": \"user-family-job_title\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-living\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": true\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Marital Status\",\n                                \"name\": \"user-family-marital_status\",\n                                \"data_source\": \"data_source.marital\",\n                                \"help_text\": \"What is the martial status of your parents/guardians?\",\n                                \"data_source_text\": \"text\",\n                                \"data_source_value\": \"value\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Married\",\n                                        \"value\": \"married\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Divorced or Separated\",\n                                        \"value\": \"divorced_separated\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Widowed\",\n                                        \"value\": \"widowed\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Never Married\",\n                                        \"value\": \"never_married\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-living\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": true\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"College Attended\",\n                                \"name\": \"user-family-college\",\n                                \"help_text\": \"Which college did your parent/guardian attend?\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-living\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": true\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Graduated Here\",\n                                \"name\": \"user-family-graduate_of_school\",\n                                \"data_source\": \"data_source.yesno\",\n                                \"help_text\": \"Did your parent/guardian graduate from our school?\",\n                                \"data_source_text\": \"name\",\n                                \"data_source_value\": \"value\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Yes\",\n                                        \"value\": true,\n                                        \"checked\": false,\n                                        \"name\": \"Yes\",\n                                        \"abbrev\": \"Y\"\n                                    },\n                                    {\n                                        \"text\": \"No\",\n                                        \"value\": false,\n                                        \"checked\": false,\n                                        \"name\": \"No\",\n                                        \"abbrev\": \"N\"\n                                    }\n                                ],\n                                \"type\": \"radio\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-living\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": true\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Employed Here\",\n                                \"name\": \"user-family-employee\",\n                                \"data_source\": \"data_source.yesno\",\n                                \"help_text\": \"Does your parent/guardian work for our school?\",\n                                \"data_source_text\": \"name\",\n                                \"data_source_value\": \"value\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Yes\",\n                                        \"value\": true,\n                                        \"checked\": false,\n                                        \"name\": \"Yes\",\n                                        \"abbrev\": \"Y\"\n                                    },\n                                    {\n                                        \"text\": \"No\",\n                                        \"value\": false,\n                                        \"checked\": false,\n                                        \"name\": \"No\",\n                                        \"abbrev\": \"N\"\n                                    }\n                                ],\n                                \"type\": \"radio\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-living\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": true\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-family-employee\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": true\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Occupation\",\n                                \"name\": \"user-family-occupation\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"label\": \"Parent / Legal Guardian\",\n                        \"name\": \"user-family\",\n                        \"type\": \"family-member\",\n                        \"index_weight\": 1\n                    }\n                ]\n            },\n            \"user_data\": {\n                \"user-family-root\": [\n                    {\n                        \"type\": \"guardian\",\n                        \"relationship\": \"mother\",\n                        \"title\": \"None\",\n                        \"first_name\": \"Mom\",\n                        \"middle_name\": null,\n                        \"last_name\": \"Lastname\",\n                        \"suffix\": \"II\",\n                        \"gender\": \"F\",\n                        \"date_of_birth\": null,\n                        \"country_of_birth\": null,\n                        \"city_of_birth\": null,\n                        \"country_of_citizenship\": null,\n                        \"living\": true,\n                        \"degree\": \"MA/MS\",\n                        \"email\": null,\n                        \"employer\": \"Some Corp\",\n                        \"job_title\": null,\n                        \"employee\": false,\n                        \"occupation\": \"Boss\",\n                        \"graduate_of_school\": null,\n                        \"college\": null,\n                        \"marital_status\": null,\n                        \"phone\": {\n                            \"type\": \"home\",\n                            \"country_alpha_2\": \"US\",\n                            \"country_code\": \"1\",\n                            \"number\": \"8888675309\"\n                        },\n                        \"same_address\": true,\n                        \"index_weight\": 1,\n                        \"item_id\": \"322HEOPP\",\n                        \"weight\": 1\n                    },\n                    {\n                        \"type\": \"guardian\",\n                        \"relationship\": \"father\",\n                        \"title\": \"Mr\",\n                        \"first_name\": \"Dad\",\n                        \"middle_name\": null,\n                        \"last_name\": \"Lastname\",\n                        \"suffix\": \"III\",\n                        \"gender\": null,\n                        \"date_of_birth\": null,\n                        \"country_of_birth\": null,\n                        \"city_of_birth\": null,\n                        \"country_of_citizenship\": null,\n                        \"living\": true,\n                        \"degree\": null,\n                        \"email\": null,\n                        \"employer\": \"A Dif Corp\",\n                        \"job_title\": \"\",\n                        \"employee\": true,\n                        \"occupation\": \"Manager\",\n                        \"graduate_of_school\": null,\n                        \"college\": null,\n                        \"marital_status\": null,\n                        \"phone\": {\n                            \"type\": \"home\",\n                            \"country_alpha_2\": \"AL\",\n                            \"country_code\": \"355\",\n                            \"number\": \"888888888\"\n                        },\n                        \"same_address\": true,\n                        \"index_weight\": 2,\n                        \"item_id\": \"QONNNVFT\",\n                        \"weight\": 2\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"b498f77c-1dc3-427b-a72d-00c1b7bcf0c6"},{"name":"Create User Family","id":"cb2a91e8-fe87-4a53-86c1-81cfe758a1f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"guardian\",\n        \"relationship\": \"mother\",\n        \"title\": \"mr\",\n        \"first_name\": \"Test\",\n        \"last_name\": \"Man\",\n        \"suffix\": \"Sr.\",\n        \"degree\": \"COL\",\n        \"living\": false,\n        \"phone\": {\n            \"type\": \"home\",\n            \"country_alpha_2\": \"AF\",\n            \"country_code\": \"93\",\n            \"number\": \"123412341234\"\n        },\n        \"email\": \"test@test.com\",\n        \"same_address\": false,\n        \"address\": {\n            \"country\": \"USA\",\n            \"street_1\": \"126 Lexington Lane\",\n            \"street_2\": \"Line 2\",\n            \"city\": \"Staten Island\",\n            \"state\": \"NY\",\n            \"county\": \"Richmond County\",\n            \"zipcode\": \"10308\",\n            \"type\": \"home\"\n        },\n        \"employer\": \"The Employer\",\n        \"job_title\": \"My Title\",\n        \"marital_status\": \"married\",\n        \"college\": \"AB College\",\n        \"graduate_of_school\": false,\n        \"employee\": false,\n        \"occupation\": \"Test Occ\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/family?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new School for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","family"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"cb2a91e8-fe87-4a53-86c1-81cfe758a1f1"},{"name":"Update User Family","id":"8def23b1-6c7c-4c35-bf34-abf19d60819c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"guardian\",\n        \"relationship\": \"mother\",\n        \"title\": \"mr\",\n        \"first_name\": \"Tester\",\n        \"last_name\": \"Mano\",\n        \"suffix\": \"Sr.\",\n        \"degree\": \"COL\",\n        \"living\": false,\n        \"phone\": {\n            \"type\": \"home\",\n            \"country_alpha_2\": \"AF\",\n            \"country_code\": \"93\",\n            \"number\": \"123412341234\"\n        },\n        \"email\": \"test@test.com\",\n        \"same_address\": false,\n        \"address\": {\n            \"country\": \"USA\",\n            \"street_1\": \"126 Lexington Lane\",\n            \"street_2\": \"Line 2\",\n            \"city\": \"Staten Island\",\n            \"state\": \"NY\",\n            \"county\": \"Richmond County\",\n            \"zipcode\": \"10308\",\n            \"type\": \"home\"\n        },\n        \"employer\": \"The Employer\",\n        \"job_title\": \"My Title\",\n        \"marital_status\": \"married\",\n        \"college\": \"AB College\",\n        \"graduate_of_school\": false,\n        \"employee\": false,\n        \"occupation\": \"Test Occ\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/family/{{FAMILY_ID}}?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Milestone for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","family","{{FAMILY_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"8def23b1-6c7c-4c35-bf34-abf19d60819c"},{"name":"Delete User Family","id":"bc055548-b3e8-4237-b292-bf52ff292bf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/family/{{FAMILY_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Milestone for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","family","{{FAMILY_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"bc055548-b3e8-4237-b292-bf52ff292bf0"}],"id":"f0d1fa60-de9c-48ce-ad2c-a665ca27306a","_postman_id":"f0d1fa60-de9c-48ce-ad2c-a665ca27306a","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Financial Aid","item":[{"name":"Create User Financial Aid","id":"c091d2e9-6c2b-49df-8955-cf9d445fb421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"aid_year\" : \"2324\", \n        \"methodology\" : \"federal\", \n        \"application_submitted_date\" : \"2023-03-09T00:00:00.000+00:00\", \n        \"source\" : \"manual\", \n        \"state_of_legal_residence\" : \"NY\", \n        \"independence_criteria\" : \"active_duty_military\", \n        \"interested_in_work_study\" : true, \n        \"aid_app_housing_preference\" : \"isir\", \n        \"applicant_income\" : 100.43, \n        \"custodial_parent_income\" : 101.34, \n        \"non_custodial_parent_income\" : 100, \n        \"marital_status\" : \"married\", \n        \"applicant_family_size\" : 3, \n        \"parent_family_size\" : 4, \n        \"number_of_family_in_college\" : 18, \n        \"cost_of_attendance\" : 7, \n        \"efc\" : 8, \n        \"gross_need\" : 8, \n        \"need_reduction\" : 1.2, \n        \"selected_for_verification\" : false\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/financial_aid?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new School for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","financial_aid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"c091d2e9-6c2b-49df-8955-cf9d445fb421"},{"name":"Update User Financial Aid","id":"ca2727be-d04e-488b-a3ce-68d32706d6fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"aid_year\" : \"2324\", \n        \"methodology\" : \"federal\", \n        \"application_submitted_date\" : \"2023-03-09T00:00:00.000+00:00\", \n        \"source\" : \"manual\", \n        \"state_of_legal_residence\" : \"NY\", \n        \"independence_criteria\" : \"active_duty_military\", \n        \"interested_in_work_study\" : true, \n        \"aid_app_housing_preference\" : \"isir\", \n        \"applicant_income\" : 100.43, \n        \"custodial_parent_income\" : 101.34, \n        \"non_custodial_parent_income\" : 100, \n        \"marital_status\" : \"married\", \n        \"applicant_family_size\" : 3, \n        \"parent_family_size\" : 4, \n        \"number_of_family_in_college\" : 18, \n        \"cost_of_attendance\" : 7, \n        \"efc\" : 8, \n        \"gross_need\" : 8, \n        \"need_reduction\" : 1.2, \n        \"selected_for_verification\" : false\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/financial_aid/{{FAID_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new School for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","financial_aid","{{FAID_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"ca2727be-d04e-488b-a3ce-68d32706d6fe"},{"name":"Delete User Financial Aid","id":"51aed902-8f21-4441-9437-3c8077668db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/financial_aid/{{FAID_ID}}?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Milestone for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","financial_aid","{{FAID_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"51aed902-8f21-4441-9437-3c8077668db6"}],"id":"74cbc44c-5eb7-4162-86ac-e1709256ccf4","_postman_id":"74cbc44c-5eb7-4162-86ac-e1709256ccf4","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Financial Awards","item":[{"name":"Create User Financial Awards","id":"42378c0e-5ae1-4bac-8a07-ff7a3910e760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"aid_year\" : \"2324\", \n        \"award_type\" : \"UpdatedType\", \n        \"aid_award_period\" : \"UpdatedPeriod\", \n        \"aid_fund\" : \"UpdatedFund\", \n        \"current_status\" : \"UpdatedStatus\", \n        \"offer_amount\" : 10265,\n        \"accepted_amount\" : 132135\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/financial_awards?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new School for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","financial_awards"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"42378c0e-5ae1-4bac-8a07-ff7a3910e760"},{"name":"Updated User Financial Awards","id":"4356f3e3-c7b0-471f-b27b-69a8dd12c465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"aid_year\" : \"2324\", \n        \"award_type\" : \"UpdatedType\", \n        \"aid_award_period\" : \"UpdatedPeriod\", \n        \"aid_fund\" : \"UpdatedFund\", \n        \"current_status\" : \"UpdatedStatus\", \n        \"offer_amount\" : 10265,\n        \"accepted_amount\" : 132135\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/financial_awards/{{FAWARD_ID}}?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new School for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","financial_awards","{{FAWARD_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"4356f3e3-c7b0-471f-b27b-69a8dd12c465"},{"name":"Delete User Financial Award","id":"a7f07816-d786-40af-bb05-85611c3e6fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/financial_awards/{{FAWARD_ID}}?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Milestone for a User</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","financial_awards","{{FAWARD_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"a7f07816-d786-40af-bb05-85611c3e6fc7"}],"id":"47cf3a39-4b11-4389-8e5b-040bf11fe396","_postman_id":"47cf3a39-4b11-4389-8e5b-040bf11fe396","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"General","item":[{"name":"Get User Profile","id":"623be287-9e94-473e-b0b4-253fe41cdda0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/general?feature={{feature}}&analytics={{analytics}}","description":"<p>Return detailed information about a Contact, such as name, demographics, contact, applications, events, territory and workflows.</p>\n<p>{{user_id}} is the unique identifier for the Contact.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","general"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"5828d92d-a55b-4b5d-b112-268842a7b445","name":"Get User Profile","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/profile/general?feature={{feature}}&analytics={{analytics}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","profile","general"],"query":[{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"analytics","value":"{{analytics}}","description":"Optional."}],"variable":[{"key":"user_id","value":"","description":"Unique identifier for the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Feb 2025 18:55:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"id\": \"63ed619223377078663\",\n            \"type\": \"external\",\n            \"profile_type\": \"student\",\n            \"email\": \"student@example.com\",\n            \"first_name\": \"Firstname\",\n            \"last_name\": \"Lastname\",\n            \"preferred_name\": \"Preferredname\",\n            \"gender\": \"F\",\n            \"active\": true,\n            \"social_security_number\": \"987-98-9876\",\n            \"avatar\": null,\n            \"date_of_birth\": \"01/01/2005\",\n            \"creation_date\": \"2024-02-15T22:51:26+00:00\",\n            \"last_update_date\": \"2024-02-13T17:18:46+00:00\",\n            \"last_login_date\": \"2024-10-07T21:52:21+00:00\",\n            \"addresses\": [\n                {\n                    \"type\": \"home\",\n                    \"country\": \"USA\",\n                    \"city\": \"Raleigh\",\n                    \"state\": \"NC\",\n                    \"province\": null,\n                    \"street_1\": \"1 Glenwood Avenue\",\n                    \"street_2\": null,\n                    \"street_3\": null,\n                    \"zipcode\": \"27603\"\n                }\n            ],\n            \"phone\": [\n                {\n                    \"type\": \"cell\",\n                    \"country_alpha_2\": \"US\",\n                    \"country_code\": \"1\",\n                    \"number\": \"8888675309\",\n                    \"formatted\": true,\n                    \"valid\": true,\n                    \"carrier_name\": \"Google (Grand Central) - SVR\"\n                }\n            ],\n            \"intended_term\": {\n                \"name\": \"2025 Fall\",\n                \"guid\": \"instance.terms.1845\"\n            },\n            \"intended_major\": {\n                \"name\": \"Underwater Basket Weaving\",\n                \"guid\": \"instance.major.109423\"\n            },\n            \"intended_school\": {\n                \"name\": \"[Test] Pathway 1\",\n                \"guid\": \"instance.school.2639\",\n                \"code\": \"TP\"\n            },\n            \"intended_degree\": {\n                \"code\": \"UND\",\n                \"guid\": \"instance.degrees.895\",\n                \"name\": \"Undergraduate\"\n            },\n            \"student_type\": {\n                \"label\": \"\",\n                \"value\": \"trad\"\n            },\n            \"applications\": [\n                {\n                    \"guid\": \"instance.applications.366\",\n                    \"registration_id\": \"A5RKEYB7\",\n                    \"name\": \"Domestic Application\",\n                    \"icon\": \"graduate-1\",\n                    \"status\": \"started\",\n                    \"registration_date\": \"2024-07-06T18:49:19+00:00\",\n                    \"submission_date\": null,\n                    \"last_update_date\": \"2024-08-29T18:38:34+00:00\",\n                    \"last_login_date\": \"2023-10-24T19:07:28+00:00\",\n                    \"numeric_progress\": 83.3,\n                    \"major\": {\n                        \"name\": \"Physical Therapy AS (TEST)\",\n                        \"guid\": \"instance.major.3461\"\n                    },\n                    \"student_type\": {\n                        \"label\": \"Freshman\",\n                        \"value\": \"F\"\n                    },\n                    \"campus\": null,\n                    \"sections\": [\n                        {\n                            \"name\": \"Biodemographic Information\",\n                            \"progress_numeric\": 100,\n                            \"status\": \"done\",\n                            \"progress_id\": \"instance.progress.4611\",\n                            \"subsections\": [\n                                {\n                                    \"name\": \"Biographical Information\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                },\n                                {\n                                    \"name\": \"Citizenship\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                },\n                                {\n                                    \"name\": \"Demographics\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                },\n                                {\n                                    \"name\": \"Additional Information\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                },\n                                {\n                                    \"name\": \"Contact Information\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Academic Plans\",\n                            \"progress_numeric\": 100,\n                            \"status\": \"done\",\n                            \"progress_id\": \"instance.progress.4646\",\n                            \"subsections\": [\n                                {\n                                    \"name\": \"Academic Plans\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Emergency Family/Guardian Information\",\n                            \"progress_numeric\": 100,\n                            \"status\": \"done\",\n                            \"progress_id\": \"training.progress.4647\",\n                            \"subsections\": [\n                                {\n                                    \"name\": \"Parent/Guardian Emergency Information\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Academic History\",\n                            \"progress_numeric\": 100,\n                            \"status\": \"done\",\n                            \"progress_id\": \"instance.progress.4648\",\n                            \"subsections\": [\n                                {\n                                    \"name\": \"High School Information\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                },\n                                {\n                                    \"name\": \"College Information\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Extracurriculars\",\n                            \"progress_numeric\": 100,\n                            \"status\": \"done\",\n                            \"progress_id\": \"instance.progress.4650\",\n                            \"subsections\": [\n                                {\n                                    \"name\": \"Athletics\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                },\n                                {\n                                    \"name\": \"Music\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                },\n                                {\n                                    \"name\": \"Religion\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Additional Information\",\n                            \"progress_numeric\": 0,\n                            \"status\": \"empty\",\n                            \"progress_id\": \"instance.progress.4651\",\n                            \"subsections\": [\n                                {\n                                    \"name\": \"Resume\",\n                                    \"progress_numeric\": 0,\n                                    \"status\": \"empty\"\n                                },\n                                {\n                                    \"name\": \"Essay\",\n                                    \"progress_numeric\": 0,\n                                    \"status\": \"empty\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"site_login_links\": [],\n                    \"application_url\": null,\n                    \"login_locker\": {\n                        \"key\": \"WKTDfMZcevzotM5ajbC2f2Aqpl9iYT8\",\n                        \"namespace\": \"instance\"\n                    },\n                    \"decision\": null\n                },\n                {\n                    \"guid\": \"instance.applications.10451\",\n                    \"registration_id\": \"ODAKSDBE\",\n                    \"name\": \"Tim test\",\n                    \"icon\": \"returning\",\n                    \"status\": \"submitted\",\n                    \"registration_date\": null,\n                    \"submission_date\": null,\n                    \"last_update_date\": \"2024-08-29T18:38:34+00:00\",\n                    \"last_login_date\": \"2024-09-12T19:33:09+00:00\",\n                    \"numeric_progress\": null,\n                    \"term\": {\n                        \"name\": \"2024 Fall\",\n                        \"guid\": \"instance.terms.1843\"\n                    },\n                    \"major\": {\n                        \"name\": \"Accounting\",\n                        \"guid\": \"instance.major.124059\"\n                    },\n                    \"student_type\": {\n                        \"label\": \"\",\n                        \"value\": \"grad\"\n                    },\n                    \"sections\": [\n                        {\n                            \"name\": \"Step 1\",\n                            \"progress_numeric\": 100,\n                            \"status\": \"done\",\n                            \"progress_id\": \"instance.progress.208173\",\n                            \"subsections\": [\n                                {\n                                    \"name\": \"Major\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                },\n                                {\n                                    \"name\": \"Student Type\",\n                                    \"progress_numeric\": 100,\n                                    \"status\": \"done\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"site_login_links\": [\n                        {\n                            \"name\": \"Undergraduate Honors\",\n                            \"url\": \"http://instance-1386.app451.sites.451.io/login/XaCziqKF1VcddluaseAaNiPZlrofP\",\n                            \"site_url\": \"http://instance-1386.app451.sites.451.io\"\n                        }\n                    ],\n                    \"application_url\": \"http://instance-1386.app451.sites.451.io/login/XaCziqKF1Vcddluasllv5oRc6VCpeAaNiPZlrofP\",\n                    \"login_locker\": {\n                        \"key\": \"XaCziqKF1VcddoRc6VCpeAaNiPZlrofP\",\n                        \"namespace\": \"instance\"\n                    },\n                    \"decision\": null\n                }\n            ],\n            \"labels\": [\n                {\n                    \"name\": \"Honors Student\",\n                    \"guid\": \"instance.taxonomy.2016990\",\n                    \"color\": \"#ffc107\",\n                    \"slug\": \"honors\"\n                },\n                {\n                    \"name\": \"Residential\",\n                    \"guid\": \"instance.taxonomy.2008500\",\n                    \"color\": \"#00fe0b\",\n                    \"slug\": \"res\"\n                },\n                {\n                    \"name\": \"Current Student\",\n                    \"guid\": \"instance.taxonomy.2774379\",\n                    \"color\": \"#fe7600\",\n                    \"slug\": \"current\"\n                }\n            ],\n            \"milestones\": [],\n            \"events\": [\n                {\n                    \"event_elements_guid\": \"instance.event_elements.368584\",\n                    \"event_guid\": \"instance.events.365043\",\n                    \"signup_guid\": \"Qdmoya\",\n                    \"status\": {\n                        \"registered\": true,\n                        \"attended\": false,\n                        \"no_show\": false,\n                        \"canceled\": false,\n                        \"waitlisted\": false,\n                        \"payment_pending\": false,\n                        \"slot_expired\": false,\n                        \"created_at\": \"2024-02-02T16:59:27+00:00\",\n                        \"changed_at\": \"2024-02-02T16:59:27+00:00\",\n                        \"slot_expires_at\": null\n                    },\n                    \"payment\": null,\n                    \"created_at\": \"Fri Feb 02 16:59:27 +0000 2024\",\n                    \"event_date\": \"Sun Jun 11 04:00:00 +0000 2023\",\n                    \"image\": [],\n                    \"title\": \"Scholars Day\",\n                    \"name\": \"Scholars Day\"\n                },\n                {\n                    \"event_elements_guid\": \"instance.event_elements.665987\",\n                    \"event_guid\": \"instance.events.665985\",\n                    \"signup_guid\": \"Xe0LJ85e\",\n                    \"status\": {\n                        \"registered\": true,\n                        \"attended\": false,\n                        \"no_show\": false,\n                        \"canceled\": false,\n                        \"waitlisted\": false,\n                        \"payment_pending\": false,\n                        \"slot_expired\": false,\n                        \"created_at\": \"2024-08-19T20:17:25+00:00\",\n                        \"changed_at\": \"2024-08-19T20:17:25+00:00\"\n                    },\n                    \"payment\": null,\n                    \"created_at\": \"Mon Aug 19 20:17:25 +0000 2024\",\n                    \"event_date\": \"Fri Oct 18 17:00:00 +0000 2024\",\n                    \"image\": {\n                        \"training.files.11835923\": {\n                            \"guid\": \"instance.files.11835923\",\n                            \"url\": \"https://451.imgix.net/instance/public/files/DYSRzfWRNIsLEL7s/ElementU-Logo%20Only-Orange.png\",\n                            \"transformations\": {\n                                \"image_500x500\": {\n                                    \"url\": \"https://element451-images.s3.amazonaws.com/instance/public/files/DYSRzfWRNIsLEL7s/ElementU-Logo%20Only-Orange.png.image_500x500.png\"\n                                },\n                                \"image_160x160_fit\": {\n                                    \"url\": \"https://element451-images.s3.amazonaws.com/instance/public/files/DYSRzfWRNIsLEL7s/ElementU-Logo%20Only-Orange.png.image_160x160_fit.png\"\n                                }\n                            }\n                        }\n                    },\n                    \"title\": \"Roosevelt High School College Fair\",\n                    \"name\": \"Roosevelt High School College Fair\"\n                }\n            ],\n            \"notes\": [\n                {\n                    \"_id\": \"66c4a44d2e0f280083c2\",\n                    \"type\": \"instance.taxonomy.2012689\",\n                    \"body\": \"<p>This student is awesome!</p>\",\n                    \"admin\": {\n                        \"_id\": \"62a0e8d5c5e6ebd555dc9\",\n                        \"first_name\": \"Staff\",\n                        \"last_name\": \"Name\",\n                        \"email\": \"staff@institution.edu\"\n                    },\n                    \"taxonomy\": null,\n                    \"is_private\": true,\n                    \"allowed_viewers\": [\n                        {\n                            \"$oid\": \"62e9496a3e685e44d92e\"\n                        }\n                    ],\n                    \"created_at\": \"2024-08-20T14:12:23+00:00\",\n                    \"updated_at\": \"2024-08-20T14:12:23+00:00\"\n                }\n            ],\n            \"territory\": {\n                \"name\": \"Eastern Territory\",\n                \"value\": \"east-territory\",\n                \"type\": \"term\",\n                \"guid\": \"instance.taxonomy.2911357\",\n                \"index_weight\": 30,\n                \"taxonomy\": \"instance.taxonomy.2005018\",\n                \"properties\": {\n                    \"code\": \"east-territory\",\n                    \"description\": \"Students from the eastern territory\",\n                    \"active\": true,\n                    \"segment_guid\": \"instance.segments.81577\"\n                },\n                \"created_at\": \"2024-01-11T14:55:44+00:00\"\n            },\n            \"user_relationships\": [\n                {\n                    \"relation\": {\n                        \"guid\": \"all.taxonomy.1690133\",\n                        \"name\": \"Sibling-Sibling\",\n                        \"value\": \"sibling-sibling\"\n                    },\n                    \"target\": {\n                        \"_id\": \"6333507711d99047cd2\",\n                        \"first_name\": \"Sibling\",\n                        \"last_name\": \"Name\"\n                    },\n                    \"is_targeted\": false\n                }\n            ],\n            \"visibility_groups\": [\n                \"62a0e8d5ca905e6edc9\",\n                \"Gz5340U0YvByASYAWvs6Kn3jaR6\",\n                \"IOn9Ww1nckNoYgq1fElpHfRywtX3\"\n            ],\n            \"owner\": \"62a0e8d5caebd555dc9\",\n            \"workflows\": [\n                {\n                    \"name\": \"Prospect to Applicant Push\",\n                    \"guid\": \"instnace.workflow.8749\",\n                    \"state\": \"active\",\n                    \"last_executed_step\": \"XW95BCZ\",\n                    \"last_executed_at\": \"2024-07-09T20:57:23+00:00\",\n                    \"aborted_at\": null,\n                    \"finished_at\": null,\n                    \"registered_at\": \"2024-07-09T20:52:27+00:00\",\n                    \"steps\": {\n                        \"XW95UBCZ\": {\n                            \"index\": \"XW9UBCZ\",\n                            \"description\": \"Step 1\",\n                            \"offset\": 1,\n                            \"branch_taken\": true,\n                            \"actions_taken\": [\n                                \"IGFBIWTR\"\n                            ],\n                            \"executed_at\": \"2024-07-09T20:57:23+00:00\"\n                        }\n                    }\n                },\n                {\n                    \"name\": \"Low Midterm Grade Group\",\n                    \"guid\": \"instance.workflow.43796\",\n                    \"state\": \"active\",\n                    \"last_executed_step\": null,\n                    \"last_executed_at\": \"2024-07-02T18:10:10+00:00\",\n                    \"aborted_at\": null,\n                    \"finished_at\": null,\n                    \"registered_at\": \"2024-07-02T18:10:10+00:00\",\n                    \"steps\": []\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"623be287-9e94-473e-b0b4-253fe41cdda0"}],"id":"18aa040f-8f34-4566-9f1a-119e05935783","_postman_id":"18aa040f-8f34-4566-9f1a-119e05935783","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"GPA","item":[{"name":"Get Profile GPAs","id":"723f50a7-1d3a-4387-b4e9-8a0a879f148c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{client}}.{{api}}/v2/users/:user_id/profile/gpa?feature={{feature}}&analytics={{analytics}}","urlObject":{"path":["v2","users",":user_id","profile","gpa"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"63ed61ee90d9223377078663","key":"user_id"}]}},"response":[{"id":"194be9a4-63fc-40f1-af41-22b2fd0df45a","name":"Get Profile GPAs","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{client}}.{{api}}/v2/users/:user_id/profile/gpa?feature={{feature}}&analytics={{analytics}}","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","profile","gpa"],"query":[{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"analytics","value":"{{analytics}}","description":"Optional."}],"variable":[{"key":"user_id","value":"","description":"Element ID for the user, their unique identifier assigned by Element451."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Oct 2025 14:22:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"gpa\": {\n            \"form_data\": {\n                \"_id\": \"virtual.form.profile\",\n                \"guid\": \"virtual.form.profile\",\n                \"fields\": [\n                    {\n                        \"slug\": \"user-admin-gpa-root\",\n                        \"data_type\": \"collection\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"subfields\": [\n                            {\n                                \"label\": \"What is your approximate GPA?\",\n                                \"name\": \"user-gpa-value\",\n                                \"size\": \"half\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"label\": \"Is this GPA official?\",\n                                \"name\": \"user-gpa-official\",\n                                \"data_source\": \"data_source.yesno\",\n                                \"data_source_text\": \"name\",\n                                \"data_source_value\": \"value\",\n                                \"source\": \"locked\",\n                                \"size\": \"half\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Yes\",\n                                        \"value\": true,\n                                        \"checked\": false,\n                                        \"name\": \"Yes\",\n                                        \"abbrev\": \"Y\"\n                                    },\n                                    {\n                                        \"text\": \"No\",\n                                        \"value\": false,\n                                        \"checked\": false,\n                                        \"name\": \"No\",\n                                        \"abbrev\": \"N\"\n                                    }\n                                ],\n                                \"type\": \"radio\"\n                            },\n                            {\n                                \"label\": \"GPA Scale\",\n                                \"name\": \"user-gpa-scale\",\n                                \"source\": \"locked\",\n                                \"options\": [\n                                    {\n                                        \"text\": \"Letter Grade (ex. A+)\",\n                                        \"value\": \"letter\"\n                                    },\n                                    {\n                                        \"text\": \"Percent Grade (100)\",\n                                        \"value\": \"percent\"\n                                    },\n                                    {\n                                        \"text\": \"4.0 Scale\",\n                                        \"value\": \"fourpoint\"\n                                    },\n                                    {\n                                        \"text\": \"5.0 Scale\",\n                                        \"value\": \"fivepoint\"\n                                    },\n                                    {\n                                        \"text\": \"11.0 Scale\",\n                                        \"value\": \"elevenpoint\"\n                                    },\n                                    {\n                                        \"text\": \"Other\",\n                                        \"value\": \"other\"\n                                    }\n                                ],\n                                \"help_text\": \"What type of GPA scale does your school use?\",\n                                \"size\": \"half\",\n                                \"type\": \"radio\"\n                            },\n                            {\n                                \"label\": \"GPA Rank\",\n                                \"name\": \"user-gpa-rank\",\n                                \"size\": \"half\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"label\": \"GPA Normalized?\",\n                                \"name\": \"user-gpa-normalized\",\n                                \"data_source\": \"data_source.yesno\",\n                                \"data_source_text\": \"name\",\n                                \"data_source_value\": \"value\",\n                                \"source\": \"locked\",\n                                \"size\": \"half\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Yes\",\n                                        \"value\": true,\n                                        \"checked\": false,\n                                        \"name\": \"Yes\",\n                                        \"abbrev\": \"Y\"\n                                    },\n                                    {\n                                        \"text\": \"No\",\n                                        \"value\": false,\n                                        \"checked\": false,\n                                        \"name\": \"No\",\n                                        \"abbrev\": \"N\"\n                                    }\n                                ],\n                                \"type\": \"radio\"\n                            },\n                            {\n                                \"label\": \"Counselor\",\n                                \"name\": \"user-gpa-counselor_id\",\n                                \"data_source\": true,\n                                \"source\": \"locked\",\n                                \"size\": \"half\",\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"label\": \"School Ceeb\",\n                                \"name\": \"user-gpa-school_ceeb\",\n                                \"size\": \"half\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"label\": \"School ID\",\n                                \"name\": \"user-gpa-school_id\",\n                                \"size\": \"half\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"label\": \"Transcript\",\n                                \"name\": \"user-gpa-transcript_guid\",\n                                \"size\": \"half\",\n                                \"type\": \"file\"\n                            }\n                        ],\n                        \"label\": \"Gpa\",\n                        \"name\": \"user-gpa\",\n                        \"type\": \"fieldset\",\n                        \"index_weight\": 1\n                    }\n                ]\n            },\n            \"user_data\": {\n                \"user-admin-gpa-root\": [\n                    {\n                        \"item_id\": \"VJHYU1OM\",\n                        \"schools_item_id\": \"ZBQ5BXE2\",\n                        \"official\": true,\n                        \"school_ceeb\": \"343239\",\n                        \"transcript_guid\": null,\n                        \"value\": 3.6,\n                        \"scale\": \"fourpoint\",\n                        \"rank\": \"35\",\n                        \"normalized\": null,\n                        \"gpa\": 3.6,\n                        \"school\": {\n                            \"ceeb\": \"343239\",\n                            \"name\": \"Southeast Raleigh High School\",\n                            \"street_1\": \"2600 Rock Quarry Rd\",\n                            \"city\": \"Raleigh\",\n                            \"state\": \"NC\",\n                            \"zipcode\": \"27610\",\n                            \"zipcode4\": \"5102\",\n                            \"type\": \"highschool\",\n                            \"county\": \"Wake\",\n                            \"country\": \"United States\"\n                        }\n                    },\n                    {\n                        \"item_id\": \"BUBNYV5R\",\n                        \"schools_item_id\": \"RENHPPRD\",\n                        \"official\": true,\n                        \"school_ceeb\": \"1981\",\n                        \"transcript_guid\": null,\n                        \"value\": 3.6,\n                        \"scale\": \"fourpoint\",\n                        \"rank\": \"35\",\n                        \"normalized\": null,\n                        \"gpa\": 3.6,\n                        \"school\": {\n                            \"ceeb\": \"1981\",\n                            \"name\": \"Academy of Art University\",\n                            \"street_1\": \"79 New Montgomery St\",\n                            \"city\": \"Sn Frncsco\",\n                            \"state\": \"CA\",\n                            \"zipcode\": \"94105\",\n                            \"country\": \"United States\",\n                            \"type\": \"college\",\n                            \"county\": \"San Francisco\"\n                        }\n                    },\n                    {\n                        \"item_id\": \"VJHYU1OM\",\n                        \"schools_item_id\": \"QPURLBDX\",\n                        \"official\": true,\n                        \"school_ceeb\": \"343239\",\n                        \"transcript_guid\": null,\n                        \"value\": 3.6,\n                        \"scale\": \"fourpoint\",\n                        \"rank\": \"35\",\n                        \"normalized\": null,\n                        \"gpa\": 3.6,\n                        \"school\": {\n                            \"ceeb\": \"343239\",\n                            \"name\": \"Southeast Raleigh High School\",\n                            \"street_1\": \"2600 Rock Quarry Rd\",\n                            \"city\": \"Raleigh\",\n                            \"state\": \"NC\",\n                            \"zipcode\": \"27610\",\n                            \"zipcode4\": \"5102\",\n                            \"type\": \"highschool\",\n                            \"county\": \"Wake\",\n                            \"country\": \"United States\"\n                        }\n                    },\n                    {\n                        \"item_id\": \"VJHYU1OM\",\n                        \"schools_item_id\": \"9O5XJPNI\",\n                        \"official\": true,\n                        \"school_ceeb\": \"343239\",\n                        \"transcript_guid\": null,\n                        \"value\": 3.6,\n                        \"scale\": \"fourpoint\",\n                        \"rank\": \"35\",\n                        \"normalized\": null,\n                        \"gpa\": 3.6,\n                        \"school\": {\n                            \"ceeb\": \"343239\",\n                            \"name\": \"Southeast Raleigh High School\",\n                            \"street_1\": \"2600 Rock Quarry Rd\",\n                            \"city\": \"Raleigh\",\n                            \"state\": \"NC\",\n                            \"zipcode\": \"27610\",\n                            \"zipcode4\": \"5102\",\n                            \"type\": \"highschool\",\n                            \"county\": \"Wake\",\n                            \"country\": \"United States\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"723f50a7-1d3a-4387-b4e9-8a0a879f148c"}],"id":"ae20687b-90c8-433c-b7e6-87cb51bdfbb0","_postman_id":"ae20687b-90c8-433c-b7e6-87cb51bdfbb0","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Identities","item":[{"name":"{identity_item_id}","item":[{"name":"Update User Identity by Item ID","id":"c0dfd553-a877-4bd5-a3cc-cbf9aee98e7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"SCHOOL_ID\",\n        \"value\": \"1234567\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/identities/:identity_item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Identity for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","identities",":identity_item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID, the unique identifier for the contact.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Unique identifier for the identity item, found with GET to identities route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"identity_item_id"}]}},"response":[],"_postman_id":"c0dfd553-a877-4bd5-a3cc-cbf9aee98e7d"},{"name":"Update User Identity by Index Weight","id":"8905d2e9-0840-4cec-961b-0698300a89ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"SCHOOL_ID\",\n        \"value\": \"1234567\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/identities/:identity_item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Identity for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","identities",":identity_item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID, the unique identifier for the contact.</p>\n","type":"text/plain"},"type":"string","value":"","key":"user_id"},{"description":{"content":"<p>Unique identifier for the identity item, found with GET to identities route.</p>\n","type":"text/plain"},"type":"string","value":"","key":"identity_index_weight"}]}},"response":[],"_postman_id":"8905d2e9-0840-4cec-961b-0698300a89ba"},{"name":"Delete User Identity","id":"1a3a5954-162c-4d64-bf94-bf1e34b3a8b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/identities/:identity_item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Identity for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","identities",":identity_item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID, the unique identifier for the contact.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Uniquen identifier for the identity item. Found with GET to identities route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"identity_item_id"}]}},"response":[],"_postman_id":"1a3a5954-162c-4d64-bf94-bf1e34b3a8b7"},{"name":"Delete User Identity by Index Weight","id":"d4ab6c88-8424-4c9d-85b9-9f0be8d13b7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/identities/:identity_item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Identity for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","identities",":identity_item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"id":"eaaf328c-169b-4bb5-ad4d-4a6da26baeb1","description":{"content":"<p>Element ID, the unique identifier for the contact.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"id":"afffd7af-8093-41d8-890c-3a9139fb1a53","description":{"content":"<p>Uniquen identifier for the identity item. Found with GET to identities route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"identity_item_id"}]}},"response":[],"_postman_id":"d4ab6c88-8424-4c9d-85b9-9f0be8d13b7b"}],"id":"132cf503-a7bd-4009-95f6-7ecef618dea2","_postman_id":"132cf503-a7bd-4009-95f6-7ecef618dea2","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get User Identities","id":"6c8a408a-f083-4655-8457-af799ee6551b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/identities?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Identity for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","identities"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID, the unique identifier for the contact.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"d0677680-813a-4d7e-96bd-8339365563eb","name":"Get User Identities","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/profile/identities?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","profile","identities"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"user_id","value":"","description":"Element ID, the unique identifier for the contact."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Oct 2025 21:18:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"identities\": {\n            \"form_data\": {\n                \"_id\": \"virtual.form.profile\",\n                \"guid\": \"virtual.form.profile\",\n                \"fields\": [\n                    {\n                        \"slug\": \"user-identities-root\",\n                        \"data_type\": \"collection\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"subfields\": [\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"not_in\",\n                                        \"not_in\": \"SPARK_ID\"\n                                    }\n                                ],\n                                \"label\": \"Type\",\n                                \"name\": \"user-identities-type\",\n                                \"source\": \"locked\",\n                                \"options\": [\n                                    {\n                                        \"text\": \"Act Id\",\n                                        \"value\": \"ACT_ID\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Anthology Id\",\n                                        \"value\": \"ANTHOLOGY_ID\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Cas Id\",\n                                        \"value\": \"CAS_ID\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Coalition Id\",\n                                        \"value\": \"COALITION_ID\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"College Board Id\",\n                                        \"value\": \"COLLEGE_BOARD_ID\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Common App Id\",\n                                        \"value\": \"COMMONAPP_ID\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Encoura Id\",\n                                        \"value\": \"ENCOURA_ID\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Historic Id\",\n                                        \"value\": \"HISTORIC_ID\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"School Email\",\n                                        \"value\": \"SCHOOL_EMAIL\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"School Id\",\n                                        \"value\": \"SCHOOL_ID\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"State Id\",\n                                        \"value\": \"STATE_ID\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Search Id\",\n                                        \"value\": \"SEARCH_ID\",\n                                        \"checked\": true\n                                    },\n                                    {\n                                        \"text\": \"NC Student Number Id\",\n                                        \"value\": \"NC_STUDENT_NUMBER_ID\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"size\": \"full\",\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    },\n                                    {\n                                        \"type\": \"unique\",\n                                        \"resource\": \"users\",\n                                        \"slug\": \"user-identities-value\",\n                                        \"form_field_scope\": \"user-identities-type\"\n                                    }\n                                ],\n                                \"label\": \"Value\",\n                                \"name\": \"user-identities-value\",\n                                \"size\": \"full\",\n                                \"type\": \"text\"\n                            }\n                        ],\n                        \"label\": \"User Identity\",\n                        \"name\": \"user-identities\",\n                        \"type\": \"fieldset\",\n                        \"index_weight\": 1\n                    }\n                ]\n            },\n            \"user_data\": {\n                \"user-identities-root\": [\n                    {\n                        \"type\": \"SPARK_ID\",\n                        \"value\": \"XP6821LK\",\n                        \"index_weight\": 1,\n                        \"item_id\": \"PJVP8BDJ\"\n                    },\n                    {\n                        \"type\": \"EMAIL\",\n                        \"value\": \"example@element451.com\",\n                        \"index_weight\": 2\n                    },\n                    {\n                        \"type\": \"SCHOOL_ID\",\n                        \"value\": \"20359971\",\n                        \"index_weight\": 3,\n                        \"item_id\": \"OED631NW\"\n                    },\n                    {\n                        \"type\": \"CAMPUS_NEXUS_ID\",\n                        \"index_weight\": 4,\n                        \"value\": \"239081009\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"6c8a408a-f083-4655-8457-af799ee6551b"},{"name":"Create User Identity","id":"517a3b3f-9792-4988-82ec-e77eece7556b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"act\",\n        \"value\": \"UniqueACTid\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/identities?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Identity for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","identities"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID, the unique identifier for the contact.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"517a3b3f-9792-4988-82ec-e77eece7556b"}],"id":"3f927c9a-67d7-49bf-a4e0-6c02fa194e7a","description":"<p>Access and manage Identities on user's Profile. Identities uniquely identitfy a person.</p>\n","_postman_id":"3f927c9a-67d7-49bf-a4e0-6c02fa194e7a","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Milestones","item":[{"name":"{milestone_index}","item":[{"name":"Update User Milestone","id":"1025ea90-3280-4868-af17-22d4d235b723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"DEPOSIT\",\n        \"name\": \"Dashboard\",\n        \"term\": \"tu.terms.451\",\n        \"major\": \"tu.majors.451\",\n        \"application_guid\": \"tu.apps.451\",\n        \"registration_id\": \"4MZSXBUE\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/milestones/:milestone_index?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Milestone for a User.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","milestones",":milestone_index"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Index of specific Milestone in the Array. Can be found with GET to this route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"milestone_index"}]}},"response":[],"_postman_id":"1025ea90-3280-4868-af17-22d4d235b723"},{"name":"Delete User Milestone","id":"6341bcde-2935-4e60-b38d-01dc280281f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/milestones/:milestone_index?feature={{feature}}&analytics={{analytics}}","description":"<p>Deletes an existing Milestone for a User.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","milestones",":milestone_index"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Index of specific Milestone in the Array. Can be found with GET to this route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"milestone_index"}]}},"response":[],"_postman_id":"6341bcde-2935-4e60-b38d-01dc280281f8"}],"id":"3c0f44d2-a423-46e5-8cd6-b35485743da7","_postman_id":"3c0f44d2-a423-46e5-8cd6-b35485743da7","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get User Milestones","id":"997381d0-5c67-4b70-addc-e33c1f35ab06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/milestones?feature={{feature}}&analytics={{analytics}}","description":"<p>Get array of User's Milestones</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","milestones"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"34f55e55-a182-47cc-811c-e7ca19b0c3da","name":"Get User Milestones","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/profile/milestones?feature={{feature}}&analytics={{analytics}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","profile","milestones"],"query":[{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"analytics","value":"{{analytics}}","description":"Optional."}],"variable":[{"key":"user_id","value":"","description":"Element ID for the user, their unique identifier assigned by Element451."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 15:37:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"milestones\": {\n            \"form_data\": {\n                \"_id\": \"virtual.form.profile\",\n                \"guid\": \"virtual.form.profile\",\n                \"fields\": [\n                    {\n                        \"slug\": \"user-milestones-root\",\n                        \"data_type\": \"collection\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"subfields\": [\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"label\": \"Type\",\n                                \"name\": \"user-milestones-type\",\n                                \"source\": \"locked\",\n                                \"options\": [\n                                    {\n                                        \"text\": \"Admitted Date\",\n                                        \"value\": \"ADMIT\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Application Complete Date\",\n                                        \"value\": \"APPLICATION_COMPLETE\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Application Decision Date\",\n                                        \"value\": \"APPLICATION_DECISION\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Application Start Date\",\n                                        \"value\": \"APPLICATION_START\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Application Submit Date\",\n                                        \"value\": \"APPLICATION_SUBMIT\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Checklist Complete Date\",\n                                        \"value\": \"CHECKLIST_COMPLETE\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Date of Inquiry\",\n                                        \"value\": \"PROSPECT\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Deny Date\",\n                                        \"value\": \"DENIED\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Deposited Date\",\n                                        \"value\": \"DEPOSIT\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Email Unsubscribe Date\",\n                                        \"value\": \"UNSUBSCRIBE_EMAIL\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Enrolled Date\",\n                                        \"value\": \"ENROLL\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Graduated Date\",\n                                        \"value\": \"GRADUATE\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Interview Date\",\n                                        \"value\": \"INTERVIEW\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"SMS Unsubscribe Date\",\n                                        \"value\": \"UNSUBSCRIBE_SMS\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Visit Date\",\n                                        \"value\": \"VISIT\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Waitlist Date\",\n                                        \"value\": \"WAITLIST\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Withdrawn Date\",\n                                        \"value\": \"WITHDRAW\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"On Hold Date\",\n                                        \"value\": \"HOLD\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Defer Date\",\n                                        \"value\": \"DEFERRED\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Conditional Admit Date\",\n                                        \"value\": \"CONDITIONAL_ADMIT\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"size\": \"full\",\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"label\": \"Name\",\n                                \"name\": \"user-milestones-name\",\n                                \"source\": \"locked\",\n                                \"options\": [\n                                    {\n                                        \"text\": \"Campaigns\",\n                                        \"value\": \"Campaigns\",\n                                        \"checked\": false,\n                                        \"options\": [\n                                            \"UNSUBSCRIBE_SMS\",\n                                            \"HARDBOUNCE_SMS\",\n                                            \"HARDBOUNCE_EMAIL\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Client Import\",\n                                        \"value\": \"Client Import\",\n                                        \"checked\": false,\n                                        \"options\": [\n                                            \"APPLICATION_START\",\n                                            \"APPLICATION_COMPLETE\",\n                                            \"APPLICATION_SUBMIT\",\n                                            \"APPLICATION_DECISION\",\n                                            \"CHECKLIST_COMPLETE\",\n                                            \"ADMIT\",\n                                            \"DENIED\",\n                                            \"GRADUATE\",\n                                            \"WAITLIST\",\n                                            \"DEPOSIT\",\n                                            \"WITHDRAW\",\n                                            \"ENROLL\",\n                                            \"UNSUBSCRIBE_SMS\",\n                                            \"UNSUBSCRIBE_EMAIL\",\n                                            \"HARDBOUNCE_SMS\",\n                                            \"HARDBOUNCE_EMAIL\",\n                                            \"INTERVIEW\",\n                                            \"PROSPECT\",\n                                            \"HOLD\",\n                                            \"DEFERRED\",\n                                            \"CONDITIONAL_ADMIT\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Dashboard\",\n                                        \"value\": \"Dashboard\",\n                                        \"checked\": false,\n                                        \"options\": [\n                                            \"APPLICATION_START\",\n                                            \"APPLICATION_COMPLETE\",\n                                            \"APPLICATION_SUBMIT\",\n                                            \"APPLICATION_DECISION\",\n                                            \"CHECKLIST_COMPLETE\",\n                                            \"ADMIT\",\n                                            \"DENIED\",\n                                            \"GRADUATE\",\n                                            \"WAITLIST\",\n                                            \"WITHDRAW\",\n                                            \"ENROLL\",\n                                            \"UNSUBSCRIBE_SMS\",\n                                            \"UNSUBSCRIBE_EMAIL\",\n                                            \"INTERVIEW\",\n                                            \"PROSPECT\",\n                                            \"HOLD\",\n                                            \"DEFERRED\",\n                                            \"CONDITIONAL_ADMIT\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Decision451\",\n                                        \"value\": \"Decision451\",\n                                        \"checked\": false,\n                                        \"options\": [\n                                            \"APPLICATION_DECISION\",\n                                            \"CHECKLIST_COMPLETE\",\n                                            \"ADMIT\",\n                                            \"DENIED\",\n                                            \"WAITLIST\",\n                                            \"WITHDRAW\",\n                                            \"HOLD\",\n                                            \"DEFERRED\",\n                                            \"CONDITIONAL_ADMIT\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Deposit Page\",\n                                        \"value\": \"Deposit Page\",\n                                        \"checked\": false,\n                                        \"options\": [\n                                            \"DEPOSIT\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Element451 App\",\n                                        \"value\": \"Element451 App\",\n                                        \"checked\": false,\n                                        \"options\": [\n                                            \"APPLICATION_START\",\n                                            \"APPLICATION_COMPLETE\",\n                                            \"APPLICATION_SUBMIT\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Email Click\",\n                                        \"value\": \"Email Click\",\n                                        \"checked\": false,\n                                        \"options\": [\n                                            \"UNSUBSCRIBE_EMAIL\",\n                                            \"PROSPECT\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Event451\",\n                                        \"value\": \"Event451\",\n                                        \"checked\": false,\n                                        \"options\": [\n                                            \"VISIT\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"First Visit\",\n                                        \"value\": \"First Visit\",\n                                        \"checked\": false,\n                                        \"options\": [\n                                            \"VISIT\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Last Visit\",\n                                        \"value\": \"Last Visit\",\n                                        \"checked\": false,\n                                        \"options\": [\n                                            \"VISIT\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Soft Bounce Limit\",\n                                        \"value\": \"Soft Bounce Limit\",\n                                        \"checked\": false,\n                                        \"options\": [\n                                            \"HARDBOUNCE_EMAIL\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Spam Complaint\",\n                                        \"value\": \"Spam Complaint\",\n                                        \"checked\": false,\n                                        \"options\": [\n                                            \"UNSUBSCRIBE_EMAIL\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Spark App\",\n                                        \"value\": \"Spark App\",\n                                        \"checked\": false,\n                                        \"options\": [\n                                            \"APPLICATION_START\",\n                                            \"APPLICATION_COMPLETE\",\n                                            \"APPLICATION_SUBMIT\"\n                                        ]\n                                    }\n                                ],\n                                \"size\": \"full\",\n                                \"filters\": {\n                                    \"criteria\": {\n                                        \"conditions\": [\n                                            {\n                                                \"target\": \"user-milestones-type\",\n                                                \"value\": \"options\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$in\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-milestones-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": [\n                                                        \"APPLICATION_START\",\n                                                        \"APPLICATION_COMPLETE\",\n                                                        \"APPLICATION_SUBMIT\",\n                                                        \"APPLICATION_DECISION\",\n                                                        \"CHECKLIST_COMPLETE\",\n                                                        \"CONDITIONAL_ADMIT\",\n                                                        \"DEFERRED\",\n                                                        \"ADMIT\",\n                                                        \"DENIED\",\n                                                        \"WAITLIST\",\n                                                        \"DEPOSIT\",\n                                                        \"WITHDRAW\"\n                                                    ]\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Application\",\n                                \"name\": \"user-milestones-application_guid\",\n                                \"source\": \"locked\",\n                                \"size\": \"half\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Main Application\",\n                                        \"value\": \"instance.applications.349\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Domestic Application\",\n                                        \"value\": \"instance.applications.366\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$in\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-milestones-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": [\n                                                        \"APPLICATION_START\",\n                                                        \"APPLICATION_COMPLETE\",\n                                                        \"APPLICATION_SUBMIT\",\n                                                        \"APPLICATION_DECISION\",\n                                                        \"CHECKLIST_COMPLETE\",\n                                                        \"CONDITIONAL_ADMIT\",\n                                                        \"DEFERRED\",\n                                                        \"ADMIT\",\n                                                        \"DENIED\",\n                                                        \"WAITLIST\",\n                                                        \"DEPOSIT\",\n                                                        \"WITHDRAW\"\n                                                    ]\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Application Type\",\n                                \"name\": \"user-milestones-application_type\",\n                                \"data_source\": true,\n                                \"source\": \"locked\",\n                                \"options\": [\n                                    {\n                                        \"text\": \"Internal\",\n                                        \"value\": \"internal\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"External\",\n                                        \"value\": \"external\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"size\": \"half\",\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-milestones-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": \"WITHDRAW\"\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Withdraw Reason\",\n                                \"name\": \"user-milestones-reason\",\n                                \"data_source\": true,\n                                \"source\": \"locked\",\n                                \"options\": [\n                                    {\n                                        \"text\": \"Prospect Withdrawal\",\n                                        \"value\": \"Prospect Withdrawal\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Institution Withdrawal\",\n                                        \"value\": \"Institution Withdrawal\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Applicant Withdrawal\",\n                                        \"value\": \"Applicant Withdrawal\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Declines Waitlist\",\n                                        \"value\": \"Declines Waitlist\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Declines Admission Offer\",\n                                        \"value\": \"Declines Admission Offer\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Applicant Withdrew - Deposit Refund\",\n                                        \"value\": \"Applicant Withdrew - Deposit Refund\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Applicant Withdrew - After Deposit\",\n                                        \"value\": \"Applicant Withdrew - After Deposit\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Enrollment Withdrawal\",\n                                        \"value\": \"Enrollment Withdrawal\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"size\": \"half\",\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-milestones-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": \"UNSUBSCRIBE_SMS\"\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Unsubscribe Number\",\n                                \"name\": \"user-milestones-number\",\n                                \"size\": \"half\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-milestones-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": \"INTERVIEW\"\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Interviewer\",\n                                \"name\": \"user-milestones-interviewer\",\n                                \"size\": \"half\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$in\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-milestones-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": [\n                                                        \"APPLICATION_DECISION\",\n                                                        \"CHECKLIST_COMPLETE\"\n                                                    ]\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Decision\",\n                                \"name\": \"user-milestones-decision\",\n                                \"size\": \"full\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-milestones-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": \"UNSUBSCRIBE_EMAIL\"\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Unsubscribe Email\",\n                                \"name\": \"user-milestones-email\",\n                                \"size\": \"half\",\n                                \"type\": \"text\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-milestones-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": \"ENROLL\"\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Enrollment Status\",\n                                \"name\": \"user-milestones-enrollment_status\",\n                                \"size\": \"half\",\n                                \"data_source\": true,\n                                \"source\": \"locked\",\n                                \"options\": [\n                                    {\n                                        \"text\": \"Active\",\n                                        \"value\": \"active\"\n                                    },\n                                    {\n                                        \"text\": \"Inactive\",\n                                        \"value\": \"inactive\"\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$eq\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-milestones-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": \"DEPOSIT\"\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Deposit Status\",\n                                \"name\": \"user-milestones-deposit_status\",\n                                \"size\": \"half\",\n                                \"data_source\": true,\n                                \"source\": \"locked\",\n                                \"options\": [\n                                    {\n                                        \"text\": \"Active\",\n                                        \"value\": \"active\"\n                                    },\n                                    {\n                                        \"text\": \"Inactive\",\n                                        \"value\": \"inactive\"\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"transformations\": [\n                                    {\n                                        \"type\": \"mongodate\"\n                                    }\n                                ],\n                                \"label\": \"Date\",\n                                \"name\": \"user-milestones-date\",\n                                \"size\": \"half\",\n                                \"type\": \"datepicker\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$in\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-milestones-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": [\n                                                        \"APPLICATION_START\",\n                                                        \"APPLICATION_COMPLETE\",\n                                                        \"APPLICATION_SUBMIT\",\n                                                        \"APPLICATION_DECISION\",\n                                                        \"CHECKLIST_COMPLETE\",\n                                                        \"ADMIT\",\n                                                        \"PROSPECT\",\n                                                        \"INTERVIEW\",\n                                                        \"DENIED\",\n                                                        \"ENROLL\",\n                                                        \"GRADUATE\",\n                                                        \"WAITLIST\",\n                                                        \"DEPOSIT\",\n                                                        \"WITHDRAW\",\n                                                        \"HOLD\",\n                                                        \"DEFERRED\",\n                                                        \"CONDITIONAL_ADMIT\"\n                                                    ]\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Term\",\n                                \"name\": \"user-milestones-term\",\n                                \"source\": \"locked\",\n                                \"size\": \"half\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"2024 Fall\",\n                                        \"value\": \"instance.terms.1843\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"2024 Spring\",\n                                        \"value\": \"instance.terms.35767\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"2024 Summer\",\n                                        \"value\": \"instance.terms.35768\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"2024 Winter\",\n                                        \"value\": \"instance.terms.1844\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"2025 Fall\",\n                                        \"value\": \"instance.terms.1845\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$in\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-milestones-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": [\n                                                        \"PROSPECT\",\n                                                        \"INTERVIEW\",\n                                                        \"APPLICATION_START\",\n                                                        \"APPLICATION_SUBMIT\",\n                                                        \"APPLICATION_COMPLETE\",\n                                                        \"CHECKLIST_COMPLETE\",\n                                                        \"APPLICATION_DECISION\",\n                                                        \"CONDITIONAL_ADMIT\",\n                                                        \"HOLD\",\n                                                        \"DEFERRED\",\n                                                        \"ADMIT\",\n                                                        \"DENIED\",\n                                                        \"GRADUATE\",\n                                                        \"WAITLIST\",\n                                                        \"DEPOSIT\",\n                                                        \"ENROLL\",\n                                                        \"WITHDRAW\"\n                                                    ]\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Major\",\n                                \"name\": \"user-milestones-major\",\n                                \"source\": \"locked\",\n                                \"size\": \"half\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Accounting\",\n                                        \"value\": \"instance.major.124059\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Biological Sciences\",\n                                        \"value\": \"instance.major.5934\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Business\",\n                                        \"value\": \"instance.major.130260\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Environmental Science\",\n                                        \"value\": \"instance.major.227342\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$in\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-milestones-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": [\n                                                        \"GRADUATE\"\n                                                    ]\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Degree\",\n                                \"name\": \"user-milestones-degree\",\n                                \"source\": \"locked\",\n                                \"size\": \"half\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Associate of Applied Science\",\n                                        \"value\": \"AAS\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Associate of Arts\",\n                                        \"value\": \"AA\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Associate of Science\",\n                                        \"value\": \"AS\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$in\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-milestones-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": [\n                                                        \"APPLICATION_START\",\n                                                        \"APPLICATION_SUBMIT\",\n                                                        \"APPLICATION_COMPLETE\",\n                                                        \"CHECKLIST_COMPLETE\",\n                                                        \"APPLICATION_DECISION\",\n                                                        \"CONDITIONAL_ADMIT\",\n                                                        \"DEFERRED\",\n                                                        \"ADMIT\",\n                                                        \"DENIED\",\n                                                        \"WAITLIST\",\n                                                        \"DEPOSIT\",\n                                                        \"ENROLL\",\n                                                        \"WITHDRAW\"\n                                                    ]\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Student Type\",\n                                \"name\": \"user-milestones-student_type\",\n                                \"data_source\": \"data_source.student_type\",\n                                \"data_source_text\": \"label\",\n                                \"data_source_value\": \"short\",\n                                \"source\": \"locked\",\n                                \"size\": \"half\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Freshman\",\n                                        \"value\": \"F\",\n                                        \"checked\": false,\n                                        \"label\": \"Freshman\",\n                                        \"full\": \"freshman\",\n                                        \"short\": \"F\"\n                                    },\n                                    {\n                                        \"text\": \"Transfer\",\n                                        \"value\": \"T\",\n                                        \"checked\": false,\n                                        \"label\": \"Transfer\",\n                                        \"full\": \"transfer\",\n                                        \"short\": \"T\"\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            }\n                        ],\n                        \"label\": \"User Milestone\",\n                        \"name\": \"user-milestones\",\n                        \"type\": \"fieldset\",\n                        \"index_weight\": 1\n                    }\n                ]\n            },\n            \"user_data\": {\n                \"user-milestones-root\": [\n                    {\n                        \"name\": \"Record Created\",\n                        \"type\": \"CREATED\",\n                        \"date\": \"2023-02-15T22:51:26+00:00\",\n                        \"index_weight\": 1\n                    },\n                    {\n                        \"name\": \"Landing Page\",\n                        \"type\": \"PROSPECT\",\n                        \"date\": \"2023-02-15T22:51:27+00:00\",\n                        \"index_weight\": 2\n                    },\n                    {\n                        \"name\": \"Element451 App\",\n                        \"application_guid\": \"instance.applications.366\",\n                        \"application_type\": \"internal\",\n                        \"term\": \"instance.terms.1838\",\n                        \"registration_id\": \"A5RKEYB7\",\n                        \"major\": \"instance.major.3461\",\n                        \"student_type\": \"F\",\n                        \"type\": \"APPLICATION_START\",\n                        \"date\": \"2023-07-06T18:49:20+00:00\",\n                        \"index_weight\": 3\n                    },\n                    {\n                        \"name\": \"Record Created\",\n                        \"type\": \"CREATED\",\n                        \"date\": \"2023-09-06T20:34:37+00:00\",\n                        \"index_weight\": 4\n                    },\n                    {\n                        \"name\": \"Dashboard\",\n                        \"application_guid\": \"instance.applications.366\",\n                        \"application_type\": \"internal\",\n                        \"term\": \"instance.terms.1843\",\n                        \"major\": \"instance.major.3461\",\n                        \"student_type\": \"trad\",\n                        \"type\": \"APPLICATION_START\",\n                        \"date\": \"2024-01-30T04:15:00+00:00\",\n                        \"index_weight\": 5\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"997381d0-5c67-4b70-addc-e33c1f35ab06"},{"name":"Create User Milestone","id":"3b0a72d9-221b-428b-a51f-6b85c6a10bb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"DEPOSIT\",\n        \"name\": \"Deposit Milestone\",\n        \"term\": \"tu.terms.451\",\n        \"major\": \"tu.majors.451\",\n        \"application_guid\": \"tu.apps.451\",\n        \"registration_id\": \"4MZSXBUE\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/milestones?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Milestone for a User. Will pop into the array at next avaliable index.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","milestones"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"3b0a72d9-221b-428b-a51f-6b85c6a10bb3"}],"id":"60045754-92ab-47fc-9b26-d01a3a15d153","description":"<p>Access and manage Milestones on user's Profile. Milestone's track user's progression through traditional enrollment funnel for a given academic term.</p>\n","_postman_id":"60045754-92ab-47fc-9b26-d01a3a15d153","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Phones","item":[{"name":"Delete User Phone","id":"5c8f6fef-33d2-4c53-82a6-248953bd5110","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/phones/:phone_number?analytics={{analytics}}&feature={{feature}}&type=","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","phones",":phone_number"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>home | cell. Type of phone number.</p>\n","type":"text/plain"},"key":"type","value":""}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>The phone number to be deleted. </p>\n","type":"text/plain"},"type":"any","value":"","key":"phone_number"}]}},"response":[],"_postman_id":"5c8f6fef-33d2-4c53-82a6-248953bd5110"}],"id":"845d4d94-ee8e-4097-92c3-3dfe18cf9db5","_postman_id":"845d4d94-ee8e-4097-92c3-3dfe18cf9db5","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Programs","item":[{"name":"{program_item_id}","item":[{"name":"Update Profile Enrolled Programs","id":"c5720d56-359b-4288-9866-57edba1c87b2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept-encoding":true,"connection":true}},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"major\": \"training.major.109423\",\n        \"status\": \"active\",\n        \"degree_code\": \"A\",\n        \"term\": \"training.terms.41826\",\n        \"campus\": \"training.campus.113\",\n        \"cumulative_gpa\": \"8.2\",\n        \"major_gpa\": \"9.3\",\n        \"earned_credits\": 11,\n        \"attempted_credits\": 20,\n        \"start_date\": \"Thu Aug 12 21:13:17 +0000 2024\",\n        \"end_date\": \"Mon May 09 22:55:48 +0000 2026\",\n        \"external_id\": \"ABCD\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{client}}.{{api}}/v2/users/:user_id/profile/programs/:program_item_id?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"path":["v2","users",":user_id","profile","programs",":program_item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Unique identifier for the program. Found with GET to programs route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"program_item_id"}]}},"response":[],"_postman_id":"c5720d56-359b-4288-9866-57edba1c87b2"},{"name":"Delete Profile Enrolled Programs","id":"7eb887b2-839a-4233-92d5-3867b31bf734","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"DELETE","header":[],"url":"{{client}}.{{api}}/v2/users/:user_id/profile/programs/:program_item_id?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"path":["v2","users",":user_id","profile","programs",":program_item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Unique identifier for the program. Found with GET to programs route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"program_item_id"}]}},"response":[],"_postman_id":"7eb887b2-839a-4233-92d5-3867b31bf734"}],"id":"404f06e7-3144-4973-82be-b6a2473b5260","_postman_id":"404f06e7-3144-4973-82be-b6a2473b5260","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Profile Enrolled Programs","id":"f3f9952f-74d7-4141-bc4d-5e3f4fe355c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{client}}.{{api}}/v2/users/:user_id/profile/programs?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"path":["v2","users",":user_id","profile","programs"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"38c07081-46f3-4f0d-a1b1-a90ba6304063","name":"Get Profile Enrolled Programs","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{client}}.{{api}}/v2/users/:user_id/profile/programs?feature={{feature}}&analytics={{analytics}}","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","profile","programs"],"query":[{"key":"feature","value":"{{feature}}","description":"Required."},{"key":"analytics","value":"{{analytics}}","description":"Optional."}],"variable":[{"key":"user_id","value":"","description":"Element ID for the user, their unique identifier assigned by Element451."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Oct 2025 21:09:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"programs\": {\n            \"form_data\": {\n                \"fields\": []\n            },\n            \"user_data\": {\n                \"user-programs-root\": [\n                    {\n                        \"major\": \"instance.major.124059\",\n                        \"start_date\": {\n                            \"$date\": {\n                                \"$numberLong\": \"1723756397000\"\n                            }\n                        },\n                        \"end_date\": {\n                            \"$date\": {\n                                \"$numberLong\": \"1778540148000\"\n                            }\n                        },\n                        \"status\": \"active\",\n                        \"degree_code\": \"A\",\n                        \"term\": \"instance.terms.41826\",\n                        \"campus\": \"instance.campus.113\",\n                        \"cumulative_gpa\": 8.2,\n                        \"major_gpa\": 9.3,\n                        \"earned_credits\": 11,\n                        \"attempted_credits\": 20,\n                        \"external_id\": \"ABCD\",\n                        \"index_weight\": 1,\n                        \"item_id\": \"8XUT94PE\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"f3f9952f-74d7-4141-bc4d-5e3f4fe355c8"},{"name":"Create Profile Enrolled Programs","id":"844236a4-5473-4c3f-9571-5d92c2011e00","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"major\": \"training.major.124059\",\n        \"status\": \"active\",\n        \"degree_code\": \"A\",\n        \"term\": \"training.terms.41826\",\n        \"campus\": \"training.campus.113\",\n        \"cumulative_gpa\": \"8.2\",\n        \"major_gpa\": \"9.3\",\n        \"earned_credits\": 11,\n        \"attempted_credits\": 20,\n        \"start_date\": \"Thu Aug 12 21:13:17 +0000 2024\",\n        \"end_date\": \"Mon May 09 22:55:48 +0000 2026\",\n        \"external_id\": \"ABCD\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{client}}.{{api}}/v2/users/:user_id/profile/programs?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"path":["v2","users",":user_id","profile","programs"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"844236a4-5473-4c3f-9571-5d92c2011e00"}],"id":"b30a9738-fea0-4069-a549-87bb79b8086d","_postman_id":"b30a9738-fea0-4069-a549-87bb79b8086d","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"School","item":[{"name":"{school_id}","item":[{"name":"Update User School","id":"e969d3d9-0628-46de-838b-ed3e7fb89b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"transcript_guid\": \"client.files.451\",\n        \"ceeb\": \"390730\",\n        \"city\": \"xTamaqua\",\n        \"counselor\" : {\n            \"email\": \"test@test.com\",\n            \"firstname\": \"Marin\",\n            \"lastname\": \"Test\"\n        },\n        \"country\": \"United States\",\n        \"county\": \"Schuylkill\",\n        \"end_date\": \"2022-03-31T00:00:00.000+00:00\",\n        \"entry_type\": \"highschool\",\n        \"external_id\": \"12345\",\n        \"gpa\": \"11\",\n        \"gpa_official\": true,\n        \"gpa_scale\": \"fivepoint\",\n        \"gpa_rank\": \"Rank\",\n        \"graduate\": true,\n        \"graduate_date\": \"2022-03-31T00:00:00.000+00:00\",\n        \"name\": \"Marian Catholic High School\",\n        \"start_date\": \"2022-03-16T00:00:00.000+00:00\",\n        \"state\": \"PA\",\n        \"street_1\": \"166 Marian Ave\",\n        \"type\": \"highschool\",\n        \"zipcode\": \"18252\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/schools/:school_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing school on the user's profile. School items are identified by an item_id.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","schools",":school_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Unique identifier for the school item in the array. Can be found with GET to this route.</p>\n","type":"text/plain"},"type":"any","value":"","key":"school_id"}]}},"response":[],"_postman_id":"e969d3d9-0628-46de-838b-ed3e7fb89b0c"},{"name":"Delete User School","id":"caea3d77-8adf-4a0b-98c1-a9bf70120687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/schools/:school_item_id?analytics={{analytics}}&feature={{feature}}","description":"<p>Deletes a user's school. School items are identified by an item_id.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","schools",":school_item_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"type":"any","value":"","key":"school_item_id"}]}},"response":[],"_postman_id":"caea3d77-8adf-4a0b-98c1-a9bf70120687"}],"id":"8b7ff223-e7c0-4459-b53e-123e33b8bdd6","_postman_id":"8b7ff223-e7c0-4459-b53e-123e33b8bdd6","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Create User School","id":"bee88557-c69a-4cf4-afca-cbcf62c8a02e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"ceeb\": \"390730\",\n        \"city\": \"Tamaqua\",\n        \"counselor\" : {\n            \"email\": \"test@test.com\",\n            \"firstname\": \"Marin\",\n            \"lastname\": \"Test\"\n        },\n        \"country\": \"United States\",\n        \"county\": \"Schuylkill\",\n        \"end_date\": \"2022-03-31T00:00:00.000+00:00\",\n        \"entry_type\": \"highschool\",\n        \"external_id\": \"12345\",\n        \"gpa\": \"11\",\n        \"gpa_official\": true,\n        \"gpa_scale\": \"fivepoint\",\n        \"gpa_rank\": \"Rank\",\n        \"graduate\": true,\n        \"graduate_date\": \"2022-03-31T00:00:00.000+00:00\",\n        \"name\": \"Marian Catholic High School\",\n        \"start_date\": \"2022-03-16T00:00:00.000+00:00\",\n        \"state\": \"PA\",\n        \"street_1\": \"166 Marian Ave\",\n        \"type\": \"highschool\",\n        \"zipcode\": \"18252\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/schools?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new School for a User.</p>\n","urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","schools"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Element ID for the user, their unique identifier assigned by Element451.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"bee88557-c69a-4cf4-afca-cbcf62c8a02e"}],"id":"f96149f0-e757-4e47-a222-dfa3c53aa4ed","description":"<p>Access and manage Schools on user's Profile. Schools are education institutions that the student is currently attenting or has previously attended, like a high school or college.</p>\n","_postman_id":"f96149f0-e757-4e47-a222-dfa3c53aa4ed","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Sources","item":[{"name":"Get Sources","id":"71841b75-a8ba-4aed-ba3b-7e689782faa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/sources?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new School for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","sources"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the contact, found with GET to v2/users.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"f57a81df-19d5-496b-aaf4-35e505d62aac","name":"Get User Sources","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/profile/sources?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","profile","sources"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"user_id","value":"","description":"Unique identifier for the contact, found with GET to v2/users."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Oct 2025 19:14:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": {\n        \"sources\": {\n            \"form_data\": {\n                \"_id\": \"virtual.form.profile\",\n                \"guid\": \"virtual.form.profile\",\n                \"fields\": [\n                    {\n                        \"slug\": \"user-sources-root\",\n                        \"data_type\": \"collection\",\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"subfields\": [\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"not_in\",\n                                        \"not_in\": \"WEB,EVENT,SEARCH,APP\"\n                                    }\n                                ],\n                                \"hidden\": true,\n                                \"default\": \"CUSTOM\",\n                                \"label\": \"Type\",\n                                \"name\": \"user-sources-type\",\n                                \"source\": \"locked\",\n                                \"size\": \"half\",\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"transformations\": [\n                                    {\n                                        \"type\": \"mongodate\"\n                                    }\n                                ],\n                                \"label\": \"Timestamp\",\n                                \"name\": \"user-sources-timestamp\",\n                                \"size\": \"half\",\n                                \"data_type\": \"date\",\n                                \"type\": \"datepicker\"\n                            },\n                            {\n                                \"validations\": [\n                                    {\n                                        \"type\": \"required\"\n                                    }\n                                ],\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$in\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-sources-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": [\n                                                        \"CUSTOM\",\n                                                        \"SEARCH\"\n                                                    ]\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"label\": \"Alias\",\n                                \"name\": \"user-sources-alias\",\n                                \"source\": \"locked\",\n                                \"size\": \"half\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Digital Marketing\",\n                                        \"value\": \"instance.taxonomy.1849240\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"High School Visit\",\n                                        \"value\": \"instance.taxonomy.2007632\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"College Fairs\",\n                                        \"value\": \"instance.taxonomy.2007732\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Demo Source Code\",\n                                        \"value\": \"instance.taxonomy.2020394\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Megan Source\",\n                                        \"value\": \"instance.taxonomy.2020395\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Purchased Lists\",\n                                        \"value\": \"instance.taxonomy.2020768\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"StriveScan\",\n                                        \"value\": \"instance.taxonomy.2387700\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Latest Sync\",\n                                        \"value\": \"instance.taxonomy.2779139\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Identity Created\",\n                                        \"value\": \"instance.taxonomy.2779140\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Chase Test\",\n                                        \"value\": \"instance.taxonomy.2780346\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Integration Run\",\n                                        \"value\": \"instance.taxonomy.2824679\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"International Partner\",\n                                        \"value\": \"instance.taxonomy.4116352\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Instagram\",\n                                        \"value\": \"instance.taxonomy.4119686\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"B2B Partner\",\n                                        \"value\": \"instance.taxonomy.4127676\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Imported from CFNC\",\n                                        \"value\": \"instance.taxonomy.4135834\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Imported from CFNC\",\n                                        \"value\": \"instance.taxonomy.4142775\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Imported from CFNC\",\n                                        \"value\": \"instance.taxonomy.4142778\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Imported from CFNC\",\n                                        \"value\": \"instance.taxonomy.4142781\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Imported from CFNC\",\n                                        \"value\": \"instance.taxonomy.4146607\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Jojo test\",\n                                        \"value\": \"instance.taxonomy.4150369\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Latest Sync\",\n                                        \"value\": \"instance.taxonomy.4150794\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Identity Created\",\n                                        \"value\": \"instance.taxonomy.4150795\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Latest Sync\",\n                                        \"value\": \"instance.taxonomy.4150798\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Identity Created\",\n                                        \"value\": \"instance.taxonomy.4150799\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Latest Sync\",\n                                        \"value\": \"instance.taxonomy.4150802\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Identity Created\",\n                                        \"value\": \"instance.taxonomy.4150803\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Latest Sync\",\n                                        \"value\": \"instance.taxonomy.4150806\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Identity Created\",\n                                        \"value\": \"instance.taxonomy.4150807\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Latest Sync\",\n                                        \"value\": \"instance.taxonomy.4150810\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Identity Created\",\n                                        \"value\": \"instance.taxonomy.4150811\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Latest Sync\",\n                                        \"value\": \"instance.taxonomy.4150814\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Identity Created\",\n                                        \"value\": \"instance.taxonomy.4150815\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Latest Sync\",\n                                        \"value\": \"instance.taxonomy.4150823\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Identity Created\",\n                                        \"value\": \"instance.taxonomy.4150824\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Latest Sync\",\n                                        \"value\": \"instance.taxonomy.4150834\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Identity Created\",\n                                        \"value\": \"instance.taxonomy.4150835\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Latest Sync\",\n                                        \"value\": \"instance.taxonomy.4150859\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Identity Created\",\n                                        \"value\": \"instance.taxonomy.4150860\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Latest Sync\",\n                                        \"value\": \"instance.taxonomy.4150865\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Ethos Identity Created\",\n                                        \"value\": \"instance.taxonomy.4150866\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"Facebook\",\n                                        \"value\": \"instance.taxonomy.4154116\",\n                                        \"checked\": false\n                                    },\n                                    {\n                                        \"text\": \"FAFSA\",\n                                        \"value\": \"instance.taxonomy.4169066\",\n                                        \"checked\": false\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            },\n                            {\n                                \"conditionals\": [\n                                    {\n                                        \"criteria\": {\n                                            \"operator\": \"$in\",\n                                            \"conditions\": [\n                                                {\n                                                    \"target\": \"user-sources-type\",\n                                                    \"scope\": \"form\",\n                                                    \"value\": [\n                                                        \"CUSTOM\",\n                                                        \"SEARCH\"\n                                                    ]\n                                                }\n                                            ]\n                                        },\n                                        \"actions\": [\n                                            {\n                                                \"action\": \"show\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"filters\": {\n                                    \"criteria\": {\n                                        \"operator\": \"$in\",\n                                        \"conditions\": [\n                                            {\n                                                \"target\": \"user-sources-alias\",\n                                                \"value\": \"alias\"\n                                            }\n                                        ]\n                                    }\n                                },\n                                \"autocomplete\": true,\n                                \"label\": \"Segment\",\n                                \"name\": \"user-sources-segment\",\n                                \"source\": \"locked\",\n                                \"size\": \"half\",\n                                \"data_source_settings\": [\n                                    {\n                                        \"text\": \"Twitter\",\n                                        \"value\": \"instance.taxonomy.1849241\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.1849240\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Facebook\",\n                                        \"value\": \"instance.taxonomy.1849242\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.1849240\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"testing 1\",\n                                        \"value\": \"instance.taxonomy.2009611\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2007632\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Virtual Visit\",\n                                        \"value\": \"instance.taxonomy.2016994\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2007632\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Test Segment\",\n                                        \"value\": \"instance.taxonomy.2020289\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2007632\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Roosevelt HS\",\n                                        \"value\": \"instance.taxonomy.2009612\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2007732\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Trinity HS\",\n                                        \"value\": \"instance.taxonomy.2009613\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2007732\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"East HS\",\n                                        \"value\": \"instance.taxonomy.2009615\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2007732\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Spring\",\n                                        \"value\": \"instance.taxonomy.4153232\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2020395\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Fall\",\n                                        \"value\": \"instance.taxonomy.4153233\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2020395\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Summer\",\n                                        \"value\": \"instance.taxonomy.4153234\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2020395\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"EAB\",\n                                        \"value\": \"instance.taxonomy.2020770\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2020768\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Cappex\",\n                                        \"value\": \"instance.taxonomy.2020771\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2020768\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"College Board\",\n                                        \"value\": \"instance.taxonomy.4119735\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2020768\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Chase Test\",\n                                        \"value\": \"instance.taxonomy.2780347\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2780346\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"VC TEST\",\n                                        \"value\": \"instance.taxonomy.2911132\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.2780346\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Fair\",\n                                        \"value\": \"instance.taxonomy.4116353\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.4116352\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Visit\",\n                                        \"value\": \"instance.taxonomy.4124031\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.4116352\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Psychology Online\",\n                                        \"value\": \"instance.taxonomy.4119687\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.4119686\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Psychology In-Person\",\n                                        \"value\": \"instance.taxonomy.4119688\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.4119686\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Psychology Retargeting\",\n                                        \"value\": \"instance.taxonomy.4119689\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.4119686\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Education Online\",\n                                        \"value\": \"instance.taxonomy.4119690\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.4119686\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Education In-Person\",\n                                        \"value\": \"instance.taxonomy.4119691\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.4119686\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Fayette County\",\n                                        \"value\": \"instance.taxonomy.4127677\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.4127676\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Laurel Business Institute\",\n                                        \"value\": \"instance.taxonomy.4127678\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.4127676\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Google\",\n                                        \"value\": \"instance.taxonomy.4150370\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.4150369\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Summer Melt\",\n                                        \"value\": \"instance.taxonomy.4154119\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.4154116\"\n                                        ]\n                                    },\n                                    {\n                                        \"text\": \"Program campaign\",\n                                        \"value\": \"instance.taxonomy.4154121\",\n                                        \"checked\": false,\n                                        \"alias\": [\n                                            \"instance.taxonomy.4154116\"\n                                        ]\n                                    }\n                                ],\n                                \"type\": \"select\"\n                            }\n                        ],\n                        \"label\": \"User Custom Source\",\n                        \"name\": \"user-sources\",\n                        \"type\": \"fieldset\",\n                        \"index_weight\": 1\n                    }\n                ]\n            },\n            \"user_data\": {\n                \"user-sources-root\": [\n                    {\n                        \"properties-formId\": \"instance.forms.1595\",\n                        \"properties-apiUrl\": \"https://instance.api.451.io/v2/\",\n                        \"properties-accessToken\": \"MlsFRztcPMs0OQziMvhY9\",\n                        \"properties-featureToken\": \"5fzoGZgZxFVLLD6ZHfWs\",\n                        \"properties-analyticsToken\": \"YMoepEAWjdB2rm1miA0RoHGMY\",\n                        \"properties-sourceUrl\": \"' encodeURIComponent(window.location.href) '\",\n                        \"type\": \"WEB\",\n                        \"index_weight\": 1,\n                        \"timestamp\": \"2023-02-15T22:51:27+00:00\",\n                        \"properties\": {\n                            \"formId\": \"instance.forms.1595\",\n                            \"apiUrl\": \"https://instance.api.451.io/v2/\",\n                            \"accessToken\": \"MlsFRztcPMs0OQziMvhY9\",\n                            \"featureToken\": \"5fzoGZgZxFVLLD6ZHfWs\",\n                            \"analyticsToken\": \"YMoepEAWjdB2rm1miA0RoHGMY\",\n                            \"sourceUrl\": \"' encodeURIComponent(window.location.href) '\"\n                        },\n                        \"url\": \"https://embed-forms.451.io/?formId=instance.forms.1595&apiUrl=https%3A%2F%2Finstance.api.451.io%2Fv2%2F&accessToken=MlsFRztcPMs0OQziMvhY9&featureToken=5fzoGZgZxFVLLD6ZHfWs&analyticsToken=YMoepEAWjdB2rm1miA0RoHGMY&sourceUrl=%27+encodeURIComponent(window.location.href)+%27\"\n                    },\n                    {\n                        \"properties-utm_source\": \"\",\n                        \"properties-utm_campaign\": \"\",\n                        \"properties-utm_medium\": \"\",\n                        \"properties-utm_content\": \"\",\n                        \"properties-utm_term\": \"\",\n                        \"properties-application_guid\": \"instance.applications.366\",\n                        \"properties-major\": \"\",\n                        \"properties-term\": \"\",\n                        \"properties-application_name\": \"Domestic Application\",\n                        \"properties-registration_id\": \"A5RKEYB7\",\n                        \"type\": \"APP\",\n                        \"name\": \"Application Registration\",\n                        \"timestamp\": \"2023-07-06T18:49:19+00:00\",\n                        \"properties\": {\n                            \"utm_source\": \"\",\n                            \"utm_campaign\": \"\",\n                            \"utm_medium\": \"\",\n                            \"utm_content\": \"\",\n                            \"utm_term\": \"\",\n                            \"application_guid\": \"instance.applications.366\",\n                            \"major\": \"\",\n                            \"term\": \"\",\n                            \"application_name\": \"Domestic Application\",\n                            \"registration_id\": \"A5RKEYB7\"\n                        },\n                        \"index_weight\": 2\n                    },\n                    {\n                        \"type\": \"CUSTOM\",\n                        \"timestamp\": \"2024-08-19T04:00:00+00:00\",\n                        \"alias\": \"instance.taxonomy.2007732\",\n                        \"segment\": \"instance.taxonomy.2009612\",\n                        \"index_weight\": 3,\n                        \"item_id\": \"GF4Y7PQJ\"\n                    },\n                    {\n                        \"type\": \"CUSTOM\",\n                        \"timestamp\": \"2025-03-09T00:00:00+00:00\",\n                        \"alias\": \"instance.taxonomy.4127676\",\n                        \"segment\": \"instance.taxonomy.4127677\",\n                        \"index_weight\": 4,\n                        \"item_id\": \"QNBTRE3S\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"71841b75-a8ba-4aed-ba3b-7e689782faa3"},{"name":"Create User CUSTOM Source","id":"60d137f5-84ad-4e3e-9b4d-3ed0c30d5a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"CUSTOM\",\n        \"timestamp\": \"2025-03-09T00:00:00.000+00:00\",\n        \"alias\": \"instance.taxonomy.4127676\",\n        \"segment\": \"instance.taxonomy.4127677\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile/sources?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new School for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile","sources"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the contact, found with GET to v2/users.</p>\n","type":"text/plain"},"type":"any","value":"63ed61ee90d9223377078663","key":"user_id"}]}},"response":[{"id":"aa6a9987-3788-4bb5-9ffe-b71ac7b6891f","name":"Create User CUSTOM Source","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"CUSTOM\",\n        \"timestamp\": \"2025-03-09T00:00:00.000+00:00\",\n        \"alias\": \"training.taxonomy.4127676\",\n        \"segment\": \"training.taxonomy.4127677\"\n    }\n}"},"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/profile/sources?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","profile","sources"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"user_id","value":"63ed61ee90d9223377078663","description":"Unique identifier for the contact, found with GET to v2/users."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Aug 2025 18:44:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"CUSTOM\",\n        \"timestamp\": \"2025-03-09T00:00:00+00:00\",\n        \"alias\": \"instance.taxonomy.4127676\",\n        \"segment\": \"instance.taxonomy.4127677\",\n        \"index_weight\": 4,\n        \"item_id\": \"QNBTRE3S\"\n    }\n}"}],"_postman_id":"60d137f5-84ad-4e3e-9b4d-3ed0c30d5a07"},{"name":"Update User Source","id":"e42a9341-08f1-4b44-977e-a4dd7ff56de7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"CUSTOM\",\n        \"timestamp\": \"2022-03-09T00:00:00.000+00:00\",\n        \"alias\": \"AliasId2\",\n        \"segment\": \"SegmentId2\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/users/{{USER_ID}}/profile/sources/{{SOURCE_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new School for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","{{USER_ID}}","profile","sources","{{SOURCE_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"e42a9341-08f1-4b44-977e-a4dd7ff56de7"},{"name":"Delete User Source","id":"65edebe5-3886-4627-8ecd-00e6d1a3bc73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/{{USER_ID}}/profile/sources/{{SOURCE_ID}}?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Updates an existing Milestone for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","{{USER_ID}}","profile","sources","{{SOURCE_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"65edebe5-3886-4627-8ecd-00e6d1a3bc73"}],"id":"3dfd9899-2532-42fd-b295-1c744376e86c","_postman_id":"3dfd9899-2532-42fd-b295-1c744376e86c","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Surveys","item":[{"name":"Get User Surveys","id":"77d4fd53-80d5-49a6-9db5-751bc92427c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{client}}.{{api}}/v2/users/{{user_id}}/profile/surveys?analytics={{analytics}}&feature={{feature}}","description":"<p>Return a list of survey's completed by a Contact.</p>\n<p>{{user_id}} is the unique identifier of the Contact.</p>\n","urlObject":{"protocol":"https","path":["v2","users","{{user_id}}","profile","surveys"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"a67fda1d-37c7-4b91-9970-6ca3eea3edb7","name":"Get Profile Surveys","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://{{client}}.{{api}}/v2/users/{{user_id}}/profile/surveys?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","{{user_id}}","profile","surveys"],"query":[{"key":"analytics","value":"{{analytics}}","description":"optional"},{"key":"feature","value":"{{feature}}","description":"required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Feb 2025 21:24:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"guid\": \"instance.survey.1901\",\n            \"name\": \"Visit Day Survey\",\n            \"status\": \"completed\",\n            \"source\": null,\n            \"date\": \"2024-11-21T11:05:36+00:00\",\n            \"year\": 2024\n        }\n    ]\n}"}],"_postman_id":"77d4fd53-80d5-49a6-9db5-751bc92427c9"}],"id":"7c686f25-ffce-4395-95d9-5ceb44948492","_postman_id":"7c686f25-ffce-4395-95d9-5ceb44948492","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Traits","item":[{"name":"Get User Profile Summary","id":"05bda673-52f5-4aa8-89e5-c61d9294b62d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/{{user_id}}/profile/traits?feature={{feature}}&analytics={{analytics}}","description":"<p>Return high level attributes of the Contact, such as name, email, date of birth, phone and address.</p>\n<p>{{user_id}} is the unique identifier for the Contact.</p>\n","urlObject":{"protocol":"https","path":["v2","users","{{user_id}}","profile","traits"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[{"id":"6bf2aa61-ac8c-4ca8-a5ab-382486d0920a","name":"Get User Profile Summary","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/{{user_id}}/profile/traits?feature={{feature}}&analytics={{analytics}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users","{{user_id}}","profile","traits"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Feb 2025 21:34:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"id\": \"63ed61ee90d9223377078663\",\n            \"type\": null,\n            \"profile_type\": \"student\",\n            \"email\": \"student@example.com\",\n            \"first_name\": \"Firstname\",\n            \"last_name\": \"Last\",\n            \"gender\": \"NA\",\n            \"active\": null,\n            \"date_of_birth\": \"01/01/2005\",\n            \"addresses\": [\n                {\n                    \"type\": \"home\",\n                    \"country\": \"USA\",\n                    \"city\": \"Raleigh\",\n                    \"state\": \"NC\",\n                    \"province\": null,\n                    \"street_1\": \"1 Glenwood Avenue\",\n                    \"street_2\": null,\n                    \"street_3\": null,\n                    \"zipcode\": \"27603\"\n                }\n            ],\n            \"phone\": [\n                {\n                    \"type\": \"cell\",\n                    \"country_alpha_2\": \"US\",\n                    \"country_code\": \"1\",\n                    \"number\": \"8008675309\"\n                }\n            ],\n            \"creation_date\": \"Wed Feb 15 22:51:26 +0000 2023\",\n            \"last_update_date\": \"Fri Feb 21 15:50:32 +0000 2025\",\n            \"last_login_date\": \"Mon Oct 07 21:52:21 +0000 2024\",\n            \"social_security_number\": null,\n            \"intended_term\": {\n                \"name\": \"2025 Fall\",\n                \"guid\": \"instance.terms.1845\"\n            },\n            \"intended_major\": {\n                \"name\": \"Underwater Basket Weaving\",\n                \"guid\": \"instance.major.109423\"\n            },\n            \"labels\": [],\n            \"avatar\": null,\n            \"workflows\": []\n        }\n    ]\n}"}],"_postman_id":"05bda673-52f5-4aa8-89e5-c61d9294b62d"}],"id":"3547d082-6e9f-42bb-99f0-26ea9f868431","_postman_id":"3547d082-6e9f-42bb-99f0-26ea9f868431","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Update User Profile","id":"edbc6afc-7a73-40bc-93da-f600e55aeeac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"template\": {\n            \"columns\": [\n                {\n                    \"field\": \"Email\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-email-address\",\n                    \"formula\": \"\",\n                    \"transformations\": [],\n                    \"scope\": [],\n                    \"validations\": [],\n                    \"type\": \"string\",\n                    \"range\": [\n                        \"unique\"\n                    ],\n                    \"empty\": \"remove\"\n                },\n                {\n                    \"field\": \"First Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-first-name\",\n                    \"formula\": \"\",\n                    \"transformations\": [],\n                    \"scope\": [],\n                    \"validations\": [],\n                    \"type\": \"string\",\n                    \"range\": [],\n                    \"empty\": \"remove\"\n                },\n                {\n                    \"field\": \"Last Name\",\n                    \"mode\": \"slug\",\n                    \"slug\": \"user-last-name\",\n                    \"formula\": \"\",\n                    \"transformations\": [],\n                    \"scope\": [],\n                    \"validations\": [],\n                    \"type\": \"string\",\n                    \"range\": [],\n                    \"empty\": \"remove\"\n                }\n            ]\n        },\n        \"data\": {\n            \"user-email-address\": \"john.smith4@example.com\",\n            \"user-first-name\": \"John\",\n            \"user-last-name\": \"Smith\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/users/:user_id/profile?feature={{feature}}&analytics={{analytics}}","description":"<p>Updates a user profile with the given fields.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","profile"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"edbc6afc-7a73-40bc-93da-f600e55aeeac"}],"id":"dffee98f-d07b-4960-bdea-2308563418f1","description":"<p>Access and manage data related to the user.</p>\n","_postman_id":"dffee98f-d07b-4960-bdea-2308563418f1","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Network","item":[{"name":"Connections","item":[{"name":"{connection_id}","item":[{"name":"Remove User Network Connection","id":"1da7cd39-bf3c-4d2c-98b3-56650a95d727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{client}}.{{api}}/v2/users/:user_id/network/connections/:connection_id?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"path":["v2","users",":user_id","network","connections",":connection_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>Identifier for the network connection.</p>\n","type":"text/plain"},"type":"any","value":"","key":"connection_id"}]}},"response":[{"id":"0ee16882-3450-4688-8577-a2be0e1c16b7","name":"Remove User Network Connection","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{client}}.{{api}}/v2/users/:user_id/network/connections/:connection_id?analytics={{analytics}}&feature={{feature}}","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","network","connections",":connection_id"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"user_id","value":"63ed619223377078663","description":"Unique identifier for the user."},{"key":"connection_id","value":"ZN6BRZVP","description":"Identifier for the network connection."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Dec 2025 15:41:26 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": []\n}"}],"_postman_id":"1da7cd39-bf3c-4d2c-98b3-56650a95d727"}],"id":"a1845999-e27f-4194-ac5a-daffd357aaec","_postman_id":"a1845999-e27f-4194-ac5a-daffd357aaec","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get User Network Connections","id":"2f0a2c33-5e2f-406b-b03e-3bb8674d0739","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{client}}.{{api}}/v2/users/:user_id/network/connections?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"path":["v2","users",":user_id","network","connections"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"eecc1959-ef75-4549-997f-a91cdc79c386","name":"Get User Network Connections","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{client}}.{{api}}/v2/users/:user_id/network/connections?analytics={{analytics}}&feature={{feature}}","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","network","connections"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"user_id","value":"63ed61ee377078663","description":"Unique identifier for the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Dec 2025 15:29:15 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"UDZWQO9Q\",\n            \"network_id\": \"my_network\",\n            \"role\": \"instance.taxonomy.4117149\",\n            \"target\": {\n                \"id\": \"62a0e8d5caebd555dc9\",\n                \"email\": \"staff.email@instance.edu\",\n                \"avatar\": {\n                    \"guid\": \"instance.files.2487436\",\n                    \"url\": \"https://s3.amazonaws.com/lum_test/instance/public/files/OWh3yDeT3tH1Zzc/headshot-sm.jpeg\",\n                    \"transformations\": {\n                        \"image_500x500_fit\": {\n                            \"url\": \"https://s3.amazonaws.com/lum_test/instance/public/files/OWh3yDeT3tH1Zzc/headshot-sm.jpeg.image_500x500_fit.jpeg\"\n                        },\n                        \"image_32x32_fit\": {\n                            \"url\": \"https://s3.amazonaws.com/lum_test/instance/public/files/OWh3yDeT3tH1Zzc/headshot-sm.jpeg.image_32x32_fit.jpeg\"\n                        }\n                    }\n                },\n                \"type\": \"internal\",\n                \"phone\": null,\n                \"addresses\": null,\n                \"first_name\": \"Staff\",\n                \"last_name\": \"Name\",\n                \"office_building\": null,\n                \"office_room\": null,\n                \"allow_direct_network_conn_messages\": null,\n                \"appointments_slug\": \"timothy\"\n            },\n            \"created_by\": \"62a0e8d5caebd555dc9\",\n            \"created_at\": \"2024-10-07T21:52:12+00:00\"\n        }\n    ]\n}"}],"_postman_id":"2f0a2c33-5e2f-406b-b03e-3bb8674d0739"},{"name":"Add User Network Connection","id":"22f6ad8f-5895-48b3-bada-b083f57f0927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"678a752ff61850b55a2\",\n    \"role_id\": \"instance.taxonomy.4117149\"\n}","options":{"raw":{"language":"json"}}},"url":"{{client}}.{{api}}/v2/users/:user_id/network/connections?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"path":["v2","users",":user_id","network","connections"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"5a1a8cd0-5eb4-47f0-a769-7c3d9542e447","name":"Add User Network Connection","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"678a752ff61850b55a2\",\n    \"role_id\": \"instance.taxonomy.4117149\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{client}}.{{api}}/v2/users/:user_id/network/connections?analytics={{analytics}}&feature={{feature}}","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","network","connections"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"user_id","value":"63ed61ee90d9223377078663","description":"Unique identifier for the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Dec 2025 15:33:45 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"ZN6BRZVY\",\n        \"network_id\": \"my_network\",\n        \"role\": \"instance.taxonomy.4117149\",\n        \"target\": {\n            \"id\": \"678a752ff61850b55a2\",\n            \"email\": \"staff.name@instance.edu\",\n            \"avatar\": {\n                \"guid\": \"instance.files.15214768\",\n                \"url\": \"https://s3.amazonaws.com/lum_test/instance/public/files/BmCNS7lNjEQyFl/2025_01_17_15_23_13_PM678a75e1d8c54.jpg\",\n                \"transformations\": {\n                    \"image_500x500_fit\": {\n                        \"url\": \"https://s3.amazonaws.com/lum_test/instance/public/files/BmCNS7lNjEQyFl/2025_01_17_15_23_13_PM678a75e1d8c54.jpg.image_500x500_fit.jpg\"\n                    },\n                    \"image_32x32_fit\": {\n                        \"url\": \"https://s3.amazonaws.com/lum_test/instance/public/files/BmCNS7lNjEQyFl/2025_01_17_15_23_13_PM678a75e1d8c54.jpg.image_32x32_fit.jpg\"\n                    }\n                }\n            },\n            \"type\": \"internal\",\n            \"phone\": null,\n            \"addresses\": null,\n            \"first_name\": \"Staff\",\n            \"last_name\": \"Name\",\n            \"office_building\": null,\n            \"office_room\": null,\n            \"allow_direct_network_conn_messages\": null\n        },\n        \"created_by\": \"62a0e8d5caebd555dc9\",\n        \"created_at\": \"2025-12-16T15:33:45+00:00\"\n    }\n}"}],"_postman_id":"22f6ad8f-5895-48b3-bada-b083f57f0927"}],"id":"601a0e62-17bc-426b-b80b-6cb2d3239606","_postman_id":"601a0e62-17bc-426b-b80b-6cb2d3239606","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}}],"id":"fd360c9b-8d37-4194-aba9-ccec8423ef70","description":"<p>Access and mange network connections for a given user.</p>\n","_postman_id":"fd360c9b-8d37-4194-aba9-ccec8423ef70","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Notes","item":[{"name":"{note_guid}","item":[{"name":"Update User Note","id":"149be621-1cae-492c-8074-4be8452828b0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\n    \"body\": \"<div style=\\\"font-size: 16px; font-family: sofia-pro;\\\"><p>example note another line @ContactSummary. test test</p></div>\",\n    \"type\": \"training.taxonomy.1849236\",\n    \"is_private\": false,\n    \"allowed_viewers\": []\n}","type":"text","uuid":"1ff75815-35d8-4764-b212-3e71ec2f9687"}]},"url":"https://{{client}}.{{api}}/v2/users/:user_id/notes/:note_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Updates a User's Note.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","notes",":note_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"63ed61ee90d9223377078663","key":"user_id"},{"description":{"content":"<p>Unique identifier for the note. Found with GET to v2/user/:user_id/notes.</p>\n","type":"text/plain"},"type":"any","value":"686d1ac58b238b457a02f284","key":"note_guid"}]}},"response":[{"id":"a0654d19-5655-4ffc-9c9f-81b4344183e3","name":"Update User Note","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\n    \"body\": \"<div style=\\\"font-size: 16px; font-family: sofia-pro;\\\"><p>example note another line @ContactSummary. test test</p></div>\",\n    \"type\": \"training.taxonomy.1849236\",\n    \"is_private\": false,\n    \"allowed_viewers\": []\n}","type":"text","uuid":"1ff75815-35d8-4764-b212-3e71ec2f9687"}]},"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/notes/:note_guid?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","notes",":note_guid"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"user_id","value":"63ed61ee90d9223377078663","description":"Unique identifier for the user."},{"key":"note_guid","value":"686d1ac58b238b457a02f284","description":"Unique identifier for the note. Found with GET to v2/user/:user_id/notes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Nov 2025 19:45:30 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2003,\n    \"devMessage\": \"The resource specified in the request was modified.\",\n    \"userMessage\": \"The resource specified in the request was modified.\",\n    \"data\": [\n        {\n            \"_id\": \"66c4a447755d2e0f2803c2\",\n            \"type\": \"instance.taxonomy.2012689\",\n            \"body\": \"<p>some deep and dark secrets&nbsp;</p>\",\n            \"created_at\": \"Tue Aug 20 14:12:23 +0000 2024\",\n            \"updated_at\": \"Tue Aug 20 14:12:23 +0000 2024\",\n            \"is_private\": true,\n            \"allowed_viewers\": [\n                \"62e94241a96e685e44d92e\"\n            ],\n            \"admin\": {\n                \"_id\": \"62a0d5ca905e6ebd555dc9\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"Name\",\n                \"email\": \"example@email.com\"\n            }\n        },\n        {\n            \"_id\": \"686c310c41f3dbec073815\",\n            \"type\": \"instance.taxonomy.1849236\",\n            \"body\": \"<div style=\\\"font-size: 16px; font-family: sofia-pro;\\\"><h1>example note</h1><p>much more detail</p><ul><li>list 1</li><li>list2</li></ul><pre>&lt;code example&gt;</pre></div>\",\n            \"created_at\": \"Mon Jul 07 20:41:48 +0000 2025\",\n            \"updated_at\": \"Tue Jul 08 13:22:20 +0000 2025\",\n            \"is_private\": false,\n            \"allowed_viewers\": [],\n            \"admin\": {\n                \"_id\": \"5e6274633f67d541f11f4\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"Name\",\n                \"email\": \"example@email.com\"\n            }\n        },\n        {\n            \"_id\": \"686d1ac58b238b4a02f284\",\n            \"type\": \"instance.taxonomy.1849236\",\n            \"body\": \"<div style=\\\"font-size: 16px; font-family: sofia-pro;\\\"><p>example note another line @ContactSummary. test test</p></div>\",\n            \"created_at\": \"Tue Jul 08 13:19:01 +0000 2025\",\n            \"updated_at\": \"Wed Nov 19 19:45:30 +0000 2025\",\n            \"is_private\": false,\n            \"allowed_viewers\": [],\n            \"admin\": {\n                \"_id\": \"62a0e8d5c05e6ebd555dc9\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"Name\",\n                \"email\": \"example@email.com\"\n            }\n        }\n    ]\n}"}],"_postman_id":"149be621-1cae-492c-8074-4be8452828b0"},{"name":"Delete User Note","id":"536bfe5b-ba22-4bf8-b2ce-1fb250c418f0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/notes/:note_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Delete a user's note.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","notes",":note_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"63ed61ee90d9223377078663","key":"user_id"},{"description":{"content":"<p>Unique identifier for the note. Found with GET to v2/user/:user_id/notes.</p>\n","type":"text/plain"},"type":"any","value":"686d1ac58b238b457a02f284","key":"note_guid"}]}},"response":[],"_postman_id":"536bfe5b-ba22-4bf8-b2ce-1fb250c418f0"}],"id":"ef6e687c-f5d5-429d-852e-709811f18744","description":"<p>Access and manage a specific note by its GUID.</p>\n","_postman_id":"ef6e687c-f5d5-429d-852e-709811f18744","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get User Notes","id":"d5a4a447-c52d-4b07-896b-012435b9d6fc","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/notes?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Note for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","notes"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"fe3479d7-e0fc-4343-a75d-4a498b1f2665","name":"Get User Notes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/notes?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","notes"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"user_id","value":"","description":"Unique identifier for the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 13:18:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 200,\n    \"responseCode\": 2001,\n    \"devMessage\": \"The resource specified in the request was found.\",\n    \"userMessage\": \"The resource specified in the request was found.\",\n    \"data\": [\n        {\n            \"_id\": \"66c4a44770f280083c2\",\n            \"type\": \"instance.taxonomy.20689\",\n            \"body\": \"<p>A private note</p>\",\n            \"created_at\": \"Tue Aug 20 14:12:23 +0000 2024\",\n            \"updated_at\": \"Tue Aug 20 14:12:23 +0000 2024\",\n            \"is_private\": true,\n            \"allowed_viewers\": [\n                \"62e94241a96a3e685e44d92e\"\n            ],\n            \"admin\": {\n                \"_id\": \"62a0e8d5ca905e6ebd555dc9\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"User\",\n                \"email\": \"example@institution.edu\"\n            }\n        },\n        {\n            \"_id\": \"686c310c41f793db15\",\n            \"type\": \"insatnce.taxonomy.18496\",\n            \"body\": \"<div style=\\\"font-size: 16px; font-family: sofia-pro;\\\"><h1>example note</h1><p>much more detail</p><ul><li>list 1</li><li>list2</li></ul><pre>&lt;code example&gt;</pre></div>\",\n            \"created_at\": \"Mon Jul 07 20:41:48 +0000 2025\",\n            \"updated_at\": \"Mon Jul 07 20:41:48 +0000 2025\",\n            \"is_private\": false,\n            \"allowed_viewers\": [],\n            \"admin\": {\n                \"_id\": \"5e627463267d541f11f4\",\n                \"first_name\": \"Staff\",\n                \"last_name\": \"Name\",\n                \"email\": \"staff@institution.edu\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d5a4a447-c52d-4b07-896b-012435b9d6fc"},{"name":"Create User Note","id":"620e29f1-4648-4215-a722-2fe2fa9f44f6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"type\": \"instace.taxonomy.1849236\",\n        \"body\": \"<div style=\\\"font-size: 16px; font-family: sofia-pro;\\\"><h1>example note</h1><p>much more detail</p><ul><li>list 1</li><li>list2</li></ul><pre>&lt;code example&gt;</pre></div>\",\n        \"created_at\": \"2025-07-08T05:29:10+00:00\",\n        \"is_private\": false,\n        \"allowed_viewers\":[\"5e627463a3f67d541f11f4\"]\n        }\n    \n}"},"url":"https://{{client}}.{{api}}/v2/users/:user_id/notes?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Note for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","notes"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"620e29f1-4648-4215-a722-2fe2fa9f44f6"}],"id":"b297a17c-a098-4a13-a404-de5460fc3e01","description":"<p>Access and manage Notes for a specific user record.</p>\n","_postman_id":"b297a17c-a098-4a13-a404-de5460fc3e01","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Smartsegments","item":[{"name":"Get User Smart Segment Data","id":"e4985d31-d83c-4748-92aa-eec99c67e973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/smartsegments?analytics={{analytics}}&feature={{feature}}","description":"<p>Users.bolt.smart_segments</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","smartsegments"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"e4985d31-d83c-4748-92aa-eec99c67e973"}],"id":"73774682-0080-4a9a-8daa-3993731fc232","description":"<p>Access smart segments for a specific user record.</p>\n","_postman_id":"73774682-0080-4a9a-8daa-3993731fc232","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Transcripts","item":[{"name":"Get User Transcripts","id":"b444e50f-e745-4dfd-a40f-3c028b5d419a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/users/:user_id/transcripts?analytics={{analytics}}&feature={{feature}}","description":"<p>Creates a new Note for a User</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","transcripts"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"e66d35cf-ef0d-4ab6-9997-f8e3e6ddc88c","name":"Get User Transcripts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/users/:user_id/transcripts?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","users",":user_id","transcripts"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"user_id","value":"","description":"Unique identifier for the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2026 18:42:03 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_subdom\": \"instance\",\n            \"guid\": \"instance.transcripts.34453\",\n            \"user_id\": \"686f0cf1752aa60ca5d6\",\n            \"file_guid\": \"instance.files.28198955\",\n            \"created_at\": \"2026-03-06T17:52:13+00:00\",\n            \"updated_at\": \"2026-03-06T17:52:13+00:00\",\n            \"school_item_id\": null,\n            \"school_item_linked_by\": null,\n            \"school_item_linked_at\": null,\n            \"school_item_unlinked_by\": null,\n            \"school_item_unlinked_at\": null,\n            \"unlinked_school_item_ids\": [],\n            \"courses\": [\n                {\n                    \"academic_year\": \"2019-2020\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"Algebra 1 Honors\",\n                    \"special_course_level\": \"Honors\",\n                    \"subject_area\": \"Mathematics\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B+\",\n                    \"recalculated_gpa_4\": 3.3\n                },\n                {\n                    \"academic_year\": \"2019-2020\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"Algebra 1 Honors\",\n                    \"special_course_level\": \"Honors\",\n                    \"subject_area\": \"Mathematics\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"C+\",\n                    \"recalculated_gpa_4\": 2.3\n                },\n                {\n                    \"academic_year\": \"2020-2021\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"Two-Dimensional Studio Art 1\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Arts\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2020-2021\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"English 1\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"English & Language Arts\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B+\",\n                    \"recalculated_gpa_4\": 3.3\n                },\n                {\n                    \"academic_year\": \"2020-2021\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"Geometry\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Mathematics\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B+\",\n                    \"recalculated_gpa_4\": 3.3\n                },\n                {\n                    \"academic_year\": \"2020-2021\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"Environmental Science\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Electives/Other\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B\",\n                    \"recalculated_gpa_4\": 3\n                },\n                {\n                    \"academic_year\": \"2020-2021\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"World History\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"History & Social Sciences\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B\",\n                    \"recalculated_gpa_4\": 3\n                },\n                {\n                    \"academic_year\": \"2020-2021\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"Two-Dimensional Studio Art 1\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Arts\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"D+\",\n                    \"recalculated_gpa_4\": 1.3\n                },\n                {\n                    \"academic_year\": \"2020-2021\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"English 1\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"English & Language Arts\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"C\",\n                    \"recalculated_gpa_4\": 2\n                },\n                {\n                    \"academic_year\": \"2020-2021\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"Geometry\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Mathematics\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B\",\n                    \"recalculated_gpa_4\": 3\n                },\n                {\n                    \"academic_year\": \"2020-2021\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"Weight instance 2\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Physical Education & Health\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2020-2021\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"Environmental Science\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Electives/Other\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2020-2021\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"World History\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"History & Social Sciences\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B\",\n                    \"recalculated_gpa_4\": 3\n                },\n                {\n                    \"academic_year\": \"2020-2021\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"Personal Fitness\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Physical Education & Health\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B\",\n                    \"recalculated_gpa_4\": 3\n                },\n                {\n                    \"academic_year\": \"2021-2022\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"Spanish 1\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"World Language & Culture\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2021-2022\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"English 2\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"English & Language Arts\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2021-2022\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"Algebra 2\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Mathematics\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2021-2022\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"Team Sports 1\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Physical Education & Health\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B\",\n                    \"recalculated_gpa_4\": 3\n                },\n                {\n                    \"academic_year\": \"2021-2022\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"Biology 1\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Sciences\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"C\",\n                    \"recalculated_gpa_4\": 2\n                },\n                {\n                    \"academic_year\": \"2021-2022\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"African History Honors\",\n                    \"special_course_level\": \"Honors\",\n                    \"subject_area\": \"History & Social Sciences\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B+\",\n                    \"recalculated_gpa_4\": 3.3\n                },\n                {\n                    \"academic_year\": \"2021-2022\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"Spanish 1\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"World Language & Culture\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2021-2022\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"English 2\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"English & Language Arts\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2021-2022\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"Algebra 2\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Mathematics\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B\",\n                    \"recalculated_gpa_4\": 3\n                },\n                {\n                    \"academic_year\": \"2021-2022\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"Driver Education/Traffic Safety\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Electives/Other\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2021-2022\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"Biology 1\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Sciences\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2021-2022\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"African-American History Honors\",\n                    \"special_course_level\": \"Honors\",\n                    \"subject_area\": \"History & Social Sciences\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2022-2023\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"English 3\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"English & Language Arts\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B\",\n                    \"recalculated_gpa_4\": 3\n                },\n                {\n                    \"academic_year\": \"2022-2023\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"English 4\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"English & Language Arts\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"C\",\n                    \"recalculated_gpa_4\": 2\n                },\n                {\n                    \"academic_year\": \"2022-2023\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"Anatomy and Physiology Honors\",\n                    \"special_course_level\": \"Honors\",\n                    \"subject_area\": \"Electives/Other\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B\",\n                    \"recalculated_gpa_4\": 3\n                },\n                {\n                    \"academic_year\": \"2022-2023\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"English 3\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"English & Language Arts\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"C\",\n                    \"recalculated_gpa_4\": 2\n                },\n                {\n                    \"academic_year\": \"2022-2023\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"Anatomy and Physiology Honors\",\n                    \"special_course_level\": \"Honors\",\n                    \"subject_area\": \"Electives/Other\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"B\",\n                    \"recalculated_gpa_4\": 3\n                },\n                {\n                    \"academic_year\": \"2023-2024\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"Modern Literature\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"English & Language Arts\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2023-2024\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"Mathematics for Data and Financial Literacy\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Mathematics\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2023-2024\",\n                    \"term\": \"Semester 1\",\n                    \"course_name\": \"United States Government\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"History & Social Sciences\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2023-2024\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"Modern Literature\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"English & Language Arts\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2023-2024\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"Mathematics for Data and Financial Literacy\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"Mathematics\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                },\n                {\n                    \"academic_year\": \"2023-2024\",\n                    \"term\": \"Semester 2\",\n                    \"course_name\": \"Economics\",\n                    \"special_course_level\": \"\",\n                    \"subject_area\": \"History & Social Sciences\",\n                    \"credits\": 0.5,\n                    \"reported_grade\": \"A\",\n                    \"recalculated_gpa_4\": 4\n                }\n            ],\n            \"academic_trends\": \"Academic performance was mixed in early high school with several Bs and Cs, including a D+ in an art semester. Grades improved steadily by senior year, culminating in straight As across English, math, government, and economics.\",\n            \"strengths\": \"Strong finish in grade 12 and solid performance in social studies throughout, including A grades in Government and Economics. Consistent completion of math through Algebra 2 and a senior quantitative literacy course, and completion of Biology with an A in the spring term.\",\n            \"weaknesses\": \"Inconsistencies earlier in high school, including Cs in English and science and one D+ in art, suggest variability in semester outcomes. Limited world language progression beyond Spanish 1 and no AP or dual enrollment coursework.\",\n            \"rigor\": \"Curriculum reflects standard college-preparatory rigor with some Honors courses (Algebra 1 Honors, Anatomy & Physiology Honors, African/African-American History Honors). No AP/IB/Dual Credit courses are present; overall rigor is moderate.\",\n            \"course_level_totals\": [\n                {\n                    \"name\": \"AP\",\n                    \"count\": 0\n                },\n                {\n                    \"name\": \"Honors\",\n                    \"count\": 6\n                },\n                {\n                    \"name\": \"DualCredit\",\n                    \"count\": 0\n                },\n                {\n                    \"name\": \"CollegePrep\",\n                    \"count\": 0\n                },\n                {\n                    \"name\": \"NoneOther\",\n                    \"count\": 31\n                }\n            ],\n            \"subject_area_totals\": [\n                {\n                    \"name\": \"Sciences\",\n                    \"count\": 2\n                },\n                {\n                    \"name\": \"Arts\",\n                    \"count\": 2\n                },\n                {\n                    \"name\": \"English & Language Arts\",\n                    \"count\": 9\n                },\n                {\n                    \"name\": \"History & Social Sciences\",\n                    \"count\": 6\n                },\n                {\n                    \"name\": \"Mathematics\",\n                    \"count\": 8\n                },\n                {\n                    \"name\": \"World Language & Culture\",\n                    \"count\": 2\n                },\n                {\n                    \"name\": \"Technology & Computer Science\",\n                    \"count\": 0\n                },\n                {\n                    \"name\": \"Business\",\n                    \"count\": 0\n                },\n                {\n                    \"name\": \"Physical Education & Health\",\n                    \"count\": 3\n                },\n                {\n                    \"name\": \"Electives/Other\",\n                    \"count\": 5\n                }\n            ],\n            \"highest_per_subject\": [\n                {\n                    \"subject\": \"Mathematics\",\n                    \"count\": 8,\n                    \"highest_course_name\": \"Algebra 2\"\n                },\n                {\n                    \"subject\": \"English & Language Arts\",\n                    \"count\": 9,\n                    \"highest_course_name\": \"English 4\"\n                },\n                {\n                    \"subject\": \"Sciences\",\n                    \"count\": 2,\n                    \"highest_course_name\": \"Biology 1\"\n                },\n                {\n                    \"subject\": \"History & Social Sciences\",\n                    \"count\": 6,\n                    \"highest_course_name\": \"United States Government\"\n                },\n                {\n                    \"subject\": \"World Language & Culture\",\n                    \"count\": 2,\n                    \"highest_course_name\": \"Spanish 1\"\n                },\n                {\n                    \"subject\": \"Arts\",\n                    \"count\": 2,\n                    \"highest_course_name\": \"Two-Dimensional Studio Art 1\"\n                },\n                {\n                    \"subject\": \"Physical Education & Health\",\n                    \"count\": 3,\n                    \"highest_course_name\": \"Weight instance 2\"\n                },\n                {\n                    \"subject\": \"Electives/Other\",\n                    \"count\": 5,\n                    \"highest_course_name\": \"Anatomy and Physiology Honors\"\n                }\n            ],\n            \"stem_count\": 10,\n            \"credit_totals\": null,\n            \"gpa_breakdown\": null,\n            \"upper_level_course_counts\": null,\n            \"highest_course_per_academic_area\": null,\n            \"progress_toward_degree\": null,\n            \"institution_name\": \"Santa Fe High School\",\n            \"institution_address\": null,\n            \"institution_code\": null,\n            \"institution_type\": \"high_school\",\n            \"student_id\": null,\n            \"degree_programs\": null,\n            \"degree_level\": null,\n            \"degree_type\": null,\n            \"majors\": null,\n            \"minors\": null,\n            \"concentrations\": null,\n            \"class_rank\": 118,\n            \"class_rank_percentile\": 49,\n            \"class_rank_decile\": 6,\n            \"credits_completed\": 19.5,\n            \"transcript_date\": \"2024-12-12T00:00:00+00:00\",\n            \"graduation_date\": \"2024-06-01T00:00:00+00:00\",\n            \"reported_weighted_gpa\": 3.5,\n            \"reported_unweighted_gpa\": 3.31,\n            \"converted_4_0_weighted_gpa\": 3.32,\n            \"converted_4_0_unweighted_gpa\": 3.32,\n            \"converted_4_0_core_gpa\": 3.3,\n            \"act\": [],\n            \"sat\": [\n                {\n                    \"test_date\": {\n                        \"$date\": {\n                            \"$numberLong\": \"1701475200000\"\n                        }\n                    },\n                    \"composite\": 1110,\n                    \"evidence_rw\": 600,\n                    \"math_section\": 510,\n                    \"math_test\": null,\n                    \"writing_language\": null,\n                    \"reading_test\": 30,\n                    \"advance_math\": null,\n                    \"command_of_evidence\": null,\n                    \"expression_of_ideas\": null,\n                    \"standard_english_conventions\": null,\n                    \"heart_of_algebra\": null,\n                    \"words_in_context\": null,\n                    \"analysis_in_science\": null,\n                    \"analysis_in_history_social_studies\": null,\n                    \"essay_analysis\": null,\n                    \"essay_reading\": null,\n                    \"essay_writing\": null\n                }\n            ],\n            \"gpa_notes\": \"Transcript lists Florida statewide grading scale (A=90–100=4.00, B=80–89=3.00, C=70–79=2.00, D=60–69=1.00, F=0). No explicit weighting policies for Honors/AP/IB/Dual are stated; recalculated GPAs use the provided 4.0 conversion without additional weighting.\",\n            \"notes\": []\n        }\n    ]\n}"}],"_postman_id":"b444e50f-e745-4dfd-a40f-3c028b5d419a"}],"id":"fe2b6d31-f5a3-4310-90a1-595acdcdd359","_postman_id":"fe2b6d31-f5a3-4310-90a1-595acdcdd359","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Workflows","item":[{"name":"List User Workflows","id":"d4244044-2969-4f0a-9cb5-9d35321a2b24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id/workflows?analytics={{analytics}}&feature={{feature}}","description":"<p>Users.workflows.list.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id","workflows"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"d4244044-2969-4f0a-9cb5-9d35321a2b24"}],"id":"e538ee57-8849-4315-a28d-35cefc036741","description":"<p>Access workflows for a specific user record.</p>\n","_postman_id":"e538ee57-8849-4315-a28d-35cefc036741","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Update User","id":"e9c70fb1-7841-40a4-9852-531ae33aa870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"fields\":[{\"slug\":\"user-profile-type\",\"name\":\"profile_type\",\"value\":\"student\"}]}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/users/:user_id?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"e9c70fb1-7841-40a4-9852-531ae33aa870"},{"name":"Delete User","id":"5826387a-7056-4f67-96d0-a78469a80e3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/users/:user_id?hard=1&analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users",":user_id"],"host":["{{client}}","{{api}}"],"query":[{"key":"hard","value":"1"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the user.</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"5826387a-7056-4f67-96d0-a78469a80e3d"}],"id":"1b269d55-1f7d-478d-88f7-927ff242d779","description":"<p>Access and manage data related to a specifc user record.</p>\n","_postman_id":"1b269d55-1f7d-478d-88f7-927ff242d779","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"(re)Send Twilio Confirmation Code (to Email)","id":"70de533a-9d43-4928-b898-158f182f736f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authority","value":"tu.development.dev.451.io"},{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://app451.sites-dev.451.io"},{"key":"referer","value":"https://app451.sites-dev.451.io/"},{"key":"sec-ch-ua","value":"\"Chromium\";v=\"122\", \"Not(A:Brand\";v=\"24\", \"Google Chrome\";v=\"122\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"email\":\"kjackson+mr@element451.com\"}"},"url":"https://{{client}}.{{api}}/v2/login/confirm?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","login","confirm"],"host":["{{client}}","{{api}}"],"query":[{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"70de533a-9d43-4928-b898-158f182f736f"}],"id":"958426ba-eaed-4dff-8fe7-d1f77164dff1","_postman_id":"958426ba-eaed-4dff-8fe7-d1f77164dff1","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Workflows","item":[{"name":"Create Workflow","id":"61b82217-3506-4faf-a382-4dcfa931fcb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"name\": \"New Workflow\",\n        \"description\": \"The new workflow.\",\n        \"type\": \"regular\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/workflows?feature={{feature}}&analytics={{analytics}}","description":"<p>Creates a new Workflow.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"61b82217-3506-4faf-a382-4dcfa931fcb6"},{"name":"Update Workflow","id":"5bc6e536-6cbb-4b45-bb84-46aef2f5f77e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"active\": true,\n        \"name\": \"New Workflow.\",\n        \"description\": \"The new workflow.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/workflows/:workflow_guid?feature={{feature}}&analytics={{analytics}}","description":"<p>Updates an existing Workflow by Guid.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows",":workflow_guid"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[{"type":"any","value":"","key":"workflow_guid"}]}},"response":[],"_postman_id":"5bc6e536-6cbb-4b45-bb84-46aef2f5f77e"},{"name":"Delete Workflow","id":"d249d7e7-ee1d-4a91-a9f3-2afacbf9287e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"http://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}?token={{token}}&feature={{feature}}&analytics={{analytics}}","description":"<p>Deletes an existing Workflow with all its content.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","workflows","{{WORKFLOW_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"d249d7e7-ee1d-4a91-a9f3-2afacbf9287e"},{"name":"Add Workflow Trigger","id":"87f3533d-11f9-4ea2-8e6a-9452fbe0361b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"key\": \"application_submitted\",\n        \"parameters\": {\n            \"application_guid\": \"tu.applications.451\",\n            \"term\": \"tu.terms.451\",\n            \"major\": \"tu.major.451\"\n        }\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}/triggers?token={{token}}&feature={{feature}}&analytics={{analytics}}","description":"<p>Adds a new Trigger to a given Workflow.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","{{WORKFLOW_GUID}}","triggers"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"87f3533d-11f9-4ea2-8e6a-9452fbe0361b"},{"name":"Update Workflow Trigger","id":"14847278-9410-4cb7-91d7-6d06529a5c10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"key\": \"application_submitted\",\n        \"parameters\": {\n            \"application_guid\": \"tu.applications.451\",\n            \"term\": \"tu.terms.451\",\n            \"major\": \"tu.major.451\"\n        },\n        \"id\": \"{{WORKFLOW_TRIGGER_ID}}\"\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}/triggers/{{WORKFLOW_TRIGGER_ID}}?token={{token}}&feature={{feature}}&analytics={{analytics}}","description":"<p>Updates an existing Trigger from a Workflow.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","{{WORKFLOW_GUID}}","triggers","{{WORKFLOW_TRIGGER_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"14847278-9410-4cb7-91d7-6d06529a5c10"},{"name":"Delete Workflow Trigger","id":"57e9b9bb-68ea-4008-8855-8b623ef1d6fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}/triggers/{{TRIGGER_ID}}?token={{token}}&feature={{feature}}&analytics={{analytics}}","description":"<p>Deletes a Workflow Trigger from an existing Workflow.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","{{WORKFLOW_GUID}}","triggers","{{TRIGGER_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"57e9b9bb-68ea-4008-8855-8b623ef1d6fc"},{"name":"Add Workflow Step","id":"58c40f5b-43c8-4295-8a55-357cf0a80b48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"description\": \"Step 1\",\n        \"type\": \"action\",\n        \"delay\": null,\n        \"actions\": [\n            {\n                \"key\": \"add_label_to_user\",\n                \"parameters\": {\n                    \"label_guid\": \"tu.taxonomy.451\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}/steps?token={{token}}&feature={{feature}}&analytics={{analytics}}&embed[all]","description":"<p>Adds a new Step to the given Workflow.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","{{WORKFLOW_GUID}}","steps"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Ensure full created object is returned in response.</p>\n","type":"text/plain"},"key":"embed[all]","value":null}],"variable":[]}},"response":[],"_postman_id":"58c40f5b-43c8-4295-8a55-357cf0a80b48"},{"name":"Move Workflow Step position","id":"11aaf730-3424-4969-9b3a-2591ccbf0d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"position\": \"after:{{STEP_ID}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}/steps/{{STEP_ID}}/move?token={{token}}&feature={{feature}}&analytics={{analytics}}","description":"<p>Moves a Workflow Step on the Steps pipeline.</p>\n<p>\"position\" parameter follows the format:</p>\n<ul>\n<li>\"after:{{STEP_ID}}\" where {{STEP_ID}} refers to other existing Workflow Step.</li>\n<li>\"first\" makes the Step the first one in the pipeline.</li>\n<li>\"last\" makes the Step the last one in the pipeline.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","{{WORKFLOW_GUID}}","steps","{{STEP_ID}}","move"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"11aaf730-3424-4969-9b3a-2591ccbf0d17"},{"name":"Delete Workflow Step","id":"51f101a9-b079-47f2-b599-90641cff9bb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":"https://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}/steps/{{STEP_ID}}?token={{token}}&feature={{feature}}&analytics={{analytics}}","description":"<p>Deletes a Workflow Step with all it's content.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","{{WORKFLOW_GUID}}","steps","{{STEP_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"51f101a9-b079-47f2-b599-90641cff9bb0"},{"name":"Update Conditions to Workflow Step","id":"1d589b69-febd-4fa1-b86e-e1356bcc8591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"filters\": [\n            {\n                \"content\": {\n                    \"segment_guid\": \"tu.segments.451\"\n                },\n                \"type\": \"user_segment_ref\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}/steps/{{STEP_ID}}?token={{token}}&feature={{feature}}&analytics={{analytics}}","description":"<p>Add conditions to a Workflow Step creating a new branch for \"NO\" which means, users not passing the conditions.</p>\n<p>There are different type of conditions you can add:</p>\n<ul>\n<li>\"user_segment_ref\" : Reference an existing segment object (See Segments API details)</li>\n<li>\"user_segment\" : Passing segment filters (See Segments API details)</li>\n<li>\"date_condition\": Evaluates dates on the user object.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","{{WORKFLOW_GUID}}","steps","{{STEP_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"1d589b69-febd-4fa1-b86e-e1356bcc8591"},{"name":"Add Delay to Workflow Step Action","id":"af42a7a1-9faa-4d4c-a243-7bbea2991cca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"delay\": {\n            \"type\": \"step_based\",\n            \"years\": 0,\n            \"months\": 0,\n            \"weeks\": 0,\n            \"days\": 4,\n            \"hours\": 3,\n            \"minutes\": 2,\n            \"seconds\": 1\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}/steps/{{STEP_ID}}?token={{token}}&feature={{feature}}&analytics={{analytics}}","description":"<p>Adds a delay to an existing Workflow Step Action.</p>\n<p>There are 2 types of delays:</p>\n<ul>\n<li>\"step_based\": The delay is calculated based on the last step execution for the user.</li>\n<li>\"user_based\": The delay is calculated from a user datetime attribute.</li>\n</ul>\n<p>For \"user_based\" delays:</p>\n<ul>\n<li>\"filter_slug\" says which user attribute you do the delay based on.</li>\n<li>\"operator\": tells if the delay is before or after the user date.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"delay\": {\n    \"type\": \"user_based\",\n    \"years\": 0,\n    \"months\": 0,\n    \"weeks\": 0,\n    \"days\": 4,\n    \"hours\": 3,\n    \"minutes\": 2,\n    \"seconds\": 1,\n    \"filter_context\": [\n      {\n        \"slug\": \"application_guid\",\n        \"value\": \"tu.applications.451\"\n      }\n    ],\n    \"filter_slug\": \"user-applications-submitted-time\",\n    \"operator\": \"+\"\n  }\n}\n</code></pre>","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","{{WORKFLOW_GUID}}","steps","{{STEP_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"af42a7a1-9faa-4d4c-a243-7bbea2991cca"},{"name":"Add Action to Workflow Step","id":"66f5b7e1-2860-4de2-a370-54c03fc1e7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": {\n        \"eval\": true,\n        \"key\": \"remove_label_from_user\",\n        \"parameters\": {\n            \"label_guid\": \"tu.taxonomy.451\"\n        }\n    }\n}"},"url":"https://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}/steps/{{STEP_ID}}/actions?token={{token}}&feature={{feature}}&analytics={{analytics}}","description":"<p>Adds a new Action to a Workflow Step.</p>\n<p>\"eval\" parameter refers to the Conditions branch you want to attach the new Action. By default we attach to the \"Yes\" branch (true).</p>\n<p>If you need to attach to the \"No\" branch use eval=false</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","{{WORKFLOW_GUID}}","steps","{{STEP_ID}}","actions"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"66f5b7e1-2860-4de2-a370-54c03fc1e7f4"},{"name":"List Workflow Actions","id":"7dffb0eb-989f-4207-8af9-513b82830cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/workflows/actions?token={{token}}&feature={{feature}}&analytics={{analytics}}","description":"<p>Workflows.steps.actions.list.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","actions"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"7dffb0eb-989f-4207-8af9-513b82830cfc"},{"name":"List Workflow Users","id":"4b75575f-7b3c-4334-88d3-4ac59c9f3fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}/users?offset=0&limit=50&q=&sort=-workflow.registered_at&token={{token}}&feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","{{WORKFLOW_GUID}}","users"],"host":["{{client}}","{{api}}"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"50"},{"key":"q","value":""},{"key":"sort","value":"-workflow.registered_at"},{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"4b75575f-7b3c-4334-88d3-4ac59c9f3fa6"},{"name":"Show Workflow","id":"7cf50e90-b919-4909-9dc0-b096b1d496bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}?token={{token}}&feature={{feature}}&analytics={{analytics}}&embed[all]=","description":"<p>Workflows.show.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","{{WORKFLOW_GUID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"embed[all]","value":""}],"variable":[]}},"response":[],"_postman_id":"7cf50e90-b919-4909-9dc0-b096b1d496bb"},{"name":"List Workflow Step Delay Parameter Values","id":"c6902ccc-b06a-495b-8a50-92d272e0c804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/workflows/steps/delay_filter/data?token={{token}}&feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","steps","delay_filter","data"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"c6902ccc-b06a-495b-8a50-92d272e0c804"},{"name":"Execute Action (remove from workflow)","id":"1d8dc430-4715-4965-a369-131935fa1d25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"item","value":"{\"key\": \"X9C7SKNS\"}","type":"text"}]},"url":"https://{{client}}.{{api}}/v2/users/{{USER_ID}}/workflows/{{workflow_guid}}/actions/remove_from_workflow?token={{token}}&analytics={{analytics}}&feature={{feature}}","description":"<p>Users.workflows.execute_action.v2</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","users","{{USER_ID}}","workflows","{{workflow_guid}}","actions","remove_from_workflow"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"analytics","value":"{{analytics}}"},{"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"1d8dc430-4715-4965-a369-131935fa1d25"},{"name":"List Workflow Triggers","id":"fa1a5aef-d781-4425-b0ac-044f818353dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/workflows/triggers?token={{token}}&feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","triggers"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"fa1a5aef-d781-4425-b0ac-044f818353dd"},{"name":"Run Rule for User","id":"56a87d41-34c7-4915-9010-403c1de1d49f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"url":"https://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}/execute/{{USER_ID}}?feature={{feature}}&analytics={{analytics}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","workflows","{{WORKFLOW_GUID}}","execute","{{USER_ID}}"],"host":["{{client}}","{{api}}"],"query":[{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"}],"variable":[]}},"response":[],"_postman_id":"56a87d41-34c7-4915-9010-403c1de1d49f"},{"name":"Update Workflow Step Action","id":"eb915fa3-c943-4835-9ab5-66a55f3144f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item\": \n            {\n                \"eval\": true,\n                \"key\": \"send_communication\",\n                  \"parameters\" : {\n                        \"communication_guid\" : \"tu.communications.212\",\n                        \"specific_time\" : \"2023-09-22T04:00:00.000Z\",\n                        \"preferred_time_to_send\" : \"day\"\n                    }\n            }\n\n\n}","options":{"raw":{"language":"json"}}},"url":"http://{{client}}.{{api}}/v2/workflows/{{WORKFLOW_GUID}}/steps/JWKCAXRR/actions/JKFZMR7V?token={{token}}&feature={{feature}}&analytics={{analytics}}&embed[all]=","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"http","path":["v2","workflows","{{WORKFLOW_GUID}}","steps","JWKCAXRR","actions","JKFZMR7V"],"host":["{{client}}","{{api}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"feature","value":"{{feature}}"},{"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Ensure full created object is returned in response.</p>\n","type":"text/plain"},"key":"embed[all]","value":""}],"variable":[]}},"response":[],"_postman_id":"eb915fa3-c943-4835-9ab5-66a55f3144f4"}],"id":"e44fbf2c-4f2f-41a1-850f-5516f3040146","description":"<p>The following endpoints let you manage workflows.</p>\n<p>Workflow Triggers.<br />Workflow Steps.<br />Workflow Actions.</p>\n","event":[{"listen":"prerequest","script":{"id":"dcabd0b3-d524-4d16-9d83-c1f242cfe18e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dd3c07cb-62c1-4033-a22a-c279526968ad","type":"text/javascript","exec":[""]}}],"_postman_id":"e44fbf2c-4f2f-41a1-850f-5516f3040146","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Webhooks","item":[{"name":"{webhook_guid}","item":[{"name":"Executions","item":[{"name":"Create Webhook Execution","id":"f7541ddb-8640-4a5c-be0a-f5274d82c5a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"1231231\"\n}"},"url":"https://{{client}}.{{api}}/v2/webhooks/:webhook_guid/executions?analytics={{analytics}}&feature={{feature}}","description":"<p>Get all clients tasks, accessing directly form backend (php) could return huge amount of data.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","webhooks",":webhook_guid","executions"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the webhook, found with GET to v2/webhooks.</p>\n","type":"text/plain"},"type":"any","value":"","key":"webhook_guid"}]}},"response":[],"_postman_id":"f7541ddb-8640-4a5c-be0a-f5274d82c5a9"}],"id":"2de2a22b-0305-49c3-b0af-be9624e7ee15","description":"<p>Create a webhook execution.</p>\n","_postman_id":"2de2a22b-0305-49c3-b0af-be9624e7ee15","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Single Webhook Config","id":"c8ae4d2c-52e6-4339-9b57-faacb569f5e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/webhooks/:webhook_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Get all clients tasks, accessing directly form backend (php) could return huge amount of data.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","webhooks",":webhook_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"webhook_guid"}]}},"response":[{"id":"195e969c-b29e-4c82-8cf4-a816041e0466","name":"Get Single Webhook Config","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{client}}.{{api}}/v2/webhooks/:webhook_guid?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","webhooks",":webhook_guid"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}],"variable":[{"key":"webhook_guid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Oct 2025 13:32:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_subdom\": \"instance\",\n        \"config\": {\n            \"url\": \"https://instance.outbound-integration.451.io?key=OZiz1jumw\",\n            \"method\": \"post\",\n            \"payload\": \"{\\\"user_id\\\":\\\"[user:id]\\\"}\",\n            \"payload_template_guid\": \"\",\n            \"webhook_body_type\": \"raw_json\",\n            \"headers\": [\n                {\n                    \"name\": \"Content-Type\",\n                    \"value\": \"application/json\"\n                }\n            ]\n        },\n        \"guid\": \"instance.webhook_configs.22\",\n        \"name\": \"Trigger SIS Integration Sync\",\n        \"throttle_config\": {\n            \"requests_limit\": 100\n        },\n        \"created_at\": \"2023-05-29T11:06:26+00:00\",\n        \"updated_at\": \"2023-05-29T11:06:26+00:00\"\n    }\n}"}],"_postman_id":"c8ae4d2c-52e6-4339-9b57-faacb569f5e5"},{"name":"Update Webhook Config","id":"1a3af452-eec5-4df7-bec6-b226a93f524e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"google.com\",\n    \"method\": \"post\",\n    \"payload\": \"data2\",\n    \"requests_limit\": 4,\n    \"headers\": [\n        {\n            \"name\":\"Content-Type\",\n            \"value\":\"application/json\"\n        }\n    ]\n}"},"url":"https://{{client}}.{{api}}/v2/webhooks/:webhook_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Get all clients tasks, accessing directly form backend (php) could return huge amount of data.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","webhooks",":webhook_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Reqruied.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the webhook, found with GET to v2/webhooks.</p>\n","type":"text/plain"},"type":"any","value":"","key":"webhook_guid"}]}},"response":[],"_postman_id":"1a3af452-eec5-4df7-bec6-b226a93f524e"},{"name":"Delete Webhook Config","id":"9afe00b7-53a9-468b-b1b9-641ebf3a4af6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{client}}.{{api}}/v2/webhooks/:webhook_guid?analytics={{analytics}}&feature={{feature}}","description":"<p>Get all clients tasks, accessing directly form backend (php) could return huge amount of data.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","webhooks",":webhook_guid"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"type":"any","value":"","key":"webhook_guid"}]}},"response":[],"_postman_id":"9afe00b7-53a9-468b-b1b9-641ebf3a4af6"}],"id":"6a135f0f-2d80-4e4f-b162-2f7b9f0c9167","description":"<p>Access and manage a specific webhook by it's GUID.</p>\n<p>GUID is found with GET to v2/webhooks.</p>\n","_postman_id":"6a135f0f-2d80-4e4f-b162-2f7b9f0c9167","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get All Webhook Configs","id":"163d0bdd-126f-45c5-9c3c-291863fcecf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/webhooks?analytics={{analytics}}&feature={{feature}}","description":"<p>Get all webhooks.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","webhooks"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[{"id":"0061e7bb-2bbb-47ea-a314-0b9fb60edd11","name":"Get All Webhook Configs","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{client}}.{{api}}/v2/webhooks?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","webhooks"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Oct 2025 13:28:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_subdom\": \"instance\",\n            \"config\": {\n                \"url\": \"https://instance.outbound-integration.451.io?key=OZiz1jumwXl\",\n                \"method\": \"post\",\n                \"payload\": \"{\\\"user_id\\\":\\\"[user:id]\\\"}\",\n                \"payload_template_guid\": \"\",\n                \"webhook_body_type\": \"raw_json\",\n                \"headers\": [\n                    {\n                        \"name\": \"Content-Type\",\n                        \"value\": \"application/json\"\n                    }\n                ]\n            },\n            \"guid\": \"instance.webhook_configs.221\",\n            \"name\": \"Start SIS Integration Sync\",\n            \"throttle_config\": {\n                \"requests_limit\": 100\n            },\n            \"created_at\": \"2023-05-29T11:06:26+00:00\",\n            \"updated_at\": \"2023-05-29T11:06:26+00:00\"\n        },\n        {\n            \"_subdom\": \"instance\",\n            \"config\": {\n                \"url\": \"https://hook.us1.make.com/e72qz1cf98vnhpqytn7jd6mxvis\",\n                \"method\": \"post\",\n                \"payload\": null,\n                \"payload_template_guid\": \"instance.templates.57202\",\n                \"webhook_body_type\": \"raw_json\",\n                \"headers\": null,\n                \"requests_limit\": null\n            },\n            \"guid\": \"instance.webhook_configs.23\",\n            \"name\": \"Send Student to Make\",\n            \"throttle_config\": {\n                \"requests_limit\": null\n            },\n            \"created_at\": \"2023-05-31T13:59:30+00:00\",\n            \"updated_at\": \"2023-12-15T20:16:44+00:00\"\n        }\n    ]\n}"}],"_postman_id":"163d0bdd-126f-45c5-9c3c-291863fcecf7"},{"name":"Create Webhook Config","id":"84a63cf1-98d0-4793-91bd-d28f82dea653","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://20c3-194-22-114.eu.ngrok.io/test\",\n    \"method\": \"post\",\n    \"payload\": \"data test for permisssions\",\n    \"requests_limit\": 4,\n    \"headers\": [\n        {\n            \"name\": \"Content-Type\",\n            \"value\": \"application/json\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{client}}.{{api}}/v2/webhooks?analytics={{analytics}}&feature={{feature}}","description":"<p>Get all webhooks.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","webhooks"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[]}},"response":[],"_postman_id":"84a63cf1-98d0-4793-91bd-d28f82dea653"}],"id":"1822c164-21dc-49d0-8477-a054203943d4","_postman_id":"1822c164-21dc-49d0-8477-a054203943d4","description":"","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}}},{"name":"Get Decision","id":"da9d3ead-435c-40c9-b6e2-5a9d3802a5ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{client}}.{{api}}/v2/decisions/:decision_id?analytics={{analytics}}&feature={{feature}}","auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"},"isInherited":true,"source":{"_postman_id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","id":"1c9cfa03-3414-4ea9-b4c5-53896d045ec7","name":"Element451 API","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","decisions",":decision_id"],"host":["{{client}}","{{api}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"analytics","value":"{{analytics}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"feature","value":"{{feature}}"}],"variable":[{"description":{"content":"<p>Unique identifier for the Decision.</p>\n","type":"text/plain"},"type":"any","value":"","key":"decision_id"}]}},"response":[{"id":"bbcd5a05-85d9-409f-9e18-a897176a03ad","name":"Get Decision","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"item","value":"{\"status\": \"completed\"}","type":"text"}]},"url":{"raw":"https://{{client}}.{{api}}/v2/decisions/:decision_id?analytics={{analytics}}&feature={{feature}}","protocol":"https","host":["{{client}}","{{api}}"],"path":["v2","decisions",":decision_id"],"query":[{"key":"analytics","value":"{{analytics}}","description":"Optional."},{"key":"feature","value":"{{feature}}","description":"Required"}],"variable":[{"key":"decision_id","value":"","description":"Unique identifier for the Decision."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 May 2025 19:14:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"6810e18e45fad460a467d\",\n        \"tokens\": [],\n        \"score\": 0,\n        \"conversation_guid\": null,\n        \"criteria_global\": [\n            {\n                \"criteria_id\": \"LXU8AR\",\n                \"updated_at\": {\n                    \"$date\": {\n                        \"$numberLong\": \"1745324848\"\n                    }\n                },\n                \"scores\": {\n                    \"last_reviewer_id\": \"system\",\n                    \"date\": {\n                        \"$date\": {\n                            \"$numberLong\": \"1745324848\"\n                        }\n                    },\n                    \"score\": 0\n                },\n                \"total\": {\n                    \"type\": \"numerical\",\n                    \"operation\": \"average\",\n                    \"weight\": 5,\n                    \"count\": 1,\n                    \"value\": 0,\n                    \"computed\": 0\n                }\n            }\n        ],\n        \"criteria_per_reviewer\": [],\n        \"user_id\": \"67901744716b041aa7\",\n        \"application_guid\": \"instance.applications.350110\",\n        \"registration_id\": \"ZS69JKHB\",\n        \"criteria\": [\n            {\n                \"name\": \"categorical test\",\n                \"short_name\": \"cat test\",\n                \"description\": \"cats\",\n                \"conditions\": [\n                    {\n                        \"filters\": []\n                    }\n                ],\n                \"works_for\": [\n                    \"instance.applications.349258\",\n                    \"instance.applications.349687\"\n                ],\n                \"updated_at\": \"2025-02-06T20:02:58+00:00\",\n                \"_id\": \"TLHCSE5Q\",\n                \"type\": \"global\",\n                \"weight\": 5,\n                \"aggregate_score_type\": \"average\",\n                \"question_type\": \"categorical\",\n                \"maximum_score\": 5,\n                \"scores\": [\n                    {\n                        \"score\": 1,\n                        \"label\": \"Very Low\"\n                    },\n                    {\n                        \"score\": 2,\n                        \"label\": \"Low\"\n                    },\n                    {\n                        \"score\": 3,\n                        \"label\": \"Average\"\n                    },\n                    {\n                        \"score\": 4,\n                        \"label\": \"High\"\n                    },\n                    {\n                        \"score\": 5,\n                        \"label\": \"Extra\"\n                    }\n                ],\n                \"created_at\": \"2025-01-06T22:30:35+00:00\",\n                \"author\": null,\n                \"index_weight\": 14000\n            },\n            {\n                \"type\": \"global\",\n                \"weight\": 5,\n                \"aggregate_score_type\": \"average\",\n                \"question_type\": \"boolean\",\n                \"maximum_score\": 1,\n                \"scores\": [\n                    {\n                        \"score\": 1,\n                        \"label\": \"Yes\"\n                    },\n                    {\n                        \"score\": 0,\n                        \"label\": \"No\"\n                    }\n                ],\n                \"updated_at\": \"2025-02-19T21:46:29+00:00\",\n                \"_id\": \"LXDF8AR\",\n                \"name\": \"True or False\",\n                \"short_name\": \"True or False\",\n                \"description\": \"True or False\",\n                \"conditions\": [\n                    {\n                        \"filters\": []\n                    }\n                ],\n                \"works_for\": [\n                    \"instance.applications.64393\",\n                    \"instance.applications.62026\"\n                ],\n                \"created_at\": \"2025-02-19T21:46:16+00:00\",\n                \"author\": null,\n                \"index_weight\": 16000\n            },\n            {\n                \"type\": \"global\",\n                \"weight\": 5,\n                \"aggregate_score_type\": \"average\",\n                \"question_type\": \"numerical\",\n                \"maximum_score\": 0,\n                \"name\": \"[DP] TEST\",\n                \"short_name\": \"DPT\",\n                \"description\": \"\",\n                \"ai_instructions\": \"\",\n                \"works_for\": [\n                    \"instance.applications.349258\",\n                    \"instance.applications.349687\"\n                ],\n                \"conditions\": {\n                    \"filters\": []\n                },\n                \"updated_at\": \"2025-03-01T21:27:51+00:00\",\n                \"created_at\": \"2025-03-01T21:27:43+00:00\",\n                \"author\": null,\n                \"_id\": \"92OZI5RY\",\n                \"index_weight\": 18000\n            }\n        ],\n        \"updated_at\": \"2025-05-02T19:10:00+00:00\",\n        \"created_at\": \"2025-04-29T14:26:22+00:00\",\n        \"addresses\": null,\n        \"campus\": null,\n        \"citizenship\": {\n            \"birthcountry\": \"AGO\"\n        },\n        \"degree\": null,\n        \"email\": \"student@email.com\",\n        \"first_name\": \"Student\",\n        \"former_last_name\": null,\n        \"gender\": null,\n        \"identities\": [\n            {\n                \"type\": \"SPARK_ID\",\n                \"value\": \"XP2K69M\",\n                \"index_weight\": 1,\n                \"item_id\": \"FKLSCKCV\"\n            }\n        ],\n        \"last_name\": \"Lastname\",\n        \"major\": \"instance.major.18095\",\n        \"middle_name\": null,\n        \"phone\": [\n            {\n                \"type\": \"cell\",\n                \"country_alpha_2\": \"US\",\n                \"country_code\": \"1\",\n                \"number\": \"8888675309\",\n                \"item_id\": \"WRMK0GY\",\n                \"index_weight\": 1,\n                \"formatted\": false,\n                \"valid\": false\n            }\n        ],\n        \"preferred_name\": null,\n        \"social_security_number\": null,\n        \"student_type\": null,\n        \"term\": \"instance.terms.42734\",\n        \"visibility_groups\": [\n            \"G1fHqvjlJNHKvAV1oqwXINSDjSe7nWTjVJlA\",\n            \"Gz5340U0YidnSn41BBvByASYAWvs6Kn3jaR6\",\n            \"60ff043b5c9e5e312f90\"\n        ],\n        \"fraud\": {\n            \"score\": 32.00926666666667,\n            \"fraud_category\": \"medium-risk\",\n            \"reasoning\": \"- The application was submitted in only 55 seconds, which is much shorter than a typical application process and could indicate automation or minimal input.\\n- Although email and IP validations are strong (valid email, low IP risk score, no VPN usage), the speed of completion remains a concern.\\n- The distance between the IP location and the client (approximately 3,570 km) is unusual, suggesting the applicant is operating from a far-off location relative to the institution, which can sometimes be a red flag.\\n- Overall, while many data points are normal, the unusually rapid submission time combined with the distant IP location justify a medium-risk assessment.\",\n            \"evaluated_at\": \"2025-04-29T14:26:23+00:00\",\n            \"fraud_evaluation\": \"6810e18ffefcb6023dfb\",\n            \"ignored\": false,\n            \"resolved_as\": null,\n            \"fraud_search\": \"medium-risk\",\n            \"ignored_by\": null,\n            \"ignored_at\": null\n        },\n        \"criteria_ai_last_reasoning\": [\n            {\n                \"event\": \"ai_reader.evaluation_started\",\n                \"data\": {\n                    \"criteria\": [\n                        \"92OZI5RY\"\n                    ],\n                    \"decision_id\": \"6810e18e48c860a467d\",\n                    \"created_at\": \"2025-04-29T14:26:36+00:00\"\n                }\n            },\n            {\n                \"event\": \"ai_reader.criterion_evaluation_started\",\n                \"data\": {\n                    \"criteria\": \"92OZI5RY\",\n                    \"decision_id\": \"6810e18ed48c860a467d\",\n                    \"created_at\": \"2025-04-29T14:26:36+00:00\"\n                }\n            },\n            {\n                \"event\": \"ai_reader.criterion_read_documents\",\n                \"data\": {\n                    \"criteria\": \"92OZI5RY\",\n                    \"documents\": [\n                        \"instance.files.18241719\"\n                    ],\n                    \"decision_id\": \"6810e18e448c860a467d\",\n                    \"created_at\": \"2025-04-29T14:26:40+00:00\"\n                }\n            }\n        ],\n        \"criteria_ai_status\": \"failed\",\n        \"stage_id\": \"LB4OUQLL\",\n        \"status_guid\": \"instance.taxonomy.1849294\",\n        \"board_version\": 0,\n        \"favorite\": false\n    }\n}"}],"_postman_id":"da9d3ead-435c-40c9-b6e2-5a9d3802a5ce"}],"auth":{"type":"bearer","bearer":{"token":"{{auth_token}}"}},"event":[{"listen":"prerequest","script":{"id":"fa770fe6-aa1d-4c47-b302-8bac2571acfb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"01b6dd49-d395-4c7b-baa3-6292a42042f1","type":"text/javascript","exec":[""]}}]}